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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. pulumi_alicloud/actiontrail/outputs.py +4 -0
  2. pulumi_alicloud/adb/db_cluster.py +14 -0
  3. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
  4. pulumi_alicloud/alb/_inputs.py +34 -0
  5. pulumi_alicloud/alb/get_acls.py +2 -2
  6. pulumi_alicloud/alb/get_security_policies.py +4 -4
  7. pulumi_alicloud/alb/outputs.py +188 -10
  8. pulumi_alicloud/alb/rule.py +14 -0
  9. pulumi_alicloud/alb/server_group.py +21 -0
  10. pulumi_alicloud/amqp/get_instances.py +2 -2
  11. pulumi_alicloud/apigateway/get_log_configs.py +2 -2
  12. pulumi_alicloud/apigateway/get_plugins.py +6 -6
  13. pulumi_alicloud/arms/outputs.py +20 -0
  14. pulumi_alicloud/bastionhost/get_users.py +4 -4
  15. pulumi_alicloud/bastionhost/host.py +28 -7
  16. pulumi_alicloud/bastionhost/instance.py +14 -0
  17. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
  18. pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
  19. pulumi_alicloud/cddc/outputs.py +0 -6
  20. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
  21. pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
  22. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
  23. pulumi_alicloud/cen/outputs.py +6 -0
  24. pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
  25. pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
  26. pulumi_alicloud/cfg/aggregator.py +14 -0
  27. pulumi_alicloud/clickhouse/outputs.py +34 -4
  28. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
  29. pulumi_alicloud/cloudfirewall/instance.py +28 -0
  30. pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
  31. pulumi_alicloud/cloudsso/get_groups.py +2 -2
  32. pulumi_alicloud/cloudsso/outputs.py +104 -2
  33. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
  34. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
  35. pulumi_alicloud/cms/_inputs.py +16 -0
  36. pulumi_alicloud/cms/get_event_rules.py +2 -2
  37. pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
  38. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
  39. pulumi_alicloud/cms/get_monitor_groups.py +2 -4
  40. pulumi_alicloud/cms/outputs.py +216 -0
  41. pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
  42. pulumi_alicloud/cr/get_chart_repositories.py +2 -2
  43. pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
  44. pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
  45. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
  46. pulumi_alicloud/cr/outputs.py +4 -0
  47. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
  48. pulumi_alicloud/cs/_inputs.py +116 -0
  49. pulumi_alicloud/cs/node_pool.py +105 -0
  50. pulumi_alicloud/cs/outputs.py +116 -0
  51. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  52. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  53. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  54. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  55. pulumi_alicloud/dcdn/outputs.py +10 -0
  56. pulumi_alicloud/ddos/domain_resource.py +21 -0
  57. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  58. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  59. pulumi_alicloud/dfs/outputs.py +10 -0
  60. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  61. pulumi_alicloud/directmail/get_receivers.py +2 -2
  62. pulumi_alicloud/dns/_inputs.py +16 -0
  63. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  64. pulumi_alicloud/dns/outputs.py +68 -2
  65. pulumi_alicloud/dns/record.py +4 -0
  66. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  67. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  68. pulumi_alicloud/dts/instance.py +21 -0
  69. pulumi_alicloud/eais/get_instances.py +2 -2
  70. pulumi_alicloud/ebs/outputs.py +6 -0
  71. pulumi_alicloud/eci/get_container_groups.py +6 -8
  72. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  73. pulumi_alicloud/eci/outputs.py +26 -26
  74. pulumi_alicloud/ecs/_inputs.py +14 -0
  75. pulumi_alicloud/ecs/disk.py +28 -7
  76. pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
  77. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  78. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  79. pulumi_alicloud/ecs/eip_address.py +84 -7
  80. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  81. pulumi_alicloud/ecs/get_commands.py +4 -4
  82. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  83. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  84. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  85. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  86. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  88. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  89. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  90. pulumi_alicloud/ecs/get_images.py +20 -4
  91. pulumi_alicloud/ecs/instance.py +56 -0
  92. pulumi_alicloud/ecs/outputs.py +174 -92
  93. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  94. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  95. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  96. pulumi_alicloud/eds/get_desktops.py +2 -4
  97. pulumi_alicloud/eds/get_images.py +2 -2
  98. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  99. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  100. pulumi_alicloud/eds/get_users.py +2 -2
  101. pulumi_alicloud/eds/outputs.py +58 -4
  102. pulumi_alicloud/ehpc/cluster.py +70 -0
  103. pulumi_alicloud/ehpc/outputs.py +112 -2
  104. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  105. pulumi_alicloud/emr/get_clusters.py +8 -8
  106. pulumi_alicloud/emr/outputs.py +18 -32
  107. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  108. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  109. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  110. pulumi_alicloud/eventbridge/outputs.py +4 -0
  111. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  112. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  113. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  114. pulumi_alicloud/fnf/get_executions.py +2 -2
  115. pulumi_alicloud/ga/_inputs.py +12 -0
  116. pulumi_alicloud/ga/accelerator.py +49 -0
  117. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  118. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  119. pulumi_alicloud/ga/endpoint_group.py +28 -0
  120. pulumi_alicloud/ga/get_accelerators.py +4 -0
  121. pulumi_alicloud/ga/get_acls.py +2 -2
  122. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  123. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  124. pulumi_alicloud/ga/get_listeners.py +2 -2
  125. pulumi_alicloud/ga/listener.py +28 -0
  126. pulumi_alicloud/ga/outputs.py +14 -2
  127. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  128. pulumi_alicloud/gpdb/get_instances.py +2 -4
  129. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  130. pulumi_alicloud/hbr/_inputs.py +2 -0
  131. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  132. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  133. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  134. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  135. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  136. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  137. pulumi_alicloud/hbr/get_vaults.py +4 -0
  138. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  139. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  140. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  141. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  142. pulumi_alicloud/hbr/outputs.py +68 -0
  143. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  144. pulumi_alicloud/hbr/vault.py +14 -0
  145. pulumi_alicloud/imp/get_app_templates.py +2 -2
  146. pulumi_alicloud/kms/key.py +133 -21
  147. pulumi_alicloud/kms/secret.py +28 -0
  148. pulumi_alicloud/kvstore/account.py +21 -7
  149. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  150. pulumi_alicloud/kvstore/instance.py +14 -0
  151. pulumi_alicloud/lindorm/get_instances.py +2 -2
  152. pulumi_alicloud/log/_inputs.py +28 -6
  153. pulumi_alicloud/log/get_projects.py +2 -2
  154. pulumi_alicloud/log/outputs.py +28 -6
  155. pulumi_alicloud/message/service_subscription.py +14 -0
  156. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  157. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  158. pulumi_alicloud/mongodb/instance.py +56 -0
  159. pulumi_alicloud/mongodb/outputs.py +14 -0
  160. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  161. pulumi_alicloud/mse/cluster.py +28 -0
  162. pulumi_alicloud/mse/outputs.py +34 -0
  163. pulumi_alicloud/nas/data_flow.py +14 -0
  164. pulumi_alicloud/nas/file_system.py +14 -0
  165. pulumi_alicloud/nas/get_data_flows.py +2 -2
  166. pulumi_alicloud/nas/get_file_systems.py +4 -0
  167. pulumi_alicloud/nas/get_filesets.py +2 -2
  168. pulumi_alicloud/nas/get_snapshots.py +2 -2
  169. pulumi_alicloud/nas/outputs.py +4 -0
  170. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  171. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  172. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  173. pulumi_alicloud/nlb/load_balancer.py +14 -0
  174. pulumi_alicloud/nlb/server_group.py +56 -7
  175. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  176. pulumi_alicloud/oos/get_parameters.py +6 -6
  177. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  178. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  179. pulumi_alicloud/oos/parameter.py +28 -0
  180. pulumi_alicloud/oos/secret_parameter.py +28 -0
  181. pulumi_alicloud/ots/instance.py +91 -0
  182. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  183. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  184. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  185. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  186. pulumi_alicloud/pulumi-plugin.json +1 -1
  187. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  188. pulumi_alicloud/quotas/_inputs.py +0 -10
  189. pulumi_alicloud/quotas/outputs.py +10 -10
  190. pulumi_alicloud/rds/get_accounts.py +2 -2
  191. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  192. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  193. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  194. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  195. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  196. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  197. pulumi_alicloud/ros/get_change_sets.py +2 -2
  198. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  199. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  200. pulumi_alicloud/ros/get_stacks.py +4 -4
  201. pulumi_alicloud/ros/get_templates.py +4 -4
  202. pulumi_alicloud/ros/outputs.py +68 -2
  203. pulumi_alicloud/ros/stack_instance.py +52 -4
  204. pulumi_alicloud/sae/get_config_maps.py +2 -2
  205. pulumi_alicloud/sae/get_ingresses.py +2 -2
  206. pulumi_alicloud/sae/outputs.py +274 -0
  207. pulumi_alicloud/scdn/get_domains.py +2 -2
  208. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  209. pulumi_alicloud/sddp/get_rules.py +10 -10
  210. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  211. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  212. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  213. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  214. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  215. pulumi_alicloud/tsdb/get_instances.py +2 -2
  216. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  217. pulumi_alicloud/vod/domain.py +14 -0
  218. pulumi_alicloud/vod/get_domains.py +4 -0
  219. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  220. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  221. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  222. pulumi_alicloud/vpc/get_havips.py +2 -2
  223. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  224. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  225. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  226. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  227. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  228. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  229. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  230. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  231. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  232. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  233. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  234. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  235. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  236. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  237. pulumi_alicloud/vpc/ha_vip.py +8 -0
  238. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  239. pulumi_alicloud/vpc/outputs.py +14 -14
  240. pulumi_alicloud/vpc/route_entry.py +70 -0
  241. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  242. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  243. pulumi_alicloud/vpn/outputs.py +4 -4
  244. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/METADATA +1 -1
  245. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/RECORD +247 -247
  246. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/WHEEL +0 -0
  247. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/top_level.txt +0 -0
