pulumi-alicloud 3.56.0a1716440817__py3-none-any.whl → 3.56.0a1716959723__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.
Files changed (247) hide show
  1. pulumi_alicloud/actiontrail/outputs.py +4 -0
  2. pulumi_alicloud/adb/db_cluster.py +14 -0
  3. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
  4. pulumi_alicloud/alb/_inputs.py +34 -0
  5. pulumi_alicloud/alb/get_acls.py +2 -2
  6. pulumi_alicloud/alb/get_security_policies.py +4 -4
  7. pulumi_alicloud/alb/outputs.py +188 -10
  8. pulumi_alicloud/alb/rule.py +14 -0
  9. pulumi_alicloud/alb/server_group.py +21 -0
  10. pulumi_alicloud/amqp/get_instances.py +2 -2
  11. pulumi_alicloud/apigateway/get_log_configs.py +2 -2
  12. pulumi_alicloud/apigateway/get_plugins.py +6 -6
  13. pulumi_alicloud/arms/outputs.py +20 -0
  14. pulumi_alicloud/bastionhost/get_users.py +4 -4
  15. pulumi_alicloud/bastionhost/host.py +28 -7
  16. pulumi_alicloud/bastionhost/instance.py +14 -0
  17. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
  18. pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
  19. pulumi_alicloud/cddc/outputs.py +0 -6
  20. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
  21. pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
  22. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
  23. pulumi_alicloud/cen/outputs.py +6 -0
  24. pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
  25. pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
  26. pulumi_alicloud/cfg/aggregator.py +14 -0
  27. pulumi_alicloud/clickhouse/outputs.py +34 -4
  28. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
  29. pulumi_alicloud/cloudfirewall/instance.py +28 -0
  30. pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
  31. pulumi_alicloud/cloudsso/get_groups.py +2 -2
  32. pulumi_alicloud/cloudsso/outputs.py +104 -2
  33. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
  34. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
  35. pulumi_alicloud/cms/_inputs.py +16 -0
  36. pulumi_alicloud/cms/get_event_rules.py +2 -2
  37. pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
  38. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
  39. pulumi_alicloud/cms/get_monitor_groups.py +2 -4
  40. pulumi_alicloud/cms/outputs.py +216 -0
  41. pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
  42. pulumi_alicloud/cr/get_chart_repositories.py +2 -2
  43. pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
  44. pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
  45. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
  46. pulumi_alicloud/cr/outputs.py +4 -0
  47. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
  48. pulumi_alicloud/cs/_inputs.py +116 -0
  49. pulumi_alicloud/cs/node_pool.py +105 -0
  50. pulumi_alicloud/cs/outputs.py +116 -0
  51. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  52. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  53. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  54. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  55. pulumi_alicloud/dcdn/outputs.py +10 -0
  56. pulumi_alicloud/ddos/domain_resource.py +21 -0
  57. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  58. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  59. pulumi_alicloud/dfs/outputs.py +10 -0
  60. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  61. pulumi_alicloud/directmail/get_receivers.py +2 -2
  62. pulumi_alicloud/dns/_inputs.py +16 -0
  63. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  64. pulumi_alicloud/dns/outputs.py +68 -2
  65. pulumi_alicloud/dns/record.py +4 -0
  66. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  67. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  68. pulumi_alicloud/dts/instance.py +21 -0
  69. pulumi_alicloud/eais/get_instances.py +2 -2
  70. pulumi_alicloud/ebs/outputs.py +6 -0
  71. pulumi_alicloud/eci/get_container_groups.py +6 -8
  72. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  73. pulumi_alicloud/eci/outputs.py +26 -26
  74. pulumi_alicloud/ecs/_inputs.py +14 -0
  75. pulumi_alicloud/ecs/disk.py +28 -7
  76. pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
  77. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  78. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  79. pulumi_alicloud/ecs/eip_address.py +84 -7
  80. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  81. pulumi_alicloud/ecs/get_commands.py +4 -4
  82. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  83. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  84. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  85. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  86. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  88. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  89. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  90. pulumi_alicloud/ecs/get_images.py +20 -4
  91. pulumi_alicloud/ecs/instance.py +56 -0
  92. pulumi_alicloud/ecs/outputs.py +174 -92
  93. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  94. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  95. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  96. pulumi_alicloud/eds/get_desktops.py +2 -4
  97. pulumi_alicloud/eds/get_images.py +2 -2
  98. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  99. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  100. pulumi_alicloud/eds/get_users.py +2 -2
  101. pulumi_alicloud/eds/outputs.py +58 -4
  102. pulumi_alicloud/ehpc/cluster.py +70 -0
  103. pulumi_alicloud/ehpc/outputs.py +112 -2
  104. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  105. pulumi_alicloud/emr/get_clusters.py +8 -8
  106. pulumi_alicloud/emr/outputs.py +18 -32
  107. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  108. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  109. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  110. pulumi_alicloud/eventbridge/outputs.py +4 -0
  111. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  112. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  113. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  114. pulumi_alicloud/fnf/get_executions.py +2 -2
  115. pulumi_alicloud/ga/_inputs.py +12 -0
  116. pulumi_alicloud/ga/accelerator.py +49 -0
  117. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  118. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  119. pulumi_alicloud/ga/endpoint_group.py +28 -0
  120. pulumi_alicloud/ga/get_accelerators.py +4 -0
  121. pulumi_alicloud/ga/get_acls.py +2 -2
  122. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  123. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  124. pulumi_alicloud/ga/get_listeners.py +2 -2
  125. pulumi_alicloud/ga/listener.py +28 -0
  126. pulumi_alicloud/ga/outputs.py +14 -2
  127. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  128. pulumi_alicloud/gpdb/get_instances.py +2 -4
  129. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  130. pulumi_alicloud/hbr/_inputs.py +2 -0
  131. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  132. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  133. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  134. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  135. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  136. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  137. pulumi_alicloud/hbr/get_vaults.py +4 -0
  138. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  139. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  140. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  141. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  142. pulumi_alicloud/hbr/outputs.py +68 -0
  143. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  144. pulumi_alicloud/hbr/vault.py +14 -0
  145. pulumi_alicloud/imp/get_app_templates.py +2 -2
  146. pulumi_alicloud/kms/key.py +133 -21
  147. pulumi_alicloud/kms/secret.py +28 -0
  148. pulumi_alicloud/kvstore/account.py +21 -7
  149. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  150. pulumi_alicloud/kvstore/instance.py +14 -0
  151. pulumi_alicloud/lindorm/get_instances.py +2 -2
  152. pulumi_alicloud/log/_inputs.py +28 -6
  153. pulumi_alicloud/log/get_projects.py +2 -2
  154. pulumi_alicloud/log/outputs.py +28 -6
  155. pulumi_alicloud/message/service_subscription.py +14 -0
  156. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  157. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  158. pulumi_alicloud/mongodb/instance.py +56 -0
  159. pulumi_alicloud/mongodb/outputs.py +14 -0
  160. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  161. pulumi_alicloud/mse/cluster.py +28 -0
  162. pulumi_alicloud/mse/outputs.py +34 -0
  163. pulumi_alicloud/nas/data_flow.py +14 -0
  164. pulumi_alicloud/nas/file_system.py +14 -0
  165. pulumi_alicloud/nas/get_data_flows.py +2 -2
  166. pulumi_alicloud/nas/get_file_systems.py +4 -0
  167. pulumi_alicloud/nas/get_filesets.py +2 -2
  168. pulumi_alicloud/nas/get_snapshots.py +2 -2
  169. pulumi_alicloud/nas/outputs.py +4 -0
  170. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  171. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  172. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  173. pulumi_alicloud/nlb/load_balancer.py +14 -0
  174. pulumi_alicloud/nlb/server_group.py +56 -7
  175. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  176. pulumi_alicloud/oos/get_parameters.py +6 -6
  177. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  178. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  179. pulumi_alicloud/oos/parameter.py +28 -0
  180. pulumi_alicloud/oos/secret_parameter.py +28 -0
  181. pulumi_alicloud/ots/instance.py +91 -0
  182. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  183. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  184. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  185. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  186. pulumi_alicloud/pulumi-plugin.json +1 -1
  187. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  188. pulumi_alicloud/quotas/_inputs.py +0 -10
  189. pulumi_alicloud/quotas/outputs.py +10 -10
  190. pulumi_alicloud/rds/get_accounts.py +2 -2
  191. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  192. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  193. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  194. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  195. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  196. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  197. pulumi_alicloud/ros/get_change_sets.py +2 -2
  198. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  199. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  200. pulumi_alicloud/ros/get_stacks.py +4 -4
  201. pulumi_alicloud/ros/get_templates.py +4 -4
  202. pulumi_alicloud/ros/outputs.py +68 -2
  203. pulumi_alicloud/ros/stack_instance.py +52 -4
  204. pulumi_alicloud/sae/get_config_maps.py +2 -2
  205. pulumi_alicloud/sae/get_ingresses.py +2 -2
  206. pulumi_alicloud/sae/outputs.py +274 -0
  207. pulumi_alicloud/scdn/get_domains.py +2 -2
  208. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  209. pulumi_alicloud/sddp/get_rules.py +10 -10
  210. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  211. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  212. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  213. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  214. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  215. pulumi_alicloud/tsdb/get_instances.py +2 -2
  216. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  217. pulumi_alicloud/vod/domain.py +14 -0
  218. pulumi_alicloud/vod/get_domains.py +4 -0
  219. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  220. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  221. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  222. pulumi_alicloud/vpc/get_havips.py +2 -2
  223. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  224. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  225. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  226. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  227. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  228. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  229. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  230. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  231. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  232. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  233. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  234. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  235. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  236. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  237. pulumi_alicloud/vpc/ha_vip.py +8 -0
  238. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  239. pulumi_alicloud/vpc/outputs.py +14 -14
  240. pulumi_alicloud/vpc/route_entry.py +70 -0
  241. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  242. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  243. pulumi_alicloud/vpn/outputs.py +4 -4
  244. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/METADATA +1 -1
  245. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/RECORD +247 -247
  246. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/WHEEL +0 -0
  247. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/top_level.txt +0 -0
