pulumi-alicloud 3.75.0a1741324537__py3-none-any.whl → 3.76.0__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.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (355) hide show
  1. pulumi_alicloud/__init__.py +501 -4
  2. pulumi_alicloud/_inputs.py +53 -0
  3. pulumi_alicloud/ackone/__init__.py +1 -0
  4. pulumi_alicloud/ackone/cluster.py +73 -8
  5. pulumi_alicloud/ackone/membership_attachment.py +223 -0
  6. pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
  7. pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
  8. pulumi_alicloud/alb/_inputs.py +217 -17
  9. pulumi_alicloud/alb/load_balancer.py +7 -35
  10. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
  11. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +69 -22
  12. pulumi_alicloud/alb/outputs.py +150 -12
  13. pulumi_alicloud/alb/server_group.py +199 -44
  14. pulumi_alicloud/aligreen/audit_callback.py +2 -2
  15. pulumi_alicloud/aligreen/biz_type.py +2 -2
  16. pulumi_alicloud/aligreen/callback.py +2 -2
  17. pulumi_alicloud/aligreen/image_lib.py +2 -2
  18. pulumi_alicloud/aligreen/keyword_lib.py +2 -2
  19. pulumi_alicloud/aligreen/oss_stock_task.py +77 -14
  20. pulumi_alicloud/alikafka/sasl_acl.py +7 -7
  21. pulumi_alicloud/apigateway/_inputs.py +134 -0
  22. pulumi_alicloud/apigateway/group.py +117 -5
  23. pulumi_alicloud/apigateway/instance.py +199 -11
  24. pulumi_alicloud/apigateway/outputs.py +107 -0
  25. pulumi_alicloud/arms/alert_contact.py +2 -2
  26. pulumi_alicloud/arms/alert_contact_group.py +2 -2
  27. pulumi_alicloud/arms/get_prometheus.py +2 -6
  28. pulumi_alicloud/arms/grafana_workspace.py +511 -69
  29. pulumi_alicloud/arms/outputs.py +18 -18
  30. pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
  31. pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
  32. pulumi_alicloud/cdn/domain_new.py +2 -2
  33. pulumi_alicloud/cen/_inputs.py +6 -3
  34. pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
  35. pulumi_alicloud/cen/instance.py +101 -59
  36. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
  37. pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
  38. pulumi_alicloud/cen/outputs.py +69 -26
  39. pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
  40. pulumi_alicloud/cen/transit_router.py +127 -53
  41. pulumi_alicloud/cen/transit_router_cidr.py +53 -35
  42. pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
  43. pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
  44. pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
  45. pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
  46. pulumi_alicloud/cfg/aggregate_compliance_pack.py +6 -4
  47. pulumi_alicloud/cfg/aggregate_config_rule.py +6 -4
  48. pulumi_alicloud/cfg/aggregator.py +6 -4
  49. pulumi_alicloud/clickhouse/db_cluster.py +179 -6
  50. pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
  51. pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
  52. pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
  53. pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
  54. pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
  55. pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
  56. pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
  57. pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
  58. pulumi_alicloud/cloudcontrol/get_prices.py +2 -2
  59. pulumi_alicloud/cloudcontrol/get_products.py +2 -2
  60. pulumi_alicloud/cloudcontrol/get_resource_types.py +2 -2
  61. pulumi_alicloud/cloudcontrol/resource.py +2 -2
  62. pulumi_alicloud/cloudfirewall/__init__.py +2 -0
  63. pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +315 -0
  64. pulumi_alicloud/cloudfirewall/get_vpc_cen_tr_firewalls.py +569 -0
  65. pulumi_alicloud/cloudfirewall/outputs.py +362 -0
  66. pulumi_alicloud/cloudphone/__init__.py +12 -0
  67. pulumi_alicloud/cloudphone/_inputs.py +175 -0
  68. pulumi_alicloud/cloudphone/image.py +323 -0
  69. pulumi_alicloud/cloudphone/key_pair.py +294 -0
  70. pulumi_alicloud/cloudphone/outputs.py +138 -0
  71. pulumi_alicloud/cloudphone/policy.py +522 -0
  72. pulumi_alicloud/cloudphoneinstance/__init__.py +9 -0
  73. pulumi_alicloud/cloudphoneinstance/cloud_phone_instance.py +209 -0
  74. pulumi_alicloud/cloudphoneinstance/group.py +961 -0
  75. pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
  76. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  77. pulumi_alicloud/config/outputs.py +32 -0
  78. pulumi_alicloud/cs/__init__.py +1 -0
  79. pulumi_alicloud/cs/_inputs.py +9 -9
  80. pulumi_alicloud/cs/get_kubernetes_clusters.py +5 -4
  81. pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
  82. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +5 -4
  83. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +5 -4
  84. pulumi_alicloud/cs/managed_kubernetes.py +174 -59
  85. pulumi_alicloud/cs/node_pool.py +91 -63
  86. pulumi_alicloud/cs/outputs.py +1991 -213
  87. pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
  88. pulumi_alicloud/dataworks/data_source.py +2 -2
  89. pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
  90. pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
  91. pulumi_alicloud/dataworks/di_job.py +2 -2
  92. pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
  93. pulumi_alicloud/dataworks/network.py +2 -2
  94. pulumi_alicloud/dataworks/project.py +2 -2
  95. pulumi_alicloud/dataworks/project_member.py +2 -2
  96. pulumi_alicloud/dbs/backup_plan.py +2 -2
  97. pulumi_alicloud/ddos/bgp_policy.py +2 -2
  98. pulumi_alicloud/ddos/ddos_bgp_instance.py +0 -4
  99. pulumi_alicloud/dfs/vsc_mount_point.py +28 -28
  100. pulumi_alicloud/dns/ddos_bgp_instance.py +0 -4
  101. pulumi_alicloud/eais/__init__.py +2 -0
  102. pulumi_alicloud/eais/_inputs.py +75 -0
  103. pulumi_alicloud/eais/client_instance_attachment.py +408 -0
  104. pulumi_alicloud/eais/instance.py +365 -118
  105. pulumi_alicloud/eais/outputs.py +32 -0
  106. pulumi_alicloud/ebs/disk_replica_group.py +512 -30
  107. pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
  108. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
  109. pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
  110. pulumi_alicloud/ebs/replica_group_drill.py +2 -2
  111. pulumi_alicloud/ebs/replica_pair_drill.py +2 -2
  112. pulumi_alicloud/ecp/instance.py +2 -2
  113. pulumi_alicloud/ecp/key_pair.py +4 -4
  114. pulumi_alicloud/ecs/_inputs.py +33 -0
  115. pulumi_alicloud/ecs/disk.py +1 -1
  116. pulumi_alicloud/ecs/ecs_deployment_set.py +89 -67
  117. pulumi_alicloud/ecs/ecs_disk.py +1 -1
  118. pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
  119. pulumi_alicloud/ecs/eip.py +1 -1
  120. pulumi_alicloud/ecs/eip_address.py +1 -1
  121. pulumi_alicloud/ecs/instance.py +44 -31
  122. pulumi_alicloud/ecs/outputs.py +26 -2
  123. pulumi_alicloud/eds/command.py +10 -2
  124. pulumi_alicloud/eflo/__init__.py +5 -0
  125. pulumi_alicloud/eflo/_inputs.py +1717 -0
  126. pulumi_alicloud/eflo/cluster.py +935 -0
  127. pulumi_alicloud/eflo/invocation.py +1114 -0
  128. pulumi_alicloud/eflo/node.py +1013 -0
  129. pulumi_alicloud/eflo/node_group.py +1101 -0
  130. pulumi_alicloud/eflo/outputs.py +1366 -0
  131. pulumi_alicloud/emrv2/__init__.py +1 -0
  132. pulumi_alicloud/emrv2/_inputs.py +47 -7
  133. pulumi_alicloud/emrv2/get_cluster_instances.py +537 -0
  134. pulumi_alicloud/emrv2/outputs.py +195 -5
  135. pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
  136. pulumi_alicloud/ens/image.py +81 -34
  137. pulumi_alicloud/ens/instance_security_group_attachment.py +8 -4
  138. pulumi_alicloud/ens/nat_gateway.py +6 -6
  139. pulumi_alicloud/ens/vswitch.py +36 -36
  140. pulumi_alicloud/esa/__init__.py +23 -0
  141. pulumi_alicloud/esa/_inputs.py +1068 -15
  142. pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
  143. pulumi_alicloud/esa/cache_rule.py +1419 -0
  144. pulumi_alicloud/esa/certificate.py +731 -0
  145. pulumi_alicloud/esa/client_ca_certificate.py +388 -0
  146. pulumi_alicloud/esa/client_certificate.py +452 -0
  147. pulumi_alicloud/esa/compression_rule.py +596 -0
  148. pulumi_alicloud/esa/edge_container_app.py +972 -0
  149. pulumi_alicloud/esa/edge_container_app_record.py +376 -0
  150. pulumi_alicloud/esa/get_sites.py +421 -0
  151. pulumi_alicloud/esa/http_request_header_modification_rule.py +58 -44
  152. pulumi_alicloud/esa/http_response_header_modification_rule.py +539 -0
  153. pulumi_alicloud/esa/https_application_configuration.py +939 -0
  154. pulumi_alicloud/esa/https_basic_configuration.py +1041 -0
  155. pulumi_alicloud/esa/image_transform.py +498 -0
  156. pulumi_alicloud/esa/kv_namespace.py +276 -0
  157. pulumi_alicloud/esa/list.py +30 -30
  158. pulumi_alicloud/esa/network_optimization.py +680 -0
  159. pulumi_alicloud/esa/origin_pool.py +485 -0
  160. pulumi_alicloud/esa/origin_rule.py +796 -0
  161. pulumi_alicloud/esa/outputs.py +959 -10
  162. pulumi_alicloud/esa/page.py +30 -51
  163. pulumi_alicloud/esa/rate_plan_instance.py +88 -161
  164. pulumi_alicloud/esa/record.py +2 -2
  165. pulumi_alicloud/esa/redirect_rule.py +748 -0
  166. pulumi_alicloud/esa/rewrite_url_rule.py +688 -0
  167. pulumi_alicloud/esa/site.py +276 -27
  168. pulumi_alicloud/esa/site_delivery_task.py +841 -0
  169. pulumi_alicloud/esa/waiting_room.py +1207 -0
  170. pulumi_alicloud/esa/waiting_room_event.py +1378 -0
  171. pulumi_alicloud/esa/waiting_room_rule.py +497 -0
  172. pulumi_alicloud/ess/_inputs.py +155 -0
  173. pulumi_alicloud/ess/outputs.py +128 -0
  174. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  175. pulumi_alicloud/ess/scaling_group.py +237 -2
  176. pulumi_alicloud/ess/scaling_rule.py +143 -2
  177. pulumi_alicloud/expressconnect/ec_failover_test_job.py +0 -2
  178. pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
  179. pulumi_alicloud/expressconnect/vbr_pconn_association.py +2 -2
  180. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  181. pulumi_alicloud/ga/get_basic_accelerators.py +31 -9
  182. pulumi_alicloud/ga/outputs.py +10 -4
  183. pulumi_alicloud/gpdb/db_resource_group.py +6 -6
  184. pulumi_alicloud/gpdb/external_data_service.py +6 -6
  185. pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
  186. pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
  187. pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
  188. pulumi_alicloud/gpdb/streaming_data_service.py +2 -2
  189. pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
  190. pulumi_alicloud/gpdb/streaming_job.py +2 -2
  191. pulumi_alicloud/hbr/policy.py +67 -6
  192. pulumi_alicloud/hbr/vault.py +210 -9
  193. pulumi_alicloud/ims/oidc_provider.py +24 -13
  194. pulumi_alicloud/kms/get_keys.py +10 -0
  195. pulumi_alicloud/kvstore/account.py +9 -9
  196. pulumi_alicloud/kvstore/connection.py +2 -2
  197. pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
  198. pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
  199. pulumi_alicloud/kvstore/instance.py +7 -7
  200. pulumi_alicloud/kvstore/outputs.py +2 -2
  201. pulumi_alicloud/live/caster.py +2 -2
  202. pulumi_alicloud/maxcompute/__init__.py +1 -0
  203. pulumi_alicloud/maxcompute/_inputs.py +232 -3
  204. pulumi_alicloud/maxcompute/outputs.py +183 -2
  205. pulumi_alicloud/maxcompute/project.py +2 -2
  206. pulumi_alicloud/maxcompute/quota.py +438 -0
  207. pulumi_alicloud/message/__init__.py +3 -0
  208. pulumi_alicloud/message/_inputs.py +149 -0
  209. pulumi_alicloud/message/outputs.py +112 -0
  210. pulumi_alicloud/message/service_endpoint.py +218 -0
  211. pulumi_alicloud/message/service_endpoint_acl.py +306 -0
  212. pulumi_alicloud/message/service_queue.py +49 -0
  213. pulumi_alicloud/message/service_subscription.py +91 -14
  214. pulumi_alicloud/mse/nacos_config.py +4 -0
  215. pulumi_alicloud/nas/mount_target.py +149 -54
  216. pulumi_alicloud/nlb/__init__.py +1 -0
  217. pulumi_alicloud/nlb/_inputs.py +157 -30
  218. pulumi_alicloud/nlb/listener.py +87 -20
  219. pulumi_alicloud/nlb/load_balancer.py +212 -24
  220. pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
  221. pulumi_alicloud/nlb/outputs.py +123 -20
  222. pulumi_alicloud/nlb/server_group.py +55 -20
  223. pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
  224. pulumi_alicloud/oss/__init__.py +1 -0
  225. pulumi_alicloud/oss/_inputs.py +20 -0
  226. pulumi_alicloud/oss/access_point.py +2 -2
  227. pulumi_alicloud/oss/bucket_cname.py +2 -2
  228. pulumi_alicloud/oss/bucket_cors.py +2 -2
  229. pulumi_alicloud/oss/bucket_style.py +402 -0
  230. pulumi_alicloud/oss/bucket_website.py +2 -2
  231. pulumi_alicloud/oss/outputs.py +14 -0
  232. pulumi_alicloud/ots/_inputs.py +3 -3
  233. pulumi_alicloud/ots/outputs.py +2 -2
  234. pulumi_alicloud/pai/service.py +59 -67
  235. pulumi_alicloud/pai/workspace_code_source.py +2 -2
  236. pulumi_alicloud/pai/workspace_dataset.py +2 -2
  237. pulumi_alicloud/pai/workspace_datasetversion.py +2 -4
  238. pulumi_alicloud/pai/workspace_experiment.py +2 -2
  239. pulumi_alicloud/pai/workspace_run.py +2 -2
  240. pulumi_alicloud/pai/workspace_workspace.py +2 -2
  241. pulumi_alicloud/polardb/cluster.py +75 -28
  242. pulumi_alicloud/privatelink/get_vpc_endpoints.py +21 -1
  243. pulumi_alicloud/privatelink/outputs.py +11 -0
  244. pulumi_alicloud/privatelink/vpc_endpoint.py +1 -1
  245. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
  246. pulumi_alicloud/pulumi-plugin.json +1 -1
  247. pulumi_alicloud/ram/__init__.py +3 -0
  248. pulumi_alicloud/ram/_inputs.py +9 -9
  249. pulumi_alicloud/ram/access_key.py +97 -35
  250. pulumi_alicloud/ram/account_alias.py +18 -45
  251. pulumi_alicloud/ram/get_system_policys.py +189 -0
  252. pulumi_alicloud/ram/group.py +156 -35
  253. pulumi_alicloud/ram/group_policy_attachment.py +51 -29
  254. pulumi_alicloud/ram/login_profile.py +92 -38
  255. pulumi_alicloud/ram/outputs.py +91 -6
  256. pulumi_alicloud/ram/password_policy.py +779 -0
  257. pulumi_alicloud/ram/policy.py +199 -88
  258. pulumi_alicloud/ram/role_policy_attachment.py +51 -29
  259. pulumi_alicloud/ram/saml_provider.py +44 -37
  260. pulumi_alicloud/ram/user.py +10 -2
  261. pulumi_alicloud/ram/user_group_attachment.py +273 -0
  262. pulumi_alicloud/ram/user_policy_attachment.py +49 -27
  263. pulumi_alicloud/rds/__init__.py +1 -0
  264. pulumi_alicloud/rds/custom_disk.py +1053 -0
  265. pulumi_alicloud/rds/instance.py +117 -14
  266. pulumi_alicloud/redis/tair_instance.py +14 -14
  267. pulumi_alicloud/resourcemanager/__init__.py +1 -0
  268. pulumi_alicloud/resourcemanager/_inputs.py +53 -0
  269. pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
  270. pulumi_alicloud/resourcemanager/outputs.py +50 -0
  271. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  272. pulumi_alicloud/rocketmq/__init__.py +1 -1
  273. pulumi_alicloud/rocketmq/_inputs.py +146 -4
  274. pulumi_alicloud/rocketmq/account.py +452 -0
  275. pulumi_alicloud/rocketmq/acl.py +473 -47
  276. pulumi_alicloud/rocketmq/client_user.py +8 -2
  277. pulumi_alicloud/rocketmq/consumer_group.py +121 -24
  278. pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
  279. pulumi_alicloud/rocketmq/outputs.py +113 -4
  280. pulumi_alicloud/rocketmq/qos.py +8 -2
  281. pulumi_alicloud/rocketmq/qos_car.py +10 -4
  282. pulumi_alicloud/rocketmq/qos_policy.py +6 -0
  283. pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
  284. pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
  285. pulumi_alicloud/rocketmq/snat_entry.py +8 -2
  286. pulumi_alicloud/sag/__init__.py +8 -0
  287. pulumi_alicloud/sag/acl.py +200 -0
  288. pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
  289. pulumi_alicloud/sag/client_user.py +560 -0
  290. pulumi_alicloud/sag/dnat_entry.py +512 -0
  291. pulumi_alicloud/sag/get_acls.py +2 -2
  292. pulumi_alicloud/sag/qos.py +202 -0
  293. pulumi_alicloud/sag/qos_car.py +654 -0
  294. pulumi_alicloud/sag/qos_policy.py +659 -0
  295. pulumi_alicloud/sag/snat_entry.py +313 -0
  296. pulumi_alicloud/securitycenter/group.py +2 -2
  297. pulumi_alicloud/selectdb/db_instance.py +60 -11
  298. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +7 -7
  299. pulumi_alicloud/simpleapplicationserver/outputs.py +3 -3
  300. pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
  301. pulumi_alicloud/sls/oss_export_sink.py +2 -2
  302. pulumi_alicloud/tag/__init__.py +1 -0
  303. pulumi_alicloud/tag/associated_rule.py +306 -0
  304. pulumi_alicloud/tag/policy.py +27 -36
  305. pulumi_alicloud/threatdetection/__init__.py +3 -0
  306. pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
  307. pulumi_alicloud/threatdetection/asset_bind.py +209 -0
  308. pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
  309. pulumi_alicloud/threatdetection/instance.py +271 -54
  310. pulumi_alicloud/threatdetection/log_meta.py +351 -0
  311. pulumi_alicloud/vpc/__init__.py +2 -0
  312. pulumi_alicloud/vpc/_inputs.py +281 -0
  313. pulumi_alicloud/vpc/common_bandwith_package.py +107 -44
  314. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  315. pulumi_alicloud/vpc/flow_log.py +184 -49
  316. pulumi_alicloud/vpc/forward_entry.py +8 -4
  317. pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
  318. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +38 -2
  319. pulumi_alicloud/vpc/get_forward_entries.py +2 -2
  320. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
  321. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
  322. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
  323. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
  324. pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
  325. pulumi_alicloud/vpc/get_ipsec_servers.py +14 -2
  326. pulumi_alicloud/vpc/get_nat_gateways.py +48 -2
  327. pulumi_alicloud/vpc/get_prefix_lists.py +11 -2
  328. pulumi_alicloud/vpc/get_snat_entries.py +5 -2
  329. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +14 -2
  330. pulumi_alicloud/vpc/ipam_ipam.py +2 -9
  331. pulumi_alicloud/vpc/ipam_ipam_pool.py +2 -30
  332. pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +6 -16
  333. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +2 -2
  334. pulumi_alicloud/vpc/ipam_ipam_resource_discovery.py +489 -0
  335. pulumi_alicloud/vpc/ipam_ipam_scope.py +2 -9
  336. pulumi_alicloud/vpc/ipv6_address.py +85 -5
  337. pulumi_alicloud/vpc/nat_gateway.py +8 -0
  338. pulumi_alicloud/vpc/outputs.py +244 -2
  339. pulumi_alicloud/vpc/peer_connection.py +84 -42
  340. pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
  341. pulumi_alicloud/vpc/route_table.py +100 -45
  342. pulumi_alicloud/vpc/router_interface_connection.py +4 -4
  343. pulumi_alicloud/vpc/traffic_mirror_filter.py +2 -2
  344. pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
  345. pulumi_alicloud/vpn/_inputs.py +716 -71
  346. pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
  347. pulumi_alicloud/vpn/get_gateway_vco_routes.py +11 -2
  348. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +26 -60
  349. pulumi_alicloud/vpn/get_gateways.py +21 -1
  350. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  351. pulumi_alicloud/vpn/outputs.py +1982 -1006
  352. {pulumi_alicloud-3.75.0a1741324537.dist-info → pulumi_alicloud-3.76.0.dist-info}/METADATA +2 -2
  353. {pulumi_alicloud-3.75.0a1741324537.dist-info → pulumi_alicloud-3.76.0.dist-info}/RECORD +355 -278
  354. {pulumi_alicloud-3.75.0a1741324537.dist-info → pulumi_alicloud-3.76.0.dist-info}/WHEEL +1 -1
  355. {pulumi_alicloud-3.75.0a1741324537.dist-info → pulumi_alicloud-3.76.0.dist-info}/top_level.txt +0 -0