@@ -23,6 +23,8 @@ class VpcEndpointLinkedVpcArgs:
23
23
  The set of arguments for constructing a VpcEndpointLinkedVpc resource.
24
24
  :param pulumi.Input[str] instance_id: The ID of the instance.
25
25
  :param pulumi.Input[str] module_name: The name of the module that you want to access. Valid Values:
26
+ - `Registry`: the image repository.
27
+ - `Chart`: a Helm chart.
26
28
  :param pulumi.Input[str] vpc_id: The ID of the VPC.
27
29
  :param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
28
30
  :param pulumi.Input[bool] enable_create_dns_record_in_pvzt: Specifies whether to automatically create an Alibaba Cloud DNS PrivateZone record. Valid Values:
@@ -51,6 +53,8 @@ class VpcEndpointLinkedVpcArgs:
51
53
  def module_name(self) -> pulumi.Input[str]:
52
54
  """
53
55
  The name of the module that you want to access. Valid Values:
56
+ - `Registry`: the image repository.
57
+ - `Chart`: a Helm chart.
54
58
  """
55
59
  return pulumi.get(self, "module_name")
56
60
 
@@ -109,6 +113,8 @@ class _VpcEndpointLinkedVpcState:
109
113
  :param pulumi.Input[bool] enable_create_dns_record_in_pvzt: Specifies whether to automatically create an Alibaba Cloud DNS PrivateZone record. Valid Values:
