pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) 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 +244 -16
  49. pulumi_alicloud/cs/edge_kubernetes.py +29 -15
  50. pulumi_alicloud/cs/kubernetes.py +54 -7
  51. pulumi_alicloud/cs/managed_kubernetes.py +34 -0
  52. pulumi_alicloud/cs/node_pool.py +105 -0
  53. pulumi_alicloud/cs/outputs.py +266 -16
  54. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  55. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  56. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  57. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  58. pulumi_alicloud/dcdn/outputs.py +10 -0
  59. pulumi_alicloud/ddos/domain_resource.py +21 -0
  60. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  61. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  62. pulumi_alicloud/dfs/outputs.py +10 -0
  63. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  64. pulumi_alicloud/directmail/get_receivers.py +2 -2
  65. pulumi_alicloud/dns/_inputs.py +16 -0
  66. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  67. pulumi_alicloud/dns/outputs.py +68 -2
  68. pulumi_alicloud/dns/record.py +4 -0
  69. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  70. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  71. pulumi_alicloud/dts/instance.py +21 -0
  72. pulumi_alicloud/eais/get_instances.py +2 -2
  73. pulumi_alicloud/ebs/outputs.py +6 -0
  74. pulumi_alicloud/eci/get_container_groups.py +6 -8
  75. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  76. pulumi_alicloud/eci/outputs.py +26 -26
  77. pulumi_alicloud/ecs/_inputs.py +63 -1
  78. pulumi_alicloud/ecs/disk.py +28 -7
  79. pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
  80. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  81. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  82. pulumi_alicloud/ecs/eip.py +68 -0
  83. pulumi_alicloud/ecs/eip_address.py +199 -7
  84. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  85. pulumi_alicloud/ecs/get_commands.py +4 -4
  86. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  88. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  89. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  90. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  91. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  92. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  93. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  94. pulumi_alicloud/ecs/get_images.py +20 -4
  95. pulumi_alicloud/ecs/instance.py +222 -126
  96. pulumi_alicloud/ecs/outputs.py +217 -93
  97. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  98. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  99. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  100. pulumi_alicloud/eds/get_desktops.py +2 -4
  101. pulumi_alicloud/eds/get_images.py +2 -2
  102. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  103. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  104. pulumi_alicloud/eds/get_users.py +2 -2
  105. pulumi_alicloud/eds/outputs.py +58 -4
  106. pulumi_alicloud/ehpc/cluster.py +70 -0
  107. pulumi_alicloud/ehpc/outputs.py +112 -2
  108. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  109. pulumi_alicloud/emr/get_clusters.py +8 -8
  110. pulumi_alicloud/emr/outputs.py +18 -32
  111. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  112. pulumi_alicloud/ess/_inputs.py +2 -2
  113. pulumi_alicloud/ess/outputs.py +2 -2
  114. pulumi_alicloud/ess/scaling_group.py +7 -7
  115. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  116. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  117. pulumi_alicloud/eventbridge/outputs.py +4 -0
  118. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  119. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  120. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  121. pulumi_alicloud/fnf/get_executions.py +2 -2
  122. pulumi_alicloud/ga/_inputs.py +12 -0
  123. pulumi_alicloud/ga/accelerator.py +49 -0
  124. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  125. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  126. pulumi_alicloud/ga/endpoint_group.py +28 -0
  127. pulumi_alicloud/ga/get_accelerators.py +4 -0
  128. pulumi_alicloud/ga/get_acls.py +2 -2
  129. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  130. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  131. pulumi_alicloud/ga/get_listeners.py +2 -2
  132. pulumi_alicloud/ga/listener.py +28 -0
  133. pulumi_alicloud/ga/outputs.py +14 -2
  134. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  135. pulumi_alicloud/gpdb/get_instances.py +2 -4
  136. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  137. pulumi_alicloud/hbr/_inputs.py +2 -0
  138. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  139. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  140. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  141. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  142. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  143. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  144. pulumi_alicloud/hbr/get_vaults.py +4 -0
  145. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  146. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  147. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  148. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  149. pulumi_alicloud/hbr/outputs.py +68 -0
  150. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  151. pulumi_alicloud/hbr/vault.py +14 -0
  152. pulumi_alicloud/imp/get_app_templates.py +2 -2
  153. pulumi_alicloud/kms/instance.py +218 -128
  154. pulumi_alicloud/kms/key.py +133 -21
  155. pulumi_alicloud/kms/secret.py +28 -0
  156. pulumi_alicloud/kvstore/account.py +21 -7
  157. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  158. pulumi_alicloud/kvstore/instance.py +14 -0
  159. pulumi_alicloud/lindorm/get_instances.py +2 -2
  160. pulumi_alicloud/log/_inputs.py +28 -6
  161. pulumi_alicloud/log/get_projects.py +2 -2
  162. pulumi_alicloud/log/outputs.py +28 -6
  163. pulumi_alicloud/message/service_queue.py +100 -82
  164. pulumi_alicloud/message/service_subscription.py +14 -0
  165. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  166. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  167. pulumi_alicloud/mongodb/instance.py +56 -0
  168. pulumi_alicloud/mongodb/outputs.py +14 -0
  169. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  170. pulumi_alicloud/mse/cluster.py +28 -0
  171. pulumi_alicloud/mse/outputs.py +34 -0
  172. pulumi_alicloud/nas/access_rule.py +38 -18
  173. pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
  174. pulumi_alicloud/nas/data_flow.py +14 -0
  175. pulumi_alicloud/nas/file_system.py +14 -0
  176. pulumi_alicloud/nas/get_data_flows.py +2 -2
  177. pulumi_alicloud/nas/get_file_systems.py +4 -0
  178. pulumi_alicloud/nas/get_filesets.py +2 -2
  179. pulumi_alicloud/nas/get_snapshots.py +2 -2
  180. pulumi_alicloud/nas/outputs.py +4 -0
  181. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  182. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  183. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  184. pulumi_alicloud/nlb/load_balancer.py +14 -0
  185. pulumi_alicloud/nlb/server_group.py +56 -7
  186. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  187. pulumi_alicloud/oos/get_parameters.py +6 -6
  188. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  189. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  190. pulumi_alicloud/oos/parameter.py +28 -0
  191. pulumi_alicloud/oos/secret_parameter.py +28 -0
  192. pulumi_alicloud/ots/instance.py +91 -0
  193. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  194. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  195. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  196. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  197. pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
  198. pulumi_alicloud/pulumi-plugin.json +1 -1
  199. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  200. pulumi_alicloud/quotas/_inputs.py +0 -10
  201. pulumi_alicloud/quotas/outputs.py +10 -10
  202. pulumi_alicloud/rds/get_accounts.py +2 -2
  203. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  204. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  205. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  206. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  207. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  208. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  209. pulumi_alicloud/ros/get_change_sets.py +2 -2
  210. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  211. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  212. pulumi_alicloud/ros/get_stacks.py +4 -4
  213. pulumi_alicloud/ros/get_templates.py +4 -4
  214. pulumi_alicloud/ros/outputs.py +68 -2
  215. pulumi_alicloud/ros/stack_instance.py +52 -4
  216. pulumi_alicloud/sae/get_config_maps.py +2 -2
  217. pulumi_alicloud/sae/get_ingresses.py +2 -2
  218. pulumi_alicloud/sae/outputs.py +274 -0
  219. pulumi_alicloud/scdn/get_domains.py +2 -2
  220. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  221. pulumi_alicloud/sddp/get_rules.py +10 -10
  222. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  223. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  224. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  225. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  226. pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
  227. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  228. pulumi_alicloud/tsdb/get_instances.py +2 -2
  229. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  230. pulumi_alicloud/vod/domain.py +14 -0
  231. pulumi_alicloud/vod/get_domains.py +4 -0
  232. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  233. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  234. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  235. pulumi_alicloud/vpc/get_havips.py +2 -2
  236. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  237. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  238. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  239. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  240. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  241. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  242. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  243. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  244. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  245. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  246. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  247. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  248. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  249. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  250. pulumi_alicloud/vpc/ha_vip.py +8 -0
  251. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  252. pulumi_alicloud/vpc/outputs.py +14 -14
  253. pulumi_alicloud/vpc/route_entry.py +70 -0
  254. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  255. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  256. pulumi_alicloud/vpn/outputs.py +4 -4
  257. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
  258. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
  259. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
  260. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.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
 
