pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_alicloud/actiontrail/outputs.py +4 -0
- pulumi_alicloud/adb/db_cluster.py +14 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
- pulumi_alicloud/alb/_inputs.py +34 -0
- pulumi_alicloud/alb/get_acls.py +2 -2
- pulumi_alicloud/alb/get_security_policies.py +4 -4
- pulumi_alicloud/alb/outputs.py +188 -10
- pulumi_alicloud/alb/rule.py +14 -0
- pulumi_alicloud/alb/server_group.py +21 -0
- pulumi_alicloud/amqp/get_instances.py +2 -2
- pulumi_alicloud/apigateway/get_log_configs.py +2 -2
- pulumi_alicloud/apigateway/get_plugins.py +6 -6
- pulumi_alicloud/arms/outputs.py +20 -0
- pulumi_alicloud/bastionhost/get_users.py +4 -4
- pulumi_alicloud/bastionhost/host.py +28 -7
- pulumi_alicloud/bastionhost/instance.py +14 -0
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
- pulumi_alicloud/cddc/outputs.py +0 -6
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
- pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
- pulumi_alicloud/cen/outputs.py +6 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
- pulumi_alicloud/cfg/aggregator.py +14 -0
- pulumi_alicloud/clickhouse/outputs.py +34 -4
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
- pulumi_alicloud/cloudfirewall/instance.py +28 -0
- pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
- pulumi_alicloud/cloudsso/get_groups.py +2 -2
- pulumi_alicloud/cloudsso/outputs.py +104 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
- pulumi_alicloud/cms/_inputs.py +16 -0
- pulumi_alicloud/cms/get_event_rules.py +2 -2
- pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
- pulumi_alicloud/cms/get_monitor_groups.py +2 -4
- pulumi_alicloud/cms/outputs.py +216 -0
- pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
- pulumi_alicloud/cr/get_chart_repositories.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
- pulumi_alicloud/cr/outputs.py +4 -0
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
- pulumi_alicloud/cs/_inputs.py +244 -16
- pulumi_alicloud/cs/edge_kubernetes.py +29 -15
- pulumi_alicloud/cs/kubernetes.py +54 -7
- pulumi_alicloud/cs/managed_kubernetes.py +34 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +266 -16
- pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
- pulumi_alicloud/databasefilesystem/outputs.py +6 -0
- pulumi_alicloud/dbs/get_backup_plans.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
- pulumi_alicloud/dcdn/outputs.py +10 -0
- pulumi_alicloud/ddos/domain_resource.py +21 -0
- pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
- pulumi_alicloud/dfs/outputs.py +10 -0
- pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
- pulumi_alicloud/directmail/get_receivers.py +2 -2
- pulumi_alicloud/dns/_inputs.py +16 -0
- pulumi_alicloud/dns/get_access_strategies.py +6 -2
- pulumi_alicloud/dns/outputs.py +68 -2
- pulumi_alicloud/dns/record.py +4 -0
- pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
- pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
- pulumi_alicloud/dts/instance.py +21 -0
- pulumi_alicloud/eais/get_instances.py +2 -2
- pulumi_alicloud/ebs/outputs.py +6 -0
- pulumi_alicloud/eci/get_container_groups.py +6 -8
- pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
- pulumi_alicloud/eci/outputs.py +26 -26
- pulumi_alicloud/ecs/_inputs.py +63 -1
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip.py +68 -0
- pulumi_alicloud/ecs/eip_address.py +199 -7
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
- pulumi_alicloud/ecs/get_commands.py +4 -4
- pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
- pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
- pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
- pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
- pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
- pulumi_alicloud/ecs/get_images.py +20 -4
- pulumi_alicloud/ecs/instance.py +222 -126
- pulumi_alicloud/ecs/outputs.py +217 -93
- pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
- pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
- pulumi_alicloud/eds/get_desktop_types.py +4 -4
- pulumi_alicloud/eds/get_desktops.py +2 -4
- pulumi_alicloud/eds/get_images.py +2 -2
- pulumi_alicloud/eds/get_ram_directories.py +2 -2
- pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
- pulumi_alicloud/eds/get_users.py +2 -2
- pulumi_alicloud/eds/outputs.py +58 -4
- pulumi_alicloud/ehpc/cluster.py +70 -0
- pulumi_alicloud/ehpc/outputs.py +112 -2
- pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
- pulumi_alicloud/emr/get_clusters.py +8 -8
- pulumi_alicloud/emr/outputs.py +18 -32
- pulumi_alicloud/emrv2/get_clusters.py +4 -4
- pulumi_alicloud/ess/_inputs.py +2 -2
- pulumi_alicloud/ess/outputs.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +7 -7
- pulumi_alicloud/eventbridge/_inputs.py +4 -0
- pulumi_alicloud/eventbridge/get_rules.py +2 -2
- pulumi_alicloud/eventbridge/outputs.py +4 -0
- pulumi_alicloud/expressconnect/get_access_points.py +2 -2
- pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
- pulumi_alicloud/fnf/get_executions.py +2 -2
- pulumi_alicloud/ga/_inputs.py +12 -0
- pulumi_alicloud/ga/accelerator.py +49 -0
- pulumi_alicloud/ga/bandwidth_package.py +21 -0
- pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
- pulumi_alicloud/ga/endpoint_group.py +28 -0
- pulumi_alicloud/ga/get_accelerators.py +4 -0
- pulumi_alicloud/ga/get_acls.py +2 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
- pulumi_alicloud/ga/get_ip_sets.py +2 -2
- pulumi_alicloud/ga/get_listeners.py +2 -2
- pulumi_alicloud/ga/listener.py +28 -0
- pulumi_alicloud/ga/outputs.py +14 -2
- pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
- pulumi_alicloud/gpdb/get_instances.py +2 -4
- pulumi_alicloud/graphdatabase/outputs.py +14 -0
- pulumi_alicloud/hbr/_inputs.py +2 -0
- pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
- pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
- pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
- pulumi_alicloud/hbr/get_hana_instances.py +12 -4
- pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
- pulumi_alicloud/hbr/get_snapshots.py +14 -14
- pulumi_alicloud/hbr/get_vaults.py +4 -0
- pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
- pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
- pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
- pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/hbr/server_backup_plan.py +7 -0
- pulumi_alicloud/hbr/vault.py +14 -0
- pulumi_alicloud/imp/get_app_templates.py +2 -2
- pulumi_alicloud/kms/instance.py +218 -128
- pulumi_alicloud/kms/key.py +133 -21
- pulumi_alicloud/kms/secret.py +28 -0
- pulumi_alicloud/kvstore/account.py +21 -7
- pulumi_alicloud/kvstore/get_accounts.py +2 -2
- pulumi_alicloud/kvstore/instance.py +14 -0
- pulumi_alicloud/lindorm/get_instances.py +2 -2
- pulumi_alicloud/log/_inputs.py +28 -6
- pulumi_alicloud/log/get_projects.py +2 -2
- pulumi_alicloud/log/outputs.py +28 -6
- pulumi_alicloud/message/service_queue.py +100 -82
- pulumi_alicloud/message/service_subscription.py +14 -0
- pulumi_alicloud/mongodb/get_accounts.py +4 -4
- pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
- pulumi_alicloud/mongodb/instance.py +56 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/mongodb/sharding_instance.py +21 -0
- pulumi_alicloud/mse/cluster.py +28 -0
- pulumi_alicloud/mse/outputs.py +34 -0
- pulumi_alicloud/nas/access_rule.py +38 -18
- pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
- pulumi_alicloud/nas/data_flow.py +14 -0
- pulumi_alicloud/nas/file_system.py +14 -0
- pulumi_alicloud/nas/get_data_flows.py +2 -2
- pulumi_alicloud/nas/get_file_systems.py +4 -0
- pulumi_alicloud/nas/get_filesets.py +2 -2
- pulumi_alicloud/nas/get_snapshots.py +2 -2
- pulumi_alicloud/nas/outputs.py +4 -0
- pulumi_alicloud/nlb/get_load_balancers.py +10 -12
- pulumi_alicloud/nlb/get_security_policies.py +2 -4
- pulumi_alicloud/nlb/get_server_groups.py +4 -6
- pulumi_alicloud/nlb/load_balancer.py +14 -0
- pulumi_alicloud/nlb/server_group.py +56 -7
- pulumi_alicloud/ocean/get_base_instances.py +4 -4
- pulumi_alicloud/oos/get_parameters.py +6 -6
- pulumi_alicloud/oos/get_patch_baselines.py +4 -4
- pulumi_alicloud/oos/get_secret_parameters.py +4 -4
- pulumi_alicloud/oos/parameter.py +28 -0
- pulumi_alicloud/oos/secret_parameter.py +28 -0
- pulumi_alicloud/ots/instance.py +91 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
- pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
- pulumi_alicloud/quotas/_inputs.py +0 -10
- pulumi_alicloud/quotas/outputs.py +10 -10
- pulumi_alicloud/rds/get_accounts.py +2 -2
- pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
- pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
- pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
- pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
- pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
- pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
- pulumi_alicloud/ros/get_change_sets.py +2 -2
- pulumi_alicloud/ros/get_stack_groups.py +2 -2
- pulumi_alicloud/ros/get_stack_instances.py +12 -2
- pulumi_alicloud/ros/get_stacks.py +4 -4
- pulumi_alicloud/ros/get_templates.py +4 -4
- pulumi_alicloud/ros/outputs.py +68 -2
- pulumi_alicloud/ros/stack_instance.py +52 -4
- pulumi_alicloud/sae/get_config_maps.py +2 -2
- pulumi_alicloud/sae/get_ingresses.py +2 -2
- pulumi_alicloud/sae/outputs.py +274 -0
- pulumi_alicloud/scdn/get_domains.py +2 -2
- pulumi_alicloud/sddp/get_data_limits.py +4 -4
- pulumi_alicloud/sddp/get_rules.py +10 -10
- pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
- pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
- pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
- pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
- pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
- pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
- pulumi_alicloud/tsdb/get_instances.py +2 -2
- pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
- pulumi_alicloud/vod/domain.py +14 -0
- pulumi_alicloud/vod/get_domains.py +4 -0
- pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
- pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
- pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
- pulumi_alicloud/vpc/get_havips.py +2 -2
- pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
- pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
- pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
- pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
- pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
- pulumi_alicloud/vpc/get_nat_ips.py +6 -6
- pulumi_alicloud/vpc/get_network_acls.py +4 -4
- pulumi_alicloud/vpc/get_peer_connections.py +2 -2
- pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
- pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
- pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
- pulumi_alicloud/vpc/ha_vip.py +8 -0
- pulumi_alicloud/vpc/nat_gateway.py +14 -0
- pulumi_alicloud/vpc/outputs.py +14 -14
- pulumi_alicloud/vpc/route_entry.py +70 -0
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
- pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ehpc/outputs.py
CHANGED
|
@@ -280,7 +280,37 @@ class GetClustersClusterResult(dict):
|
|
|
280
280
|
"""
|
|
281
281
|
:param str account_type: The server type of the account.
|
|
282
282
|
:param str client_version: The version number of the client used by the cluster.
|
|
283
|
-
:param str
|
|
283
|
+
:param str cluster_id: The id of E-HPC Cluster.
|
|
284
|
+
:param str cluster_name: The name of E-HPC cluster.
|
|
285
|
+
:param int compute_count: The number of compute nodes in the cluster.
|
|
286
|
+
:param str compute_instance_type: Cluster compute node specifications.
|
|
287
|
+
:param str create_time: The creation time of the resource.
|
|
288
|
+
:param str deploy_mode: Cluster deployment mode. Possible values:
|
|
289
|
+
- Standard: separate deployment of account nodes, scheduling nodes, login nodes, and compute nodes.
|
|
290
|
+
- Advanced:HA mode deployment.
|
|
291
|
+
- Simple: the account node and the scheduling node are deployed on one node, and the login node and the compute node are deployed separately.
|
|
292
|
+
- Tiny: account nodes, scheduling nodes, and login nodes are deployed on one node, and compute nodes are deployed separately.
|
|
293
|
+
- OneBox: account node, scheduling node, login node and compute node are deployed on one node.
|
|
294
|
+
:param str description: The description of E-HPC cluster.
|
|
295
|
+
:param bool ha_enable: Whether to turn on high availability. > If high availability is enabled, each control role in the cluster will use two primary and secondary instances.
|
|
296
|
+
:param str id: The ID of the Cluster.
|
|
297
|
+
:param str image_id: The ID of the Image.
|
|
298
|
+
:param str image_owner_alias: The type of the image.
|
|
299
|
+
:param int login_count: The number of cluster login nodes. Only configuration 1 is supported.
|
|
300
|
+
:param str login_instance_type: Cluster login node specifications.
|
|
301
|
+
:param str manager_instance_type: The instance type of manager nodes.
|
|
302
|
+
:param str os_tag: The image tag of the operating system.
|
|
303
|
+
:param str remote_directory: Mount the remote directory of the shared storage.
|
|
304
|
+
:param str scc_cluster_id: The SccCluster ID used by the cluster. If the cluster is not an SCC model, it is empty.
|
|
305
|
+
:param str scheduler_type: Dispatch server type.
|
|
306
|
+
:param str security_group_id: The ID of the security group.
|
|
307
|
+
:param str status: The status of the resource.
|
|
308
|
+
:param str volume_id: The ID of the NAS instance. Currently, you cannot automatically create an Alibaba Cloud NAS instance.
|
|
309
|
+
:param str volume_mountpoint: The mount target of the file system. Mount targets cannot be automatically created for NAS file systems.
|
|
310
|
+
:param str volume_protocol: The type of the protocol that is used by the file system.
|
|
311
|
+
:param str volume_type: The type of the network shared storage. Valid value: NAS.
|
|
312
|
+
:param str vpc_id: The ID of the VPC network.
|
|
313
|
+
:param str vswitch_id: The vswitch id.
|
|
284
314
|
"""
|
|
285
315
|
pulumi.set(__self__, "account_type", account_type)
|
|
286
316
|
pulumi.set(__self__, "applications", applications)
|
|
@@ -339,66 +369,110 @@ class GetClustersClusterResult(dict):
|
|
|
339
369
|
@property
|
|
340
370
|
@pulumi.getter(name="clusterId")
|
|
341
371
|
def cluster_id(self) -> str:
|
|
372
|
+
"""
|
|
373
|
+
The id of E-HPC Cluster.
|
|
374
|
+
"""
|
|
342
375
|
return pulumi.get(self, "cluster_id")
|
|
343
376
|
|
|
344
377
|
@property
|
|
345
378
|
@pulumi.getter(name="clusterName")
|
|
346
379
|
def cluster_name(self) -> str:
|
|
380
|
+
"""
|
|
381
|
+
The name of E-HPC cluster.
|
|
382
|
+
"""
|
|
347
383
|
return pulumi.get(self, "cluster_name")
|
|
348
384
|
|
|
349
385
|
@property
|
|
350
386
|
@pulumi.getter(name="computeCount")
|
|
351
387
|
def compute_count(self) -> int:
|
|
388
|
+
"""
|
|
389
|
+
The number of compute nodes in the cluster.
|
|
390
|
+
"""
|
|
352
391
|
return pulumi.get(self, "compute_count")
|
|
353
392
|
|
|
354
393
|
@property
|
|
355
394
|
@pulumi.getter(name="computeInstanceType")
|
|
356
395
|
def compute_instance_type(self) -> str:
|
|
396
|
+
"""
|
|
397
|
+
Cluster compute node specifications.
|
|
398
|
+
"""
|
|
357
399
|
return pulumi.get(self, "compute_instance_type")
|
|
358
400
|
|
|
359
401
|
@property
|
|
360
402
|
@pulumi.getter(name="createTime")
|
|
361
403
|
def create_time(self) -> str:
|
|
404
|
+
"""
|
|
405
|
+
The creation time of the resource.
|
|
406
|
+
"""
|
|
362
407
|
return pulumi.get(self, "create_time")
|
|
363
408
|
|
|
364
409
|
@property
|
|
365
410
|
@pulumi.getter(name="deployMode")
|
|
366
411
|
def deploy_mode(self) -> str:
|
|
412
|
+
"""
|
|
413
|
+
Cluster deployment mode. Possible values:
|
|
414
|
+
- Standard: separate deployment of account nodes, scheduling nodes, login nodes, and compute nodes.
|
|
415
|
+
- Advanced:HA mode deployment.
|
|
416
|
+
- Simple: the account node and the scheduling node are deployed on one node, and the login node and the compute node are deployed separately.
|
|
417
|
+
- Tiny: account nodes, scheduling nodes, and login nodes are deployed on one node, and compute nodes are deployed separately.
|
|
418
|
+
- OneBox: account node, scheduling node, login node and compute node are deployed on one node.
|
|
419
|
+
"""
|
|
367
420
|
return pulumi.get(self, "deploy_mode")
|
|
368
421
|
|
|
369
422
|
@property
|
|
370
423
|
@pulumi.getter
|
|
371
424
|
def description(self) -> str:
|
|
425
|
+
"""
|
|
426
|
+
The description of E-HPC cluster.
|
|
427
|
+
"""
|
|
372
428
|
return pulumi.get(self, "description")
|
|
373
429
|
|
|
374
430
|
@property
|
|
375
431
|
@pulumi.getter(name="haEnable")
|
|
376
432
|
def ha_enable(self) -> bool:
|
|
433
|
+
"""
|
|
434
|
+
Whether to turn on high availability. > If high availability is enabled, each control role in the cluster will use two primary and secondary instances.
|
|
435
|
+
"""
|
|
377
436
|
return pulumi.get(self, "ha_enable")
|
|
378
437
|
|
|
379
438
|
@property
|
|
380
439
|
@pulumi.getter
|
|
381
440
|
def id(self) -> str:
|
|
441
|
+
"""
|
|
442
|
+
The ID of the Cluster.
|
|
443
|
+
"""
|
|
382
444
|
return pulumi.get(self, "id")
|
|
383
445
|
|
|
384
446
|
@property
|
|
385
447
|
@pulumi.getter(name="imageId")
|
|
386
448
|
def image_id(self) -> str:
|
|
449
|
+
"""
|
|
450
|
+
The ID of the Image.
|
|
451
|
+
"""
|
|
387
452
|
return pulumi.get(self, "image_id")
|
|
388
453
|
|
|
389
454
|
@property
|
|
390
455
|
@pulumi.getter(name="imageOwnerAlias")
|
|
391
456
|
def image_owner_alias(self) -> str:
|
|
457
|
+
"""
|
|
458
|
+
The type of the image.
|
|
459
|
+
"""
|
|
392
460
|
return pulumi.get(self, "image_owner_alias")
|
|
393
461
|
|
|
394
462
|
@property
|
|
395
463
|
@pulumi.getter(name="loginCount")
|
|
396
464
|
def login_count(self) -> int:
|
|
465
|
+
"""
|
|
466
|
+
The number of cluster login nodes. Only configuration 1 is supported.
|
|
467
|
+
"""
|
|
397
468
|
return pulumi.get(self, "login_count")
|
|
398
469
|
|
|
399
470
|
@property
|
|
400
471
|
@pulumi.getter(name="loginInstanceType")
|
|
401
472
|
def login_instance_type(self) -> str:
|
|
473
|
+
"""
|
|
474
|
+
Cluster login node specifications.
|
|
475
|
+
"""
|
|
402
476
|
return pulumi.get(self, "login_instance_type")
|
|
403
477
|
|
|
404
478
|
@property
|
|
@@ -409,11 +483,17 @@ class GetClustersClusterResult(dict):
|
|
|
409
483
|
@property
|
|
410
484
|
@pulumi.getter(name="managerInstanceType")
|
|
411
485
|
def manager_instance_type(self) -> str:
|
|
486
|
+
"""
|
|
487
|
+
The instance type of manager nodes.
|
|
488
|
+
"""
|
|
412
489
|
return pulumi.get(self, "manager_instance_type")
|
|
413
490
|
|
|
414
491
|
@property
|
|
415
492
|
@pulumi.getter(name="osTag")
|
|
416
493
|
def os_tag(self) -> str:
|
|
494
|
+
"""
|
|
495
|
+
The image tag of the operating system.
|
|
496
|
+
"""
|
|
417
497
|
return pulumi.get(self, "os_tag")
|
|
418
498
|
|
|
419
499
|
@property
|
|
@@ -424,59 +504,89 @@ class GetClustersClusterResult(dict):
|
|
|
424
504
|
@property
|
|
425
505
|
@pulumi.getter(name="remoteDirectory")
|
|
426
506
|
def remote_directory(self) -> str:
|
|
507
|
+
"""
|
|
508
|
+
Mount the remote directory of the shared storage.
|
|
509
|
+
"""
|
|
427
510
|
return pulumi.get(self, "remote_directory")
|
|
428
511
|
|
|
429
512
|
@property
|
|
430
513
|
@pulumi.getter(name="sccClusterId")
|
|
431
514
|
def scc_cluster_id(self) -> str:
|
|
515
|
+
"""
|
|
516
|
+
The SccCluster ID used by the cluster. If the cluster is not an SCC model, it is empty.
|
|
517
|
+
"""
|
|
432
518
|
return pulumi.get(self, "scc_cluster_id")
|
|
433
519
|
|
|
434
520
|
@property
|
|
435
521
|
@pulumi.getter(name="schedulerType")
|
|
436
522
|
def scheduler_type(self) -> str:
|
|
523
|
+
"""
|
|
524
|
+
Dispatch server type.
|
|
525
|
+
"""
|
|
437
526
|
return pulumi.get(self, "scheduler_type")
|
|
438
527
|
|
|
439
528
|
@property
|
|
440
529
|
@pulumi.getter(name="securityGroupId")
|
|
441
530
|
def security_group_id(self) -> str:
|
|
531
|
+
"""
|
|
532
|
+
The ID of the security group.
|
|
533
|
+
"""
|
|
442
534
|
return pulumi.get(self, "security_group_id")
|
|
443
535
|
|
|
444
536
|
@property
|
|
445
537
|
@pulumi.getter
|
|
446
538
|
def status(self) -> str:
|
|
447
539
|
"""
|
|
448
|
-
The status of the resource.
|
|
540
|
+
The status of the resource.
|
|
449
541
|
"""
|
|
450
542
|
return pulumi.get(self, "status")
|
|
451
543
|
|
|
452
544
|
@property
|
|
453
545
|
@pulumi.getter(name="volumeId")
|
|
454
546
|
def volume_id(self) -> str:
|
|
547
|
+
"""
|
|
548
|
+
The ID of the NAS instance. Currently, you cannot automatically create an Alibaba Cloud NAS instance.
|
|
549
|
+
"""
|
|
455
550
|
return pulumi.get(self, "volume_id")
|
|
456
551
|
|
|
457
552
|
@property
|
|
458
553
|
@pulumi.getter(name="volumeMountpoint")
|
|
459
554
|
def volume_mountpoint(self) -> str:
|
|
555
|
+
"""
|
|
556
|
+
The mount target of the file system. Mount targets cannot be automatically created for NAS file systems.
|
|
557
|
+
"""
|
|
460
558
|
return pulumi.get(self, "volume_mountpoint")
|
|
461
559
|
|
|
462
560
|
@property
|
|
463
561
|
@pulumi.getter(name="volumeProtocol")
|
|
464
562
|
def volume_protocol(self) -> str:
|
|
563
|
+
"""
|
|
564
|
+
The type of the protocol that is used by the file system.
|
|
565
|
+
"""
|
|
465
566
|
return pulumi.get(self, "volume_protocol")
|
|
466
567
|
|
|
467
568
|
@property
|
|
468
569
|
@pulumi.getter(name="volumeType")
|
|
469
570
|
def volume_type(self) -> str:
|
|
571
|
+
"""
|
|
572
|
+
The type of the network shared storage. Valid value: NAS.
|
|
573
|
+
"""
|
|
470
574
|
return pulumi.get(self, "volume_type")
|
|
471
575
|
|
|
472
576
|
@property
|
|
473
577
|
@pulumi.getter(name="vpcId")
|
|
474
578
|
def vpc_id(self) -> str:
|
|
579
|
+
"""
|
|
580
|
+
The ID of the VPC network.
|
|
581
|
+
"""
|
|
475
582
|
return pulumi.get(self, "vpc_id")
|
|
476
583
|
|
|
477
584
|
@property
|
|
478
585
|
@pulumi.getter(name="vswitchId")
|
|
479
586
|
def vswitch_id(self) -> str:
|
|
587
|
+
"""
|
|
588
|
+
The vswitch id.
|
|
589
|
+
"""
|
|
480
590
|
return pulumi.get(self, "vswitch_id")
|
|
481
591
|
|
|
482
592
|
@property
|
|
@@ -201,9 +201,9 @@ def get_anycast_eip_addresses(anycast_eip_address_name: Optional[str] = None,
|
|
|
201
201
|
:param str ip_address: Anycast EIP instance IP address.
|
|
202
202
|
:param str name_regex: A regex string to filter results by Anycast Eip Address name.
|
|
203
203
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
204
|
-
:param str payment_type: The payment model of Anycast EIP instance.
|
|
205
|
-
:param str service_location: Anycast EIP instance access area.
|
|
206
|
-
:param str status: IP status。- `Associating`, `Unassociating`, `Allocated`, `Associated`, `Modifying`, `Releasing`, `Released`.
|
|
204
|
+
:param str payment_type: The payment model of Anycast EIP instance. `PayAsYouGo`: Refers to the post-paid mode. Default value is `PayAsYouGo`.
|
|
205
|
+
:param str service_location: Anycast EIP instance access area. `international`: Refers to areas outside of Mainland China.
|
|
206
|
+
:param str status: IP status。- `Associating`, `Unassociating`, `Allocated`, `Associated`, `Modifying`, `Releasing`, `Released`. Valid values: `Allocated`, `Associated`.
|
|
207
207
|
"""
|
|
208
208
|
__args__ = dict()
|
|
209
209
|
__args__['anycastEipAddressName'] = anycast_eip_address_name
|
|
@@ -277,8 +277,8 @@ def get_anycast_eip_addresses_output(anycast_eip_address_name: Optional[pulumi.I
|
|
|
277
277
|
:param str ip_address: Anycast EIP instance IP address.
|
|
278
278
|
:param str name_regex: A regex string to filter results by Anycast Eip Address name.
|
|
279
279
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
280
|
-
:param str payment_type: The payment model of Anycast EIP instance.
|
|
281
|
-
:param str service_location: Anycast EIP instance access area.
|
|
282
|
-
:param str status: IP status。- `Associating`, `Unassociating`, `Allocated`, `Associated`, `Modifying`, `Releasing`, `Released`.
|
|
280
|
+
:param str payment_type: The payment model of Anycast EIP instance. `PayAsYouGo`: Refers to the post-paid mode. Default value is `PayAsYouGo`.
|
|
281
|
+
:param str service_location: Anycast EIP instance access area. `international`: Refers to areas outside of Mainland China.
|
|
282
|
+
:param str status: IP status。- `Associating`, `Unassociating`, `Allocated`, `Associated`, `Modifying`, `Releasing`, `Released`. Valid values: `Allocated`, `Associated`.
|
|
283
283
|
"""
|
|
284
284
|
...
|
|
@@ -358,15 +358,15 @@ def get_clusters(cluster_name: Optional[str] = None,
|
|
|
358
358
|
```
|
|
359
359
|
|
|
360
360
|
|
|
361
|
-
:param str cluster_name: The name
|
|
361
|
+
:param str cluster_name: The cluster name.
|
|
362
362
|
:param Sequence[str] cluster_type_lists: The cluster type list.
|
|
363
|
-
:param str create_type: How to create a cluster.
|
|
363
|
+
:param str create_type: How to create a cluster. Valid values: `ON-DEMAND`, `MANUAL`.
|
|
364
364
|
:param bool default_status: The default status.
|
|
365
|
-
:param str deposit_type: The hosting type of the cluster.
|
|
365
|
+
:param str deposit_type: The hosting type of the cluster. Valid values: `HALF_MANAGED`, `MANAGED`.
|
|
366
366
|
:param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
|
|
367
367
|
:param Sequence[str] ids: A list of Cluster IDs.
|
|
368
368
|
:param bool is_desc: The is desc.
|
|
369
|
-
:param str machine_type: The host type of the cluster. The default is ECS.
|
|
369
|
+
:param str machine_type: The host type of the cluster. The default is ECS. Valid values: `DOCKER`, `ECS`, `PYHSICAL_MACHINE`, `ECS_FROM_ECM_HOSTPOOL`.
|
|
370
370
|
:param str name_regex: A regex string to filter results by Cluster name.
|
|
371
371
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
372
372
|
:param str resource_group_id: The Resource Group ID.
|
|
@@ -559,15 +559,15 @@ def get_clusters_output(cluster_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
|
559
559
|
```
|
|
560
560
|
|
|
561
561
|
|
|
562
|
-
:param str cluster_name: The name
|
|
562
|
+
:param str cluster_name: The cluster name.
|
|
563
563
|
:param Sequence[str] cluster_type_lists: The cluster type list.
|
|
564
|
-
:param str create_type: How to create a cluster.
|
|
564
|
+
:param str create_type: How to create a cluster. Valid values: `ON-DEMAND`, `MANUAL`.
|
|
565
565
|
:param bool default_status: The default status.
|
|
566
|
-
:param str deposit_type: The hosting type of the cluster.
|
|
566
|
+
:param str deposit_type: The hosting type of the cluster. Valid values: `HALF_MANAGED`, `MANAGED`.
|
|
567
567
|
:param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
|
|
568
568
|
:param Sequence[str] ids: A list of Cluster IDs.
|
|
569
569
|
:param bool is_desc: The is desc.
|
|
570
|
-
:param str machine_type: The host type of the cluster. The default is ECS.
|
|
570
|
+
:param str machine_type: The host type of the cluster. The default is ECS. Valid values: `DOCKER`, `ECS`, `PYHSICAL_MACHINE`, `ECS_FROM_ECM_HOSTPOOL`.
|
|
571
571
|
:param str name_regex: A regex string to filter results by Cluster name.
|
|
572
572
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
573
573
|
:param str resource_group_id: The Resource Group ID.
|
pulumi_alicloud/emr/outputs.py
CHANGED
|
@@ -564,14 +564,14 @@ class GetClustersClusterResult(dict):
|
|
|
564
564
|
:param bool auto_scaling_spot_with_limit_allowed: Whether to allow the use of elastic scaling bidding instances.
|
|
565
565
|
:param Sequence['GetClustersClusterBootstrapActionListArgs'] bootstrap_action_lists: List of boot actions.
|
|
566
566
|
:param bool bootstrap_failed: The result of the boot operation.
|
|
567
|
-
:param str cluster_id: The ID of the
|
|
568
|
-
:param str cluster_name: The
|
|
567
|
+
:param str cluster_id: The first ID of the resource.
|
|
568
|
+
:param str cluster_name: The ClusterName.
|
|
569
569
|
:param str create_resource: Cluster tag, no need to pay attention.
|
|
570
|
-
:param str create_time:
|
|
570
|
+
:param str create_time: The creation time of the resource.
|
|
571
571
|
:param str create_type: How to create a cluster.
|
|
572
572
|
:param str deposit_type: The hosting type of the cluster.
|
|
573
573
|
:param bool eas_enable: High security cluster.
|
|
574
|
-
:param str expired_time:
|
|
574
|
+
:param str expired_time: The expiration time of the cluster.
|
|
575
575
|
:param str extra_info: Additional information for Stack.
|
|
576
576
|
:param bool high_availability_enable: High availability cluster.
|
|
577
577
|
:param Sequence['GetClustersClusterHostGroupListArgs'] host_group_lists: List of cluster machine groups.
|
|
@@ -593,7 +593,6 @@ class GetClustersClusterResult(dict):
|
|
|
593
593
|
:param str status: The cluster status.
|
|
594
594
|
:param str stop_time: Cluster stop time.
|
|
595
595
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
596
|
-
:param str type: Disk type.
|
|
597
596
|
:param str user_defined_emr_ecs_role: The EMR permission name used.
|
|
598
597
|
:param str user_id: The user ID.
|
|
599
598
|
:param str vpc_id: The VPC ID.
|
|
@@ -705,7 +704,7 @@ class GetClustersClusterResult(dict):
|
|
|
705
704
|
@pulumi.getter(name="clusterId")
|
|
706
705
|
def cluster_id(self) -> str:
|
|
707
706
|
"""
|
|
708
|
-
The ID of the
|
|
707
|
+
The first ID of the resource.
|
|
709
708
|
"""
|
|
710
709
|
return pulumi.get(self, "cluster_id")
|
|
711
710
|
|
|
@@ -713,7 +712,7 @@ class GetClustersClusterResult(dict):
|
|
|
713
712
|
@pulumi.getter(name="clusterName")
|
|
714
713
|
def cluster_name(self) -> str:
|
|
715
714
|
"""
|
|
716
|
-
The
|
|
715
|
+
The ClusterName.
|
|
717
716
|
"""
|
|
718
717
|
return pulumi.get(self, "cluster_name")
|
|
719
718
|
|
|
@@ -729,7 +728,7 @@ class GetClustersClusterResult(dict):
|
|
|
729
728
|
@pulumi.getter(name="createTime")
|
|
730
729
|
def create_time(self) -> str:
|
|
731
730
|
"""
|
|
732
|
-
|
|
731
|
+
The creation time of the resource.
|
|
733
732
|
"""
|
|
734
733
|
return pulumi.get(self, "create_time")
|
|
735
734
|
|
|
@@ -761,7 +760,7 @@ class GetClustersClusterResult(dict):
|
|
|
761
760
|
@pulumi.getter(name="expiredTime")
|
|
762
761
|
def expired_time(self) -> str:
|
|
763
762
|
"""
|
|
764
|
-
|
|
763
|
+
The expiration time of the cluster.
|
|
765
764
|
"""
|
|
766
765
|
return pulumi.get(self, "expired_time")
|
|
767
766
|
|
|
@@ -946,9 +945,6 @@ class GetClustersClusterResult(dict):
|
|
|
946
945
|
@property
|
|
947
946
|
@pulumi.getter
|
|
948
947
|
def type(self) -> str:
|
|
949
|
-
"""
|
|
950
|
-
Disk type.
|
|
951
|
-
"""
|
|
952
948
|
return pulumi.get(self, "type")
|
|
953
949
|
|
|
954
950
|
@property
|
|
@@ -1015,27 +1011,17 @@ class GetClustersClusterAccessInfoZkLinkResult(dict):
|
|
|
1015
1011
|
def __init__(__self__, *,
|
|
1016
1012
|
link: str,
|
|
1017
1013
|
port: str):
|
|
1018
|
-
"""
|
|
1019
|
-
:param str link: The access link address of ZooKeeper.
|
|
1020
|
-
:param str port: The port of ZooKeeper.
|
|
1021
|
-
"""
|
|
1022
1014
|
pulumi.set(__self__, "link", link)
|
|
1023
1015
|
pulumi.set(__self__, "port", port)
|
|
1024
1016
|
|
|
1025
1017
|
@property
|
|
1026
1018
|
@pulumi.getter
|
|
1027
1019
|
def link(self) -> str:
|
|
1028
|
-
"""
|
|
1029
|
-
The access link address of ZooKeeper.
|
|
1030
|
-
"""
|
|
1031
1020
|
return pulumi.get(self, "link")
|
|
1032
1021
|
|
|
1033
1022
|
@property
|
|
1034
1023
|
@pulumi.getter
|
|
1035
1024
|
def port(self) -> str:
|
|
1036
|
-
"""
|
|
1037
|
-
The port of ZooKeeper.
|
|
1038
|
-
"""
|
|
1039
1025
|
return pulumi.get(self, "port")
|
|
1040
1026
|
|
|
1041
1027
|
|
|
@@ -1047,7 +1033,7 @@ class GetClustersClusterBootstrapActionListResult(dict):
|
|
|
1047
1033
|
path: str):
|
|
1048
1034
|
"""
|
|
1049
1035
|
:param str arg: Parameters of the boot operation.
|
|
1050
|
-
:param str name: The
|
|
1036
|
+
:param str name: The name of the boot operation.
|
|
1051
1037
|
:param str path: Boot operation script path.
|
|
1052
1038
|
"""
|
|
1053
1039
|
pulumi.set(__self__, "arg", arg)
|
|
@@ -1066,7 +1052,7 @@ class GetClustersClusterBootstrapActionListResult(dict):
|
|
|
1066
1052
|
@pulumi.getter
|
|
1067
1053
|
def name(self) -> str:
|
|
1068
1054
|
"""
|
|
1069
|
-
The
|
|
1055
|
+
The name of the boot operation.
|
|
1070
1056
|
"""
|
|
1071
1057
|
return pulumi.get(self, "name")
|
|
1072
1058
|
|
|
@@ -1112,7 +1098,7 @@ class GetClustersClusterHostGroupListResult(dict):
|
|
|
1112
1098
|
:param int memory_capacity: Memory size.
|
|
1113
1099
|
:param int node_count: The number of machine group nodes.
|
|
1114
1100
|
:param Sequence['GetClustersClusterHostGroupListNodeArgs'] nodes: Machine node.
|
|
1115
|
-
:param str period:
|
|
1101
|
+
:param str period: Package year and month time (days).
|
|
1116
1102
|
"""
|
|
1117
1103
|
pulumi.set(__self__, "band_width", band_width)
|
|
1118
1104
|
pulumi.set(__self__, "charge_type", charge_type)
|
|
@@ -1246,7 +1232,7 @@ class GetClustersClusterHostGroupListResult(dict):
|
|
|
1246
1232
|
@pulumi.getter
|
|
1247
1233
|
def period(self) -> str:
|
|
1248
1234
|
"""
|
|
1249
|
-
|
|
1235
|
+
Package year and month time (days).
|
|
1250
1236
|
"""
|
|
1251
1237
|
return pulumi.get(self, "period")
|
|
1252
1238
|
|
|
@@ -1272,7 +1258,7 @@ class GetClustersClusterHostGroupListNodeResult(dict):
|
|
|
1272
1258
|
:param str inner_ip: The Intranet IP of the EMR.
|
|
1273
1259
|
:param str instance_id: The ID of the ECS instance.
|
|
1274
1260
|
:param str pub_ip: Public IP address.
|
|
1275
|
-
:param str status:
|
|
1261
|
+
:param str status: Status.
|
|
1276
1262
|
:param bool support_ipv6: Whether IPV6 is supported.
|
|
1277
1263
|
:param str zone_id: The zone ID.
|
|
1278
1264
|
"""
|
|
@@ -1347,7 +1333,7 @@ class GetClustersClusterHostGroupListNodeResult(dict):
|
|
|
1347
1333
|
@pulumi.getter
|
|
1348
1334
|
def status(self) -> str:
|
|
1349
1335
|
"""
|
|
1350
|
-
|
|
1336
|
+
Status.
|
|
1351
1337
|
"""
|
|
1352
1338
|
return pulumi.get(self, "status")
|
|
1353
1339
|
|
|
@@ -1469,8 +1455,8 @@ class GetClustersClusterRelateClusterInfoResult(dict):
|
|
|
1469
1455
|
"""
|
|
1470
1456
|
:param str cluster_id: The ID of the associated cluster.
|
|
1471
1457
|
:param str cluster_name: The name of the associated cluster.
|
|
1472
|
-
:param str cluster_type:
|
|
1473
|
-
:param str status: The cluster
|
|
1458
|
+
:param str cluster_type: The cluster type of the associated cluster.
|
|
1459
|
+
:param str status: The status of the associated cluster.
|
|
1474
1460
|
"""
|
|
1475
1461
|
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
1476
1462
|
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
@@ -1497,7 +1483,7 @@ class GetClustersClusterRelateClusterInfoResult(dict):
|
|
|
1497
1483
|
@pulumi.getter(name="clusterType")
|
|
1498
1484
|
def cluster_type(self) -> str:
|
|
1499
1485
|
"""
|
|
1500
|
-
|
|
1486
|
+
The cluster type of the associated cluster.
|
|
1501
1487
|
"""
|
|
1502
1488
|
return pulumi.get(self, "cluster_type")
|
|
1503
1489
|
|
|
@@ -1505,7 +1491,7 @@ class GetClustersClusterRelateClusterInfoResult(dict):
|
|
|
1505
1491
|
@pulumi.getter
|
|
1506
1492
|
def status(self) -> str:
|
|
1507
1493
|
"""
|
|
1508
|
-
The cluster
|
|
1494
|
+
The status of the associated cluster.
|
|
1509
1495
|
"""
|
|
1510
1496
|
return pulumi.get(self, "status")
|
|
1511
1497
|
|
|
@@ -189,7 +189,7 @@ def get_clusters(cluster_name: Optional[str] = None,
|
|
|
189
189
|
> **NOTE:** Available in v1.199.0+.
|
|
190
190
|
|
|
191
191
|
|
|
192
|
-
:param str cluster_name: The name
|
|
192
|
+
:param str cluster_name: The cluster name.
|
|
193
193
|
:param Sequence[str] cluster_states: The cluster states.
|
|
194
194
|
:param Sequence[str] cluster_types: The cluster types.
|
|
195
195
|
:param Sequence[str] ids: A list of Cluster IDS.
|
|
@@ -198,7 +198,7 @@ def get_clusters(cluster_name: Optional[str] = None,
|
|
|
198
198
|
:param str next_token: The next token is used to list clusters for next page.
|
|
199
199
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
200
200
|
:param Sequence[str] payment_types: The cluster payment types.
|
|
201
|
-
:param str resource_group_id: The
|
|
201
|
+
:param str resource_group_id: The Resource Group ID.
|
|
202
202
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
203
203
|
"""
|
|
204
204
|
__args__ = dict()
|
|
@@ -253,7 +253,7 @@ def get_clusters_output(cluster_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
|
253
253
|
> **NOTE:** Available in v1.199.0+.
|
|
254
254
|
|
|
255
255
|
|
|
256
|
-
:param str cluster_name: The name
|
|
256
|
+
:param str cluster_name: The cluster name.
|
|
257
257
|
:param Sequence[str] cluster_states: The cluster states.
|
|
258
258
|
:param Sequence[str] cluster_types: The cluster types.
|
|
259
259
|
:param Sequence[str] ids: A list of Cluster IDS.
|
|
@@ -262,7 +262,7 @@ def get_clusters_output(cluster_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
|
262
262
|
:param str next_token: The next token is used to list clusters for next page.
|
|
263
263
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
264
264
|
:param Sequence[str] payment_types: The cluster payment types.
|
|
265
|
-
:param str resource_group_id: The
|
|
265
|
+
:param str resource_group_id: The Resource Group ID.
|
|
266
266
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
267
267
|
"""
|
|
268
268
|
...
|
pulumi_alicloud/ess/_inputs.py
CHANGED
|
@@ -1533,7 +1533,7 @@ class ScalingConfigurationDataDiskArgs:
|
|
|
1533
1533
|
snapshot_id: Optional[pulumi.Input[str]] = None):
|
|
1534
1534
|
"""
|
|
1535
1535
|
:param pulumi.Input[str] auto_snapshot_policy_id: The id of auto snapshot policy for data disk.
|
|
1536
|
-
:param pulumi.Input[str] category: Category of data disk. The parameter value options are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd` and `cloud`.
|
|
1536
|
+
:param pulumi.Input[str] category: Category of data disk. The parameter value options are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd` , `cloud_essd` and `cloud`.
|
|
1537
1537
|
:param pulumi.Input[bool] delete_with_instance: Whether to delete data disks attached on ecs when release ecs instance. Optional value: `true` or `false`, default to `true`.
|
|
1538
1538
|
:param pulumi.Input[str] description: The description of data disk N. Valid values of N: 1 to 16. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
|
|
1539
1539
|
:param pulumi.Input[str] device: The mount point of data disk N. Valid values of N: 1 to 16. If this parameter is not specified, the system automatically allocates a mount point to created ECS instances. The name of the mount point ranges from /dev/xvdb to /dev/xvdz in alphabetical order.
|
|
@@ -1586,7 +1586,7 @@ class ScalingConfigurationDataDiskArgs:
|
|
|
1586
1586
|
@pulumi.getter
|
|
1587
1587
|
def category(self) -> Optional[pulumi.Input[str]]:
|
|
1588
1588
|
"""
|
|
1589
|
-
Category of data disk. The parameter value options are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd` and `cloud`.
|
|
1589
|
+
Category of data disk. The parameter value options are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd` , `cloud_essd` and `cloud`.
|
|
1590
1590
|
"""
|
|
1591
1591
|
return pulumi.get(self, "category")
|
|
1592
1592
|
|
pulumi_alicloud/ess/outputs.py
CHANGED
|
@@ -1436,7 +1436,7 @@ class ScalingConfigurationDataDisk(dict):
|
|
|
1436
1436
|
snapshot_id: Optional[str] = None):
|
|
1437
1437
|
"""
|
|
1438
1438
|
:param str auto_snapshot_policy_id: The id of auto snapshot policy for data disk.
|
|
1439
|
-
:param str category: Category of data disk. The parameter value options are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd` and `cloud`.
|
|
1439
|
+
:param str category: Category of data disk. The parameter value options are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd` , `cloud_essd` and `cloud`.
|
|
1440
1440
|
:param bool delete_with_instance: Whether to delete data disks attached on ecs when release ecs instance. Optional value: `true` or `false`, default to `true`.
|
|
1441
1441
|
:param str description: The description of data disk N. Valid values of N: 1 to 16. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
|
|
1442
1442
|
:param str device: The mount point of data disk N. Valid values of N: 1 to 16. If this parameter is not specified, the system automatically allocates a mount point to created ECS instances. The name of the mount point ranges from /dev/xvdb to /dev/xvdz in alphabetical order.
|
|
@@ -1482,7 +1482,7 @@ class ScalingConfigurationDataDisk(dict):
|
|
|
1482
1482
|
@pulumi.getter
|
|
1483
1483
|
def category(self) -> Optional[str]:
|
|
1484
1484
|
"""
|
|
1485
|
-
Category of data disk. The parameter value options are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd` and `cloud`.
|
|
1485
|
+
Category of data disk. The parameter value options are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd` , `cloud_essd` and `cloud`.
|
|
1486
1486
|
"""
|
|
1487
1487
|
return pulumi.get(self, "category")
|
|
1488
1488
|
|
|
@@ -52,7 +52,7 @@ class ScalingGroupArgs:
|
|
|
52
52
|
:param pulumi.Input[int] desired_capacity: Expected number of ECS instances in the scaling group. Value range: [min_size, max_size].
|
|
53
53
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
54
54
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
55
|
-
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE. Default to ECS.
|
|
55
|
+
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
56
56
|
:param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
|
|
57
57
|
:param pulumi.Input[Sequence[pulumi.Input['ScalingGroupLaunchTemplateOverrideArgs']]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature.. See `launch_template_override` below for details.
|
|
58
58
|
:param pulumi.Input[str] launch_template_version: The version number of the launch template. Valid values are the version number, `Latest`, or `Default`, Default value: `Default`.
|
|
@@ -220,7 +220,7 @@ class ScalingGroupArgs:
|
|
|
220
220
|
@pulumi.getter(name="healthCheckType")
|
|
221
221
|
def health_check_type(self) -> Optional[pulumi.Input[str]]:
|
|
222
222
|
"""
|
|
223
|
-
Resource type within scaling group. Optional values: ECS, NONE. Default to ECS.
|
|
223
|
+
Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
224
224
|
"""
|
|
225
225
|
return pulumi.get(self, "health_check_type")
|
|
226
226
|
|
|
@@ -458,7 +458,7 @@ class _ScalingGroupState:
|
|
|
458
458
|
:param pulumi.Input[int] desired_capacity: Expected number of ECS instances in the scaling group. Value range: [min_size, max_size].
|
|
459
459
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
460
460
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
461
|
-
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE. Default to ECS.
|
|
461
|
+
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
462
462
|
:param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
|
|
463
463
|
:param pulumi.Input[Sequence[pulumi.Input['ScalingGroupLaunchTemplateOverrideArgs']]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature.. See `launch_template_override` below for details.
|
|
464
464
|
:param pulumi.Input[str] launch_template_version: The version number of the launch template. Valid values are the version number, `Latest`, or `Default`, Default value: `Default`.
|
|
@@ -606,7 +606,7 @@ class _ScalingGroupState:
|
|
|
606
606
|
@pulumi.getter(name="healthCheckType")
|
|
607
607
|
def health_check_type(self) -> Optional[pulumi.Input[str]]:
|
|
608
608
|
"""
|
|
609
|
-
Resource type within scaling group. Optional values: ECS, NONE. Default to ECS.
|
|
609
|
+
Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
610
610
|
"""
|
|
611
611
|
return pulumi.get(self, "health_check_type")
|
|
612
612
|
|
|
@@ -960,7 +960,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
960
960
|
:param pulumi.Input[int] desired_capacity: Expected number of ECS instances in the scaling group. Value range: [min_size, max_size].
|
|
961
961
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
962
962
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
963
|
-
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE. Default to ECS.
|
|
963
|
+
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
964
964
|
:param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
|
|
965
965
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ScalingGroupLaunchTemplateOverrideArgs']]]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature.. See `launch_template_override` below for details.
|
|
966
966
|
:param pulumi.Input[str] launch_template_version: The version number of the launch template. Valid values are the version number, `Latest`, or `Default`, Default value: `Default`.
|
|
@@ -1206,7 +1206,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1206
1206
|
:param pulumi.Input[int] desired_capacity: Expected number of ECS instances in the scaling group. Value range: [min_size, max_size].
|
|
1207
1207
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
1208
1208
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
1209
|
-
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE. Default to ECS.
|
|
1209
|
+
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
1210
1210
|
:param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
|
|
1211
1211
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ScalingGroupLaunchTemplateOverrideArgs']]]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature.. See `launch_template_override` below for details.
|
|
1212
1212
|
:param pulumi.Input[str] launch_template_version: The version number of the launch template. Valid values are the version number, `Latest`, or `Default`, Default value: `Default`.
|
|
@@ -1313,7 +1313,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1313
1313
|
@pulumi.getter(name="healthCheckType")
|
|
1314
1314
|
def health_check_type(self) -> pulumi.Output[str]:
|
|
1315
1315
|
"""
|
|
1316
|
-
Resource type within scaling group. Optional values: ECS, NONE. Default to ECS.
|
|
1316
|
+
Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
1317
1317
|
"""
|
|
1318
1318
|
return pulumi.get(self, "health_check_type")
|
|
1319
1319
|
|