110
114
  :param pulumi.Input[str] instance_id: The ID of the instance.
111
115
  :param pulumi.Input[str] module_name: The name of the module that you want to access. Valid Values:
116
+ - `Registry`: the image repository.
117
+ - `Chart`: a Helm chart.
112
118
  :param pulumi.Input[str] status: The status of the Vpc Endpoint Linked Vpc.
113
119
  :param pulumi.Input[str] vpc_id: The ID of the VPC.
114
120
  :param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
@@ -155,6 +161,8 @@ class _VpcEndpointLinkedVpcState:
155
161
  def module_name(self) -> Optional[pulumi.Input[str]]:
156
162
  """
157
163
  The name of the module that you want to access. Valid Values:
164
+ - `Registry`: the image repository.
165
+ - `Chart`: a Helm chart.
158
166
  """
159
167
  return pulumi.get(self, "module_name")
160
168
 
@@ -266,6 +274,8 @@ class VpcEndpointLinkedVpc(pulumi.CustomResource):
266
274
  :param pulumi.Input[bool] enable_create_dns_record_in_pvzt: Specifies whether to automatically create an Alibaba Cloud DNS PrivateZone record. Valid Values:
267
275
  :param pulumi.Input[str] instance_id: The ID of the instance.
268
276
  :param pulumi.Input[str] module_name: The name of the module that you want to access. Valid Values:
277
+ - `Registry`: the image repository.
278
+ - `Chart`: a Helm chart.
269
279
  :param pulumi.Input[str] vpc_id: The ID of the VPC.
270
280
  :param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
271
281
  """
@@ -395,6 +405,8 @@ class VpcEndpointLinkedVpc(pulumi.CustomResource):
395
405
  :param pulumi.Input[bool] enable_create_dns_record_in_pvzt: Specifies whether to automatically create an Alibaba Cloud DNS PrivateZone record. Valid Values:
396
406
  :param pulumi.Input[str] instance_id: The ID of the instance.
397
407
  :param pulumi.Input[str] module_name: The name of the module that you want to access. Valid Values:
408
+ - `Registry`: the image repository.
409
+ - `Chart`: a Helm chart.
398
410
  :param pulumi.Input[str] status: The status of the Vpc Endpoint Linked Vpc.
399
411
  :param pulumi.Input[str] vpc_id: The ID of the VPC.
400
412
  :param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
@@ -432,6 +444,8 @@ class VpcEndpointLinkedVpc(pulumi.CustomResource):
432
444
  def module_name(self) -> pulumi.Output[str]:
433
445
  """
434
446
  The name of the module that you want to access. Valid Values:
447
+ - `Registry`: the image repository.
448
+ - `Chart`: a Helm chart.
435
449
  """
436
450
  return pulumi.get(self, "module_name")
437
451
 
@@ -979,6 +979,35 @@ class KubernetesDeleteOptionArgs:
979
979
  """
980
980
  :param pulumi.Input[str] delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
981
981
  :param pulumi.Input[str] resource_type: The type of resources that are created by cluster. Valid values:
982
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
983
+ - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
984
+ - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
985
+ - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
986
+
987
+ ```
988
+ ...
989
+ // Specify delete_options as below when deleting cluster
990
+ // delete SLB resources created by the cluster
991
+ delete_options {
992
+ delete_mode = "delete"
993
+ resource_type = "SLB"
994
+ }
995
+ // delete ALB resources created by the ALB Ingress Controller
996
+ delete_options {
997
+ delete_mode = "delete"
998
+ resource_type = "ALB"
999
+ }
1000
+ // delete SLS Project used by the cluster logging feature
1001
+ delete_options {
1002
+ delete_mode = "delete"
1003
+ resource_type = "SLS_Data"
1004
+ }
1005
+ // delete SLS Project used for the managed cluster control plane logs
1006
+ delete_options {
1007
+ delete_mode = "delete"
1008
+ resource_type = "SLS_ControlPlane"
1009
+ }
1010
+ ```
982
1011
  """
983
1012
  if delete_mode is not None:
984
1013
  pulumi.set(__self__, "delete_mode", delete_mode)
@@ -1002,6 +1031,35 @@ class KubernetesDeleteOptionArgs:
1002
1031
  def resource_type(self) -> Optional[pulumi.Input[str]]:
1003
1032
  """
1004
1033
  The type of resources that are created by cluster. Valid values:
1034
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1035
+ - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1036
+ - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1037
+ - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
1038
+
1039
+ ```
1040
+ ...
1041
+ // Specify delete_options as below when deleting cluster
1042
+ // delete SLB resources created by the cluster
1043
+ delete_options {
1044
+ delete_mode = "delete"
1045
+ resource_type = "SLB"
1046
+ }
1047
+ // delete ALB resources created by the ALB Ingress Controller
1048
+ delete_options {
1049
+ delete_mode = "delete"
1050
+ resource_type = "ALB"
1051
+ }
1052
+ // delete SLS Project used by the cluster logging feature
1053
+ delete_options {
1054
+ delete_mode = "delete"
1055
+ resource_type = "SLS_Data"
1056
+ }
1057
+ // delete SLS Project used for the managed cluster control plane logs
1058
+ delete_options {
1059
+ delete_mode = "delete"
1060
+ resource_type = "SLS_ControlPlane"
1061
+ }
1062
+ ```
1005
1063
  """
1006
1064
  return pulumi.get(self, "resource_type")
1007
1065
 
@@ -1447,6 +1505,35 @@ class ManagedKubernetesDeleteOptionArgs:
1447
1505
  """
1448
1506
  :param pulumi.Input[str] delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
1449
1507
  :param pulumi.Input[str] resource_type: The type of resources that are created by cluster. Valid values:
1508
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1509
+ - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1510
+ - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1511
+ - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
1512
+
1513
+ ```
1514
+ ...
1515
+ // Specify delete_options as below when deleting cluster
1516
+ // delete SLB resources created by the cluster
1517
+ delete_options {
1518
+ delete_mode = "delete"
1519
+ resource_type = "SLB"
1520
+ }
1521
+ // delete ALB resources created by the ALB Ingress Controller
1522
+ delete_options {
1523
+ delete_mode = "delete"
1524
+ resource_type = "ALB"
1525
+ }
1526
+ // delete SLS Project used by the cluster logging feature
1527
+ delete_options {
1528
+ delete_mode = "delete"
1529
+ resource_type = "SLS_Data"
1530
+ }
1531
+ // delete SLS Project used for the managed cluster control plane logs
1532
+ delete_options {
1533
+ delete_mode = "delete"
1534
+ resource_type = "SLS_ControlPlane"
1535
+ }
1536
+ ```
1450
1537
  """
1451
1538
  if delete_mode is not None:
1452
1539
  pulumi.set(__self__, "delete_mode", delete_mode)
@@ -1470,6 +1557,35 @@ class ManagedKubernetesDeleteOptionArgs:
1470
1557
  def resource_type(self) -> Optional[pulumi.Input[str]]:
1471
1558
  """
1472
1559
  The type of resources that are created by cluster. Valid values:
1560
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1561
+ - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1562
+ - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1563
+ - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
1564
+
1565
+ ```
1566
+ ...
1567
+ // Specify delete_options as below when deleting cluster
1568
+ // delete SLB resources created by the cluster
1569
+ delete_options {
1570
+ delete_mode = "delete"
1571
+ resource_type = "SLB"
1572
+ }
1573
+ // delete ALB resources created by the ALB Ingress Controller
1574
+ delete_options {
1575
+ delete_mode = "delete"
1576
+ resource_type = "ALB"
1577
+ }
1578
+ // delete SLS Project used by the cluster logging feature
1579
+ delete_options {
1580
+ delete_mode = "delete"
1581
+ resource_type = "SLS_Data"
1582
+ }
1583
+ // delete SLS Project used for the managed cluster control plane logs
1584
+ delete_options {
1585
+ delete_mode = "delete"
1586
+ resource_type = "SLS_ControlPlane"
1587
+ }
1588
+ ```
1473
1589
  """
1474
1590
  return pulumi.get(self, "resource_type")
1475
1591
 
@@ -104,6 +104,14 @@ class NodePoolArgs:
104
104
  :param pulumi.Input[bool] format_disk: After you select this check box, if data disks have been attached to the specified ECS instances and the file system of the last data disk is uninitialized, the system automatically formats the last data disk to ext4 and mounts the data disk to /var/lib/docker and /var/lib/kubelet. The original data on the disk will be cleared. Make sure that you back up data in advance. If no data disk is mounted on the ECS instance, no new data disk will be purchased. Default is `false`.
105
105
  :param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
106
106
  :param pulumi.Input[str] image_type: The operating system image type and the `platform` parameter can be selected from the following values:
107
+ - `AliyunLinux` : Alinux2 image.
108
+ - `AliyunLinux3` : Alinux3 image.
109
+ - `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
110
+ - `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
111
+ - `CentOS` : CentOS image.
112
+ - `Windows` : Windows image.
113
+ - `WindowsCore` : WindowsCore image.
114
+ - `ContainerOS` : container-optimized image.
107
115
  :param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
108
116
  :param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
109
117
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance list. Add existing nodes under the same cluster VPC to the node pool.
@@ -148,6 +156,9 @@ class NodePoolArgs:
148
156
  :param pulumi.Input[bool] spot_instance_remedy: Specifies whether to supplement preemptible instances when the number of preemptible instances drops below the specified minimum number. If you set the value to true, Auto Scaling attempts to create a new preemptible instance when the system notifies that an existing preemptible instance is about to be reclaimed. Valid values: `true`: enables the supplementation of preemptible instances. `false`: disables the supplementation of preemptible instances.
149
157
  :param pulumi.Input[Sequence[pulumi.Input['NodePoolSpotPriceLimitArgs']]] spot_price_limits: The current single preemptible instance type market price range configuration. See `spot_price_limit` below.
150
158
  :param pulumi.Input[str] spot_strategy: The preemptible instance type. Value:
159
+ - `NoSpot` : Non-preemptible instance.
160
+ - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
161
+ - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
151
162
  :param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
152
163
  :param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
153
164
  :param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`. .
@@ -155,6 +166,10 @@ class NodePoolArgs:
155
166
  :param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
156
167
  :param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
157
168
  :param pulumi.Input[str] system_disk_performance_level: The system disk performance of the node takes effect only for the ESSD disk.
169
+ - `PL0`: maximum random read/write IOPS 10000 for a single disk.
170
+ - `PL1`: maximum random read/write IOPS 50000 for a single disk.
171
+ - `PL2`: highest random read/write IOPS 100000 for a single disk.
172
+ - `PL3`: maximum random read/write IOPS 1 million for a single disk.
158
173
  :param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
159
174
  :param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
160
175
  :param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
@@ -496,6 +511,14 @@ class NodePoolArgs:
496
511
  def image_type(self) -> Optional[pulumi.Input[str]]:
497
512
  """