@@ -1256,6 +1266,12 @@ class InstanceNetworkInterfaces(dict):
1256
1266
  suggest = None
1257
1267
  if key == "networkInterfaceId":
1258
1268
  suggest = "network_interface_id"
1269
+ elif key == "networkInterfaceTrafficMode":
1270
+ suggest = "network_interface_traffic_mode"
1271
+ elif key == "securityGroupIds":
1272
+ suggest = "security_group_ids"
1273
+ elif key == "vswitchId":
1274
+ suggest = "vswitch_id"
1259
1275
 
1260
1276
  if suggest:
1261
1277
  pulumi.log.warn(f"Key '{key}' not found in InstanceNetworkInterfaces. Access the value via the '{suggest}' property getter instead.")
@@ -1269,12 +1285,26 @@ class InstanceNetworkInterfaces(dict):
1269
1285
  return super().get(key, default)
1270
1286
 
1271
1287
  def __init__(__self__, *,
1272
- network_interface_id: Optional[str] = None):
1288
+ network_interface_id: Optional[str] = None,
1289
+ network_interface_traffic_mode: Optional[str] = None,
1290
+ security_group_ids: Optional[Sequence[str]] = None,
1291
+ vswitch_id: Optional[str] = None):
1273
1292
  """
1274
1293
  :param str network_interface_id: The ID of the secondary ENI.
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.
1297
+ :param Sequence[str] security_group_ids: The ID of security group N to which to assign ENI N.
1298
+ :param str vswitch_id: The ID of the vSwitch to which to connect ENI N.
1275
1299
  """