@@ -31,7 +31,7 @@ class NodePoolArgs:
31
31
  cpu_policy: Optional[pulumi.Input[str]] = None,
32
32
  data_disks: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolDataDiskArgs']]]] = None,
33
33
  deployment_set_id: Optional[pulumi.Input[str]] = None,
34
- desired_size: Optional[pulumi.Input[int]] = None,
34
+ desired_size: Optional[pulumi.Input[str]] = None,
35
35
  force_delete: Optional[pulumi.Input[bool]] = None,
36
36
  format_disk: Optional[pulumi.Input[bool]] = None,
37
37
  image_id: Optional[pulumi.Input[str]] = None,
@@ -54,8 +54,8 @@ class NodePoolArgs:
54
54
  node_count: Optional[pulumi.Input[int]] = None,
55
55
  node_name_mode: Optional[pulumi.Input[str]] = None,
56
56
  node_pool_name: Optional[pulumi.Input[str]] = None,
57
- on_demand_base_capacity: Optional[pulumi.Input[int]] = None,
58
- on_demand_percentage_above_base_capacity: Optional[pulumi.Input[int]] = None,
57
+ on_demand_base_capacity: Optional[pulumi.Input[str]] = None,
58
+ on_demand_percentage_above_base_capacity: Optional[pulumi.Input[str]] = None,
59
59
  password: Optional[pulumi.Input[str]] = None,