498
513
  The operating system image type and the `platform` parameter can be selected from the following values:
514
+ - `AliyunLinux` : Alinux2 image.
515
+ - `AliyunLinux3` : Alinux3 image.
516
+ - `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
517
+ - `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
518
+ - `CentOS` : CentOS image.
519
+ - `Windows` : Windows image.
520
+ - `WindowsCore` : WindowsCore image.
521
+ - `ContainerOS` : container-optimized image.
499
522
  """
500
523
  return pulumi.get(self, "image_type")
501
524
 
@@ -992,6 +1015,9 @@ class NodePoolArgs:
992
1015
  def spot_strategy(self) -> Optional[pulumi.Input[str]]:
993
1016
  """
994
1017
  The preemptible instance type. Value:
1018
+ - `NoSpot` : Non-preemptible instance.
1019
+ - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
1020
+ - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
995
1021
  """
996
1022
  return pulumi.get(self, "spot_strategy")
997
1023
 
@@ -1076,6 +1102,10 @@ class NodePoolArgs:
1076
1102
  def system_disk_performance_level(self) -> Optional[pulumi.Input[str]]:
1077
1103
  """
1078
1104
  The system disk performance of the node takes effect only for the ESSD disk.
1105
+ - `PL0`: maximum random read/write IOPS 10000 for a single disk.
1106
+ - `PL1`: maximum random read/write IOPS 50000 for a single disk.
1107
+ - `PL2`: highest random read/write IOPS 100000 for a single disk.
1108
+ - `PL3`: maximum random read/write IOPS 1 million for a single disk.
1079
1109
  """
1080
1110
  return pulumi.get(self, "system_disk_performance_level")
1081
1111
 
@@ -1283,6 +1313,14 @@ class _NodePoolState:
1283
1313
  :param pulumi.Input[bool] format_disk: After you select this check box, if data disks have been attached to the specified ECS instances and the file system of the last data disk is uninitialized, the system automatically formats the last data disk to ext4 and mounts the data disk to /var/lib/docker and /var/lib/kubelet. The original data on the disk will be cleared. Make sure that you back up data in advance. If no data disk is mounted on the ECS instance, no new data disk will be purchased. Default is `false`.
1284
1314
  :param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
1285
1315
  :param pulumi.Input[str] image_type: The operating system image type and the `platform` parameter can be selected from the following values:
1316
+ - `AliyunLinux` : Alinux2 image.
1317
+ - `AliyunLinux3` : Alinux3 image.
1318
+ - `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
1319
+ - `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
1320
+ - `CentOS` : CentOS image.
1321
+ - `Windows` : Windows image.
1322
+ - `WindowsCore` : WindowsCore image.
1323
+ - `ContainerOS` : container-optimized image.
1286
1324
  :param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
1287
1325
  :param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
1288
1326
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
@@ -1330,6 +1368,9 @@ class _NodePoolState:
1330
1368
  :param pulumi.Input[bool] spot_instance_remedy: Specifies whether to supplement preemptible instances when the number of preemptible instances drops below the specified minimum number. If you set the value to true, Auto Scaling attempts to create a new preemptible instance when the system notifies that an existing preemptible instance is about to be reclaimed. Valid values: `true`: enables the supplementation of preemptible instances. `false`: disables the supplementation of preemptible instances.
1331
1369
  :param pulumi.Input[Sequence[pulumi.Input['NodePoolSpotPriceLimitArgs']]] spot_price_limits: The current single preemptible instance type market price range configuration. See `spot_price_limit` below.
1332
1370
  :param pulumi.Input[str] spot_strategy: The preemptible instance type. Value:
1371
+ - `NoSpot` : Non-preemptible instance.
1372
+ - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
1373
+ - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
1333
1374
  :param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
1334
1375
  :param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
1335
1376
  :param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`. .
@@ -1337,6 +1378,10 @@ class _NodePoolState:
1337
1378
  :param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
1338
1379
  :param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
1339
1380
  :param pulumi.Input[str] system_disk_performance_level: The system disk performance of the node takes effect only for the ESSD disk.
1381
+ - `PL0`: maximum random read/write IOPS 10000 for a single disk.
1382
+ - `PL1`: maximum random read/write IOPS 50000 for a single disk.
1383
+ - `PL2`: highest random read/write IOPS 100000 for a single disk.
1384
+ - `PL3`: maximum random read/write IOPS 1 million for a single disk.
1340
1385
  :param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
1341
1386
  :param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
1342
1387
  :param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
@@ -1662,6 +1707,14 @@ class _NodePoolState:
1662
1707
  def image_type(self) -> Optional[pulumi.Input[str]]:
1663
1708
  """
1664
1709
  The operating system image type and the `platform` parameter can be selected from the following values:
1710
+ - `AliyunLinux` : Alinux2 image.
1711
+ - `AliyunLinux3` : Alinux3 image.
1712
+ - `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
1713
+ - `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
1714
+ - `CentOS` : CentOS image.
1715
+ - `Windows` : Windows image.
1716
+ - `WindowsCore` : WindowsCore image.
1717
+ - `ContainerOS` : container-optimized image.
1665
1718
  """
1666
1719
  return pulumi.get(self, "image_type")
1667
1720
 
@@ -2194,6 +2247,9 @@ class _NodePoolState:
2194
2247
  def spot_strategy(self) -> Optional[pulumi.Input[str]]:
2195
2248
  """
2196
2249
  The preemptible instance type. Value:
2250
+ - `NoSpot` : Non-preemptible instance.
2251
+ - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
2252
+ - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
2197
2253
  """
2198
2254
  return pulumi.get(self, "spot_strategy")
2199
2255
 
@@ -2278,6 +2334,10 @@ class _NodePoolState:
2278
2334
  def system_disk_performance_level(self) -> Optional[pulumi.Input[str]]:
2279
2335
  """
2280
2336
  The system disk performance of the node takes effect only for the ESSD disk.
2337
+ - `PL0`: maximum random read/write IOPS 10000 for a single disk.
2338
+ - `PL1`: maximum random read/write IOPS 50000 for a single disk.
2339
+ - `PL2`: highest random read/write IOPS 100000 for a single disk.
2340
+ - `PL3`: maximum random read/write IOPS 1 million for a single disk.
2281
2341
  """
2282
2342
  return pulumi.get(self, "system_disk_performance_level")
2283
2343
 
@@ -2511,6 +2571,14 @@ class NodePool(pulumi.CustomResource):
2511
2571
  :param pulumi.Input[bool] format_disk: After you select this check box, if data disks have been attached to the specified ECS instances and the file system of the last data disk is uninitialized, the system automatically formats the last data disk to ext4 and mounts the data disk to /var/lib/docker and /var/lib/kubelet. The original data on the disk will be cleared. Make sure that you back up data in advance. If no data disk is mounted on the ECS instance, no new data disk will be purchased. Default is `false`.
2512
2572
  :param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
2513
2573
  :param pulumi.Input[str] image_type: The operating system image type and the `platform` parameter can be selected from the following values:
2574
+ - `AliyunLinux` : Alinux2 image.
2575
+ - `AliyunLinux3` : Alinux3 image.
2576
+ - `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
2577
+ - `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
2578
+ - `CentOS` : CentOS image.
2579
+ - `Windows` : Windows image.
2580
+ - `WindowsCore` : WindowsCore image.
2581
+ - `ContainerOS` : container-optimized image.
2514
2582
  :param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
2515
2583
  :param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
2516
2584
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
@@ -2556,6 +2624,9 @@ class NodePool(pulumi.CustomResource):
2556
2624
  :param pulumi.Input[bool] spot_instance_remedy: Specifies whether to supplement preemptible instances when the number of preemptible instances drops below the specified minimum number. If you set the value to true, Auto Scaling attempts to create a new preemptible instance when the system notifies that an existing preemptible instance is about to be reclaimed. Valid values: `true`: enables the supplementation of preemptible instances. `false`: disables the supplementation of preemptible instances.
2557
2625
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NodePoolSpotPriceLimitArgs']]]] spot_price_limits: The current single preemptible instance type market price range configuration. See `spot_price_limit` below.
2558
2626
  :param pulumi.Input[str] spot_strategy: The preemptible instance type. Value:
2627
+ - `NoSpot` : Non-preemptible instance.
2628
+ - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
2629
+ - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
2559
2630
  :param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
2560
2631
  :param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
2561
2632
  :param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`. .
@@ -2563,6 +2634,10 @@ class NodePool(pulumi.CustomResource):
2563
2634
  :param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
2564
2635
  :param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
2565
2636
  :param pulumi.Input[str] system_disk_performance_level: The system disk performance of the node takes effect only for the ESSD disk.
2637
+ - `PL0`: maximum random read/write IOPS 10000 for a single disk.
2638
+ - `PL1`: maximum random read/write IOPS 50000 for a single disk.
2639
+ - `PL2`: highest random read/write IOPS 100000 for a single disk.
2640
+ - `PL3`: maximum random read/write IOPS 1 million for a single disk.
2566
2641
  :param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
2567
2642
  :param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
2568
2643
  :param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
@@ -2872,6 +2947,14 @@ class NodePool(pulumi.CustomResource):
2872
2947
  :param pulumi.Input[bool] format_disk: After you select this check box, if data disks have been attached to the specified ECS instances and the file system of the last data disk is uninitialized, the system automatically formats the last data disk to ext4 and mounts the data disk to /var/lib/docker and /var/lib/kubelet. The original data on the disk will be cleared. Make sure that you back up data in advance. If no data disk is mounted on the ECS instance, no new data disk will be purchased. Default is `false`.
2873
2948
  :param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
2874
2949
  :param pulumi.Input[str] image_type: The operating system image type and the `platform` parameter can be selected from the following values:
2950
+ - `AliyunLinux` : Alinux2 image.
2951
+ - `AliyunLinux3` : Alinux3 image.
2952
+ - `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
2953
+ - `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
2954
+ - `CentOS` : CentOS image.
2955
+ - `Windows` : Windows image.
2956
+ - `WindowsCore` : WindowsCore image.
2957
+ - `ContainerOS` : container-optimized image.
2875
2958
  :param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
2876
2959
  :param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
2877
2960
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
@@ -2919,6 +3002,9 @@ class NodePool(pulumi.CustomResource):
2919
3002
  :param pulumi.Input[bool] spot_instance_remedy: Specifies whether to supplement preemptible instances when the number of preemptible instances drops below the specified minimum number. If you set the value to true, Auto Scaling attempts to create a new preemptible instance when the system notifies that an existing preemptible instance is about to be reclaimed. Valid values: `true`: enables the supplementation of preemptible instances. `false`: disables the supplementation of preemptible instances.
2920
3003
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NodePoolSpotPriceLimitArgs']]]] spot_price_limits: The current single preemptible instance type market price range configuration. See `spot_price_limit` below.
2921
3004
  :param pulumi.Input[str] spot_strategy: The preemptible instance type. Value:
3005
+ - `NoSpot` : Non-preemptible instance.
3006
+ - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
3007
+ - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
2922
3008
  :param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
2923
3009
  :param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
2924
3010
  :param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`. .
@@ -2926,6 +3012,10 @@ class NodePool(pulumi.CustomResource):
2926
3012
  :param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
2927
3013
  :param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
2928
3014
  :param pulumi.Input[str] system_disk_performance_level: The system disk performance of the node takes effect only for the ESSD disk.
3015
+ - `PL0`: maximum random read/write IOPS 10000 for a single disk.
3016
+ - `PL1`: maximum random read/write IOPS 50000 for a single disk.
3017
+ - `PL2`: highest random read/write IOPS 100000 for a single disk.
3018
+ - `PL3`: maximum random read/write IOPS 1 million for a single disk.
2929
3019
  :param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
2930
3020
  :param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
2931
3021
  :param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
@@ -3120,6 +3210,14 @@ class NodePool(pulumi.CustomResource):
3120
3210
  def image_type(self) -> pulumi.Output[str]:
3121
3211
  """
