pulumi-alicloud 3.56.0a1716440817__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 +116 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +116 -0
- 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 +14 -0
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip_address.py +84 -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 +56 -0
- pulumi_alicloud/ecs/outputs.py +174 -92
- 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/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/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_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/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/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/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.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +247 -247
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ecs/outputs.py
CHANGED
|
@@ -1081,6 +1081,11 @@ class InstanceDataDisk(dict):
|
|
|
1081
1081
|
:param str kms_key_id: The KMS key ID corresponding to the Nth data disk.
|
|
1082
1082
|
:param str name: The name of the data disk.
|
|
1083
1083
|
:param str performance_level: The performance level of the ESSD used as data disk:
|
|
1084
|
+
- `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
1085
|
+
- `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
1086
|
+
- `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
1087
|
+
- `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
1088
|
+
Default to `PL1`.
|
|
1084
1089
|
:param str snapshot_id: The snapshot ID used to initialize the data disk. If the size specified by snapshot is greater that the size of the disk, use the size specified by snapshot as the size of the data disk.
|
|
1085
1090
|
"""
|
|
1086
1091
|
pulumi.set(__self__, "size", size)
|
|
@@ -1187,6 +1192,11 @@ class InstanceDataDisk(dict):
|
|
|
1187
1192
|
def performance_level(self) -> Optional[str]:
|
|
1188
1193
|
"""
|
|
1189
1194
|
The performance level of the ESSD used as data disk:
|
|
1195
|
+
- `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
1196
|
+
- `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
1197
|
+
- `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
1198
|
+
- `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
1199
|
+
Default to `PL1`.
|
|
1190
1200
|
"""
|
|
1191
1201
|
return pulumi.get(self, "performance_level")
|
|
1192
1202
|
|
|
@@ -1282,6 +1292,8 @@ class InstanceNetworkInterfaces(dict):
|
|
|
1282
1292
|
"""
|
|
1283
1293
|
:param str network_interface_id: The ID of the secondary ENI.
|
|
1284
1294
|
:param str network_interface_traffic_mode: The communication mode of the ENI. Default value: `Standard`. Valid values:
|
|
1295
|
+
- `Standard`: Uses the TCP communication mode.
|
|
1296
|
+
- `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
|
|
1285
1297
|
:param Sequence[str] security_group_ids: The ID of security group N to which to assign ENI N.
|
|
1286
1298
|
:param str vswitch_id: The ID of the vSwitch to which to connect ENI N.
|
|
1287
1299
|
"""
|
|
@@ -1307,6 +1319,8 @@ class InstanceNetworkInterfaces(dict):
|
|
|
1307
1319
|
def network_interface_traffic_mode(self) -> Optional[str]:
|
|
1308
1320
|
"""
|
|
1309
1321
|
The communication mode of the ENI. Default value: `Standard`. Valid values:
|
|
1322
|
+
- `Standard`: Uses the TCP communication mode.
|
|
1323
|
+
- `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
|
|
1310
1324
|
"""
|
|
1311
1325
|
return pulumi.get(self, "network_interface_traffic_mode")
|
|
1312
1326
|
|
|
@@ -3330,6 +3344,13 @@ class GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityResult(dict)
|
|
|
3330
3344
|
local_storage_capacities: Sequence['outputs.GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorageCapacityResult'],
|
|
3331
3345
|
total_memory: int,
|
|
3332
3346
|
total_vcpus: int):
|
|
3347
|
+
"""
|
|
3348
|
+
:param int available_memory: The available memory size. Unit: `GiB`.
|
|
3349
|
+
:param int available_vcpus: The number of available vCPUs.
|
|
3350
|
+
:param Sequence['GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorageCapacityArgs'] local_storage_capacities: The local storage.
|
|
3351
|
+
:param int total_memory: The total memory size. Unit: `GiB`.
|
|
3352
|
+
:param int total_vcpus: The total number of vCPUs.
|
|
3353
|
+
"""
|
|
3333
3354
|
pulumi.set(__self__, "available_memory", available_memory)
|
|
3334
3355
|
pulumi.set(__self__, "available_vcpus", available_vcpus)
|
|
3335
3356
|
pulumi.set(__self__, "local_storage_capacities", local_storage_capacities)
|
|
@@ -3339,26 +3360,41 @@ class GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityResult(dict)
|
|
|
3339
3360
|
@property
|
|
3340
3361
|
@pulumi.getter(name="availableMemory")
|
|
3341
3362
|
def available_memory(self) -> int:
|
|
3363
|
+
"""
|
|
3364
|
+
The available memory size. Unit: `GiB`.
|
|
3365
|
+
"""
|
|
3342
3366
|
return pulumi.get(self, "available_memory")
|
|
3343
3367
|
|
|
3344
3368
|
@property
|
|
3345
3369
|
@pulumi.getter(name="availableVcpus")
|
|
3346
3370
|
def available_vcpus(self) -> int:
|
|
3371
|
+
"""
|
|
3372
|
+
The number of available vCPUs.
|
|
3373
|
+
"""
|
|
3347
3374
|
return pulumi.get(self, "available_vcpus")
|
|
3348
3375
|
|
|
3349
3376
|
@property
|
|
3350
3377
|
@pulumi.getter(name="localStorageCapacities")
|
|
3351
3378
|
def local_storage_capacities(self) -> Sequence['outputs.GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorageCapacityResult']:
|
|
3379
|
+
"""
|
|
3380
|
+
The local storage.
|
|
3381
|
+
"""
|
|
3352
3382
|
return pulumi.get(self, "local_storage_capacities")
|
|
3353
3383
|
|
|
3354
3384
|
@property
|
|
3355
3385
|
@pulumi.getter(name="totalMemory")
|
|
3356
3386
|
def total_memory(self) -> int:
|
|
3387
|
+
"""
|
|
3388
|
+
The total memory size. Unit: `GiB`.
|
|
3389
|
+
"""
|
|
3357
3390
|
return pulumi.get(self, "total_memory")
|
|
3358
3391
|
|
|
3359
3392
|
@property
|
|
3360
3393
|
@pulumi.getter(name="totalVcpus")
|
|
3361
3394
|
def total_vcpus(self) -> int:
|
|
3395
|
+
"""
|
|
3396
|
+
The total number of vCPUs.
|
|
3397
|
+
"""
|
|
3362
3398
|
return pulumi.get(self, "total_vcpus")
|
|
3363
3399
|
|
|
3364
3400
|
|
|
@@ -3368,6 +3404,11 @@ class GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorage
|
|
|
3368
3404
|
available_disk: int,
|
|
3369
3405
|
data_disk_category: str,
|
|
3370
3406
|
total_disk: int):
|
|
3407
|
+
"""
|
|
3408
|
+
:param int available_disk: The available capacity of the local disk. Unit: `GiB`.
|
|
3409
|
+
:param str data_disk_category: The category of the data disk. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `ephemeral_ssd`, `cloud_essd`.
|
|
3410
|
+
:param int total_disk: The total capacity of the local disk. Unit: `GiB`.
|
|
3411
|
+
"""
|
|
3371
3412
|
pulumi.set(__self__, "available_disk", available_disk)
|
|
3372
3413
|
pulumi.set(__self__, "data_disk_category", data_disk_category)
|
|
3373
3414
|
pulumi.set(__self__, "total_disk", total_disk)
|
|
@@ -3375,16 +3416,25 @@ class GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorage
|
|
|
3375
3416
|
@property
|
|
3376
3417
|
@pulumi.getter(name="availableDisk")
|
|
3377
3418
|
def available_disk(self) -> int:
|
|
3419
|
+
"""
|
|
3420
|
+
The available capacity of the local disk. Unit: `GiB`.
|
|
3421
|
+
"""
|
|
3378
3422
|
return pulumi.get(self, "available_disk")
|
|
3379
3423
|
|
|
3380
3424
|
@property
|
|
3381
3425
|
@pulumi.getter(name="dataDiskCategory")
|
|
3382
3426
|
def data_disk_category(self) -> str:
|
|
3427
|
+
"""
|
|
3428
|
+
The category of the data disk. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `ephemeral_ssd`, `cloud_essd`.
|
|
3429
|
+
"""
|
|
3383
3430
|
return pulumi.get(self, "data_disk_category")
|
|
3384
3431
|
|
|
3385
3432
|
@property
|
|
3386
3433
|
@pulumi.getter(name="totalDisk")
|
|
3387
3434
|
def total_disk(self) -> int:
|
|
3435
|
+
"""
|
|
3436
|
+
The total capacity of the local disk. Unit: `GiB`.
|
|
3437
|
+
"""
|
|
3388
3438
|
return pulumi.get(self, "total_disk")
|
|
3389
3439
|
|
|
3390
3440
|
|
|
@@ -3549,7 +3599,7 @@ class GetEcsDisksDiskResult(dict):
|
|
|
3549
3599
|
type: str,
|
|
3550
3600
|
zone_id: str):
|
|
3551
3601
|
"""
|
|
3552
|
-
:param str attached_time:
|
|
3602
|
+
:param str attached_time: Disk attachment time.
|
|
3553
3603
|
:param str auto_snapshot_policy_id: Query cloud disks based on the automatic snapshot policy ID.
|
|
3554
3604
|
:param str availability_zone: Availability zone of the disk.
|
|
3555
3605
|
:param str category: Disk category.
|
|
@@ -3558,7 +3608,7 @@ class GetEcsDisksDiskResult(dict):
|
|
|
3558
3608
|
:param bool delete_with_instance: Indicates whether the disk is released together with the instance.
|
|
3559
3609
|
:param str description: Disk description.
|
|
3560
3610
|
:param str detached_time: Disk detachment time.
|
|
3561
|
-
:param str device:
|
|
3611
|
+
:param str device: Cloud disk or the device name of the mounted instance on the site.
|
|
3562
3612
|
:param str disk_id: ID of the disk.
|
|
3563
3613
|
:param str disk_name: The disk name.
|
|
3564
3614
|
:param str disk_type: The disk type.
|
|
@@ -3567,7 +3617,7 @@ class GetEcsDisksDiskResult(dict):
|
|
|
3567
3617
|
:param str encrypted: Indicate whether the disk is encrypted or not.
|
|
3568
3618
|
:param str id: ID of the disk.
|
|
3569
3619
|
:param str image_id: ID of the image from which the disk is created. It is null unless the disk is created using an image.
|
|
3570
|
-
:param str instance_id:
|
|
3620
|
+
:param str instance_id: ID of the related instance. It is `null` unless the `status` is `In_use`.
|
|
3571
3621
|
:param str kms_key_id: The kms key id.
|
|
3572
3622
|
:param int mount_instance_num: Number of instances mounted on shared storage.
|
|
3573
3623
|
:param Sequence['GetEcsDisksDiskMountInstanceArgs'] mount_instances: Disk mount instances.
|
|
@@ -3630,7 +3680,7 @@ class GetEcsDisksDiskResult(dict):
|
|
|
3630
3680
|
@pulumi.getter(name="attachedTime")
|
|
3631
3681
|
def attached_time(self) -> str:
|
|
3632
3682
|
"""
|
|
3633
|
-
|
|
3683
|
+
Disk attachment time.
|
|
3634
3684
|
"""
|
|
3635
3685
|
return pulumi.get(self, "attached_time")
|
|
3636
3686
|
|
|
@@ -3702,7 +3752,7 @@ class GetEcsDisksDiskResult(dict):
|
|
|
3702
3752
|
@pulumi.getter
|
|
3703
3753
|
def device(self) -> str:
|
|
3704
3754
|
"""
|
|
3705
|
-
|
|
3755
|
+
Cloud disk or the device name of the mounted instance on the site.
|
|
3706
3756
|
"""
|
|
3707
3757
|
return pulumi.get(self, "device")
|
|
3708
3758
|
|
|
@@ -3779,7 +3829,7 @@ class GetEcsDisksDiskResult(dict):
|
|
|
3779
3829
|
@pulumi.getter(name="instanceId")
|
|
3780
3830
|
def instance_id(self) -> str:
|
|
3781
3831
|
"""
|
|
3782
|
-
|
|
3832
|
+
ID of the related instance. It is `null` unless the `status` is `In_use`.
|
|
3783
3833
|
"""
|
|
3784
3834
|
return pulumi.get(self, "instance_id")
|
|
3785
3835
|
|
|
@@ -3939,7 +3989,9 @@ class GetEcsDisksDiskMountInstanceResult(dict):
|
|
|
3939
3989
|
device: str,
|
|
3940
3990
|
instance_id: str):
|
|
3941
3991
|
"""
|
|
3942
|
-
:param str
|
|
3992
|
+
:param str attached_time: A mount of time.
|
|
3993
|
+
:param str device: The mount point of the disk.
|
|
3994
|
+
:param str instance_id: The instance ID of the disk mount.
|
|
3943
3995
|
"""
|
|
3944
3996
|
pulumi.set(__self__, "attached_time", attached_time)
|
|
3945
3997
|
pulumi.set(__self__, "device", device)
|
|
@@ -3948,18 +4000,24 @@ class GetEcsDisksDiskMountInstanceResult(dict):
|
|
|
3948
4000
|
@property
|
|
3949
4001
|
@pulumi.getter(name="attachedTime")
|
|
3950
4002
|
def attached_time(self) -> str:
|
|
4003
|
+
"""
|
|
4004
|
+
A mount of time.
|
|
4005
|
+
"""
|
|
3951
4006
|
return pulumi.get(self, "attached_time")
|
|
3952
4007
|
|
|
3953
4008
|
@property
|
|
3954
4009
|
@pulumi.getter
|
|
3955
4010
|
def device(self) -> str:
|
|
4011
|
+
"""
|
|
4012
|
+
The mount point of the disk.
|
|
4013
|
+
"""
|
|
3956
4014
|
return pulumi.get(self, "device")
|
|
3957
4015
|
|
|
3958
4016
|
@property
|
|
3959
4017
|
@pulumi.getter(name="instanceId")
|
|
3960
4018
|
def instance_id(self) -> str:
|
|
3961
4019
|
"""
|
|
3962
|
-
|
|
4020
|
+
The instance ID of the disk mount.
|
|
3963
4021
|
"""
|
|
3964
4022
|
return pulumi.get(self, "instance_id")
|
|
3965
4023
|
|
|
@@ -4350,14 +4408,12 @@ class GetEcsInvocationsInvocationResult(dict):
|
|
|
4350
4408
|
:param str frequency: The schedule on which the recurring execution of the command takes place. For information about the value specifications, see [Cron expression](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/cron-expression).
|
|
4351
4409
|
:param str id: The ID of the Invocation.
|
|
4352
4410
|
:param str invocation_id: The ID of the Invocation.
|
|
4353
|
-
:param str invocation_status: The execution state
|
|
4411
|
+
:param str invocation_status: The overall execution state of the command. The value of this parameter depends on the execution states on all the involved instances.
|
|
4354
4412
|
:param Sequence['GetEcsInvocationsInvocationInvokeInstanceArgs'] invoke_instances: Execute target instance set type.
|
|
4355
4413
|
:param str invoke_status: The overall execution state of the command. **Note:** We recommend that you ignore this parameter and check the value of the `invocation_status` response parameter for the overall execution state.
|
|
4356
4414
|
:param str parameters: The custom parameters in the command.
|
|
4357
4415
|
:param str repeat_mode: Indicates the execution mode of the command.
|
|
4358
4416
|
:param bool timed: Indicates whether the commands are to be automatically run.
|
|
4359
|
-
* `error_code ` - The code that indicates why the command failed to be sent or run.
|
|
4360
|
-
* `instance_invoke_status ` - **Note:** We recommend that you ignore this parameter and check the value of the `invocation_status` response parameter for the overall execution state.
|
|
4361
4417
|
:param str username: The username that was used to run the command on the instance.
|
|
4362
4418
|
"""
|
|
4363
4419
|
pulumi.set(__self__, "command_content", command_content)
|
|
@@ -4444,7 +4500,7 @@ class GetEcsInvocationsInvocationResult(dict):
|
|
|
4444
4500
|
@pulumi.getter(name="invocationStatus")
|
|
4445
4501
|
def invocation_status(self) -> str:
|
|
4446
4502
|
"""
|
|
4447
|
-
The execution state
|
|
4503
|
+
The overall execution state of the command. The value of this parameter depends on the execution states on all the involved instances.
|
|
4448
4504
|
"""
|
|
4449
4505
|
return pulumi.get(self, "invocation_status")
|
|
4450
4506
|
|
|
@@ -4485,8 +4541,6 @@ class GetEcsInvocationsInvocationResult(dict):
|
|
|
4485
4541
|
def timed(self) -> bool:
|
|
4486
4542
|
"""
|
|
4487
4543
|
Indicates whether the commands are to be automatically run.
|
|
4488
|
-
* `error_code ` - The code that indicates why the command failed to be sent or run.
|
|
4489
|
-
* `instance_invoke_status ` - **Note:** We recommend that you ignore this parameter and check the value of the `invocation_status` response parameter for the overall execution state.
|
|
4490
4544
|
"""
|
|
4491
4545
|
return pulumi.get(self, "timed")
|
|
4492
4546
|
|
|
@@ -4517,6 +4571,23 @@ class GetEcsInvocationsInvocationInvokeInstanceResult(dict):
|
|
|
4517
4571
|
stop_time: str,
|
|
4518
4572
|
timed: bool,
|
|
4519
4573
|
update_time: str):
|
|
4574
|
+
"""
|
|
4575
|
+
:param str creation_time: The start time of the execution.
|
|
4576
|
+
:param int dropped: The size of truncated and discarded text when the value of the Output response parameter exceeds 24 KB in size.
|
|
4577
|
+
:param str error_info: Details about the reason why the command failed to be sent or run.
|
|
4578
|
+
:param int exit_code: The exit code of the execution.
|
|
4579
|
+
:param str finish_time: The end time of the execution.
|
|
4580
|
+
:param str instance_id: The ID of the instance.
|
|
4581
|
+
:param str invocation_status: The execution state on a single instance. Valid values: `Pending`, `Scheduled`, `Running`, `Success`, `Failed`, `Stopping`, `Stopped`, `PartialFailed`.
|
|
4582
|
+
:param str output: The output of the command.
|
|
4583
|
+
:param int repeats: The number of times that the command is run on the instance.
|
|
4584
|
+
:param str start_time: The time when the command started to be run on the instance.
|
|
4585
|
+
:param str stop_time: The time when the command stopped being run on the instance. If you call the StopInvocation operation to manually stop the execution, the value is the time when you call the operation.
|
|
4586
|
+
:param bool timed: Indicates whether the commands are to be automatically run.
|
|
4587
|
+
* `error_code ` - The code that indicates why the command failed to be sent or run.
|
|
4588
|
+
* `instance_invoke_status ` - **Note:** We recommend that you ignore this parameter and check the value of the `invocation_status` response parameter for the overall execution state.
|
|
4589
|
+
:param str update_time: The time when the execution state was updated.
|
|
4590
|
+
"""
|
|
4520
4591
|
pulumi.set(__self__, "creation_time", creation_time)
|
|
4521
4592
|
pulumi.set(__self__, "dropped", dropped)
|
|
4522
4593
|
pulumi.set(__self__, "error_code", error_code)
|
|
@@ -4536,11 +4607,17 @@ class GetEcsInvocationsInvocationInvokeInstanceResult(dict):
|
|
|
4536
4607
|
@property
|
|
4537
4608
|
@pulumi.getter(name="creationTime")
|
|
4538
4609
|
def creation_time(self) -> str:
|
|
4610
|
+
"""
|
|
4611
|
+
The start time of the execution.
|
|
4612
|
+
"""
|
|
4539
4613
|
return pulumi.get(self, "creation_time")
|
|
4540
4614
|
|
|
4541
4615
|
@property
|
|
4542
4616
|
@pulumi.getter
|
|
4543
4617
|
def dropped(self) -> int:
|
|
4618
|
+
"""
|
|
4619
|
+
The size of truncated and discarded text when the value of the Output response parameter exceeds 24 KB in size.
|
|
4620
|
+
"""
|
|
4544
4621
|
return pulumi.get(self, "dropped")
|
|
4545
4622
|
|
|
4546
4623
|
@property
|
|
@@ -4551,21 +4628,33 @@ class GetEcsInvocationsInvocationInvokeInstanceResult(dict):
|
|
|
4551
4628
|
@property
|
|
4552
4629
|
@pulumi.getter(name="errorInfo")
|
|
4553
4630
|
def error_info(self) -> str:
|
|
4631
|
+
"""
|
|
4632
|
+
Details about the reason why the command failed to be sent or run.
|
|
4633
|
+
"""
|
|
4554
4634
|
return pulumi.get(self, "error_info")
|
|
4555
4635
|
|
|
4556
4636
|
@property
|
|
4557
4637
|
@pulumi.getter(name="exitCode")
|
|
4558
4638
|
def exit_code(self) -> int:
|
|
4639
|
+
"""
|
|
4640
|
+
The exit code of the execution.
|
|
4641
|
+
"""
|
|
4559
4642
|
return pulumi.get(self, "exit_code")
|
|
4560
4643
|
|
|
4561
4644
|
@property
|
|
4562
4645
|
@pulumi.getter(name="finishTime")
|
|
4563
4646
|
def finish_time(self) -> str:
|
|
4647
|
+
"""
|
|
4648
|
+
The end time of the execution.
|
|
4649
|
+
"""
|
|
4564
4650
|
return pulumi.get(self, "finish_time")
|
|
4565
4651
|
|
|
4566
4652
|
@property
|
|
4567
4653
|
@pulumi.getter(name="instanceId")
|
|
4568
4654
|
def instance_id(self) -> str:
|
|
4655
|
+
"""
|
|
4656
|
+
The ID of the instance.
|
|
4657
|
+
"""
|
|
4569
4658
|
return pulumi.get(self, "instance_id")
|
|
4570
4659
|
|
|
4571
4660
|
@property
|
|
@@ -4576,36 +4665,59 @@ class GetEcsInvocationsInvocationInvokeInstanceResult(dict):
|
|
|
4576
4665
|
@property
|
|
4577
4666
|
@pulumi.getter(name="invocationStatus")
|
|
4578
4667
|
def invocation_status(self) -> str:
|
|
4668
|
+
"""
|
|
4669
|
+
The execution state on a single instance. Valid values: `Pending`, `Scheduled`, `Running`, `Success`, `Failed`, `Stopping`, `Stopped`, `PartialFailed`.
|
|
4670
|
+
"""
|
|
4579
4671
|
return pulumi.get(self, "invocation_status")
|
|
4580
4672
|
|
|
4581
4673
|
@property
|
|
4582
4674
|
@pulumi.getter
|
|
4583
4675
|
def output(self) -> str:
|
|
4676
|
+
"""
|
|
4677
|
+
The output of the command.
|
|
4678
|
+
"""
|
|
4584
4679
|
return pulumi.get(self, "output")
|
|
4585
4680
|
|
|
4586
4681
|
@property
|
|
4587
4682
|
@pulumi.getter
|
|
4588
4683
|
def repeats(self) -> int:
|
|
4684
|
+
"""
|
|
4685
|
+
The number of times that the command is run on the instance.
|
|
4686
|
+
"""
|
|
4589
4687
|
return pulumi.get(self, "repeats")
|
|
4590
4688
|
|
|
4591
4689
|
@property
|
|
4592
4690
|
@pulumi.getter(name="startTime")
|
|
4593
4691
|
def start_time(self) -> str:
|
|
4692
|
+
"""
|
|
4693
|
+
The time when the command started to be run on the instance.
|
|
4694
|
+
"""
|
|
4594
4695
|
return pulumi.get(self, "start_time")
|
|
4595
4696
|
|
|
4596
4697
|
@property
|
|
4597
4698
|
@pulumi.getter(name="stopTime")
|
|
4598
4699
|
def stop_time(self) -> str:
|
|
4700
|
+
"""
|
|
4701
|
+
The time when the command stopped being run on the instance. If you call the StopInvocation operation to manually stop the execution, the value is the time when you call the operation.
|
|
4702
|
+
"""
|
|
4599
4703
|
return pulumi.get(self, "stop_time")
|
|
4600
4704
|
|
|
4601
4705
|
@property
|
|
4602
4706
|
@pulumi.getter
|
|
4603
4707
|
def timed(self) -> bool:
|
|
4708
|
+
"""
|
|
4709
|
+
Indicates whether the commands are to be automatically run.
|
|
4710
|
+
* `error_code ` - The code that indicates why the command failed to be sent or run.
|
|
4711
|
+
* `instance_invoke_status ` - **Note:** We recommend that you ignore this parameter and check the value of the `invocation_status` response parameter for the overall execution state.
|
|
4712
|
+
"""
|
|
4604
4713
|
return pulumi.get(self, "timed")
|
|
4605
4714
|
|
|
4606
4715
|
@property
|
|
4607
4716
|
@pulumi.getter(name="updateTime")
|
|
4608
4717
|
def update_time(self) -> str:
|
|
4718
|
+
"""
|
|
4719
|
+
The time when the execution state was updated.
|
|
4720
|
+
"""
|
|
4609
4721
|
return pulumi.get(self, "update_time")
|
|
4610
4722
|
|
|
4611
4723
|
|
|
@@ -4621,10 +4733,7 @@ class GetEcsKeyPairsKeyPairResult(dict):
|
|
|
4621
4733
|
tags: Mapping[str, Any]):
|
|
4622
4734
|
"""
|
|
4623
4735
|
:param str finger_print: The finger print of the key pair.
|
|
4624
|
-
:param str
|
|
4625
|
-
:param str key_name: The Key Pair Name.
|
|
4626
|
-
:param str resource_group_id: The Resource Group Id.
|
|
4627
|
-
:param Mapping[str, Any] tags: The tags.
|
|
4736
|
+
:param str resource_group_id: The resource group Id.
|
|
4628
4737
|
"""
|
|
4629
4738
|
pulumi.set(__self__, "finger_print", finger_print)
|
|
4630
4739
|
pulumi.set(__self__, "id", id)
|
|
@@ -4645,9 +4754,6 @@ class GetEcsKeyPairsKeyPairResult(dict):
|
|
|
4645
4754
|
@property
|
|
4646
4755
|
@pulumi.getter
|
|
4647
4756
|
def id(self) -> str:
|
|
4648
|
-
"""
|
|
4649
|
-
The ID of the Key Pair.
|
|
4650
|
-
"""
|
|
4651
4757
|
return pulumi.get(self, "id")
|
|
4652
4758
|
|
|
4653
4759
|
@property
|
|
@@ -4658,9 +4764,6 @@ class GetEcsKeyPairsKeyPairResult(dict):
|
|
|
4658
4764
|
@property
|
|
4659
4765
|
@pulumi.getter(name="keyName")
|
|
4660
4766
|
def key_name(self) -> str:
|
|
4661
|
-
"""
|
|
4662
|
-
The Key Pair Name.
|
|
4663
|
-
"""
|
|
4664
4767
|
return pulumi.get(self, "key_name")
|
|
4665
4768
|
|
|
4666
4769
|
@property
|
|
@@ -4672,16 +4775,13 @@ class GetEcsKeyPairsKeyPairResult(dict):
|
|
|
4672
4775
|
@pulumi.getter(name="resourceGroupId")
|
|
4673
4776
|
def resource_group_id(self) -> str:
|
|
4674
4777
|
"""
|
|
4675
|
-
The
|
|
4778
|
+
The resource group Id.
|
|
4676
4779
|
"""
|
|
4677
4780
|
return pulumi.get(self, "resource_group_id")
|
|
4678
4781
|
|
|
4679
4782
|
@property
|
|
4680
4783
|
@pulumi.getter
|
|
4681
4784
|
def tags(self) -> Mapping[str, Any]:
|
|
4682
|
-
"""
|
|
4683
|
-
The tags.
|
|
4684
|
-
"""
|
|
4685
4785
|
return pulumi.get(self, "tags")
|
|
4686
4786
|
|
|
4687
4787
|
|
|
@@ -4700,9 +4800,6 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
4700
4800
|
region_id: str,
|
|
4701
4801
|
status: str,
|
|
4702
4802
|
vswitch_id: str):
|
|
4703
|
-
"""
|
|
4704
|
-
:param str key_name: The Key Pair Name.
|
|
4705
|
-
"""
|
|
4706
4803
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
4707
4804
|
pulumi.set(__self__, "description", description)
|
|
4708
4805
|
pulumi.set(__self__, "image_id", image_id)
|
|
@@ -4749,9 +4846,6 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
4749
4846
|
@property
|
|
4750
4847
|
@pulumi.getter(name="keyName")
|
|
4751
4848
|
def key_name(self) -> str:
|
|
4752
|
-
"""
|
|
4753
|
-
The Key Pair Name.
|
|
4754
|
-
"""
|
|
4755
4849
|
return pulumi.get(self, "key_name")
|
|
4756
4850
|
|
|
4757
4851
|
@property
|
|
@@ -4871,9 +4965,6 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
4871
4965
|
region_id: str,
|
|
4872
4966
|
status: str,
|
|
4873
4967
|
vswitch_id: str):
|
|
4874
|
-
"""
|
|
4875
|
-
:param str key_name: The Key Pair Name.
|
|
4876
|
-
"""
|
|
4877
4968
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
4878
4969
|
pulumi.set(__self__, "description", description)
|
|
4879
4970
|
pulumi.set(__self__, "image_id", image_id)
|
|
@@ -4920,9 +5011,6 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
4920
5011
|
@property
|
|
4921
5012
|
@pulumi.getter(name="keyName")
|
|
4922
5013
|
def key_name(self) -> str:
|
|
4923
|
-
"""
|
|
4924
|
-
The Key Pair Name.
|
|
4925
|
-
"""
|
|
4926
5014
|
return pulumi.get(self, "key_name")
|
|
4927
5015
|
|
|
4928
5016
|
@property
|
|
@@ -5003,7 +5091,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
|
|
|
5003
5091
|
:param Sequence['GetEcsLaunchTemplatesTemplateDataDiskArgs'] data_disks: The list of data disks created with instance.
|
|
5004
5092
|
:param int default_version_number: The Default Version Number.
|
|
5005
5093
|
:param str deployment_set_id: The Deployment Set Id.
|
|
5006
|
-
:param str description:
|
|
5094
|
+
:param str description: The Description of Template.
|
|
5007
5095
|
:param bool enable_vm_os_config: Whether to enable the instance operating system configuration.
|
|
5008
5096
|
:param str host_name: Instance host name.
|
|
5009
5097
|
:param str id: The ID of the Launch Template.
|
|
@@ -5130,7 +5218,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
|
|
|
5130
5218
|
@pulumi.getter
|
|
5131
5219
|
def description(self) -> str:
|
|
5132
5220
|
"""
|
|
5133
|
-
|
|
5221
|
+
The Description of Template.
|
|
5134
5222
|
"""
|
|
5135
5223
|
return pulumi.get(self, "description")
|
|
5136
5224
|
|
|
@@ -5443,13 +5531,13 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
|
|
|
5443
5531
|
size: int,
|
|
5444
5532
|
snapshot_id: str):
|
|
5445
5533
|
"""
|
|
5446
|
-
:param str category: The category of the
|
|
5447
|
-
:param bool delete_with_instance:
|
|
5448
|
-
:param str description:
|
|
5534
|
+
:param str category: The category of the disk.
|
|
5535
|
+
:param bool delete_with_instance: Indicates whether the data disk is released with the instance.
|
|
5536
|
+
:param str description: The description of the data disk.
|
|
5449
5537
|
:param bool encrypted: Encrypted the data in this disk.
|
|
5450
|
-
:param str name:
|
|
5451
|
-
:param str performance_level:
|
|
5452
|
-
:param int size:
|
|
5538
|
+
:param str name: The name of the data disk.
|
|
5539
|
+
:param str performance_level: PerformanceLevel.
|
|
5540
|
+
:param int size: The performance level of the ESSD used as the data disk.
|
|
5453
5541
|
:param str snapshot_id: The snapshot ID used to initialize the data disk. If the size specified by snapshot is greater that the size of the disk, use the size specified by snapshot as the size of the data disk.
|
|
5454
5542
|
"""
|
|
5455
5543
|
pulumi.set(__self__, "category", category)
|
|
@@ -5465,7 +5553,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
|
|
|
5465
5553
|
@pulumi.getter
|
|
5466
5554
|
def category(self) -> str:
|
|
5467
5555
|
"""
|
|
5468
|
-
The category of the
|
|
5556
|
+
The category of the disk.
|
|
5469
5557
|
"""
|
|
5470
5558
|
return pulumi.get(self, "category")
|
|
5471
5559
|
|
|
@@ -5473,7 +5561,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
|
|
|
5473
5561
|
@pulumi.getter(name="deleteWithInstance")
|
|
5474
5562
|
def delete_with_instance(self) -> bool:
|
|
5475
5563
|
"""
|
|
5476
|
-
|
|
5564
|
+
Indicates whether the data disk is released with the instance.
|
|
5477
5565
|
"""
|
|
5478
5566
|
return pulumi.get(self, "delete_with_instance")
|
|
5479
5567
|
|
|
@@ -5481,7 +5569,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
|
|
|
5481
5569
|
@pulumi.getter
|
|
5482
5570
|
def description(self) -> str:
|
|
5483
5571
|
"""
|
|
5484
|
-
|
|
5572
|
+
The description of the data disk.
|
|
5485
5573
|
"""
|
|
5486
5574
|
return pulumi.get(self, "description")
|
|
5487
5575
|
|
|
@@ -5497,7 +5585,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
|
|
|
5497
5585
|
@pulumi.getter
|
|
5498
5586
|
def name(self) -> str:
|
|
5499
5587
|
"""
|
|
5500
|
-
|
|
5588
|
+
The name of the data disk.
|
|
5501
5589
|
"""
|
|
5502
5590
|
return pulumi.get(self, "name")
|
|
5503
5591
|
|
|
@@ -5505,7 +5593,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
|
|
|
5505
5593
|
@pulumi.getter(name="performanceLevel")
|
|
5506
5594
|
def performance_level(self) -> str:
|
|
5507
5595
|
"""
|
|
5508
|
-
|
|
5596
|
+
PerformanceLevel.
|
|
5509
5597
|
"""
|
|
5510
5598
|
return pulumi.get(self, "performance_level")
|
|
5511
5599
|
|
|
@@ -5513,7 +5601,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
|
|
|
5513
5601
|
@pulumi.getter
|
|
5514
5602
|
def size(self) -> int:
|
|
5515
5603
|
"""
|
|
5516
|
-
|
|
5604
|
+
The performance level of the ESSD used as the data disk.
|
|
5517
5605
|
"""
|
|
5518
5606
|
return pulumi.get(self, "size")
|
|
5519
5607
|
|
|
@@ -5535,11 +5623,11 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
|
|
|
5535
5623
|
security_group_id: str,
|
|
5536
5624
|
vswitch_id: str):
|
|
5537
5625
|
"""
|
|
5538
|
-
:param str description:
|
|
5539
|
-
:param str name:
|
|
5626
|
+
:param str description: The ENI description.
|
|
5627
|
+
:param str name: The ENI name.
|
|
5540
5628
|
:param str primary_ip: The primary private IP address of the ENI.
|
|
5541
|
-
:param str security_group_id: The security group ID.
|
|
5542
|
-
:param str vswitch_id: The
|
|
5629
|
+
:param str security_group_id: The security group ID must be one in the same VPC.
|
|
5630
|
+
:param str vswitch_id: The VSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
|
|
5543
5631
|
"""
|
|
5544
5632
|
pulumi.set(__self__, "description", description)
|
|
5545
5633
|
pulumi.set(__self__, "name", name)
|
|
@@ -5551,7 +5639,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
|
|
|
5551
5639
|
@pulumi.getter
|
|
5552
5640
|
def description(self) -> str:
|
|
5553
5641
|
"""
|
|
5554
|
-
|
|
5642
|
+
The ENI description.
|
|
5555
5643
|
"""
|
|
5556
5644
|
return pulumi.get(self, "description")
|
|
5557
5645
|
|
|
@@ -5559,7 +5647,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
|
|
|
5559
5647
|
@pulumi.getter
|
|
5560
5648
|
def name(self) -> str:
|
|
5561
5649
|
"""
|
|
5562
|
-
|
|
5650
|
+
The ENI name.
|
|
5563
5651
|
"""
|
|
5564
5652
|
return pulumi.get(self, "name")
|
|
5565
5653
|
|
|
@@ -5575,7 +5663,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
|
|
|
5575
5663
|
@pulumi.getter(name="securityGroupId")
|
|
5576
5664
|
def security_group_id(self) -> str:
|
|
5577
5665
|
"""
|
|
5578
|
-
The security group ID.
|
|
5666
|
+
The security group ID must be one in the same VPC.
|
|
5579
5667
|
"""
|
|
5580
5668
|
return pulumi.get(self, "security_group_id")
|
|
5581
5669
|
|
|
@@ -5583,7 +5671,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
|
|
|
5583
5671
|
@pulumi.getter(name="vswitchId")
|
|
5584
5672
|
def vswitch_id(self) -> str:
|
|
5585
5673
|
"""
|
|
5586
|
-
The
|
|
5674
|
+
The VSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
|
|
5587
5675
|
"""
|
|
5588
5676
|
return pulumi.get(self, "vswitch_id")
|
|
5589
5677
|
|
|
@@ -6060,11 +6148,17 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6060
6148
|
class GetEcsNetworkInterfacesInterfaceAssociatedPublicIpResult(dict):
|
|
6061
6149
|
def __init__(__self__, *,
|
|
6062
6150
|
public_ip_address: str):
|
|
6151
|
+
"""
|
|
6152
|
+
:param str public_ip_address: The EIP of the ENI.
|
|
6153
|
+
"""
|
|
6063
6154
|
pulumi.set(__self__, "public_ip_address", public_ip_address)
|
|
6064
6155
|
|
|
6065
6156
|
@property
|
|
6066
6157
|
@pulumi.getter(name="publicIpAddress")
|
|
6067
6158
|
def public_ip_address(self) -> str:
|
|
6159
|
+
"""
|
|
6160
|
+
The EIP of the ENI.
|
|
6161
|
+
"""
|
|
6068
6162
|
return pulumi.get(self, "public_ip_address")
|
|
6069
6163
|
|
|
6070
6164
|
|
|
@@ -7040,14 +7134,8 @@ class GetEipAddressesEipResult(dict):
|
|
|
7040
7134
|
ip_address: str,
|
|
7041
7135
|
status: str):
|
|
7042
7136
|
"""
|
|
7043
|
-
:param str
|
|
7044
|
-
:param
|
|
7045
|
-
:param str id: The ID of the Address.
|
|
7046
|
-
:param str instance_id: The ID of the instance with which the EIP is associated.
|
|
7047
|
-
:param str instance_type: The type of the instance with which the EIP is associated.
|
|
7048
|
-
:param str internet_charge_type: The metering method of the EIP.
|
|
7049
|
-
:param str ip_address: The IP address of the EIP.
|
|
7050
|
-
:param str status: The status of the EIP.
|
|
7137
|
+
:param str ip_address: The eip address.
|
|
7138
|
+
:param str status: The status of the EIP. Valid values: `Associating`: The EIP is being associated. `Unassociating`: The EIP is being disassociated. `InUse`: The EIP is allocated. `Available`:The EIP is available.
|
|
7051
7139
|
"""
|
|
7052
7140
|
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
7053
7141
|
pulumi.set(__self__, "creation_time", creation_time)
|
|
@@ -7062,9 +7150,6 @@ class GetEipAddressesEipResult(dict):
|
|
|
7062
7150
|
@property
|
|
7063
7151
|
@pulumi.getter
|
|
7064
7152
|
def bandwidth(self) -> str:
|
|
7065
|
-
"""
|
|
7066
|
-
The maximum bandwidth of the EIP. Unit: Mbit/s.
|
|
7067
|
-
"""
|
|
7068
7153
|
return pulumi.get(self, "bandwidth")
|
|
7069
7154
|
|
|
7070
7155
|
@property
|
|
@@ -7075,48 +7160,33 @@ class GetEipAddressesEipResult(dict):
|
|
|
7075
7160
|
@property
|
|
7076
7161
|
@pulumi.getter(name="deletionProtection")
|
|
7077
7162
|
def deletion_protection(self) -> bool:
|
|
7078
|
-
"""
|
|
7079
|
-
Indicates whether deletion protection is enabled.
|
|
7080
|
-
"""
|
|
7081
7163
|
return pulumi.get(self, "deletion_protection")
|
|
7082
7164
|
|
|
7083
7165
|
@property
|
|
7084
7166
|
@pulumi.getter
|
|
7085
7167
|
def id(self) -> str:
|
|
7086
|
-
"""
|
|
7087
|
-
The ID of the Address.
|
|
7088
|
-
"""
|
|
7089
7168
|
return pulumi.get(self, "id")
|
|
7090
7169
|
|
|
7091
7170
|
@property
|
|
7092
7171
|
@pulumi.getter(name="instanceId")
|
|
7093
7172
|
def instance_id(self) -> str:
|
|
7094
|
-
"""
|
|
7095
|
-
The ID of the instance with which the EIP is associated.
|
|
7096
|
-
"""
|
|
7097
7173
|
return pulumi.get(self, "instance_id")
|
|
7098
7174
|
|
|
7099
7175
|
@property
|
|
7100
7176
|
@pulumi.getter(name="instanceType")
|
|
7101
7177
|
def instance_type(self) -> str:
|
|
7102
|
-
"""
|
|
7103
|
-
The type of the instance with which the EIP is associated.
|
|
7104
|
-
"""
|
|
7105
7178
|
return pulumi.get(self, "instance_type")
|
|
7106
7179
|
|
|
7107
7180
|
@property
|
|
7108
7181
|
@pulumi.getter(name="internetChargeType")
|
|
7109
7182
|
def internet_charge_type(self) -> str:
|
|
7110
|
-
"""
|
|
7111
|
-
The metering method of the EIP.
|
|
7112
|
-
"""
|
|
7113
7183
|
return pulumi.get(self, "internet_charge_type")
|
|
7114
7184
|
|
|
7115
7185
|
@property
|
|
7116
7186
|
@pulumi.getter(name="ipAddress")
|
|
7117
7187
|
def ip_address(self) -> str:
|
|
7118
7188
|
"""
|
|
7119
|
-
The
|
|
7189
|
+
The eip address.
|
|
7120
7190
|
"""
|
|
7121
7191
|
return pulumi.get(self, "ip_address")
|
|
7122
7192
|
|
|
@@ -7124,7 +7194,7 @@ class GetEipAddressesEipResult(dict):
|
|
|
7124
7194
|
@pulumi.getter
|
|
7125
7195
|
def status(self) -> str:
|
|
7126
7196
|
"""
|
|
7127
|
-
The status of the EIP.
|
|
7197
|
+
The status of the EIP. Valid values: `Associating`: The EIP is being associated. `Unassociating`: The EIP is being disassociated. `InUse`: The EIP is allocated. `Available`:The EIP is available.
|
|
7128
7198
|
"""
|
|
7129
7199
|
return pulumi.get(self, "status")
|
|
7130
7200
|
|
|
@@ -7829,7 +7899,13 @@ class GetImagesImageResult(dict):
|
|
|
7829
7899
|
:param str product_code: Product code of the image on the image market.
|
|
7830
7900
|
:param str progress: Progress of image creation, presented in percentages.
|
|
7831
7901
|
:param int size: Size of the created disk.
|
|
7832
|
-
:param str status: The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
|
|
7902
|
+
:param str status: The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
|
|
7903
|
+
* `Creating`: The image is being created.
|
|
7904
|
+
* `Waiting`: The image is waiting to be processed.
|
|
7905
|
+
* `Available`: The image is available.
|
|
7906
|
+
* `UnAvailable`: The image is unavailable.
|
|
7907
|
+
* `CreateFailed`: The image failed to be created.
|
|
7908
|
+
* `Deprecated`: The image is discontinued.
|
|
7833
7909
|
:param str usage: Specifies whether to check the validity of the request without actually making the request. Valid values:
|
|
7834
7910
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
7835
7911
|
"""
|
|
@@ -8016,7 +8092,13 @@ class GetImagesImageResult(dict):
|
|
|
8016
8092
|
@pulumi.getter
|
|
8017
8093
|
def status(self) -> str:
|
|
8018
8094
|
"""
|
|
8019
|
-
The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
|
|
8095
|
+
The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
|
|
8096
|
+
* `Creating`: The image is being created.
|
|
8097
|
+
* `Waiting`: The image is waiting to be processed.
|
|
8098
|
+
* `Available`: The image is available.
|
|
8099
|
+
* `UnAvailable`: The image is unavailable.
|
|
8100
|
+
* `CreateFailed`: The image failed to be created.
|
|
8101
|
+
* `Deprecated`: The image is discontinued.
|
|
8020
8102
|
"""
|
|
8021
8103
|
return pulumi.get(self, "status")
|
|
8022
8104
|
|