60
60
  period: Optional[pulumi.Input[int]] = None,
61
61
  period_unit: Optional[pulumi.Input[str]] = None,
@@ -106,7 +106,7 @@ class NodePoolArgs:
106
106
  :param pulumi.Input[str] cpu_policy: Node CPU management policies. Default value: `none`. When the cluster version is 1.12.6 or later, the following two policies are supported:
107
107
  :param pulumi.Input[Sequence[pulumi.Input['NodePoolDataDiskArgs']]] data_disks: Configure the data disk of the node in the node pool. See `data_disks` below.
108
108
  :param pulumi.Input[str] deployment_set_id: The deployment set of node pool. Specify the deploymentSet to ensure that the nodes in the node pool can be distributed on different physical machines.
109
- :param pulumi.Input[int] desired_size: Number of expected nodes in the node pool.
109
+ :param pulumi.Input[str] desired_size: Number of expected nodes in the node pool.
110
110
  :param pulumi.Input[bool] force_delete: Whether to force deletion.
111
111
  :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`.
112
112
  :param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
@@ -141,8 +141,8 @@ class NodePoolArgs:
141
141
  - The node IP address is the complete private IP address of the node.
142
142
  - For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
143
143
  :param pulumi.Input[str] node_pool_name: The name of node pool.
144
- :param pulumi.Input[int] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
145
- :param pulumi.Input[int] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
144
+ :param pulumi.Input[str] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
145
+ :param pulumi.Input[str] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
146
146
  :param pulumi.Input[str] password: The password of ssh login. You have to specify one of `password` and `key_name` fields. The password rule is 8 to 30 characters and contains at least three items (upper and lower case letters, numbers, and special symbols).
147
147
  :param pulumi.Input[int] period: Node payment period. Its valid value is one of {1, 2, 3, 6, 12}.
148
148
  :param pulumi.Input[str] period_unit: Node payment period unit, valid value: `Month`. Default is `Month`.
@@ -175,8 +175,8 @@ class NodePoolArgs:
175
175
  - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
176
176
  - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
177
177
  :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`.