3122
3212
  The operating system image type and the `platform` parameter can be selected from the following values:
3213
+ - `AliyunLinux` : Alinux2 image.
3214
+ - `AliyunLinux3` : Alinux3 image.
3215
+ - `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
3216
+ - `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
3217
+ - `CentOS` : CentOS image.
3218
+ - `Windows` : Windows image.
3219
+ - `WindowsCore` : WindowsCore image.
3220
+ - `ContainerOS` : container-optimized image.
3123
3221
  """
3124
3222
  return pulumi.get(self, "image_type")
3125
3223
 
@@ -3480,6 +3578,9 @@ class NodePool(pulumi.CustomResource):
3480
3578
  def spot_strategy(self) -> pulumi.Output[str]:
3481
3579
  """
3482
3580
  The preemptible instance type. Value:
3581
+ - `NoSpot` : Non-preemptible instance.
3582
+ - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
3583
+ - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
3483
3584
  """
3484
3585
  return pulumi.get(self, "spot_strategy")
3485
3586
 
@@ -3536,6 +3637,10 @@ class NodePool(pulumi.CustomResource):
3536
3637
  def system_disk_performance_level(self) -> pulumi.Output[Optional[str]]:
3537
3638
  """
3538
3639
  The system disk performance of the node takes effect only for the ESSD disk.
3640
+ - `PL0`: maximum random read/write IOPS 10000 for a single disk.
3641
+ - `PL1`: maximum random read/write IOPS 50000 for a single disk.
3642
+ - `PL2`: highest random read/write IOPS 100000 for a single disk.
3643
+ - `PL3`: maximum random read/write IOPS 1 million for a single disk.
3539
3644
  """
3540
3645
  return pulumi.get(self, "system_disk_performance_level")
3541
3646
 
@@ -968,6 +968,35 @@ class KubernetesDeleteOption(dict):
968
968
  """
969
969
  :param str delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
970
970
  :param str resource_type: The type of resources that are created by cluster. Valid values:
971
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
972
+ - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
973
+ - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
974
+ - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
975
+
976
+ ```
977
+ ...
978
+ // Specify delete_options as below when deleting cluster
979
+ // delete SLB resources created by the cluster
980
+ delete_options {
981
+ delete_mode = "delete"
982
+ resource_type = "SLB"
983
+ }
984
+ // delete ALB resources created by the ALB Ingress Controller
985
+ delete_options {
986
+ delete_mode = "delete"
987
+ resource_type = "ALB"
988
+ }
989
+ // delete SLS Project used by the cluster logging feature
990
+ delete_options {
991
+ delete_mode = "delete"
992
+ resource_type = "SLS_Data"
993
+ }
994
+ // delete SLS Project used for the managed cluster control plane logs
995
+ delete_options {
996
+ delete_mode = "delete"
997
+ resource_type = "SLS_ControlPlane"
998
+ }
999
+ ```
971
1000
  """
972
1001
  if delete_mode is not None:
973
1002
  pulumi.set(__self__, "delete_mode", delete_mode)
@@ -987,6 +1016,35 @@ class KubernetesDeleteOption(dict):
987
1016
  def resource_type(self) -> Optional[str]:
988
1017
  """
989
1018
  The type of resources that are created by cluster. Valid values:
1019
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1020
+ - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1021
+ - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1022
+ - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
1023
+
1024
+ ```
1025
+ ...
1026
+ // Specify delete_options as below when deleting cluster
1027
+ // delete SLB resources created by the cluster
1028
+ delete_options {
1029
+ delete_mode = "delete"
1030
+ resource_type = "SLB"
1031
+ }
1032
+ // delete ALB resources created by the ALB Ingress Controller
1033
+ delete_options {
1034
+ delete_mode = "delete"
1035
+ resource_type = "ALB"
1036
+ }
1037
+ // delete SLS Project used by the cluster logging feature
1038
+ delete_options {
1039
+ delete_mode = "delete"
1040
+ resource_type = "SLS_Data"
1041
+ }
1042
+ // delete SLS Project used for the managed cluster control plane logs
1043
+ delete_options {
1044
+ delete_mode = "delete"
1045
+ resource_type = "SLS_ControlPlane"
1046
+ }
1047
+ ```
990
1048
  """
991
1049
  return pulumi.get(self, "resource_type")
992
1050
 
@@ -1443,6 +1501,35 @@ class ManagedKubernetesDeleteOption(dict):
1443
1501
  """
1444
1502
  :param str delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
1445
1503
  :param str resource_type: The type of resources that are created by cluster. Valid values:
1504
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1505
+ - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1506
+ - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1507
+ - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
1508
+
1509
+ ```
1510
+ ...
1511
+ // Specify delete_options as below when deleting cluster
1512
+ // delete SLB resources created by the cluster
1513
+ delete_options {
1514
+ delete_mode = "delete"
1515
+ resource_type = "SLB"
1516
+ }
1517
+ // delete ALB resources created by the ALB Ingress Controller
1518
+ delete_options {
1519
+ delete_mode = "delete"
1520
+ resource_type = "ALB"
1521
+ }
1522
+ // delete SLS Project used by the cluster logging feature
1523
+ delete_options {
1524
+ delete_mode = "delete"
1525
+ resource_type = "SLS_Data"
1526
+ }
1527
+ // delete SLS Project used for the managed cluster control plane logs
1528
+ delete_options {
1529
+ delete_mode = "delete"
1530
+ resource_type = "SLS_ControlPlane"
1531
+ }
1532
+ ```
1446
1533
  """
1447
1534
  if delete_mode is not None:
1448
1535
  pulumi.set(__self__, "delete_mode", delete_mode)
@@ -1462,6 +1549,35 @@ class ManagedKubernetesDeleteOption(dict):
1462
1549
  def resource_type(self) -> Optional[str]:
1463
1550
  """
1464
1551
  The type of resources that are created by cluster. Valid values:
1552
+ - `SLB`: SLB resources created through the service, default behavior is to delete, option to retain is available.
1553
+ - `ALB`: ALB resources created by the ALB Ingress Controller, default behavior is to retain, option to delete is available.
1554
+ - `SLS_Data`: SLS Project used by the cluster logging feature, default behavior is to retain, option to delete is available.
1555
+ - `SLS_ControlPlane`: SLS Project used for the managed cluster control plane logs, default behavior is to retain, option to delete is available.
1556
+
1557
+ ```
1558
+ ...
1559
+ // Specify delete_options as below when deleting cluster
1560
+ // delete SLB resources created by the cluster
1561
+ delete_options {
1562
+ delete_mode = "delete"
1563
+ resource_type = "SLB"
1564
+ }
1565
+ // delete ALB resources created by the ALB Ingress Controller
1566
+ delete_options {
1567
+ delete_mode = "delete"
1568
+ resource_type = "ALB"
1569
+ }
1570
+ // delete SLS Project used by the cluster logging feature
1571
+ delete_options {
1572
+ delete_mode = "delete"
1573
+ resource_type = "SLS_Data"
1574
+ }
1575
+ // delete SLS Project used for the managed cluster control plane logs
1576
+ delete_options {
1577
+ delete_mode = "delete"
1578
+ resource_type = "SLS_ControlPlane"
1579
+ }
1580
+ ```
1465
1581
  """
1466
1582
  return pulumi.get(self, "resource_type")
1467
1583
 
@@ -129,7 +129,7 @@ def get_snapshots(ids: Optional[Sequence[str]] = None,
129
129
  :param Sequence[str] ids: A list of Snapshot IDs.
130
130
  :param str name_regex: A regex string to filter results by Snapshot name.
131
131
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
132
- :param str status: The status of the snapshot. Possible values: `progressing`, `accomplished`, `failed`.
132
+ :param str status: The status of the snapshot. Valid values: `accomplished`, `failed`, `progressing`.
133
133
  """
134
134
  __args__ = dict()
135
135
  __args__['ids'] = ids
@@ -180,6 +180,6 @@ def get_snapshots_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] =
180
180
  :param Sequence[str] ids: A list of Snapshot IDs.
181
181
  :param str name_regex: A regex string to filter results by Snapshot name.
182
182
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
183
- :param str status: The status of the snapshot. Possible values: `progressing`, `accomplished`, `failed`.
183
+ :param str status: The status of the snapshot. Valid values: `accomplished`, `failed`, `progressing`.
184
184
  """
185
185
  ...
@@ -384,11 +384,17 @@ class GetInstancesInstanceResult(dict):
384
384
  class GetInstancesInstanceEcsListResult(dict):
385
385
  def __init__(__self__, *,
386
386
  ecs_id: str):
387
+ """
388
+ :param str ecs_id: The ID of the ECS instance.
389
+ """
387
390
  pulumi.set(__self__, "ecs_id", ecs_id)
388
391
 
389
392
  @property
390
393
  @pulumi.getter(name="ecsId")
391
394
  def ecs_id(self) -> str:
395
+ """
396
+ The ID of the ECS instance.
397
+ """
392
398
  return pulumi.get(self, "ecs_id")
393
399
 
394
400