1276
1300
  if network_interface_id is not None:
1277
1301
  pulumi.set(__self__, "network_interface_id", network_interface_id)
1302
+ if network_interface_traffic_mode is not None:
1303
+ pulumi.set(__self__, "network_interface_traffic_mode", network_interface_traffic_mode)
1304
+ if security_group_ids is not None:
1305
+ pulumi.set(__self__, "security_group_ids", security_group_ids)
1306
+ if vswitch_id is not None:
1307
+ pulumi.set(__self__, "vswitch_id", vswitch_id)
1278
1308
 
1279
1309
  @property
1280
1310
  @pulumi.getter(name="networkInterfaceId")
@@ -1284,6 +1314,32 @@ class InstanceNetworkInterfaces(dict):
1284
1314
  """
1285
1315
  return pulumi.get(self, "network_interface_id")
1286
1316
 
1317
+ @property
1318
+ @pulumi.getter(name="networkInterfaceTrafficMode")
1319
+ def network_interface_traffic_mode(self) -> Optional[str]:
1320
+ """
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.
1324
+ """
1325
+ return pulumi.get(self, "network_interface_traffic_mode")
1326
+
1327
+ @property
1328
+ @pulumi.getter(name="securityGroupIds")
1329
+ def security_group_ids(self) -> Optional[Sequence[str]]:
1330
+ """
1331
+ The ID of security group N to which to assign ENI N.
1332
+ """
1333
+ return pulumi.get(self, "security_group_ids")
1334
+
1335
+ @property
1336
+ @pulumi.getter(name="vswitchId")
1337
+ def vswitch_id(self) -> Optional[str]:
1338
+ """
1339
+ The ID of the vSwitch to which to connect ENI N.
1340
+ """
1341
+ return pulumi.get(self, "vswitch_id")
1342
+
1287
1343
 
1288
1344
  @pulumi.output_type
1289
1345
  class LaunchTemplateDataDisk(dict):
@@ -3288,6 +3344,13 @@ class GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityResult(dict)
3288
3344
  local_storage_capacities: Sequence['outputs.GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorageCapacityResult'],
3289
3345
  total_memory: int,
3290
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
+ """
3291
3354
  pulumi.set(__self__, "available_memory", available_memory)
3292
3355
  pulumi.set(__self__, "available_vcpus", available_vcpus)
3293
3356
  pulumi.set(__self__, "local_storage_capacities", local_storage_capacities)
@@ -3297,26 +3360,41 @@ class GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityResult(dict)
3297
3360
  @property
3298
3361
  @pulumi.getter(name="availableMemory")
3299
3362
  def available_memory(self) -> int:
3363
+ """
3364
+ The available memory size. Unit: `GiB`.
3365
+ """
3300
3366
  return pulumi.get(self, "available_memory")
3301
3367
 
3302
3368
  @property
3303
3369
  @pulumi.getter(name="availableVcpus")
3304
3370
  def available_vcpus(self) -> int:
3371
+ """
3372
+ The number of available vCPUs.
3373
+ """
3305
3374
  return pulumi.get(self, "available_vcpus")
3306
3375
 
3307
3376
  @property
3308
3377
  @pulumi.getter(name="localStorageCapacities")
3309
3378
  def local_storage_capacities(self) -> Sequence['outputs.GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorageCapacityResult']:
3379
+ """
3380
+ The local storage.
3381
+ """
3310
3382
  return pulumi.get(self, "local_storage_capacities")
3311
3383
 
3312
3384
  @property
3313
3385
  @pulumi.getter(name="totalMemory")
3314
3386
  def total_memory(self) -> int:
3387
+ """
3388
+ The total memory size. Unit: `GiB`.
3389
+ """
3315
3390
  return pulumi.get(self, "total_memory")
3316
3391
 
3317
3392
  @property
3318
3393
  @pulumi.getter(name="totalVcpus")
3319
3394
  def total_vcpus(self) -> int:
3395
+ """
3396
+ The total number of vCPUs.
3397
+ """
3320
3398
  return pulumi.get(self, "total_vcpus")
3321
3399
 
3322
3400
 
@@ -3326,6 +3404,11 @@ class GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorage
3326
3404
  available_disk: int,
3327
3405
  data_disk_category: str,
3328
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
+ """
3329
3412
  pulumi.set(__self__, "available_disk", available_disk)
3330
3413
  pulumi.set(__self__, "data_disk_category", data_disk_category)
3331
3414
  pulumi.set(__self__, "total_disk", total_disk)
@@ -3333,16 +3416,25 @@ class GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorage
3333
3416
  @property
3334
3417
  @pulumi.getter(name="availableDisk")
3335
3418
  def available_disk(self) -> int:
3419
+ """
3420
+ The available capacity of the local disk. Unit: `GiB`.
3421
+ """
3336
3422
  return pulumi.get(self, "available_disk")
3337
3423
 
3338
3424
  @property
3339
3425
  @pulumi.getter(name="dataDiskCategory")
3340
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
+ """
3341
3430
  return pulumi.get(self, "data_disk_category")