178
- :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.
179
- :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`.
178
+ :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 see `system_disk_category`.
179
+ :param pulumi.Input[str] system_disk_category: The category of the system disk for nodes. Default value: `cloud_efficiency`. Valid values:
180
180
  :param pulumi.Input[str] system_disk_encrypt_algorithm: The encryption algorithm used by the system disk. Value range: aes-256.
181
181
  :param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
182
182
  :param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
@@ -186,7 +186,11 @@ class NodePoolArgs:
186
186
  - `PL2`: highest random read/write IOPS 100000 for a single disk.
187
187
  - `PL3`: maximum random read/write IOPS 1 million for a single disk.
188
188
  :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`.
189
- :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`.
189
+ :param pulumi.Input[int] system_disk_size: The size of the system disk. Unit: GiB. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
190
+ - Basic disk: 20 to 500.
191
+ - ESSD (cloud_essd): The valid values vary based on the performance level of the ESSD. PL0 ESSD: 1 to 2048. PL1 ESSD: 20 to 2048. PL2 ESSD: 461 to 2048. PL3 ESSD: 1261 to 2048.
192
+ - ESSD AutoPL disk (cloud_auto): 1 to 2048.
193
+ - Other disk categories: 20 to 2048.
190
194
  :param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
191
195
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://.
192
196
  :param pulumi.Input[Sequence[pulumi.Input['NodePoolTaintArgs']]] taints: A List of Kubernetes taints to assign to the nodes. Detailed below. More information in [Taints and Toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). See `taints` below.
@@ -477,14 +481,14 @@ class NodePoolArgs:
477
481
 
478
482
  @property
479
483
  @pulumi.getter(name="desiredSize")
480
- def desired_size(self) -> Optional[pulumi.Input[int]]:
484
+ def desired_size(self) -> Optional[pulumi.Input[str]]:
481
485
  """
482
486
  Number of expected nodes in the node pool.
483
487
  """
484
488
  return pulumi.get(self, "desired_size")
485
489
 
486
490
  @desired_size.setter
487
- def desired_size(self, value: Optional[pulumi.Input[int]]):
491
+ def desired_size(self, value: Optional[pulumi.Input[str]]):
488
492
  pulumi.set(self, "desired_size", value)
489
493
 
490
494
  @property
@@ -767,26 +771,26 @@ class NodePoolArgs:
767
771
 
768
772
  @property
769
773
  @pulumi.getter(name="onDemandBaseCapacity")
770
- def on_demand_base_capacity(self) -> Optional[pulumi.Input[int]]:
774
+ def on_demand_base_capacity(self) -> Optional[pulumi.Input[str]]:
771
775
  """
772
776
  The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
773
777
  """
774
778
  return pulumi.get(self, "on_demand_base_capacity")
775
779
 
776
780
  @on_demand_base_capacity.setter
777
- def on_demand_base_capacity(self, value: Optional[pulumi.Input[int]]):
781
+ def on_demand_base_capacity(self, value: Optional[pulumi.Input[str]]):
778
782
  pulumi.set(self, "on_demand_base_capacity", value)
779
783
 
780
784
  @property
781
785
  @pulumi.getter(name="onDemandPercentageAboveBaseCapacity")
782
- def on_demand_percentage_above_base_capacity(self) -> Optional[pulumi.Input[int]]:
786
+ def on_demand_percentage_above_base_capacity(self) -> Optional[pulumi.Input[str]]:
783
787
  """
784
788
  The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
785
789
  """
786
790
  return pulumi.get(self, "on_demand_percentage_above_base_capacity")
787
791
 
788
792
  @on_demand_percentage_above_base_capacity.setter
789
- def on_demand_percentage_above_base_capacity(self, value: Optional[pulumi.Input[int]]):
793
+ def on_demand_percentage_above_base_capacity(self, value: Optional[pulumi.Input[str]]):
790
794
  pulumi.set(self, "on_demand_percentage_above_base_capacity", value)
791
795
 
792
796
  @property
@@ -1080,7 +1084,7 @@ class NodePoolArgs:
1080
1084
  @pulumi.getter(name="systemDiskCategories")
1081
1085
  def system_disk_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1082
1086
  """
1083
- 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.
1087
+ 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 see `system_disk_category`.
1084
1088
  """
1085
1089
  return pulumi.get(self, "system_disk_categories")
1086
1090
 
@@ -1092,7 +1096,7 @@ class NodePoolArgs:
1092
1096
  @pulumi.getter(name="systemDiskCategory")
1093
1097
  def system_disk_category(self) -> Optional[pulumi.Input[str]]:
1094
1098
  """
1095
- The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
1099
+ The category of the system disk for nodes. Default value: `cloud_efficiency`. Valid values:
1096
1100
  """
1097
1101
  return pulumi.get(self, "system_disk_category")
1098
1102
 
@@ -1168,7 +1172,11 @@ class NodePoolArgs:
1168
1172
  @pulumi.getter(name="systemDiskSize")
1169
1173
  def system_disk_size(self) -> Optional[pulumi.Input[int]]:
1170
1174
  """
1171
- The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
1175
+ The size of the system disk. Unit: GiB. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
1176
+ - Basic disk: 20 to 500.
1177
+ - ESSD (cloud_essd): The valid values vary based on the performance level of the ESSD. PL0 ESSD: 1 to 2048. PL1 ESSD: 20 to 2048. PL2 ESSD: 461 to 2048. PL3 ESSD: 1261 to 2048.
1178
+ - ESSD AutoPL disk (cloud_auto): 1 to 2048.
1179
+ - Other disk categories: 20 to 2048.
1172
1180
  """
1173
1181
  return pulumi.get(self, "system_disk_size")
1174
1182
 
@@ -1272,7 +1280,7 @@ class _NodePoolState:
1272
1280
  cpu_policy: Optional[pulumi.Input[str]] = None,
1273
1281
  data_disks: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolDataDiskArgs']]]] = None,
1274
1282
  deployment_set_id: Optional[pulumi.Input[str]] = None,
1275
- desired_size: Optional[pulumi.Input[int]] = None,
1283
+ desired_size: Optional[pulumi.Input[str]] = None,
1276
1284
  force_delete: Optional[pulumi.Input[bool]] = None,
1277
1285
  format_disk: Optional[pulumi.Input[bool]] = None,
1278
1286
  image_id: Optional[pulumi.Input[str]] = None,
@@ -1297,8 +1305,8 @@ class _NodePoolState:
1297
1305
  node_name_mode: Optional[pulumi.Input[str]] = None,
1298
1306
  node_pool_id: Optional[pulumi.Input[str]] = None,
1299
1307
  node_pool_name: Optional[pulumi.Input[str]] = None,
1300
- on_demand_base_capacity: Optional[pulumi.Input[int]] = None,
1301
- on_demand_percentage_above_base_capacity: Optional[pulumi.Input[int]] = None,
1308
+ on_demand_base_capacity: Optional[pulumi.Input[str]] = None,
1309
+ on_demand_percentage_above_base_capacity: Optional[pulumi.Input[str]] = None,
1302
1310
  password: Optional[pulumi.Input[str]] = None,
1303
1311
  period: Optional[pulumi.Input[int]] = None,
1304
1312
  period_unit: Optional[pulumi.Input[str]] = None,
@@ -1349,7 +1357,7 @@ class _NodePoolState:
1349
1357
  :param pulumi.Input[str] cpu_policy: Node CPU management policies. Default value: `none`. When the cluster version is 1.12.6 or later, the following two policies are supported:
1350
1358
  :param pulumi.Input[Sequence[pulumi.Input['NodePoolDataDiskArgs']]] data_disks: Configure the data disk of the node in the node pool. See `data_disks` below.
1351
1359
  :param pulumi.Input[str] deployment_set_id: The deployment set of node pool. Specify the deploymentSet to ensure that the nodes in the node pool can be distributed on different physical machines.
1352
- :param pulumi.Input[int] desired_size: Number of expected nodes in the node pool.
1360
+ :param pulumi.Input[str] desired_size: Number of expected nodes in the node pool.
1353
1361
  :param pulumi.Input[bool] force_delete: Whether to force deletion.
1354
1362
  :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`.
