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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.0a1716566612.dist-info}/METADATA +1 -1
  245. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +247 -247
  246. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
  247. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
@@ -278,22 +278,22 @@ def get_eip_addresses(address_name: Optional[str] = None,
278
278
  ```
279
279
 
280
280
 
281
- :param str address_name: The name of the EIP.
281
+ :param str address_name: The eip name.
282
282
  :param str associated_instance_id: The associated instance id.
283
283
  :param str associated_instance_type: The associated instance type.
284
284
  :param bool dry_run: The dry run.
285
285
  :param bool enable_details: Default to `true`. Set it to `false` can hide the `tags` to output.
286
286
  :param Sequence[str] ids: A list of Address IDs.
287
287
  :param bool include_reservation_data: The include reservation data. Valid values: `BGP` and `BGP_PRO`.
288
- :param str ip_address: The IP address of the EIP.
289
- :param str isp: The Internet service provider (ISP).
288
+ :param str ip_address: The eip address.
289
+ :param str isp: The Internet service provider (ISP). Valid values `BGP` and `BGP_PRO`.
290
290
  :param str lock_reason: The lock reason.
291
291
  :param str name_regex: A regex string to filter results by Address name.
292
292
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
293
- :param str payment_type: The billing method of the EIP.
293
+ :param str payment_type: The billing method of the EIP. Valid values: `Subscription` and `PayAsYouGo`.
294
294
  :param str resource_group_id: The ID of the resource group.
295
- :param str segment_instance_id: The IDs of the contiguous EIPs.
296
- :param str status: The status of the EIP.
295
+ :param str segment_instance_id: The IDs of the contiguous EIPs. This value is returned only when contiguous EIPs are specified.
296
+ :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.
297
297
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
298
298
  """
299
299
  __args__ = dict()
@@ -382,22 +382,22 @@ def get_eip_addresses_output(address_name: Optional[pulumi.Input[Optional[str]]]
382
382
  ```
383
383
 
384
384
 
385
- :param str address_name: The name of the EIP.
385
+ :param str address_name: The eip name.
386
386
  :param str associated_instance_id: The associated instance id.
387
387
  :param str associated_instance_type: The associated instance type.
388
388
  :param bool dry_run: The dry run.
389
389
  :param bool enable_details: Default to `true`. Set it to `false` can hide the `tags` to output.
390
390
  :param Sequence[str] ids: A list of Address IDs.
391
391
  :param bool include_reservation_data: The include reservation data. Valid values: `BGP` and `BGP_PRO`.
392
- :param str ip_address: The IP address of the EIP.
393
- :param str isp: The Internet service provider (ISP).
392
+ :param str ip_address: The eip address.
393
+ :param str isp: The Internet service provider (ISP). Valid values `BGP` and `BGP_PRO`.
394
394
  :param str lock_reason: The lock reason.
395
395
  :param str name_regex: A regex string to filter results by Address name.
396
396
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
397
- :param str payment_type: The billing method of the EIP.
397
+ :param str payment_type: The billing method of the EIP. Valid values: `Subscription` and `PayAsYouGo`.
398
398
  :param str resource_group_id: The ID of the resource group.
399
- :param str segment_instance_id: The IDs of the contiguous EIPs.
400
- :param str status: The status of the EIP.
399
+ :param str segment_instance_id: The IDs of the contiguous EIPs. This value is returned only when contiguous EIPs are specified.
400
+ :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.
401
401
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
402
402
  """
403
403
  ...
@@ -295,7 +295,9 @@ def get_images(action_type: Optional[str] = None,
295
295
  ```
296
296
 
297
297
 
298
- :param str action_type: The scenario in which the image will be used. Default value: `CreateEcs`. Valid values:
298
+ :param str action_type: The scenario in which the image will be used. Default value: `CreateEcs`. Valid values:
299
+ * `CreateEcs`: instance creation.
300
+ * `ChangeOS`: replacement of the system disk or operating system.
299
301
  :param str architecture: The image architecture. Valid values: `i386` and `x86_64`.
300
302
  :param bool dry_run: Specifies whether the image is running on an ECS instance. Default value: `false`. Valid values:
301
303
  :param str image_family: The name of the image family. You can set this parameter to query images of the specified image family. This parameter is empty by default.
@@ -314,7 +316,13 @@ def get_images(action_type: Optional[str] = None,
314
316
  :param str owners: Filter results by a specific image owner. Valid items are `system`, `self`, `others`, `marketplace`.
315
317
  :param str resource_group_id: The ID of the resource group to which the custom image belongs.
316
318
  :param str snapshot_id: The ID of the snapshot used to create the custom image.
317
- :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:
319
+ :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:
320
+ * `Creating`: The image is being created.
321
+ * `Waiting`: The image is waiting to be processed.
322
+ * `Available`: The image is available.
323
+ * `UnAvailable`: The image is unavailable.
324
+ * `CreateFailed`: The image failed to be created.
325
+ * `Deprecated`: The image is discontinued.
318
326
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
319
327
  :param str usage: Specifies whether to check the validity of the request without actually making the request. Valid values:
320
328
  """
@@ -406,7 +414,9 @@ def get_images_output(action_type: Optional[pulumi.Input[Optional[str]]] = None,
406
414
  ```
407
415
 
408
416
 
409
- :param str action_type: The scenario in which the image will be used. Default value: `CreateEcs`. Valid values:
417
+ :param str action_type: The scenario in which the image will be used. Default value: `CreateEcs`. Valid values:
418
+ * `CreateEcs`: instance creation.
419
+ * `ChangeOS`: replacement of the system disk or operating system.
410
420
  :param str architecture: The image architecture. Valid values: `i386` and `x86_64`.
411
421
  :param bool dry_run: Specifies whether the image is running on an ECS instance. Default value: `false`. Valid values:
412
422
  :param str image_family: The name of the image family. You can set this parameter to query images of the specified image family. This parameter is empty by default.
@@ -425,7 +435,13 @@ def get_images_output(action_type: Optional[pulumi.Input[Optional[str]]] = None,
425
435
  :param str owners: Filter results by a specific image owner. Valid items are `system`, `self`, `others`, `marketplace`.
426
436
  :param str resource_group_id: The ID of the resource group to which the custom image belongs.
427
437
  :param str snapshot_id: The ID of the snapshot used to create the custom image.
428
- :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:
438
+ :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:
439
+ * `Creating`: The image is being created.
440
+ * `Waiting`: The image is waiting to be processed.
441
+ * `Available`: The image is available.
442
+ * `UnAvailable`: The image is unavailable.
443
+ * `CreateFailed`: The image failed to be created.
444
+ * `Deprecated`: The image is discontinued.
429
445
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
430
446
  :param str usage: Specifies whether to check the validity of the request without actually making the request. Valid values:
431
447
  """
@@ -152,6 +152,9 @@ class InstanceArgs:
152
152
  :param pulumi.Input[str] launch_template_name: The name of the launch template.
153
153
  :param pulumi.Input[str] launch_template_version: The version of the launch template. If you set `launch_template_id` or `launch_template_name` parameter but do not set the version number of the launch template, the default template version is used.
154
154
  :param pulumi.Input[str] maintenance_action: The maintenance action. Valid values: `Stop`, `AutoRecover` and `AutoRedeploy`.
155
+ * `Stop` : stops the instance.
156
+ * `AutoRecover` : automatically recovers the instance.
157
+ * `AutoRedeploy` : fails the instance over, which may cause damage to the data disks attached to the instance.
155
158
  :param pulumi.Input[bool] maintenance_notify: Specifies whether to send an event notification before instance shutdown. Valid values: `true`, `false`. Default value: `false`.
156
159
  :param pulumi.Input['InstanceMaintenanceTimeArgs'] maintenance_time: The time of maintenance. See `maintenance_time` below.
157
160
  :param pulumi.Input['InstanceNetworkInterfacesArgs'] network_interfaces: The list of network interfaces created with instance. See `network_interfaces` below.
@@ -165,6 +168,9 @@ class InstanceArgs:
165
168
  :param pulumi.Input[str] period_unit: The duration unit that you will buy the resource. It is valid when `instance_charge_type` is 'PrePaid'. Valid value: ["Week", "Month"]. Default to "Month".
166
169
  :param pulumi.Input[str] private_ip: Instance private IP address can be specified when you creating new instance. It is valid when `vswitch_id` is specified. When it is changed, the instance will reboot to make the change take effect.
167
170
  :param pulumi.Input[str] renewal_status: Whether to renew an ECS instance automatically or not. It is valid when `instance_charge_type` is `PrePaid`. Default to "Normal". Valid values:
171
+ - `AutoRenewal`: Enable auto renewal.
172
+ - `Normal`: Disable auto renewal.
173
+ - `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
168
174
  :param pulumi.Input[str] resource_group_id: The Id of resource group which the instance belongs.
169
175
  :param pulumi.Input[str] role_name: Instance RAM role name. The name is provided and maintained by RAM. You can use `ram.Role` to create a new one.
170
176
  :param pulumi.Input[int] secondary_private_ip_address_count: The number of private IP addresses to be automatically assigned from within the CIDR block of the vswitch. **NOTE:** To assign secondary private IP addresses, you must specify `secondary_private_ips` or `secondary_private_ip_address_count` but not both.
@@ -183,6 +189,8 @@ class InstanceArgs:
183
189
  Default to NoSpot. Note: Currently, the spot instance only supports domestic site account.
184
190
  :param pulumi.Input[str] status: The instance status. Valid values: ["Running", "Stopped"]. You can control the instance start and stop through this parameter. Default to `Running`.
185
191
  :param pulumi.Input[str] stopped_mode: The stop mode of the pay-as-you-go instance. Valid values: `StopCharging`,`KeepCharging`, `Not-applicable`. Default value: If the prerequisites required for enabling the economical mode are met, and you have enabled this mode in the ECS console, the default value is `StopCharging`. For more information, see "Enable the economical mode" in [Economical mode](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/economical-mode). Otherwise, the default value is `KeepCharging`. **Note:** `Not-applicable`: Economical mode is not applicable to the instance.`
192
+ * `KeepCharging`: standard mode. Billing of the instance continues after the instance is stopped, and resources are retained for the instance.
193
+ * `StopCharging`: economical mode. Billing of some resources of the instance stops after the instance is stopped. When the instance is stopped, its resources such as vCPUs, memory, and public IP address are released. You may be unable to restart the instance if some types of resources are out of stock in the current region.
186
194
  :param pulumi.Input[str] system_disk_auto_snapshot_policy_id: The ID of the automatic snapshot policy applied to the system disk.
187
195
  :param pulumi.Input[str] system_disk_category: Valid values are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud`, `cloud_auto`, `cloud_essd_entry`. only is used to some none I/O optimized instance. Valid values `cloud_auto` Available since v1.184.0.
188
196
  :param pulumi.Input[str] system_disk_description: The description of the system disk. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
@@ -809,6 +817,9 @@ class InstanceArgs:
809
817
  def maintenance_action(self) -> Optional[pulumi.Input[str]]:
810
818
  """
811
819
  The maintenance action. Valid values: `Stop`, `AutoRecover` and `AutoRedeploy`.
820
+ * `Stop` : stops the instance.
821
+ * `AutoRecover` : automatically recovers the instance.
822
+ * `AutoRedeploy` : fails the instance over, which may cause damage to the data disks attached to the instance.
812
823
  """
813
824
  return pulumi.get(self, "maintenance_action")
814
825
 
@@ -921,6 +932,9 @@ class InstanceArgs:
921
932
  def renewal_status(self) -> Optional[pulumi.Input[str]]:
922
933
  """
923
934
  Whether to renew an ECS instance automatically or not. It is valid when `instance_charge_type` is `PrePaid`. Default to "Normal". Valid values:
935
+ - `AutoRenewal`: Enable auto renewal.
936
+ - `Normal`: Disable auto renewal.
937
+ - `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
924
938
  """
925
939
  return pulumi.get(self, "renewal_status")
926
940
 
@@ -1060,6 +1074,8 @@ class InstanceArgs:
1060
1074
  def stopped_mode(self) -> Optional[pulumi.Input[str]]:
1061
1075
  """
1062
1076
  The stop mode of the pay-as-you-go instance. Valid values: `StopCharging`,`KeepCharging`, `Not-applicable`. Default value: If the prerequisites required for enabling the economical mode are met, and you have enabled this mode in the ECS console, the default value is `StopCharging`. For more information, see "Enable the economical mode" in [Economical mode](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/economical-mode). Otherwise, the default value is `KeepCharging`. **Note:** `Not-applicable`: Economical mode is not applicable to the instance.`
1077
+ * `KeepCharging`: standard mode. Billing of the instance continues after the instance is stopped, and resources are retained for the instance.
1078
+ * `StopCharging`: economical mode. Billing of some resources of the instance stops after the instance is stopped. When the instance is stopped, its resources such as vCPUs, memory, and public IP address are released. You may be unable to restart the instance if some types of resources are out of stock in the current region.
1063
1079
  """
1064
1080
  return pulumi.get(self, "stopped_mode")
1065
1081
 
@@ -1393,6 +1409,9 @@ class _InstanceState:
1393
1409
  :param pulumi.Input[str] launch_template_name: The name of the launch template.
1394
1410
  :param pulumi.Input[str] launch_template_version: The version of the launch template. If you set `launch_template_id` or `launch_template_name` parameter but do not set the version number of the launch template, the default template version is used.
1395
1411
  :param pulumi.Input[str] maintenance_action: The maintenance action. Valid values: `Stop`, `AutoRecover` and `AutoRedeploy`.
1412
+ * `Stop` : stops the instance.
1413
+ * `AutoRecover` : automatically recovers the instance.
1414
+ * `AutoRedeploy` : fails the instance over, which may cause damage to the data disks attached to the instance.
1396
1415
  :param pulumi.Input[bool] maintenance_notify: Specifies whether to send an event notification before instance shutdown. Valid values: `true`, `false`. Default value: `false`.
1397
1416
  :param pulumi.Input['InstanceMaintenanceTimeArgs'] maintenance_time: The time of maintenance. See `maintenance_time` below.
1398
1417
  :param pulumi.Input[int] memory: The memory size of the instance. Unit: MiB.
@@ -1412,6 +1431,9 @@ class _InstanceState:
1412
1431
  :param pulumi.Input[str] private_ip: Instance private IP address can be specified when you creating new instance. It is valid when `vswitch_id` is specified. When it is changed, the instance will reboot to make the change take effect.
1413
1432
  :param pulumi.Input[str] public_ip: The instance public ip.
1414
1433
  :param pulumi.Input[str] renewal_status: Whether to renew an ECS instance automatically or not. It is valid when `instance_charge_type` is `PrePaid`. Default to "Normal". Valid values:
1434
+ - `AutoRenewal`: Enable auto renewal.
1435
+ - `Normal`: Disable auto renewal.
1436
+ - `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
1415
1437
  :param pulumi.Input[str] resource_group_id: The Id of resource group which the instance belongs.
1416
1438
  :param pulumi.Input[str] role_name: Instance RAM role name. The name is provided and maintained by RAM. You can use `ram.Role` to create a new one.
1417
1439
  :param pulumi.Input[int] secondary_private_ip_address_count: The number of private IP addresses to be automatically assigned from within the CIDR block of the vswitch. **NOTE:** To assign secondary private IP addresses, you must specify `secondary_private_ips` or `secondary_private_ip_address_count` but not both.
@@ -1430,6 +1452,8 @@ class _InstanceState:
1430
1452
  Default to NoSpot. Note: Currently, the spot instance only supports domestic site account.
1431
1453
  :param pulumi.Input[str] status: The instance status. Valid values: ["Running", "Stopped"]. You can control the instance start and stop through this parameter. Default to `Running`.
1432
1454
  :param pulumi.Input[str] stopped_mode: The stop mode of the pay-as-you-go instance. Valid values: `StopCharging`,`KeepCharging`, `Not-applicable`. Default value: If the prerequisites required for enabling the economical mode are met, and you have enabled this mode in the ECS console, the default value is `StopCharging`. For more information, see "Enable the economical mode" in [Economical mode](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/economical-mode). Otherwise, the default value is `KeepCharging`. **Note:** `Not-applicable`: Economical mode is not applicable to the instance.`
1455
+ * `KeepCharging`: standard mode. Billing of the instance continues after the instance is stopped, and resources are retained for the instance.
1456
+ * `StopCharging`: economical mode. Billing of some resources of the instance stops after the instance is stopped. When the instance is stopped, its resources such as vCPUs, memory, and public IP address are released. You may be unable to restart the instance if some types of resources are out of stock in the current region.
1433
1457
  :param pulumi.Input[str] system_disk_auto_snapshot_policy_id: The ID of the automatic snapshot policy applied to the system disk.
1434
1458
  :param pulumi.Input[str] system_disk_category: Valid values are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud`, `cloud_auto`, `cloud_essd_entry`. only is used to some none I/O optimized instance. Valid values `cloud_auto` Available since v1.184.0.
1435
1459
  :param pulumi.Input[str] system_disk_description: The description of the system disk. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
@@ -2099,6 +2123,9 @@ class _InstanceState:
2099
2123
  def maintenance_action(self) -> Optional[pulumi.Input[str]]:
2100
2124
  """
2101
2125
  The maintenance action. Valid values: `Stop`, `AutoRecover` and `AutoRedeploy`.
2126
+ * `Stop` : stops the instance.
2127
+ * `AutoRecover` : automatically recovers the instance.
2128
+ * `AutoRedeploy` : fails the instance over, which may cause damage to the data disks attached to the instance.
2102
2129
  """
2103
2130
  return pulumi.get(self, "maintenance_action")
2104
2131
 
@@ -2283,6 +2310,9 @@ class _InstanceState:
2283
2310
  def renewal_status(self) -> Optional[pulumi.Input[str]]:
2284
2311
  """
2285
2312
  Whether to renew an ECS instance automatically or not. It is valid when `instance_charge_type` is `PrePaid`. Default to "Normal". Valid values:
2313
+ - `AutoRenewal`: Enable auto renewal.
2314
+ - `Normal`: Disable auto renewal.
2315
+ - `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
2286
2316
  """
2287
2317
  return pulumi.get(self, "renewal_status")
2288
2318
 
@@ -2422,6 +2452,8 @@ class _InstanceState:
2422
2452
  def stopped_mode(self) -> Optional[pulumi.Input[str]]:
2423
2453
  """
2424
2454
  The stop mode of the pay-as-you-go instance. Valid values: `StopCharging`,`KeepCharging`, `Not-applicable`. Default value: If the prerequisites required for enabling the economical mode are met, and you have enabled this mode in the ECS console, the default value is `StopCharging`. For more information, see "Enable the economical mode" in [Economical mode](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/economical-mode). Otherwise, the default value is `KeepCharging`. **Note:** `Not-applicable`: Economical mode is not applicable to the instance.`
2455
+ * `KeepCharging`: standard mode. Billing of the instance continues after the instance is stopped, and resources are retained for the instance.
2456
+ * `StopCharging`: economical mode. Billing of some resources of the instance stops after the instance is stopped. When the instance is stopped, its resources such as vCPUs, memory, and public IP address are released. You may be unable to restart the instance if some types of resources are out of stock in the current region.
2425
2457
  """
2426
2458
  return pulumi.get(self, "stopped_mode")
2427
2459
 
@@ -2830,6 +2862,9 @@ class Instance(pulumi.CustomResource):
2830
2862
  :param pulumi.Input[str] launch_template_name: The name of the launch template.
2831
2863
  :param pulumi.Input[str] launch_template_version: The version of the launch template. If you set `launch_template_id` or `launch_template_name` parameter but do not set the version number of the launch template, the default template version is used.
2832
2864
  :param pulumi.Input[str] maintenance_action: The maintenance action. Valid values: `Stop`, `AutoRecover` and `AutoRedeploy`.
2865
+ * `Stop` : stops the instance.
2866
+ * `AutoRecover` : automatically recovers the instance.
2867
+ * `AutoRedeploy` : fails the instance over, which may cause damage to the data disks attached to the instance.
2833
2868
  :param pulumi.Input[bool] maintenance_notify: Specifies whether to send an event notification before instance shutdown. Valid values: `true`, `false`. Default value: `false`.
2834
2869
  :param pulumi.Input[pulumi.InputType['InstanceMaintenanceTimeArgs']] maintenance_time: The time of maintenance. See `maintenance_time` below.
2835
2870
  :param pulumi.Input[pulumi.InputType['InstanceNetworkInterfacesArgs']] network_interfaces: The list of network interfaces created with instance. See `network_interfaces` below.
@@ -2843,6 +2878,9 @@ class Instance(pulumi.CustomResource):
2843
2878
  :param pulumi.Input[str] period_unit: The duration unit that you will buy the resource. It is valid when `instance_charge_type` is 'PrePaid'. Valid value: ["Week", "Month"]. Default to "Month".
2844
2879
  :param pulumi.Input[str] private_ip: Instance private IP address can be specified when you creating new instance. It is valid when `vswitch_id` is specified. When it is changed, the instance will reboot to make the change take effect.
2845
2880
  :param pulumi.Input[str] renewal_status: Whether to renew an ECS instance automatically or not. It is valid when `instance_charge_type` is `PrePaid`. Default to "Normal". Valid values:
2881
+ - `AutoRenewal`: Enable auto renewal.
2882
+ - `Normal`: Disable auto renewal.
2883
+ - `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
2846
2884
  :param pulumi.Input[str] resource_group_id: The Id of resource group which the instance belongs.
2847
2885
  :param pulumi.Input[str] role_name: Instance RAM role name. The name is provided and maintained by RAM. You can use `ram.Role` to create a new one.
2848
2886
  :param pulumi.Input[int] secondary_private_ip_address_count: The number of private IP addresses to be automatically assigned from within the CIDR block of the vswitch. **NOTE:** To assign secondary private IP addresses, you must specify `secondary_private_ips` or `secondary_private_ip_address_count` but not both.
@@ -2861,6 +2899,8 @@ class Instance(pulumi.CustomResource):
2861
2899
  Default to NoSpot. Note: Currently, the spot instance only supports domestic site account.
2862
2900
  :param pulumi.Input[str] status: The instance status. Valid values: ["Running", "Stopped"]. You can control the instance start and stop through this parameter. Default to `Running`.
2863
2901
  :param pulumi.Input[str] stopped_mode: The stop mode of the pay-as-you-go instance. Valid values: `StopCharging`,`KeepCharging`, `Not-applicable`. Default value: If the prerequisites required for enabling the economical mode are met, and you have enabled this mode in the ECS console, the default value is `StopCharging`. For more information, see "Enable the economical mode" in [Economical mode](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/economical-mode). Otherwise, the default value is `KeepCharging`. **Note:** `Not-applicable`: Economical mode is not applicable to the instance.`
2902
+ * `KeepCharging`: standard mode. Billing of the instance continues after the instance is stopped, and resources are retained for the instance.
2903
+ * `StopCharging`: economical mode. Billing of some resources of the instance stops after the instance is stopped. When the instance is stopped, its resources such as vCPUs, memory, and public IP address are released. You may be unable to restart the instance if some types of resources are out of stock in the current region.
2864
2904
  :param pulumi.Input[str] system_disk_auto_snapshot_policy_id: The ID of the automatic snapshot policy applied to the system disk.
2865
2905
  :param pulumi.Input[str] system_disk_category: Valid values are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud`, `cloud_auto`, `cloud_essd_entry`. only is used to some none I/O optimized instance. Valid values `cloud_auto` Available since v1.184.0.
2866
2906
  :param pulumi.Input[str] system_disk_description: The description of the system disk. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
@@ -3297,6 +3337,9 @@ class Instance(pulumi.CustomResource):
3297
3337
  :param pulumi.Input[str] launch_template_name: The name of the launch template.
3298
3338
  :param pulumi.Input[str] launch_template_version: The version of the launch template. If you set `launch_template_id` or `launch_template_name` parameter but do not set the version number of the launch template, the default template version is used.
3299
3339
  :param pulumi.Input[str] maintenance_action: The maintenance action. Valid values: `Stop`, `AutoRecover` and `AutoRedeploy`.
3340
+ * `Stop` : stops the instance.
3341
+ * `AutoRecover` : automatically recovers the instance.
3342
+ * `AutoRedeploy` : fails the instance over, which may cause damage to the data disks attached to the instance.
3300
3343
  :param pulumi.Input[bool] maintenance_notify: Specifies whether to send an event notification before instance shutdown. Valid values: `true`, `false`. Default value: `false`.
3301
3344
  :param pulumi.Input[pulumi.InputType['InstanceMaintenanceTimeArgs']] maintenance_time: The time of maintenance. See `maintenance_time` below.
3302
3345
  :param pulumi.Input[int] memory: The memory size of the instance. Unit: MiB.
@@ -3316,6 +3359,9 @@ class Instance(pulumi.CustomResource):
3316
3359
  :param pulumi.Input[str] private_ip: Instance private IP address can be specified when you creating new instance. It is valid when `vswitch_id` is specified. When it is changed, the instance will reboot to make the change take effect.
3317
3360
  :param pulumi.Input[str] public_ip: The instance public ip.
3318
3361
  :param pulumi.Input[str] renewal_status: Whether to renew an ECS instance automatically or not. It is valid when `instance_charge_type` is `PrePaid`. Default to "Normal". Valid values:
3362
+ - `AutoRenewal`: Enable auto renewal.
3363
+ - `Normal`: Disable auto renewal.
3364
+ - `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
3319
3365
  :param pulumi.Input[str] resource_group_id: The Id of resource group which the instance belongs.
3320
3366
  :param pulumi.Input[str] role_name: Instance RAM role name. The name is provided and maintained by RAM. You can use `ram.Role` to create a new one.
3321
3367
  :param pulumi.Input[int] secondary_private_ip_address_count: The number of private IP addresses to be automatically assigned from within the CIDR block of the vswitch. **NOTE:** To assign secondary private IP addresses, you must specify `secondary_private_ips` or `secondary_private_ip_address_count` but not both.
@@ -3334,6 +3380,8 @@ class Instance(pulumi.CustomResource):
3334
3380
  Default to NoSpot. Note: Currently, the spot instance only supports domestic site account.
3335
3381
  :param pulumi.Input[str] status: The instance status. Valid values: ["Running", "Stopped"]. You can control the instance start and stop through this parameter. Default to `Running`.
3336
3382
  :param pulumi.Input[str] stopped_mode: The stop mode of the pay-as-you-go instance. Valid values: `StopCharging`,`KeepCharging`, `Not-applicable`. Default value: If the prerequisites required for enabling the economical mode are met, and you have enabled this mode in the ECS console, the default value is `StopCharging`. For more information, see "Enable the economical mode" in [Economical mode](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/economical-mode). Otherwise, the default value is `KeepCharging`. **Note:** `Not-applicable`: Economical mode is not applicable to the instance.`
3383
+ * `KeepCharging`: standard mode. Billing of the instance continues after the instance is stopped, and resources are retained for the instance.
3384
+ * `StopCharging`: economical mode. Billing of some resources of the instance stops after the instance is stopped. When the instance is stopped, its resources such as vCPUs, memory, and public IP address are released. You may be unable to restart the instance if some types of resources are out of stock in the current region.
3337
3385
  :param pulumi.Input[str] system_disk_auto_snapshot_policy_id: The ID of the automatic snapshot policy applied to the system disk.
3338
3386
  :param pulumi.Input[str] system_disk_category: Valid values are `ephemeral_ssd`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud`, `cloud_auto`, `cloud_essd_entry`. only is used to some none I/O optimized instance. Valid values `cloud_auto` Available since v1.184.0.
3339
3387
  :param pulumi.Input[str] system_disk_description: The description of the system disk. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
@@ -3775,6 +3823,9 @@ class Instance(pulumi.CustomResource):
3775
3823
  def maintenance_action(self) -> pulumi.Output[str]:
3776
3824
  """
3777
3825
  The maintenance action. Valid values: `Stop`, `AutoRecover` and `AutoRedeploy`.
3826
+ * `Stop` : stops the instance.
3827
+ * `AutoRecover` : automatically recovers the instance.
3828
+ * `AutoRedeploy` : fails the instance over, which may cause damage to the data disks attached to the instance.
3778
3829
  """
3779
3830
  return pulumi.get(self, "maintenance_action")
3780
3831
 
@@ -3899,6 +3950,9 @@ class Instance(pulumi.CustomResource):
3899
3950
  def renewal_status(self) -> pulumi.Output[Optional[str]]:
3900
3951
  """
3901
3952
  Whether to renew an ECS instance automatically or not. It is valid when `instance_charge_type` is `PrePaid`. Default to "Normal". Valid values:
3953
+ - `AutoRenewal`: Enable auto renewal.
3954
+ - `Normal`: Disable auto renewal.
3955
+ - `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
3902
3956
  """
3903
3957
  return pulumi.get(self, "renewal_status")
3904
3958
 
@@ -3994,6 +4048,8 @@ class Instance(pulumi.CustomResource):
3994
4048
  def stopped_mode(self) -> pulumi.Output[str]:
3995
4049
  """
3996
4050
  The stop mode of the pay-as-you-go instance. Valid values: `StopCharging`,`KeepCharging`, `Not-applicable`. Default value: If the prerequisites required for enabling the economical mode are met, and you have enabled this mode in the ECS console, the default value is `StopCharging`. For more information, see "Enable the economical mode" in [Economical mode](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/economical-mode). Otherwise, the default value is `KeepCharging`. **Note:** `Not-applicable`: Economical mode is not applicable to the instance.`
4051
+ * `KeepCharging`: standard mode. Billing of the instance continues after the instance is stopped, and resources are retained for the instance.
4052
+ * `StopCharging`: economical mode. Billing of some resources of the instance stops after the instance is stopped. When the instance is stopped, its resources such as vCPUs, memory, and public IP address are released. You may be unable to restart the instance if some types of resources are out of stock in the current region.
3997
4053
  """
3998
4054
  return pulumi.get(self, "stopped_mode")
3999
4055