3342
3431
 
3343
3432
  @property
3344
3433
  @pulumi.getter(name="totalDisk")
3345
3434
  def total_disk(self) -> int:
3435
+ """
3436
+ The total capacity of the local disk. Unit: `GiB`.
3437
+ """
3346
3438
  return pulumi.get(self, "total_disk")
3347
3439
 
3348
3440
 
@@ -3507,7 +3599,7 @@ class GetEcsDisksDiskResult(dict):
3507
3599
  type: str,
3508
3600
  zone_id: str):
3509
3601
  """
3510
- :param str attached_time: A mount of time.
3602
+ :param str attached_time: Disk attachment time.
3511
3603
  :param str auto_snapshot_policy_id: Query cloud disks based on the automatic snapshot policy ID.
3512
3604
  :param str availability_zone: Availability zone of the disk.
3513
3605
  :param str category: Disk category.
@@ -3516,7 +3608,7 @@ class GetEcsDisksDiskResult(dict):
3516
3608
  :param bool delete_with_instance: Indicates whether the disk is released together with the instance.
3517
3609
  :param str description: Disk description.
3518
3610
  :param str detached_time: Disk detachment time.
3519
- :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.
3520
3612
  :param str disk_id: ID of the disk.
3521
3613
  :param str disk_name: The disk name.
3522
3614
  :param str disk_type: The disk type.
@@ -3525,7 +3617,7 @@ class GetEcsDisksDiskResult(dict):
3525
3617
  :param str encrypted: Indicate whether the disk is encrypted or not.
3526
3618
  :param str id: ID of the disk.
3527
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.
3528
- :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`.
3529
3621
  :param str kms_key_id: The kms key id.
3530
3622
  :param int mount_instance_num: Number of instances mounted on shared storage.
3531
3623
  :param Sequence['GetEcsDisksDiskMountInstanceArgs'] mount_instances: Disk mount instances.
@@ -3588,7 +3680,7 @@ class GetEcsDisksDiskResult(dict):
3588
3680
  @pulumi.getter(name="attachedTime")
3589
3681
  def attached_time(self) -> str:
3590
3682
  """
3591
- A mount of time.
3683
+ Disk attachment time.
3592
3684
  """
3593
3685
  return pulumi.get(self, "attached_time")
3594
3686
 
@@ -3660,7 +3752,7 @@ class GetEcsDisksDiskResult(dict):
3660
3752
  @pulumi.getter
3661
3753
  def device(self) -> str:
3662
3754
  """
3663
- The mount point of the disk.
3755
+ Cloud disk or the device name of the mounted instance on the site.
3664
3756
  """
3665
3757
  return pulumi.get(self, "device")
3666
3758
 
@@ -3737,7 +3829,7 @@ class GetEcsDisksDiskResult(dict):
3737
3829
  @pulumi.getter(name="instanceId")
3738
3830
  def instance_id(self) -> str:
3739
3831
  """
3740
- The instance ID of the disk mount.
3832
+ ID of the related instance. It is `null` unless the `status` is `In_use`.
3741
3833
  """
3742
3834
  return pulumi.get(self, "instance_id")
3743
3835
 
@@ -3897,7 +3989,9 @@ class GetEcsDisksDiskMountInstanceResult(dict):
3897
3989
  device: str,
3898
3990
  instance_id: str):
3899
3991
  """
3900
- :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.
3901
3995
  """
3902
3996
  pulumi.set(__self__, "attached_time", attached_time)
3903
3997
  pulumi.set(__self__, "device", device)
@@ -3906,18 +4000,24 @@ class GetEcsDisksDiskMountInstanceResult(dict):
3906
4000
  @property
3907
4001
  @pulumi.getter(name="attachedTime")
3908
4002
  def attached_time(self) -> str:
4003
+ """
4004
+ A mount of time.
4005
+ """
3909
4006
  return pulumi.get(self, "attached_time")
3910
4007
 
3911
4008
  @property
3912
4009
  @pulumi.getter
3913
4010
  def device(self) -> str:
4011
+ """
4012
+ The mount point of the disk.
4013
+ """
3914
4014
  return pulumi.get(self, "device")
3915
4015
 
3916
4016
  @property
3917
4017
  @pulumi.getter(name="instanceId")
3918
4018
  def instance_id(self) -> str:
3919
4019
  """