1355
1363
  :param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
@@ -1386,8 +1394,8 @@ class _NodePoolState:
1386
1394
  - For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
1387
1395
  :param pulumi.Input[str] node_pool_id: The first ID of the resource.
1388
1396
  :param pulumi.Input[str] node_pool_name: The name of node pool.
1389
- :param pulumi.Input[int] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
1390
- :param pulumi.Input[int] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
1397
+ :param pulumi.Input[str] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
1398
+ :param pulumi.Input[str] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
1391
1399
  :param pulumi.Input[str] password: The password of ssh login. You have to specify one of `password` and `key_name` fields. The password rule is 8 to 30 characters and contains at least three items (upper and lower case letters, numbers, and special symbols).
1392
1400
  :param pulumi.Input[int] period: Node payment period. Its valid value is one of {1, 2, 3, 6, 12}.
1393
1401
  :param pulumi.Input[str] period_unit: Node payment period unit, valid value: `Month`. Default is `Month`.
@@ -1421,8 +1429,8 @@ class _NodePoolState:
1421
1429
  - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
1422
1430
  - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
1423
1431
  :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`.
1424
- :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.
1425
- :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`.
1432
+ :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 see `system_disk_category`.
1433
+ :param pulumi.Input[str] system_disk_category: The category of the system disk for nodes. Default value: `cloud_efficiency`. Valid values:
1426
1434
  :param pulumi.Input[str] system_disk_encrypt_algorithm: The encryption algorithm used by the system disk. Value range: aes-256.
1427
1435
  :param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
1428
1436
  :param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