@@ -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: A mount of 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: The mount point of the disk.
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: The instance ID of the disk mount.
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
- A mount of time.
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
- The mount point of the disk.
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
- The instance ID of the disk mount.
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 instance_id: Filter the results by the specified ECS instance ID.
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
- Filter the results by the specified ECS instance ID.
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 on a single instance. Valid values: `Pending`, `Scheduled`, `Running`, `Success`, `Failed`, `Stopping`, `Stopped`, `PartialFailed`.
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 on a single instance. Valid values: `Pending`, `Scheduled`, `Running`, `Success`, `Failed`, `Stopping`, `Stopped`, `PartialFailed`.
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 id: The ID of the Key Pair.
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 Resource Group Id.
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: System disk 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
- System disk description.
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 system disk.
5447
- :param bool delete_with_instance: Specifies whether to release the system disk when the instance is released.
5448
- :param str description: System disk 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: System disk name.
5451
- :param str performance_level: The performance level of the ESSD used as the system disk.
5452
- :param int size: Size of the system disk, measured in GB.
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 system disk.
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
- Specifies whether to release the system disk when the instance is released.
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
- System disk description.
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
- System disk name.
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
- The performance level of the ESSD used as the system disk.
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
- Size of the system disk, measured in GB.
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: System disk description.
5539
- :param str name: System disk 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 vswitch id.
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
- System disk description.
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
- System disk name.
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 vswitch id.
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 bandwidth: The maximum bandwidth of the EIP. Unit: Mbit/s.
7044
- :param bool deletion_protection: Indicates whether deletion protection is enabled.
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 IP address of the EIP.
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