3920
- Filter the results by the specified ECS instance ID.
4020
+ The instance ID of the disk mount.
3921
4021
  """
3922
4022
  return pulumi.get(self, "instance_id")
3923
4023
 
@@ -4308,14 +4408,12 @@ class GetEcsInvocationsInvocationResult(dict):
4308
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).
4309
4409
  :param str id: The ID of the Invocation.
4310
4410
  :param str invocation_id: The ID of the Invocation.
4311
- :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.
4312
4412
  :param Sequence['GetEcsInvocationsInvocationInvokeInstanceArgs'] invoke_instances: Execute target instance set type.
4313
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.
4314
4414
  :param str parameters: The custom parameters in the command.
4315
4415
  :param str repeat_mode: Indicates the execution mode of the command.
4316
4416
  :param bool timed: Indicates whether the commands are to be automatically run.
4317
- * `error_code ` - The code that indicates why the command failed to be sent or run.
4318
- * `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.
4319
4417
  :param str username: The username that was used to run the command on the instance.
4320
4418
  """
4321
4419
  pulumi.set(__self__, "command_content", command_content)
@@ -4402,7 +4500,7 @@ class GetEcsInvocationsInvocationResult(dict):
4402
4500
  @pulumi.getter(name="invocationStatus")
4403
4501
  def invocation_status(self) -> str:
4404
4502
  """
4405
- 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.
4406
4504
  """
4407
4505
  return pulumi.get(self, "invocation_status")
4408
4506
 
@@ -4443,8 +4541,6 @@ class GetEcsInvocationsInvocationResult(dict):
4443
4541
  def timed(self) -> bool:
4444
4542
  """
4445
4543
  Indicates whether the commands are to be automatically run.
4446
- * `error_code ` - The code that indicates why the command failed to be sent or run.
4447
- * `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.
4448
4544
  """
4449
4545
  return pulumi.get(self, "timed")
4450
4546
 
@@ -4475,6 +4571,23 @@ class GetEcsInvocationsInvocationInvokeInstanceResult(dict):
4475
4571
  stop_time: str,
4476
4572
  timed: bool,
4477
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
+ """
4478
4591
  pulumi.set(__self__, "creation_time", creation_time)
4479
4592
  pulumi.set(__self__, "dropped", dropped)
4480
4593
  pulumi.set(__self__, "error_code", error_code)
@@ -4494,11 +4607,17 @@ class GetEcsInvocationsInvocationInvokeInstanceResult(dict):
4494
4607
  @property
4495
4608
  @pulumi.getter(name="creationTime")
4496
4609
  def creation_time(self) -> str:
4610
+ """
4611
+ The start time of the execution.
4612
+ """
4497
4613
  return pulumi.get(self, "creation_time")
4498
4614
 
4499
4615
  @property
4500
4616
  @pulumi.getter
4501
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
+ """
4502
4621
  return pulumi.get(self, "dropped")
4503
4622
 
4504
4623
  @property
@@ -4509,21 +4628,33 @@ class GetEcsInvocationsInvocationInvokeInstanceResult(dict):
4509
4628
  @property
4510
4629
  @pulumi.getter(name="errorInfo")
4511
4630
  def error_info(self) -> str:
4631
+ """
4632
+ Details about the reason why the command failed to be sent or run.
4633
+ """
4512
4634
  return pulumi.get(self, "error_info")
4513
4635
 
4514
4636
  @property
4515
4637
  @pulumi.getter(name="exitCode")
4516
4638
  def exit_code(self) -> int:
4639
+ """
4640
+ The exit code of the execution.
4641
+ """
4517
4642
  return pulumi.get(self, "exit_code")
4518
4643
 
4519
4644
  @property
4520
4645
  @pulumi.getter(name="finishTime")
4521
4646
  def finish_time(self) -> str:
4647
+ """
4648
+ The end time of the execution.
4649
+ """
4522
4650
  return pulumi.get(self, "finish_time")
4523
4651
 
4524
4652
  @property
4525
4653
  @pulumi.getter(name="instanceId")
4526
4654
  def instance_id(self) -> str:
4655
+ """
4656
+ The ID of the instance.
4657
+ """
4527
4658
  return pulumi.get(self, "instance_id")
4528
4659
 
4529
4660
  @property
@@ -4534,36 +4665,59 @@ class GetEcsInvocationsInvocationInvokeInstanceResult(dict):
4534
4665
  @property
4535
4666
  @pulumi.getter(name="invocationStatus")
4536
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
+ """
4537
4671
  return pulumi.get(self, "invocation_status")
4538
4672
 
4539
4673
  @property
4540
4674
  @pulumi.getter
4541
4675
  def output(self) -> str:
4676
+ """
4677
+ The output of the command.
4678
+ """
4542
4679
  return pulumi.get(self, "output")
4543
4680
 
4544
4681
  @property
4545
4682
  @pulumi.getter
4546
4683
  def repeats(self) -> int:
4684
+ """
4685
+ The number of times that the command is run on the instance.
4686
+ """
4547
4687
  return pulumi.get(self, "repeats")
4548
4688
 
4549
4689
  @property
4550
4690
  @pulumi.getter(name="startTime")
4551
4691
  def start_time(self) -> str:
4692
+ """
4693
+ The time when the command started to be run on the instance.
4694
+ """
4552
4695
  return pulumi.get(self, "start_time")
4553
4696
 
4554
4697
  @property
4555
4698
  @pulumi.getter(name="stopTime")
4556
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
+ """
4557
4703
  return pulumi.get(self, "stop_time")