@@ -1432,7 +1440,11 @@ class _NodePoolState:
1432
1440
  - `PL2`: highest random read/write IOPS 100000 for a single disk.
1433
1441
  - `PL3`: maximum random read/write IOPS 1 million for a single disk.
1434
1442
  :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`.
1435
- :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`.
1443
+ :param pulumi.Input[int] system_disk_size: The size of the system disk. Unit: GiB. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
1444
+ - Basic disk: 20 to 500.
1445
+ - ESSD (cloud_essd): The valid values vary based on the performance level of the ESSD. PL0 ESSD: 1 to 2048. PL1 ESSD: 20 to 2048. PL2 ESSD: 461 to 2048. PL3 ESSD: 1261 to 2048.
1446
+ - ESSD AutoPL disk (cloud_auto): 1 to 2048.
1447
+ - Other disk categories: 20 to 2048.
1436
1448
  :param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
1437
1449
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://.
1438
1450
  :param pulumi.Input[Sequence[pulumi.Input['NodePoolTaintArgs']]] taints: A List of Kubernetes taints to assign to the nodes. Detailed below. More information in [Taints and Toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). See `taints` below.
@@ -1707,14 +1719,14 @@ class _NodePoolState:
1707
1719
 
1708
1720
  @property
1709
1721
  @pulumi.getter(name="desiredSize")
1710
- def desired_size(self) -> Optional[pulumi.Input[int]]:
1722
+ def desired_size(self) -> Optional[pulumi.Input[str]]:
1711
1723
  """
1712
1724
  Number of expected nodes in the node pool.
1713
1725
  """
1714
1726
  return pulumi.get(self, "desired_size")
1715
1727
 
1716
1728
  @desired_size.setter
1717
- def desired_size(self, value: Optional[pulumi.Input[int]]):
1729
+ def desired_size(self, value: Optional[pulumi.Input[str]]):
1718
1730
  pulumi.set(self, "desired_size", value)
1719
1731
 
1720
1732
  @property
@@ -2021,26 +2033,26 @@ class _NodePoolState:
2021
2033
 
2022
2034
  @property
2023
2035
  @pulumi.getter(name="onDemandBaseCapacity")
2024
- def on_demand_base_capacity(self) -> Optional[pulumi.Input[int]]:
2036
+ def on_demand_base_capacity(self) -> Optional[pulumi.Input[str]]:
2025
2037
  """
2026
2038
  The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
2027
2039
  """
2028
2040
  return pulumi.get(self, "on_demand_base_capacity")
2029
2041
 
2030
2042
  @on_demand_base_capacity.setter
2031
- def on_demand_base_capacity(self, value: Optional[pulumi.Input[int]]):
2043
+ def on_demand_base_capacity(self, value: Optional[pulumi.Input[str]]):
2032
2044
  pulumi.set(self, "on_demand_base_capacity", value)
2033
2045
 
2034
2046
  @property
2035
2047
  @pulumi.getter(name="onDemandPercentageAboveBaseCapacity")
2036
- def on_demand_percentage_above_base_capacity(self) -> Optional[pulumi.Input[int]]:
2048
+ def on_demand_percentage_above_base_capacity(self) -> Optional[pulumi.Input[str]]:
2037
2049
  """
2038
2050
  The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
2039
2051
  """
2040
2052
  return pulumi.get(self, "on_demand_percentage_above_base_capacity")
2041
2053
 
2042
2054
  @on_demand_percentage_above_base_capacity.setter
2043
- def on_demand_percentage_above_base_capacity(self, value: Optional[pulumi.Input[int]]):
2055
+ def on_demand_percentage_above_base_capacity(self, value: Optional[pulumi.Input[str]]):
2044
2056
  pulumi.set(self, "on_demand_percentage_above_base_capacity", value)
2045
2057
 
2046
2058
  @property
@@ -2346,7 +2358,7 @@ class _NodePoolState:
2346
2358
  @pulumi.getter(name="systemDiskCategories")
2347
2359
  def system_disk_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2348
2360
  """
2349
- 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.
2361
+ 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 see `system_disk_category`.
2350
2362
  """
2351
2363
  return pulumi.get(self, "system_disk_categories")
2352
2364
 
@@ -2358,7 +2370,7 @@ class _NodePoolState:
2358
2370
  @pulumi.getter(name="systemDiskCategory")
2359
2371
  def system_disk_category(self) -> Optional[pulumi.Input[str]]:
2360
2372
  """
2361
- The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
2373
+ The category of the system disk for nodes. Default value: `cloud_efficiency`. Valid values:
2362
2374
  """
2363
2375
  return pulumi.get(self, "system_disk_category")
2364
2376
 
@@ -2434,7 +2446,11 @@ class _NodePoolState:
2434
2446
  @pulumi.getter(name="systemDiskSize")
2435
2447
  def system_disk_size(self) -> Optional[pulumi.Input[int]]:
2436
2448
  """
2437
- The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
2449
+ The size of the system disk. Unit: GiB. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
2450
+ - Basic disk: 20 to 500.
2451
+ - ESSD (cloud_essd): The valid values vary based on the performance level of the ESSD. PL0 ESSD: 1 to 2048. PL1 ESSD: 20 to 2048. PL2 ESSD: 461 to 2048. PL3 ESSD: 1261 to 2048.
2452
+ - ESSD AutoPL disk (cloud_auto): 1 to 2048.
2453
+ - Other disk categories: 20 to 2048.
2438
2454
  """
2439
2455
  return pulumi.get(self, "system_disk_size")
2440
2456
 
@@ -2552,7 +2568,7 @@ class NodePool(pulumi.CustomResource):
2552
2568
  cpu_policy: Optional[pulumi.Input[str]] = None,
2553
2569
  data_disks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodePoolDataDiskArgs', 'NodePoolDataDiskArgsDict']]]]] = None,
2554
2570
  deployment_set_id: Optional[pulumi.Input[str]] = None,
2555
- desired_size: Optional[pulumi.Input[int]] = None,
2571
+ desired_size: Optional[pulumi.Input[str]] = None,
2556
2572
  force_delete: Optional[pulumi.Input[bool]] = None,
2557
2573
  format_disk: Optional[pulumi.Input[bool]] = None,
2558
2574
  image_id: Optional[pulumi.Input[str]] = None,
@@ -2576,8 +2592,8 @@ class NodePool(pulumi.CustomResource):
2576
2592
  node_count: Optional[pulumi.Input[int]] = None,
2577
2593
  node_name_mode: Optional[pulumi.Input[str]] = None,
2578
2594
  node_pool_name: Optional[pulumi.Input[str]] = None,
2579
- on_demand_base_capacity: Optional[pulumi.Input[int]] = None,
2580
- on_demand_percentage_above_base_capacity: Optional[pulumi.Input[int]] = None,
2595
+ on_demand_base_capacity: Optional[pulumi.Input[str]] = None,
2596
+ on_demand_percentage_above_base_capacity: Optional[pulumi.Input[str]] = None,
2581
2597
  password: Optional[pulumi.Input[str]] = None,
2582
2598
  period: Optional[pulumi.Input[int]] = None,
2583
2599
  period_unit: Optional[pulumi.Input[str]] = None,