4558
4704
 
4559
4705
  @property
4560
4706
  @pulumi.getter
4561
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
+ """
4562
4713
  return pulumi.get(self, "timed")
4563
4714
 
4564
4715
  @property
4565
4716
  @pulumi.getter(name="updateTime")
4566
4717
  def update_time(self) -> str:
4718
+ """
4719
+ The time when the execution state was updated.
4720
+ """
4567
4721
  return pulumi.get(self, "update_time")
4568
4722
 
4569
4723
 
@@ -4579,10 +4733,7 @@ class GetEcsKeyPairsKeyPairResult(dict):
4579
4733
  tags: Mapping[str, Any]):
4580
4734
  """
4581
4735
  :param str finger_print: The finger print of the key pair.
4582
- :param str id: The ID of the Key Pair.
4583
- :param str key_name: The Key Pair Name.
4584
- :param str resource_group_id: The Resource Group Id.
4585
- :param Mapping[str, Any] tags: The tags.
4736
+ :param str resource_group_id: The resource group Id.
4586
4737
  """
4587
4738
  pulumi.set(__self__, "finger_print", finger_print)
4588
4739
  pulumi.set(__self__, "id", id)
@@ -4603,9 +4754,6 @@ class GetEcsKeyPairsKeyPairResult(dict):
4603
4754
  @property
4604
4755
  @pulumi.getter
4605
4756
  def id(self) -> str:
4606
- """
4607
- The ID of the Key Pair.
4608
- """
4609
4757
  return pulumi.get(self, "id")
4610
4758
 
4611
4759
  @property
@@ -4616,9 +4764,6 @@ class GetEcsKeyPairsKeyPairResult(dict):
4616
4764
  @property
4617
4765
  @pulumi.getter(name="keyName")
4618
4766
  def key_name(self) -> str:
4619
- """
4620
- The Key Pair Name.
4621
- """
4622
4767
  return pulumi.get(self, "key_name")
4623
4768
 
4624
4769
  @property
@@ -4630,16 +4775,13 @@ class GetEcsKeyPairsKeyPairResult(dict):
4630
4775
  @pulumi.getter(name="resourceGroupId")
4631
4776
  def resource_group_id(self) -> str:
4632
4777
  """
4633
- The Resource Group Id.
4778
+ The resource group Id.
4634
4779
  """
4635
4780
  return pulumi.get(self, "resource_group_id")
4636
4781
 
4637
4782
  @property
4638
4783
  @pulumi.getter
4639
4784
  def tags(self) -> Mapping[str, Any]:
4640
- """
4641
- The tags.
4642
- """
4643
4785
  return pulumi.get(self, "tags")
4644
4786
 
4645
4787
 
@@ -4658,9 +4800,6 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4658
4800
  region_id: str,
4659
4801
  status: str,
4660
4802
  vswitch_id: str):
4661
- """
4662
- :param str key_name: The Key Pair Name.
4663
- """
4664
4803
  pulumi.set(__self__, "availability_zone", availability_zone)
4665
4804
  pulumi.set(__self__, "description", description)
4666
4805
  pulumi.set(__self__, "image_id", image_id)
@@ -4707,9 +4846,6 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4707
4846
  @property
4708
4847
  @pulumi.getter(name="keyName")
4709
4848
  def key_name(self) -> str:
4710
- """
4711
- The Key Pair Name.
4712
- """
4713
4849
  return pulumi.get(self, "key_name")
4714
4850
 
4715
4851
  @property
@@ -4829,9 +4965,6 @@ class GetEcsKeyPairsPairInstanceResult(dict):
4829
4965
  region_id: str,
4830
4966
  status: str,
4831
4967
  vswitch_id: str):
4832
- """
4833
- :param str key_name: The Key Pair Name.
4834
- """
4835
4968
  pulumi.set(__self__, "availability_zone", availability_zone)
4836
4969
  pulumi.set(__self__, "description", description)
4837
4970
  pulumi.set(__self__, "image_id", image_id)
@@ -4878,9 +5011,6 @@ class GetEcsKeyPairsPairInstanceResult(dict):
4878
5011
  @property
4879
5012
  @pulumi.getter(name="keyName")
4880
5013
  def key_name(self) -> str:
4881
- """
4882
- The Key Pair Name.
4883
- """
4884
5014
  return pulumi.get(self, "key_name")
4885
5015
 
4886
5016
  @property
@@ -4961,7 +5091,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
4961
5091
  :param Sequence['GetEcsLaunchTemplatesTemplateDataDiskArgs'] data_disks: The list of data disks created with instance.
4962
5092
  :param int default_version_number: The Default Version Number.
4963
5093
  :param str deployment_set_id: The Deployment Set Id.
4964
- :param str description: System disk description.
5094
+ :param str description: The Description of Template.
4965
5095
  :param bool enable_vm_os_config: Whether to enable the instance operating system configuration.
4966
5096
  :param str host_name: Instance host name.
4967
5097
  :param str id: The ID of the Launch Template.
@@ -5088,7 +5218,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
5088
5218
  @pulumi.getter
5089
5219
  def description(self) -> str:
5090
5220
  """
5091
- System disk description.
5221
+ The Description of Template.
5092
5222
  """
5093
5223
  return pulumi.get(self, "description")
5094
5224
 
@@ -5401,13 +5531,13 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
5401
5531
  size: int,
5402
5532
  snapshot_id: str):
5403
5533
  """
5404
- :param str category: The category of the system disk.
5405
- :param bool delete_with_instance: Specifies whether to release the system disk when the instance is released.
5406
- :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.
5407
5537
  :param bool encrypted: Encrypted the data in this disk.
5408
- :param str name: System disk name.
5409
- :param str performance_level: The performance level of the ESSD used as the system disk.
5410
- :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.
5411
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.
5412
5542
  """
5413
5543
  pulumi.set(__self__, "category", category)
@@ -5423,7 +5553,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
5423
5553
  @pulumi.getter
5424
5554
  def category(self) -> str:
5425
5555
  """
5426
- The category of the system disk.
5556
+ The category of the disk.
5427
5557
  """
5428
5558
  return pulumi.get(self, "category")
5429
5559
 
@@ -5431,7 +5561,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
5431
5561
  @pulumi.getter(name="deleteWithInstance")
5432
5562
  def delete_with_instance(self) -> bool:
5433
5563
  """
5434
- Specifies whether to release the system disk when the instance is released.
5564
+ Indicates whether the data disk is released with the instance.
5435
5565
  """
5436
5566
  return pulumi.get(self, "delete_with_instance")
5437
5567
 
@@ -5439,7 +5569,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
5439
5569
  @pulumi.getter
5440
5570
  def description(self) -> str:
5441
5571
  """
5442
- System disk description.
5572
+ The description of the data disk.
5443
5573
  """
5444
5574
  return pulumi.get(self, "description")
5445
5575
 
@@ -5455,7 +5585,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
5455
5585
  @pulumi.getter
5456
5586
  def name(self) -> str:
5457
5587
  """
5458
- System disk name.
5588
+ The name of the data disk.
5459
5589
  """
5460
5590
  return pulumi.get(self, "name")
5461
5591
 
@@ -5463,7 +5593,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
5463
5593
  @pulumi.getter(name="performanceLevel")
5464
5594
  def performance_level(self) -> str:
5465
5595
  """
5466
- The performance level of the ESSD used as the system disk.
5596
+ PerformanceLevel.
5467
5597
  """
5468
5598
  return pulumi.get(self, "performance_level")
5469
5599
 
@@ -5471,7 +5601,7 @@ class GetEcsLaunchTemplatesTemplateDataDiskResult(dict):
5471
5601
  @pulumi.getter
5472
5602
  def size(self) -> int:
5473
5603
  """
5474
- Size of the system disk, measured in GB.
5604
+ The performance level of the ESSD used as the data disk.
5475
5605
  """
5476
5606
  return pulumi.get(self, "size")
5477
5607
 
@@ -5493,11 +5623,11 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
5493
5623
  security_group_id: str,
5494
5624
  vswitch_id: str):
5495
5625
  """
5496
- :param str description: System disk description.
5497
- :param str name: System disk name.
5626
+ :param str description: The ENI description.
5627
+ :param str name: The ENI name.
5498
5628
  :param str primary_ip: The primary private IP address of the ENI.
5499
- :param str security_group_id: The security group ID.
5500
- :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.
5501
5631
  """
5502
5632
  pulumi.set(__self__, "description", description)
5503
5633
  pulumi.set(__self__, "name", name)
@@ -5509,7 +5639,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
5509
5639
  @pulumi.getter
5510
5640
  def description(self) -> str:
5511
5641
  """
5512
- System disk description.
5642
+ The ENI description.
5513
5643
  """
5514
5644
  return pulumi.get(self, "description")
5515
5645
 
@@ -5517,7 +5647,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
5517
5647
  @pulumi.getter
5518
5648
  def name(self) -> str:
5519
5649
  """
5520
- System disk name.
5650
+ The ENI name.
5521
5651
  """
5522
5652
  return pulumi.get(self, "name")
5523
5653
 
@@ -5533,7 +5663,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
5533
5663
  @pulumi.getter(name="securityGroupId")
5534
5664
  def security_group_id(self) -> str:
5535
5665
  """
5536
- The security group ID.
5666
+ The security group ID must be one in the same VPC.
5537
5667
  """
5538
5668
  return pulumi.get(self, "security_group_id")
5539
5669
 
@@ -5541,7 +5671,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
5541
5671
  @pulumi.getter(name="vswitchId")
5542
5672
  def vswitch_id(self) -> str:
5543
5673
  """