@@ -2641,7 +2657,7 @@ class NodePool(pulumi.CustomResource):
2641
2657
  :param pulumi.Input[str] cpu_policy: Node CPU management policies. Default value: `none`. When the cluster version is 1.12.6 or later, the following two policies are supported:
2642
2658
  :param pulumi.Input[Sequence[pulumi.Input[Union['NodePoolDataDiskArgs', 'NodePoolDataDiskArgsDict']]]] data_disks: Configure the data disk of the node in the node pool. See `data_disks` below.
2643
2659
  :param pulumi.Input[str] deployment_set_id: The deployment set of node pool. Specify the deploymentSet to ensure that the nodes in the node pool can be distributed on different physical machines.
2644
- :param pulumi.Input[int] desired_size: Number of expected nodes in the node pool.
2660
+ :param pulumi.Input[str] desired_size: Number of expected nodes in the node pool.
2645
2661
  :param pulumi.Input[bool] force_delete: Whether to force deletion.
2646
2662
  :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`.
2647
2663
  :param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
@@ -2677,8 +2693,8 @@ class NodePool(pulumi.CustomResource):
2677
2693
  - The node IP address is the complete private IP address of the node.
2678
2694
  - For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
2679
2695
  :param pulumi.Input[str] node_pool_name: The name of node pool.
2680
- :param pulumi.Input[int] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
2681
- :param pulumi.Input[int] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
2696
+ :param pulumi.Input[str] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
2697
+ :param pulumi.Input[str] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
2682
2698
  :param pulumi.Input[str] password: The password of ssh login. You have to specify one of `password` and `key_name` fields. The password rule is 8 to 30 characters and contains at least three items (upper and lower case letters, numbers, and special symbols).
2683
2699
  :param pulumi.Input[int] period: Node payment period. Its valid value is one of {1, 2, 3, 6, 12}.
2684
2700
  :param pulumi.Input[str] period_unit: Node payment period unit, valid value: `Month`. Default is `Month`.
@@ -2711,8 +2727,8 @@ class NodePool(pulumi.CustomResource):
2711
2727
  - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
2712
2728
  - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
2713
2729
  :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`.
2714
- :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.
2715
- :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`.
2730
+ :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 see `system_disk_category`.
2731
+ :param pulumi.Input[str] system_disk_category: The category of the system disk for nodes. Default value: `cloud_efficiency`. Valid values:
2716
2732
  :param pulumi.Input[str] system_disk_encrypt_algorithm: The encryption algorithm used by the system disk. Value range: aes-256.
2717
2733
  :param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
2718
2734
  :param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
@@ -2722,7 +2738,11 @@ class NodePool(pulumi.CustomResource):
2722
2738
  - `PL2`: highest random read/write IOPS 100000 for a single disk.
2723
2739
  - `PL3`: maximum random read/write IOPS 1 million for a single disk.
2724
2740
  :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`.
2725
- :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`.
2741
+ :param pulumi.Input[int] system_disk_size: The size of the system disk. Unit: GiB. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
2742
+ - Basic disk: 20 to 500.
2743
+ - ESSD (cloud_essd): The valid values vary based on the performance level of the ESSD. PL0 ESSD: 1 to 2048. PL1 ESSD: 20 to 2048. PL2 ESSD: 461 to 2048. PL3 ESSD: 1261 to 2048.
2744
+ - ESSD AutoPL disk (cloud_auto): 1 to 2048.
2745
+ - Other disk categories: 20 to 2048.
2726
2746
  :param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
2727
2747
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://.
2728
2748
  :param pulumi.Input[Sequence[pulumi.Input[Union['NodePoolTaintArgs', 'NodePoolTaintArgsDict']]]] taints: A List of Kubernetes taints to assign to the nodes. Detailed below. More information in [Taints and Toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). See `taints` below.
@@ -2774,7 +2794,7 @@ class NodePool(pulumi.CustomResource):
2774
2794
  cpu_policy: Optional[pulumi.Input[str]] = None,
2775
2795
  data_disks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodePoolDataDiskArgs', 'NodePoolDataDiskArgsDict']]]]] = None,
2776
2796
  deployment_set_id: Optional[pulumi.Input[str]] = None,
2777
- desired_size: Optional[pulumi.Input[int]] = None,
2797
+ desired_size: Optional[pulumi.Input[str]] = None,
2778
2798
  force_delete: Optional[pulumi.Input[bool]] = None,
2779
2799
  format_disk: Optional[pulumi.Input[bool]] = None,
2780
2800
  image_id: Optional[pulumi.Input[str]] = None,
@@ -2798,8 +2818,8 @@ class NodePool(pulumi.CustomResource):
2798
2818
  node_count: Optional[pulumi.Input[int]] = None,
2799
2819
  node_name_mode: Optional[pulumi.Input[str]] = None,
2800
2820
  node_pool_name: Optional[pulumi.Input[str]] = None,
2801
- on_demand_base_capacity: Optional[pulumi.Input[int]] = None,
2802
- on_demand_percentage_above_base_capacity: Optional[pulumi.Input[int]] = None,
2821
+ on_demand_base_capacity: Optional[pulumi.Input[str]] = None,
2822
+ on_demand_percentage_above_base_capacity: Optional[pulumi.Input[str]] = None,
2803
2823
  password: Optional[pulumi.Input[str]] = None,
2804
2824
  period: Optional[pulumi.Input[int]] = None,
2805
2825
  period_unit: Optional[pulumi.Input[str]] = None,
@@ -2949,7 +2969,7 @@ class NodePool(pulumi.CustomResource):
2949
2969
  cpu_policy: Optional[pulumi.Input[str]] = None,
2950
2970
  data_disks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodePoolDataDiskArgs', 'NodePoolDataDiskArgsDict']]]]] = None,
2951
2971
  deployment_set_id: Optional[pulumi.Input[str]] = None,
2952
- desired_size: Optional[pulumi.Input[int]] = None,
2972
+ desired_size: Optional[pulumi.Input[str]] = None,
2953
2973
  force_delete: Optional[pulumi.Input[bool]] = None,
2954
2974
  format_disk: Optional[pulumi.Input[bool]] = None,
2955
2975
  image_id: Optional[pulumi.Input[str]] = None,
@@ -2974,8 +2994,8 @@ class NodePool(pulumi.CustomResource):
2974
2994
  node_name_mode: Optional[pulumi.Input[str]] = None,
2975
2995
  node_pool_id: Optional[pulumi.Input[str]] = None,
2976
2996
  node_pool_name: Optional[pulumi.Input[str]] = None,
2977
- on_demand_base_capacity: Optional[pulumi.Input[int]] = None,
2978
- on_demand_percentage_above_base_capacity: Optional[pulumi.Input[int]] = None,
2997
+ on_demand_base_capacity: Optional[pulumi.Input[str]] = None,
2998
+ on_demand_percentage_above_base_capacity: Optional[pulumi.Input[str]] = None,
2979
2999
  password: Optional[pulumi.Input[str]] = None,
2980
3000
  period: Optional[pulumi.Input[int]] = None,
2981
3001
  period_unit: Optional[pulumi.Input[str]] = None,
@@ -3031,7 +3051,7 @@ class NodePool(pulumi.CustomResource):
3031
3051
  :param pulumi.Input[str] cpu_policy: Node CPU management policies. Default value: `none`. When the cluster version is 1.12.6 or later, the following two policies are supported:
3032
3052
  :param pulumi.Input[Sequence[pulumi.Input[Union['NodePoolDataDiskArgs', 'NodePoolDataDiskArgsDict']]]] data_disks: Configure the data disk of the node in the node pool. See `data_disks` below.
3033
3053
  :param pulumi.Input[str] deployment_set_id: The deployment set of node pool. Specify the deploymentSet to ensure that the nodes in the node pool can be distributed on different physical machines.
3034
- :param pulumi.Input[int] desired_size: Number of expected nodes in the node pool.
3054
+ :param pulumi.Input[str] desired_size: Number of expected nodes in the node pool.
3035
3055
  :param pulumi.Input[bool] force_delete: Whether to force deletion.
3036
3056
  :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`.
3037
3057
  :param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
@@ -3068,8 +3088,8 @@ class NodePool(pulumi.CustomResource):
3068
3088
  - For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
3069
3089
  :param pulumi.Input[str] node_pool_id: The first ID of the resource.
3070
3090
  :param pulumi.Input[str] node_pool_name: The name of node pool.
3071
- :param pulumi.Input[int] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
3072
- :param pulumi.Input[int] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
3091
+ :param pulumi.Input[str] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
3092
+ :param pulumi.Input[str] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
3073
3093
  :param pulumi.Input[str] password: The password of ssh login. You have to specify one of `password` and `key_name` fields. The password rule is 8 to 30 characters and contains at least three items (upper and lower case letters, numbers, and special symbols).
3074
3094
  :param pulumi.Input[int] period: Node payment period. Its valid value is one of {1, 2, 3, 6, 12}.
3075
3095
  :param pulumi.Input[str] period_unit: Node payment period unit, valid value: `Month`. Default is `Month`.
@@ -3103,8 +3123,8 @@ class NodePool(pulumi.CustomResource):
3103
3123
  - `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
3104
3124
  - `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
3105
3125
  :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`.
3106
- :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.
3107
- :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`.
3126
+ :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 see `system_disk_category`.
3127
+ :param pulumi.Input[str] system_disk_category: The category of the system disk for nodes. Default value: `cloud_efficiency`. Valid values:
3108
3128
  :param pulumi.Input[str] system_disk_encrypt_algorithm: The encryption algorithm used by the system disk. Value range: aes-256.
3109
3129
  :param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
3110
3130
  :param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
@@ -3114,7 +3134,11 @@ class NodePool(pulumi.CustomResource):
3114
3134
  - `PL2`: highest random read/write IOPS 100000 for a single disk.
3115
3135
  - `PL3`: maximum random read/write IOPS 1 million for a single disk.
3116
3136
  :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`.
3117
- :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`.
3137
+ :param pulumi.Input[int] system_disk_size: The size of the system disk. Unit: GiB. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
3138
+ - Basic disk: 20 to 500.
3139
+ - ESSD (cloud_essd): The valid values vary based on the performance level of the ESSD. PL0 ESSD: 1 to 2048. PL1 ESSD: 20 to 2048. PL2 ESSD: 461 to 2048. PL3 ESSD: 1261 to 2048.
3140
+ - ESSD AutoPL disk (cloud_auto): 1 to 2048.
3141
+ - Other disk categories: 20 to 2048.
3118
3142
  :param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
3119
3143
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://.
3120
3144
  :param pulumi.Input[Sequence[pulumi.Input[Union['NodePoolTaintArgs', 'NodePoolTaintArgsDict']]]] taints: A List of Kubernetes taints to assign to the nodes. Detailed below. More information in [Taints and Toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). See `taints` below.
@@ -3272,7 +3296,7 @@ class NodePool(pulumi.CustomResource):
3272
3296
 
3273
3297
  @property
3274
3298
  @pulumi.getter(name="desiredSize")
3275
- def desired_size(self) -> pulumi.Output[Optional[int]]:
3299
+ def desired_size(self) -> pulumi.Output[Optional[str]]:
3276
3300
  """
3277
3301
  Number of expected nodes in the node pool.
3278
3302
  """
@@ -3486,7 +3510,7 @@ class NodePool(pulumi.CustomResource):
3486
3510
 
3487
3511
  @property
3488
3512
  @pulumi.getter(name="onDemandBaseCapacity")
3489
- def on_demand_base_capacity(self) -> pulumi.Output[Optional[int]]:
3513
+ def on_demand_base_capacity(self) -> pulumi.Output[Optional[str]]:
3490
3514
  """
3491
3515
  The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
3492
3516
  """
@@ -3494,7 +3518,7 @@ class NodePool(pulumi.CustomResource):
3494
3518
 
3495
3519
  @property
3496
3520
  @pulumi.getter(name="onDemandPercentageAboveBaseCapacity")
3497
- def on_demand_percentage_above_base_capacity(self) -> pulumi.Output[Optional[int]]:
3521
+ def on_demand_percentage_above_base_capacity(self) -> pulumi.Output[Optional[str]]:
3498
3522
  """
3499
3523
  The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
3500
3524
  """
@@ -3707,7 +3731,7 @@ class NodePool(pulumi.CustomResource):
3707
3731
  @pulumi.getter(name="systemDiskCategories")
3708
3732
  def system_disk_categories(self) -> pulumi.Output[Sequence[str]]:
3709
3733
  """
3710
- 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.
3734
+ 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 see `system_disk_category`.
3711
3735
  """
3712
3736
  return pulumi.get(self, "system_disk_categories")
3713
3737
 
@@ -3715,7 +3739,7 @@ class NodePool(pulumi.CustomResource):
3715
3739
  @pulumi.getter(name="systemDiskCategory")
3716
3740
  def system_disk_category(self) -> pulumi.Output[str]:
3717
3741
  """
3718
- The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
3742
+ The category of the system disk for nodes. Default value: `cloud_efficiency`. Valid values:
3719
3743
  """
3720
3744
  return pulumi.get(self, "system_disk_category")
3721
3745
 
@@ -3767,7 +3791,11 @@ class NodePool(pulumi.CustomResource):
3767
3791
  @pulumi.getter(name="systemDiskSize")
3768
3792
  def system_disk_size(self) -> pulumi.Output[Optional[int]]:
3769
3793
  """
3770
- The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
3794
+ The size of the system disk. Unit: GiB. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
3795
+ - Basic disk: 20 to 500.
3796
+ - ESSD (cloud_essd): The valid values vary based on the performance level of the ESSD. PL0 ESSD: 1 to 2048. PL1 ESSD: 20 to 2048. PL2 ESSD: 461 to 2048. PL3 ESSD: 1261 to 2048.
3797
+ - ESSD AutoPL disk (cloud_auto): 1 to 2048.
3798
+ - Other disk categories: 20 to 2048.
3771
3799
  """
3772
3800
  return pulumi.get(self, "system_disk_size")
3773
3801