5544
- 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.
5545
5675
  """
5546
5676
  return pulumi.get(self, "vswitch_id")
5547
5677
 
@@ -6018,11 +6148,17 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
6018
6148
  class GetEcsNetworkInterfacesInterfaceAssociatedPublicIpResult(dict):
6019
6149
  def __init__(__self__, *,
6020
6150
  public_ip_address: str):
6151
+ """
6152
+ :param str public_ip_address: The EIP of the ENI.
6153
+ """
6021
6154
  pulumi.set(__self__, "public_ip_address", public_ip_address)
6022
6155
 
6023
6156
  @property
6024
6157
  @pulumi.getter(name="publicIpAddress")
6025
6158
  def public_ip_address(self) -> str:
6159
+ """
6160
+ The EIP of the ENI.
6161
+ """
6026
6162
  return pulumi.get(self, "public_ip_address")
6027
6163
 
6028
6164
 
@@ -6998,14 +7134,8 @@ class GetEipAddressesEipResult(dict):
6998
7134
  ip_address: str,
6999
7135
  status: str):
7000
7136
  """
7001
- :param str bandwidth: The maximum bandwidth of the EIP. Unit: Mbit/s.
7002
- :param bool deletion_protection: Indicates whether deletion protection is enabled.
7003
- :param str id: The ID of the Address.
7004
- :param str instance_id: The ID of the instance with which the EIP is associated.
7005
- :param str instance_type: The type of the instance with which the EIP is associated.
7006
- :param str internet_charge_type: The metering method of the EIP.
7007
- :param str ip_address: The IP address of the EIP.
7008
- :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.
7009
7139
  """
7010
7140
  pulumi.set(__self__, "bandwidth", bandwidth)
7011
7141
  pulumi.set(__self__, "creation_time", creation_time)
@@ -7020,9 +7150,6 @@ class GetEipAddressesEipResult(dict):
7020
7150
  @property
7021
7151
  @pulumi.getter
7022
7152
  def bandwidth(self) -> str:
7023
- """
7024
- The maximum bandwidth of the EIP. Unit: Mbit/s.
7025
- """
7026
7153
  return pulumi.get(self, "bandwidth")
7027
7154
 
7028
7155
  @property
@@ -7033,48 +7160,33 @@ class GetEipAddressesEipResult(dict):
7033
7160
  @property
7034
7161
  @pulumi.getter(name="deletionProtection")
7035
7162
  def deletion_protection(self) -> bool:
7036
- """
7037
- Indicates whether deletion protection is enabled.
7038
- """
7039
7163
  return pulumi.get(self, "deletion_protection")
7040
7164
 
7041
7165
  @property
7042
7166
  @pulumi.getter
7043
7167
  def id(self) -> str:
7044
- """
7045
- The ID of the Address.
7046
- """
7047
7168
  return pulumi.get(self, "id")
7048
7169
 
7049
7170
  @property
7050
7171
  @pulumi.getter(name="instanceId")
7051
7172
  def instance_id(self) -> str:
7052
- """
7053
- The ID of the instance with which the EIP is associated.
7054
- """
7055
7173
  return pulumi.get(self, "instance_id")
7056
7174
 
7057
7175
  @property
7058
7176
  @pulumi.getter(name="instanceType")
7059
7177
  def instance_type(self) -> str:
7060
- """
7061
- The type of the instance with which the EIP is associated.
7062
- """
7063
7178
  return pulumi.get(self, "instance_type")
7064
7179
 
7065
7180
  @property
7066
7181
  @pulumi.getter(name="internetChargeType")
7067
7182
  def internet_charge_type(self) -> str:
7068
- """
7069
- The metering method of the EIP.
7070
- """
7071
7183
  return pulumi.get(self, "internet_charge_type")
7072
7184
 
7073
7185
  @property
7074
7186
  @pulumi.getter(name="ipAddress")
7075
7187
  def ip_address(self) -> str:
7076
7188
  """
7077
- The IP address of the EIP.
7189
+ The eip address.
7078
7190
  """
7079
7191
  return pulumi.get(self, "ip_address")
7080
7192
 
@@ -7082,7 +7194,7 @@ class GetEipAddressesEipResult(dict):
7082
7194
  @pulumi.getter
7083
7195
  def status(self) -> str:
7084
7196
  """
7085
- 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.
7086
7198
  """
7087
7199
  return pulumi.get(self, "status")
7088
7200
 
@@ -7787,7 +7899,13 @@ class GetImagesImageResult(dict):
7787
7899
  :param str product_code: Product code of the image on the image market.
7788
7900
  :param str progress: Progress of image creation, presented in percentages.
7789
7901
  :param int size: Size of the created disk.
7790
- :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.
7791
7909
  :param str usage: Specifies whether to check the validity of the request without actually making the request. Valid values:
7792
7910
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
7793
7911
  """
@@ -7974,7 +8092,13 @@ class GetImagesImageResult(dict):
7974
8092
  @pulumi.getter
7975
8093
  def status(self) -> str:
7976
8094
  """
7977
- 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.
7978
8102
  """
7979
8103
  return pulumi.get(self, "status")
7980
8104