pulumi-alicloud 3.51.0a1710157550__py3-none-any.whl → 3.73.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 (1926) hide show
  1. pulumi_alicloud/__init__.py +1152 -106
  2. pulumi_alicloud/_inputs.py +1255 -65
  3. pulumi_alicloud/_utilities.py +41 -5
  4. pulumi_alicloud/ackone/_inputs.py +25 -0
  5. pulumi_alicloud/ackone/cluster.py +22 -21
  6. pulumi_alicloud/ackone/outputs.py +5 -0
  7. pulumi_alicloud/actiontrail/get_consumer_groups.py +26 -13
  8. pulumi_alicloud/actiontrail/get_global_events_storage_region.py +12 -9
  9. pulumi_alicloud/actiontrail/get_history_delivery_jobs.py +20 -9
  10. pulumi_alicloud/actiontrail/get_instances.py +33 -19
  11. pulumi_alicloud/actiontrail/get_sasl_acls.py +30 -17
  12. pulumi_alicloud/actiontrail/get_sasl_users.py +19 -9
  13. pulumi_alicloud/actiontrail/get_topics.py +28 -9
  14. pulumi_alicloud/actiontrail/get_trails.py +27 -12
  15. pulumi_alicloud/actiontrail/get_trails_deprecated.py +27 -8
  16. pulumi_alicloud/actiontrail/global_events_storage_region.py +5 -4
  17. pulumi_alicloud/actiontrail/history_delivery_job.py +23 -22
  18. pulumi_alicloud/actiontrail/outputs.py +14 -9
  19. pulumi_alicloud/actiontrail/trail.py +40 -45
  20. pulumi_alicloud/actiontrail/trail_deprecated.py +20 -35
  21. pulumi_alicloud/adb/_inputs.py +43 -0
  22. pulumi_alicloud/adb/account.py +53 -84
  23. pulumi_alicloud/adb/backup_policy.py +5 -0
  24. pulumi_alicloud/adb/cluster.py +205 -46
  25. pulumi_alicloud/adb/connection.py +31 -68
  26. pulumi_alicloud/adb/db_cluster.py +281 -32
  27. pulumi_alicloud/adb/db_cluster_lake_version.py +21 -20
  28. pulumi_alicloud/adb/get_clusters.py +39 -14
  29. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +67 -15
  30. pulumi_alicloud/adb/get_db_clusters.py +39 -14
  31. pulumi_alicloud/adb/get_resource_groups.py +20 -9
  32. pulumi_alicloud/adb/get_zones.py +19 -9
  33. pulumi_alicloud/adb/lake_account.py +74 -73
  34. pulumi_alicloud/adb/outputs.py +117 -8
  35. pulumi_alicloud/adb/resource_group.py +122 -97
  36. pulumi_alicloud/alb/__init__.py +2 -0
  37. pulumi_alicloud/alb/_inputs.py +916 -102
  38. pulumi_alicloud/alb/a_script.py +124 -101
  39. pulumi_alicloud/alb/acl.py +55 -61
  40. pulumi_alicloud/alb/acl_entry_attachment.py +13 -12
  41. pulumi_alicloud/alb/get_acls.py +31 -11
  42. pulumi_alicloud/alb/get_ascripts.py +31 -15
  43. pulumi_alicloud/alb/get_health_check_templates.py +23 -9
  44. pulumi_alicloud/alb/get_listeners.py +28 -11
  45. pulumi_alicloud/alb/get_load_balancers.py +59 -27
  46. pulumi_alicloud/alb/get_rules.py +27 -5
  47. pulumi_alicloud/alb/get_security_policies.py +36 -16
  48. pulumi_alicloud/alb/get_server_groups.py +38 -14
  49. pulumi_alicloud/alb/get_system_security_policies.py +21 -12
  50. pulumi_alicloud/alb/get_zones.py +15 -9
  51. pulumi_alicloud/alb/health_check_template.py +101 -92
  52. pulumi_alicloud/alb/listener.py +52 -53
  53. pulumi_alicloud/alb/listener_acl_attachment.py +5 -0
  54. pulumi_alicloud/alb/listener_additional_certificate_attachment.py +5 -0
  55. pulumi_alicloud/alb/load_balancer.py +144 -153
  56. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +303 -0
  57. pulumi_alicloud/alb/load_balancer_common_bandwidth_package_attachment.py +5 -0
  58. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +332 -0
  59. pulumi_alicloud/alb/outputs.py +94 -119
  60. pulumi_alicloud/alb/rule.py +29 -10
  61. pulumi_alicloud/alb/security_policy.py +25 -24
  62. pulumi_alicloud/alb/server_group.py +139 -115
  63. pulumi_alicloud/aligreen/__init__.py +13 -0
  64. pulumi_alicloud/aligreen/audit_callback.py +427 -0
  65. pulumi_alicloud/aligreen/biz_type.py +403 -0
  66. pulumi_alicloud/aligreen/callback.py +454 -0
  67. pulumi_alicloud/aligreen/image_lib.py +411 -0
  68. pulumi_alicloud/aligreen/keyword_lib.py +620 -0
  69. pulumi_alicloud/aligreen/oss_stock_task.py +1666 -0
  70. pulumi_alicloud/alikafka/consumer_group.py +39 -36
  71. pulumi_alicloud/alikafka/instance.py +397 -114
  72. pulumi_alicloud/alikafka/instance_allowed_ip_attachment.py +80 -63
  73. pulumi_alicloud/alikafka/sasl_acl.py +35 -24
  74. pulumi_alicloud/alikafka/sasl_user.py +45 -34
  75. pulumi_alicloud/alikafka/topic.py +39 -36
  76. pulumi_alicloud/amqp/binding.py +88 -94
  77. pulumi_alicloud/amqp/exchange.py +15 -14
  78. pulumi_alicloud/amqp/get_bindings.py +19 -9
  79. pulumi_alicloud/amqp/get_exchanges.py +23 -9
  80. pulumi_alicloud/amqp/get_instances.py +25 -11
  81. pulumi_alicloud/amqp/get_queues.py +23 -9
  82. pulumi_alicloud/amqp/get_static_accounts.py +18 -9
  83. pulumi_alicloud/amqp/get_virtual_hosts.py +21 -9
  84. pulumi_alicloud/amqp/instance.py +511 -184
  85. pulumi_alicloud/amqp/outputs.py +11 -6
  86. pulumi_alicloud/amqp/queue.py +17 -16
  87. pulumi_alicloud/amqp/static_account.py +23 -22
  88. pulumi_alicloud/amqp/virtual_host.py +11 -10
  89. pulumi_alicloud/apig/__init__.py +12 -0
  90. pulumi_alicloud/apig/_inputs.py +263 -0
  91. pulumi_alicloud/apig/environment.py +317 -0
  92. pulumi_alicloud/apig/gateway.py +645 -0
  93. pulumi_alicloud/apig/http_api.py +465 -0
  94. pulumi_alicloud/apig/outputs.py +213 -0
  95. pulumi_alicloud/apigateway/__init__.py +4 -0
  96. pulumi_alicloud/apigateway/_inputs.py +700 -39
  97. pulumi_alicloud/apigateway/access_control_list.py +335 -0
  98. pulumi_alicloud/apigateway/acl_entry_attachment.py +308 -0
  99. pulumi_alicloud/apigateway/api.py +101 -92
  100. pulumi_alicloud/apigateway/app.py +25 -20
  101. pulumi_alicloud/apigateway/app_attachment.py +69 -58
  102. pulumi_alicloud/apigateway/backend.py +5 -4
  103. pulumi_alicloud/apigateway/get_apis.py +119 -32
  104. pulumi_alicloud/apigateway/get_apps.py +26 -14
  105. pulumi_alicloud/apigateway/get_backends.py +23 -9
  106. pulumi_alicloud/apigateway/get_groups.py +19 -9
  107. pulumi_alicloud/apigateway/get_log_configs.py +20 -11
  108. pulumi_alicloud/apigateway/get_models.py +27 -9
  109. pulumi_alicloud/apigateway/get_plugins.py +38 -18
  110. pulumi_alicloud/apigateway/get_service.py +14 -9
  111. pulumi_alicloud/apigateway/group.py +67 -14
  112. pulumi_alicloud/apigateway/instance.py +401 -67
  113. pulumi_alicloud/apigateway/instance_acl_attachment.py +331 -0
  114. pulumi_alicloud/apigateway/log_config.py +21 -20
  115. pulumi_alicloud/apigateway/model.py +15 -10
  116. pulumi_alicloud/apigateway/outputs.py +411 -48
  117. pulumi_alicloud/apigateway/plugin.py +240 -87
  118. pulumi_alicloud/apigateway/plugin_attachment.py +425 -0
  119. pulumi_alicloud/apigateway/vpc_access.py +33 -28
  120. pulumi_alicloud/arms/__init__.py +2 -0
  121. pulumi_alicloud/arms/_inputs.py +903 -23
  122. pulumi_alicloud/arms/addon_release.py +5 -0
  123. pulumi_alicloud/arms/alert_contact.py +5 -4
  124. pulumi_alicloud/arms/alert_contact_group.py +11 -10
  125. pulumi_alicloud/arms/alert_robot.py +421 -0
  126. pulumi_alicloud/arms/dispatch_rule.py +160 -86
  127. pulumi_alicloud/arms/env_custom_job.py +11 -10
  128. pulumi_alicloud/arms/env_feature.py +5 -0
  129. pulumi_alicloud/arms/env_pod_monitor.py +5 -0
  130. pulumi_alicloud/arms/env_service_monitor.py +5 -0
  131. pulumi_alicloud/arms/environment.py +141 -21
  132. pulumi_alicloud/arms/get_alert_contact_groups.py +25 -9
  133. pulumi_alicloud/arms/get_alert_contacts.py +25 -9
  134. pulumi_alicloud/arms/get_alert_robots.py +230 -0
  135. pulumi_alicloud/arms/get_dispatch_rules.py +124 -17
  136. pulumi_alicloud/arms/get_integration_exporters.py +20 -9
  137. pulumi_alicloud/arms/get_prometheis.py +50 -34
  138. pulumi_alicloud/arms/get_prometheus.py +48 -32
  139. pulumi_alicloud/arms/get_prometheus_alert_rules.py +27 -9
  140. pulumi_alicloud/arms/get_prometheus_monitorings.py +25 -9
  141. pulumi_alicloud/arms/get_remote_writes.py +27 -11
  142. pulumi_alicloud/arms/grafana_workspace.py +25 -24
  143. pulumi_alicloud/arms/integration_exporter.py +27 -22
  144. pulumi_alicloud/arms/outputs.py +437 -48
  145. pulumi_alicloud/arms/prometheus.py +39 -34
  146. pulumi_alicloud/arms/prometheus_alert_rule.py +73 -10
  147. pulumi_alicloud/arms/prometheus_monitoring.py +5 -0
  148. pulumi_alicloud/arms/remote_write.py +31 -22
  149. pulumi_alicloud/arms/synthetic_task.py +328 -327
  150. pulumi_alicloud/bastionhost/_inputs.py +147 -30
  151. pulumi_alicloud/bastionhost/get_host_accounts.py +27 -9
  152. pulumi_alicloud/bastionhost/get_host_groups.py +23 -9
  153. pulumi_alicloud/bastionhost/get_host_share_keys.py +23 -9
  154. pulumi_alicloud/bastionhost/get_hosts.py +35 -9
  155. pulumi_alicloud/bastionhost/get_instances.py +32 -40
  156. pulumi_alicloud/bastionhost/get_user_groups.py +23 -9
  157. pulumi_alicloud/bastionhost/get_users.py +37 -13
  158. pulumi_alicloud/bastionhost/host.py +51 -29
  159. pulumi_alicloud/bastionhost/host_account.py +25 -24
  160. pulumi_alicloud/bastionhost/host_account_share_key_attachment.py +29 -28
  161. pulumi_alicloud/bastionhost/host_account_user_attachment.py +29 -28
  162. pulumi_alicloud/bastionhost/host_account_user_group_attachment.py +29 -28
  163. pulumi_alicloud/bastionhost/host_attachment.py +27 -26
  164. pulumi_alicloud/bastionhost/host_group.py +23 -22
  165. pulumi_alicloud/bastionhost/host_group_account_user_attachment.py +31 -30
  166. pulumi_alicloud/bastionhost/host_group_account_user_group_attachment.py +31 -30
  167. pulumi_alicloud/bastionhost/host_share_key.py +91 -0
  168. pulumi_alicloud/bastionhost/instance.py +43 -24
  169. pulumi_alicloud/bastionhost/outputs.py +65 -53
  170. pulumi_alicloud/bastionhost/user.py +31 -28
  171. pulumi_alicloud/bastionhost/user_attachment.py +27 -26
  172. pulumi_alicloud/bastionhost/user_group.py +23 -22
  173. pulumi_alicloud/bp/_inputs.py +25 -0
  174. pulumi_alicloud/bp/get_studio_applications.py +29 -9
  175. pulumi_alicloud/bp/outputs.py +5 -0
  176. pulumi_alicloud/bp/studio_application.py +56 -55
  177. pulumi_alicloud/brain/get_industrial_pid_loops.py +45 -11
  178. pulumi_alicloud/brain/get_industrial_pid_organizations.py +33 -11
  179. pulumi_alicloud/brain/get_industrial_pid_projects.py +41 -11
  180. pulumi_alicloud/brain/get_industrial_serice.py +20 -11
  181. pulumi_alicloud/brain/industrial_pid_loop.py +11 -6
  182. pulumi_alicloud/brain/industrial_pid_organization.py +11 -6
  183. pulumi_alicloud/brain/industrial_pid_project.py +11 -6
  184. pulumi_alicloud/brain/outputs.py +5 -0
  185. pulumi_alicloud/bss/get_open_api_pricing_modules.py +29 -13
  186. pulumi_alicloud/bss/get_open_api_products.py +23 -9
  187. pulumi_alicloud/bss/outputs.py +5 -0
  188. pulumi_alicloud/cas/certificate.py +151 -38
  189. pulumi_alicloud/cas/get_certificates.py +40 -32
  190. pulumi_alicloud/cas/get_service_certificates.py +176 -26
  191. pulumi_alicloud/cas/outputs.py +45 -40
  192. pulumi_alicloud/cas/service_certificate.py +27 -49
  193. pulumi_alicloud/cassandra/backup_plan.py +9 -0
  194. pulumi_alicloud/cassandra/cluster.py +37 -32
  195. pulumi_alicloud/cassandra/data_center.py +15 -10
  196. pulumi_alicloud/cassandra/get_backup_plans.py +21 -9
  197. pulumi_alicloud/cassandra/get_clusters.py +30 -14
  198. pulumi_alicloud/cassandra/get_data_centers.py +29 -13
  199. pulumi_alicloud/cassandra/get_zones.py +23 -11
  200. pulumi_alicloud/cassandra/outputs.py +8 -3
  201. pulumi_alicloud/cddc/_inputs.py +53 -0
  202. pulumi_alicloud/cddc/dedicated_host.py +19 -14
  203. pulumi_alicloud/cddc/dedicated_host_account.py +38 -33
  204. pulumi_alicloud/cddc/dedicated_host_group.py +15 -10
  205. pulumi_alicloud/cddc/dedicated_propre_host.py +31 -26
  206. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +27 -11
  207. pulumi_alicloud/cddc/get_dedicated_host_groups.py +23 -11
  208. pulumi_alicloud/cddc/get_dedicated_hosts.py +49 -24
  209. pulumi_alicloud/cddc/get_host_ecs_level_infos.py +22 -5
  210. pulumi_alicloud/cddc/get_zones.py +15 -9
  211. pulumi_alicloud/cddc/outputs.py +8 -3
  212. pulumi_alicloud/cdn/_inputs.py +154 -18
  213. pulumi_alicloud/cdn/domain.py +131 -216
  214. pulumi_alicloud/cdn/domain_config.py +98 -50
  215. pulumi_alicloud/cdn/domain_new.py +142 -99
  216. pulumi_alicloud/cdn/fc_trigger.py +15 -14
  217. pulumi_alicloud/cdn/get_blocked_regions.py +14 -9
  218. pulumi_alicloud/cdn/get_ip_info.py +18 -9
  219. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +18 -11
  220. pulumi_alicloud/cdn/get_service.py +19 -9
  221. pulumi_alicloud/cdn/outputs.py +7 -16
  222. pulumi_alicloud/cdn/real_time_log_delivery.py +136 -84
  223. pulumi_alicloud/cen/__init__.py +1 -0
  224. pulumi_alicloud/cen/_inputs.py +261 -14
  225. pulumi_alicloud/cen/bandwidth_limit.py +23 -30
  226. pulumi_alicloud/cen/bandwidth_package.py +14 -27
  227. pulumi_alicloud/cen/bandwidth_package_attachment.py +13 -12
  228. pulumi_alicloud/cen/child_instance_route_entry_to_attachment.py +45 -44
  229. pulumi_alicloud/cen/flow_log.py +394 -72
  230. pulumi_alicloud/cen/get_bandwidth_limits.py +16 -9
  231. pulumi_alicloud/cen/get_bandwidth_packages.py +25 -9
  232. pulumi_alicloud/cen/get_child_instance_route_entry_to_attachments.py +24 -9
  233. pulumi_alicloud/cen/get_flowlogs.py +278 -43
  234. pulumi_alicloud/cen/get_instance_attachments.py +23 -9
  235. pulumi_alicloud/cen/get_instances.py +28 -14
  236. pulumi_alicloud/cen/get_inter_region_traffic_qos_policies.py +31 -9
  237. pulumi_alicloud/cen/get_inter_region_traffic_qos_queues.py +25 -13
  238. pulumi_alicloud/cen/get_private_zones.py +22 -9
  239. pulumi_alicloud/cen/get_region_route_entries.py +18 -9
  240. pulumi_alicloud/cen/get_route_entries.py +20 -9
  241. pulumi_alicloud/cen/get_route_maps.py +26 -9
  242. pulumi_alicloud/cen/get_route_services.py +27 -9
  243. pulumi_alicloud/cen/get_traffic_marking_policies.py +27 -13
  244. pulumi_alicloud/cen/get_transit_route_table_aggregations.py +25 -9
  245. pulumi_alicloud/cen/get_transit_router_available_resources.py +48 -20
  246. pulumi_alicloud/cen/get_transit_router_cidrs.py +23 -9
  247. pulumi_alicloud/cen/get_transit_router_multicast_domain_associations.py +28 -9
  248. pulumi_alicloud/cen/get_transit_router_multicast_domain_members.py +20 -9
  249. pulumi_alicloud/cen/get_transit_router_multicast_domain_peer_members.py +26 -9
  250. pulumi_alicloud/cen/get_transit_router_multicast_domain_sources.py +18 -9
  251. pulumi_alicloud/cen/get_transit_router_multicast_domains.py +25 -9
  252. pulumi_alicloud/cen/get_transit_router_peer_attachments.py +27 -5
  253. pulumi_alicloud/cen/get_transit_router_prefix_list_associations.py +32 -11
  254. pulumi_alicloud/cen/get_transit_router_route_entries.py +29 -5
  255. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +34 -9
  256. pulumi_alicloud/cen/get_transit_router_route_table_propagations.py +20 -9
  257. pulumi_alicloud/cen/get_transit_router_route_tables.py +112 -19
  258. pulumi_alicloud/cen/get_transit_router_service.py +16 -11
  259. pulumi_alicloud/cen/get_transit_router_vbr_attachments.py +22 -5
  260. pulumi_alicloud/cen/get_transit_router_vpc_attachments.py +200 -23
  261. pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +27 -11
  262. pulumi_alicloud/cen/get_transit_routers.py +27 -9
  263. pulumi_alicloud/cen/get_vbr_health_checks.py +23 -5
  264. pulumi_alicloud/cen/instance.py +127 -77
  265. pulumi_alicloud/cen/instance_attachment.py +13 -12
  266. pulumi_alicloud/cen/instance_grant.py +27 -70
  267. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +37 -54
  268. pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +37 -52
  269. pulumi_alicloud/cen/outputs.py +377 -57
  270. pulumi_alicloud/cen/private_zone.py +86 -81
  271. pulumi_alicloud/cen/route_entry.py +41 -36
  272. pulumi_alicloud/cen/route_map.py +27 -34
  273. pulumi_alicloud/cen/route_service.py +17 -16
  274. pulumi_alicloud/cen/traffic_marking_policy.py +129 -65
  275. pulumi_alicloud/cen/transit_route_table_aggregation.py +15 -14
  276. pulumi_alicloud/cen/transit_router.py +25 -24
  277. pulumi_alicloud/cen/transit_router_cidr.py +13 -12
  278. pulumi_alicloud/cen/transit_router_ecr_attachment.py +589 -0
  279. pulumi_alicloud/cen/transit_router_grant_attachment.py +13 -12
  280. pulumi_alicloud/cen/transit_router_multicast_domain.py +27 -26
  281. pulumi_alicloud/cen/transit_router_multicast_domain_association.py +31 -30
  282. pulumi_alicloud/cen/transit_router_multicast_domain_member.py +5 -0
  283. pulumi_alicloud/cen/transit_router_multicast_domain_peer_member.py +39 -54
  284. pulumi_alicloud/cen/transit_router_multicast_domain_source.py +5 -0
  285. pulumi_alicloud/cen/transit_router_peer_attachment.py +162 -70
  286. pulumi_alicloud/cen/transit_router_prefix_list_association.py +49 -20
  287. pulumi_alicloud/cen/transit_router_route_entry.py +25 -24
  288. pulumi_alicloud/cen/transit_router_route_table.py +27 -26
  289. pulumi_alicloud/cen/transit_router_route_table_association.py +89 -84
  290. pulumi_alicloud/cen/transit_router_route_table_propagation.py +43 -42
  291. pulumi_alicloud/cen/transit_router_vbr_attachment.py +123 -100
  292. pulumi_alicloud/cen/transit_router_vpc_attachment.py +404 -196
  293. pulumi_alicloud/cen/transit_router_vpn_attachment.py +108 -105
  294. pulumi_alicloud/cen/vbr_health_check.py +30 -29
  295. pulumi_alicloud/cfg/_inputs.py +115 -0
  296. pulumi_alicloud/cfg/aggregate_compliance_pack.py +42 -47
  297. pulumi_alicloud/cfg/aggregate_config_rule.py +35 -34
  298. pulumi_alicloud/cfg/aggregate_delivery.py +260 -118
  299. pulumi_alicloud/cfg/aggregator.py +38 -23
  300. pulumi_alicloud/cfg/compliance_pack.py +38 -43
  301. pulumi_alicloud/cfg/configuration_recorder.py +5 -4
  302. pulumi_alicloud/cfg/delivery.py +280 -130
  303. pulumi_alicloud/cfg/delivery_channel.py +5 -0
  304. pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +27 -11
  305. pulumi_alicloud/cfg/get_aggregate_config_rules.py +33 -13
  306. pulumi_alicloud/cfg/get_aggregate_deliveries.py +39 -11
  307. pulumi_alicloud/cfg/get_aggregators.py +25 -11
  308. pulumi_alicloud/cfg/get_compliance_packs.py +25 -11
  309. pulumi_alicloud/cfg/get_configuration_recorders.py +18 -17
  310. pulumi_alicloud/cfg/get_deliveries.py +32 -11
  311. pulumi_alicloud/cfg/get_delivery_channels.py +21 -13
  312. pulumi_alicloud/cfg/get_rules.py +33 -19
  313. pulumi_alicloud/cfg/outputs.py +39 -26
  314. pulumi_alicloud/cfg/remediation.py +33 -20
  315. pulumi_alicloud/cfg/rule.py +40 -57
  316. pulumi_alicloud/chatbot/get_agents.py +24 -9
  317. pulumi_alicloud/chatbot/outputs.py +5 -0
  318. pulumi_alicloud/chatbot/publish_task.py +11 -10
  319. pulumi_alicloud/clickhouse/_inputs.py +78 -0
  320. pulumi_alicloud/clickhouse/account.py +88 -42
  321. pulumi_alicloud/clickhouse/backup_policy.py +17 -16
  322. pulumi_alicloud/clickhouse/db_cluster.py +159 -51
  323. pulumi_alicloud/clickhouse/get_accounts.py +85 -31
  324. pulumi_alicloud/clickhouse/get_backup_policies.py +16 -9
  325. pulumi_alicloud/clickhouse/get_db_clusters.py +30 -17
  326. pulumi_alicloud/clickhouse/get_regions.py +22 -13
  327. pulumi_alicloud/clickhouse/outputs.py +57 -2
  328. pulumi_alicloud/cloudauth/face_config.py +5 -0
  329. pulumi_alicloud/cloudauth/get_face_configs.py +25 -15
  330. pulumi_alicloud/cloudauth/outputs.py +5 -0
  331. pulumi_alicloud/cloudconnect/get_networks.py +29 -17
  332. pulumi_alicloud/cloudconnect/network.py +9 -6
  333. pulumi_alicloud/cloudconnect/network_attachment.py +15 -12
  334. pulumi_alicloud/cloudconnect/network_grant.py +27 -44
  335. pulumi_alicloud/cloudconnect/outputs.py +5 -0
  336. pulumi_alicloud/cloudcontrol/__init__.py +12 -0
  337. pulumi_alicloud/cloudcontrol/get_prices.py +199 -0
  338. pulumi_alicloud/cloudcontrol/get_products.py +187 -0
  339. pulumi_alicloud/cloudcontrol/get_resource_types.py +178 -0
  340. pulumi_alicloud/cloudcontrol/outputs.py +688 -0
  341. pulumi_alicloud/cloudcontrol/resource.py +407 -0
  342. pulumi_alicloud/cloudfirewall/__init__.py +3 -0
  343. pulumi_alicloud/cloudfirewall/_inputs.py +351 -0
  344. pulumi_alicloud/cloudfirewall/address_book.py +22 -21
  345. pulumi_alicloud/cloudfirewall/control_policy.py +663 -146
  346. pulumi_alicloud/cloudfirewall/control_policy_order.py +65 -48
  347. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall.py +59 -58
  348. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_cen.py +26 -23
  349. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_control_policy.py +13 -12
  350. pulumi_alicloud/cloudfirewall/get_address_books.py +21 -9
  351. pulumi_alicloud/cloudfirewall/get_control_policies.py +33 -9
  352. pulumi_alicloud/cloudfirewall/get_instance_members.py +26 -13
  353. pulumi_alicloud/cloudfirewall/get_instances.py +36 -14
  354. pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +38 -13
  355. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +84 -15
  356. pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +35 -11
  357. pulumi_alicloud/cloudfirewall/instance.py +248 -175
  358. pulumi_alicloud/cloudfirewall/instance_member.py +49 -0
  359. pulumi_alicloud/cloudfirewall/nat_firewall.py +816 -0
  360. pulumi_alicloud/cloudfirewall/nat_firewall_control_policy.py +1594 -0
  361. pulumi_alicloud/cloudfirewall/outputs.py +96 -4
  362. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +934 -0
  363. pulumi_alicloud/cloudmonitor/__init__.py +1 -0
  364. pulumi_alicloud/cloudmonitor/_inputs.py +89 -0
  365. pulumi_alicloud/cloudmonitor/get_service_hybrid_double_writes.py +247 -0
  366. pulumi_alicloud/cloudmonitor/outputs.py +68 -0
  367. pulumi_alicloud/cloudmonitor/service_basic_public.py +5 -4
  368. pulumi_alicloud/cloudmonitor/service_enterprise_public.py +5 -4
  369. pulumi_alicloud/cloudmonitor/service_group_monitoring_agent_process.py +65 -64
  370. pulumi_alicloud/cloudmonitor/service_hybrid_double_write.py +15 -14
  371. pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +33 -28
  372. pulumi_alicloud/cloudsso/_inputs.py +45 -6
  373. pulumi_alicloud/cloudsso/access_configuration.py +110 -39
  374. pulumi_alicloud/cloudsso/access_configuration_provisioning.py +5 -0
  375. pulumi_alicloud/cloudsso/access_management.py +5 -0
  376. pulumi_alicloud/cloudsso/directory.py +46 -5
  377. pulumi_alicloud/cloudsso/get_access_assignments.py +30 -13
  378. pulumi_alicloud/cloudsso/get_access_configurations.py +23 -9
  379. pulumi_alicloud/cloudsso/get_directories.py +21 -9
  380. pulumi_alicloud/cloudsso/get_groups.py +25 -11
  381. pulumi_alicloud/cloudsso/get_scim_server_credentials.py +20 -9
  382. pulumi_alicloud/cloudsso/get_service.py +14 -9
  383. pulumi_alicloud/cloudsso/get_users.py +31 -13
  384. pulumi_alicloud/cloudsso/group.py +5 -0
  385. pulumi_alicloud/cloudsso/outputs.py +13 -8
  386. pulumi_alicloud/cloudsso/scim_server_credential.py +5 -0
  387. pulumi_alicloud/cloudsso/user.py +5 -0
  388. pulumi_alicloud/cloudsso/user_attachment.py +5 -0
  389. pulumi_alicloud/cloudstoragegateway/express_sync.py +5 -0
  390. pulumi_alicloud/cloudstoragegateway/express_sync_share_attachment.py +5 -0
  391. pulumi_alicloud/cloudstoragegateway/gateway.py +173 -92
  392. pulumi_alicloud/cloudstoragegateway/gateway_block_volume.py +5 -0
  393. pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +79 -27
  394. pulumi_alicloud/cloudstoragegateway/gateway_file_share.py +5 -0
  395. pulumi_alicloud/cloudstoragegateway/gateway_logging.py +5 -0
  396. pulumi_alicloud/cloudstoragegateway/gateway_smb_user.py +5 -0
  397. pulumi_alicloud/cloudstoragegateway/get_express_syncs.py +19 -9
  398. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +25 -11
  399. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +22 -11
  400. pulumi_alicloud/cloudstoragegateway/get_gateway_file_shares.py +21 -9
  401. pulumi_alicloud/cloudstoragegateway/get_gateway_smb_users.py +30 -19
  402. pulumi_alicloud/cloudstoragegateway/get_gateways.py +28 -9
  403. pulumi_alicloud/cloudstoragegateway/get_service.py +14 -9
  404. pulumi_alicloud/cloudstoragegateway/get_stocks.py +16 -9
  405. pulumi_alicloud/cloudstoragegateway/get_storage_bundles.py +26 -5
  406. pulumi_alicloud/cloudstoragegateway/outputs.py +5 -0
  407. pulumi_alicloud/cloudstoragegateway/storage_bundle.py +5 -4
  408. pulumi_alicloud/cms/__init__.py +1 -0
  409. pulumi_alicloud/cms/_inputs.py +1043 -68
  410. pulumi_alicloud/cms/alarm.py +181 -145
  411. pulumi_alicloud/cms/alarm_contact.py +5 -4
  412. pulumi_alicloud/cms/alarm_contact_group.py +5 -4
  413. pulumi_alicloud/cms/dynamic_tag_group.py +71 -68
  414. pulumi_alicloud/cms/event_rule.py +54 -53
  415. pulumi_alicloud/cms/get_alarm_contact_groups.py +19 -9
  416. pulumi_alicloud/cms/get_alarm_contacts.py +25 -11
  417. pulumi_alicloud/cms/get_dynamic_tag_groups.py +34 -23
  418. pulumi_alicloud/cms/get_event_rules.py +29 -11
  419. pulumi_alicloud/cms/get_group_metric_rules.py +37 -13
  420. pulumi_alicloud/cms/get_hybrid_monitor_datas.py +24 -9
  421. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +24 -11
  422. pulumi_alicloud/cms/get_hybrid_monitor_sls_tasks.py +26 -11
  423. pulumi_alicloud/cms/get_metric_rule_black_lists.py +35 -13
  424. pulumi_alicloud/cms/get_metric_rule_templates.py +27 -9
  425. pulumi_alicloud/cms/get_monitor_group_instances.py +18 -5
  426. pulumi_alicloud/cms/get_monitor_groups.py +38 -16
  427. pulumi_alicloud/cms/get_namespaces.py +22 -9
  428. pulumi_alicloud/cms/get_service.py +18 -9
  429. pulumi_alicloud/cms/get_site_monitors.py +258 -0
  430. pulumi_alicloud/cms/get_sls_groups.py +25 -9
  431. pulumi_alicloud/cms/group_metric_rule.py +49 -48
  432. pulumi_alicloud/cms/hybrid_monitor_fc_task.py +48 -45
  433. pulumi_alicloud/cms/hybrid_monitor_sls_task.py +15 -10
  434. pulumi_alicloud/cms/metric_rule_black_list.py +44 -39
  435. pulumi_alicloud/cms/metric_rule_template.py +92 -124
  436. pulumi_alicloud/cms/monitor_group.py +19 -18
  437. pulumi_alicloud/cms/monitor_group_instances.py +28 -27
  438. pulumi_alicloud/cms/namespace.py +5 -6
  439. pulumi_alicloud/cms/outputs.py +383 -158
  440. pulumi_alicloud/cms/site_monitor.py +24 -25
  441. pulumi_alicloud/cms/sls_group.py +10 -5
  442. pulumi_alicloud/compute/_inputs.py +59 -2
  443. pulumi_alicloud/compute/get_nest_service_instances.py +34 -18
  444. pulumi_alicloud/compute/nest_service_instance.py +67 -66
  445. pulumi_alicloud/compute/outputs.py +12 -7
  446. pulumi_alicloud/config/__init__.pyi +9 -0
  447. pulumi_alicloud/config/outputs.py +389 -2
  448. pulumi_alicloud/config/vars.py +13 -0
  449. pulumi_alicloud/cr/_inputs.py +253 -0
  450. pulumi_alicloud/cr/chain.py +252 -239
  451. pulumi_alicloud/cr/chart_namespace.py +25 -16
  452. pulumi_alicloud/cr/chart_repository.py +27 -18
  453. pulumi_alicloud/cr/endpoint_acl_policy.py +23 -14
  454. pulumi_alicloud/cr/get_chains.py +27 -9
  455. pulumi_alicloud/cr/get_chart_namespaces.py +23 -7
  456. pulumi_alicloud/cr/get_chart_repositories.py +25 -13
  457. pulumi_alicloud/cr/get_endpoint_acl_policies.py +22 -11
  458. pulumi_alicloud/cr/get_endpoint_acl_service.py +26 -15
  459. pulumi_alicloud/cr/get_namespaces.py +20 -9
  460. pulumi_alicloud/cr/get_repos.py +24 -9
  461. pulumi_alicloud/cr/get_service.py +16 -9
  462. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +26 -9
  463. pulumi_alicloud/cr/namespace.py +15 -4
  464. pulumi_alicloud/cr/outputs.py +102 -0
  465. pulumi_alicloud/cr/registry_enterprise_instance.py +516 -104
  466. pulumi_alicloud/cr/repo.py +24 -19
  467. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +45 -22
  468. pulumi_alicloud/cs/_inputs.py +2487 -291
  469. pulumi_alicloud/cs/application.py +16 -11
  470. pulumi_alicloud/cs/autoscaling_config.py +56 -0
  471. pulumi_alicloud/cs/cluster.py +9 -10
  472. pulumi_alicloud/cs/edge_kubernetes.py +130 -145
  473. pulumi_alicloud/cs/get_ack_service.py +16 -9
  474. pulumi_alicloud/cs/get_cluster_credential.py +23 -31
  475. pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +27 -11
  476. pulumi_alicloud/cs/get_kubernetes_addon_metadata.py +18 -33
  477. pulumi_alicloud/cs/get_kubernetes_addons.py +19 -5
  478. pulumi_alicloud/cs/get_kubernetes_clusters.py +35 -17
  479. pulumi_alicloud/cs/get_kubernetes_permission.py +30 -27
  480. pulumi_alicloud/cs/get_kubernetes_version.py +26 -21
  481. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +33 -15
  482. pulumi_alicloud/cs/get_registry_enterprise_instances.py +23 -9
  483. pulumi_alicloud/cs/get_registry_enterprise_namespaces.py +23 -9
  484. pulumi_alicloud/cs/get_registry_enterprise_repos.py +27 -9
  485. pulumi_alicloud/cs/get_registry_enterprise_sync_rules.py +29 -9
  486. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +33 -15
  487. pulumi_alicloud/cs/kubernetes.py +189 -139
  488. pulumi_alicloud/cs/kubernetes_addon.py +75 -28
  489. pulumi_alicloud/cs/kubernetes_autoscaler.py +10 -5
  490. pulumi_alicloud/cs/kubernetes_permission.py +10 -5
  491. pulumi_alicloud/cs/managed_kubernetes.py +397 -159
  492. pulumi_alicloud/cs/node_pool.py +1330 -495
  493. pulumi_alicloud/cs/outputs.py +1375 -180
  494. pulumi_alicloud/cs/registry_enterprise_namespace.py +97 -74
  495. pulumi_alicloud/cs/registry_enterprise_repo.py +101 -74
  496. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +446 -138
  497. pulumi_alicloud/cs/serverless_kubernetes.py +371 -324
  498. pulumi_alicloud/cs/swarm.py +9 -10
  499. pulumi_alicloud/das/switch_das_pro.py +29 -28
  500. pulumi_alicloud/databasefilesystem/_inputs.py +17 -4
  501. pulumi_alicloud/databasefilesystem/auto_snap_shot_policy.py +9 -8
  502. pulumi_alicloud/databasefilesystem/get_auto_snap_shot_policies.py +25 -11
  503. pulumi_alicloud/databasefilesystem/get_instances.py +23 -11
  504. pulumi_alicloud/databasefilesystem/get_snapshots.py +23 -11
  505. pulumi_alicloud/databasefilesystem/instance.py +50 -43
  506. pulumi_alicloud/databasefilesystem/instance_attachment.py +70 -69
  507. pulumi_alicloud/databasefilesystem/outputs.py +5 -4
  508. pulumi_alicloud/databasefilesystem/service_linked_role.py +7 -6
  509. pulumi_alicloud/databasefilesystem/snapshot.py +58 -109
  510. pulumi_alicloud/databasegateway/gateway.py +5 -4
  511. pulumi_alicloud/databasegateway/get_gateways.py +25 -9
  512. pulumi_alicloud/databasegateway/outputs.py +5 -0
  513. pulumi_alicloud/datahub/get_service.py +14 -9
  514. pulumi_alicloud/datahub/project.py +11 -6
  515. pulumi_alicloud/datahub/subscription.py +21 -14
  516. pulumi_alicloud/datahub/topic.py +33 -24
  517. pulumi_alicloud/dataworks/__init__.py +9 -0
  518. pulumi_alicloud/dataworks/_inputs.py +1629 -0
  519. pulumi_alicloud/dataworks/data_source.py +686 -0
  520. pulumi_alicloud/dataworks/data_source_shared_rule.py +378 -0
  521. pulumi_alicloud/dataworks/di_alarm_rule.py +708 -0
  522. pulumi_alicloud/dataworks/di_job.py +1005 -0
  523. pulumi_alicloud/dataworks/dw_resource_group.py +703 -0
  524. pulumi_alicloud/dataworks/folder.py +9 -8
  525. pulumi_alicloud/dataworks/get_folders.py +32 -13
  526. pulumi_alicloud/dataworks/get_service.py +14 -9
  527. pulumi_alicloud/dataworks/network.py +331 -0
  528. pulumi_alicloud/dataworks/outputs.py +1296 -0
  529. pulumi_alicloud/dataworks/project.py +609 -0
  530. pulumi_alicloud/dataworks/project_member.py +380 -0
  531. pulumi_alicloud/dbs/backup_plan.py +153 -0
  532. pulumi_alicloud/dbs/get_backup_plans.py +31 -11
  533. pulumi_alicloud/dbs/outputs.py +5 -0
  534. pulumi_alicloud/dcdn/_inputs.py +992 -33
  535. pulumi_alicloud/dcdn/domain.py +406 -256
  536. pulumi_alicloud/dcdn/domain_config.py +118 -70
  537. pulumi_alicloud/dcdn/er.py +30 -29
  538. pulumi_alicloud/dcdn/get_domains.py +37 -11
  539. pulumi_alicloud/dcdn/get_ipa_domains.py +41 -15
  540. pulumi_alicloud/dcdn/get_kv_account.py +13 -9
  541. pulumi_alicloud/dcdn/get_service.py +14 -9
  542. pulumi_alicloud/dcdn/get_waf_domains.py +25 -11
  543. pulumi_alicloud/dcdn/get_waf_policies.py +33 -13
  544. pulumi_alicloud/dcdn/get_waf_rules.py +24 -11
  545. pulumi_alicloud/dcdn/ipa_domain.py +36 -35
  546. pulumi_alicloud/dcdn/kv.py +15 -14
  547. pulumi_alicloud/dcdn/kv_namespace.py +11 -10
  548. pulumi_alicloud/dcdn/outputs.py +29 -28
  549. pulumi_alicloud/dcdn/waf_domain.py +29 -28
  550. pulumi_alicloud/dcdn/waf_policy.py +13 -12
  551. pulumi_alicloud/dcdn/waf_policy_domain_attachment.py +35 -34
  552. pulumi_alicloud/dcdn/waf_rule.py +81 -80
  553. pulumi_alicloud/ddos/__init__.py +1 -0
  554. pulumi_alicloud/ddos/_inputs.py +1227 -9
  555. pulumi_alicloud/ddos/basic_defense_threshold.py +11 -10
  556. pulumi_alicloud/ddos/basic_threshold.py +31 -26
  557. pulumi_alicloud/ddos/bgp_ip.py +62 -12
  558. pulumi_alicloud/ddos/bgp_policy.py +348 -0
  559. pulumi_alicloud/ddos/ddos_bgp_instance.py +7 -4
  560. pulumi_alicloud/ddos/ddos_coo_instance.py +7 -4
  561. pulumi_alicloud/ddos/domain_resource.py +472 -92
  562. pulumi_alicloud/ddos/get_ddos_bgp_instances.py +27 -15
  563. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +32 -11
  564. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +30 -13
  565. pulumi_alicloud/ddos/get_ddos_coo_instances.py +19 -9
  566. pulumi_alicloud/ddos/get_ddos_coo_ports.py +40 -15
  567. pulumi_alicloud/ddos/outputs.py +883 -14
  568. pulumi_alicloud/ddos/port.py +123 -50
  569. pulumi_alicloud/ddos/scheduler_rule.py +38 -37
  570. pulumi_alicloud/dds/get_mongo_instances.py +30 -8
  571. pulumi_alicloud/dds/outputs.py +7 -2
  572. pulumi_alicloud/dfs/_inputs.py +43 -0
  573. pulumi_alicloud/dfs/access_group.py +21 -22
  574. pulumi_alicloud/dfs/access_rule.py +23 -22
  575. pulumi_alicloud/dfs/file_system.py +73 -51
  576. pulumi_alicloud/dfs/get_access_groups.py +27 -9
  577. pulumi_alicloud/dfs/get_access_rules.py +18 -9
  578. pulumi_alicloud/dfs/get_file_systems.py +19 -9
  579. pulumi_alicloud/dfs/get_mount_points.py +20 -9
  580. pulumi_alicloud/dfs/get_zones.py +14 -9
  581. pulumi_alicloud/dfs/mount_point.py +59 -76
  582. pulumi_alicloud/dfs/outputs.py +5 -0
  583. pulumi_alicloud/dfs/vsc_mount_point.py +19 -18
  584. pulumi_alicloud/directmail/domain.py +13 -12
  585. pulumi_alicloud/directmail/get_domains.py +56 -33
  586. pulumi_alicloud/directmail/get_mail_addresses.py +24 -11
  587. pulumi_alicloud/directmail/get_receivers.py +25 -11
  588. pulumi_alicloud/directmail/get_tags.py +19 -9
  589. pulumi_alicloud/directmail/mail_address.py +5 -0
  590. pulumi_alicloud/directmail/outputs.py +136 -32
  591. pulumi_alicloud/directmail/receivers.py +5 -0
  592. pulumi_alicloud/directmail/tag.py +5 -4
  593. pulumi_alicloud/dms/enterprise_authority_template.py +11 -10
  594. pulumi_alicloud/dms/enterprise_instance.py +44 -49
  595. pulumi_alicloud/dms/enterprise_logic_database.py +5 -4
  596. pulumi_alicloud/dms/enterprise_proxy.py +43 -38
  597. pulumi_alicloud/dms/enterprise_proxy_access.py +5 -4
  598. pulumi_alicloud/dms/enterprise_user.py +16 -19
  599. pulumi_alicloud/dms/get_enterprise_databases.py +20 -9
  600. pulumi_alicloud/dms/get_enterprise_instances.py +40 -13
  601. pulumi_alicloud/dms/get_enterprise_logic_databases.py +16 -5
  602. pulumi_alicloud/dms/get_enterprise_proxies.py +18 -9
  603. pulumi_alicloud/dms/get_enterprise_proxy_accesses.py +26 -15
  604. pulumi_alicloud/dms/get_enterprise_users.py +29 -9
  605. pulumi_alicloud/dms/get_user_tenants.py +21 -9
  606. pulumi_alicloud/dms/outputs.py +5 -0
  607. pulumi_alicloud/dns/_inputs.py +145 -0
  608. pulumi_alicloud/dns/access_strategy.py +20 -15
  609. pulumi_alicloud/dns/address_pool.py +120 -5
  610. pulumi_alicloud/dns/alidns_domain.py +25 -24
  611. pulumi_alicloud/dns/alidns_domain_attachment.py +15 -14
  612. pulumi_alicloud/dns/alidns_instance.py +5 -4
  613. pulumi_alicloud/dns/alidns_record.py +11 -10
  614. pulumi_alicloud/dns/custom_line.py +18 -17
  615. pulumi_alicloud/dns/ddos_bgp_instance.py +7 -4
  616. pulumi_alicloud/dns/ddos_coo_instance.py +7 -4
  617. pulumi_alicloud/dns/dns_domain.py +19 -18
  618. pulumi_alicloud/dns/domain.py +11 -6
  619. pulumi_alicloud/dns/domain_attachment.py +9 -8
  620. pulumi_alicloud/dns/domain_group.py +8 -13
  621. pulumi_alicloud/dns/get_access_strategies.py +33 -11
  622. pulumi_alicloud/dns/get_address_pools.py +23 -9
  623. pulumi_alicloud/dns/get_alidns_domain_groups.py +19 -9
  624. pulumi_alicloud/dns/get_alidns_domains.py +57 -18
  625. pulumi_alicloud/dns/get_alidns_instances.py +22 -9
  626. pulumi_alicloud/dns/get_alidns_records.py +76 -13
  627. pulumi_alicloud/dns/get_custom_lines.py +25 -9
  628. pulumi_alicloud/dns/get_domain_groups.py +19 -5
  629. pulumi_alicloud/dns/get_domain_records.py +31 -5
  630. pulumi_alicloud/dns/get_domain_txt_guid.py +21 -9
  631. pulumi_alicloud/dns/get_domains.py +50 -16
  632. pulumi_alicloud/dns/get_groups.py +19 -9
  633. pulumi_alicloud/dns/get_gtm_instances.py +19 -9
  634. pulumi_alicloud/dns/get_instances.py +22 -9
  635. pulumi_alicloud/dns/get_records.py +37 -15
  636. pulumi_alicloud/dns/get_resolution_lines.py +26 -9
  637. pulumi_alicloud/dns/group.py +7 -6
  638. pulumi_alicloud/dns/gtm_instance.py +30 -29
  639. pulumi_alicloud/dns/instance.py +5 -4
  640. pulumi_alicloud/dns/monitor_config.py +56 -55
  641. pulumi_alicloud/dns/outputs.py +39 -10
  642. pulumi_alicloud/dns/record.py +11 -4
  643. pulumi_alicloud/drds/get_instances.py +26 -16
  644. pulumi_alicloud/drds/instance.py +17 -16
  645. pulumi_alicloud/drds/outputs.py +5 -0
  646. pulumi_alicloud/drds/polardbx_instance.py +19 -18
  647. pulumi_alicloud/dts/consumer_channel.py +57 -40
  648. pulumi_alicloud/dts/get_consumer_channels.py +18 -9
  649. pulumi_alicloud/dts/get_instances.py +27 -11
  650. pulumi_alicloud/dts/get_migration_jobs.py +21 -9
  651. pulumi_alicloud/dts/get_subscription_jobs.py +30 -16
  652. pulumi_alicloud/dts/get_synchronization_jobs.py +24 -11
  653. pulumi_alicloud/dts/instance.py +52 -30
  654. pulumi_alicloud/dts/job_monitor_rule.py +5 -0
  655. pulumi_alicloud/dts/migration_instance.py +27 -26
  656. pulumi_alicloud/dts/migration_job.py +5 -0
  657. pulumi_alicloud/dts/outputs.py +11 -6
  658. pulumi_alicloud/dts/subscription_job.py +75 -58
  659. pulumi_alicloud/dts/synchronization_instance.py +13 -12
  660. pulumi_alicloud/dts/synchronization_job.py +5 -0
  661. pulumi_alicloud/eais/get_instances.py +25 -7
  662. pulumi_alicloud/eais/instance.py +68 -65
  663. pulumi_alicloud/eais/outputs.py +5 -0
  664. pulumi_alicloud/ebs/_inputs.py +118 -8
  665. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +5 -0
  666. pulumi_alicloud/ebs/disk_replica_group.py +53 -0
  667. pulumi_alicloud/ebs/disk_replica_pair.py +5 -0
  668. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +58 -57
  669. pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +19 -18
  670. pulumi_alicloud/ebs/get_dedicated_block_storage_clusters.py +21 -11
  671. pulumi_alicloud/ebs/get_disk_replica_groups.py +16 -9
  672. pulumi_alicloud/ebs/get_disk_replica_pairs.py +22 -11
  673. pulumi_alicloud/ebs/get_regions.py +18 -11
  674. pulumi_alicloud/ebs/outputs.py +5 -8
  675. pulumi_alicloud/ebs/replica_group_drill.py +5 -4
  676. pulumi_alicloud/ebs/replica_pair_drill.py +5 -4
  677. pulumi_alicloud/ebs/solution_instance.py +136 -135
  678. pulumi_alicloud/eci/_inputs.py +612 -182
  679. pulumi_alicloud/eci/container_group.py +232 -180
  680. pulumi_alicloud/eci/get_container_groups.py +46 -20
  681. pulumi_alicloud/eci/get_image_caches.py +27 -9
  682. pulumi_alicloud/eci/get_virtual_nodes.py +42 -22
  683. pulumi_alicloud/eci/get_zones.py +14 -9
  684. pulumi_alicloud/eci/image_cache.py +32 -27
  685. pulumi_alicloud/eci/open_api_image_cache.py +8 -3
  686. pulumi_alicloud/eci/outputs.py +60 -217
  687. pulumi_alicloud/eci/virtual_node.py +56 -51
  688. pulumi_alicloud/ecp/get_instance_types.py +14 -9
  689. pulumi_alicloud/ecp/get_instances.py +121 -13
  690. pulumi_alicloud/ecp/get_key_pairs.py +21 -9
  691. pulumi_alicloud/ecp/get_zones.py +14 -9
  692. pulumi_alicloud/ecp/instance.py +232 -181
  693. pulumi_alicloud/ecp/key_pair.py +5 -4
  694. pulumi_alicloud/ecp/outputs.py +5 -0
  695. pulumi_alicloud/ecs/__init__.py +1 -0
  696. pulumi_alicloud/ecs/_inputs.py +1035 -45
  697. pulumi_alicloud/ecs/activation.py +5 -4
  698. pulumi_alicloud/ecs/auto_provisioning_group.py +44 -37
  699. pulumi_alicloud/ecs/auto_snapshot_policy.py +342 -145
  700. pulumi_alicloud/ecs/capacity_reservation.py +35 -34
  701. pulumi_alicloud/ecs/command.py +7 -4
  702. pulumi_alicloud/ecs/copy_image.py +18 -19
  703. pulumi_alicloud/ecs/dedicated_host.py +24 -19
  704. pulumi_alicloud/ecs/disk.py +213 -59
  705. pulumi_alicloud/ecs/disk_attachment.py +17 -12
  706. pulumi_alicloud/ecs/ecs_auto_snapshot_policy_attachment.py +19 -16
  707. pulumi_alicloud/ecs/ecs_dedicated_host_cluster.py +25 -24
  708. pulumi_alicloud/ecs/ecs_deployment_set.py +34 -19
  709. pulumi_alicloud/ecs/ecs_disk.py +455 -139
  710. pulumi_alicloud/ecs/ecs_disk_attachment.py +33 -30
  711. pulumi_alicloud/ecs/ecs_image_component.py +240 -66
  712. pulumi_alicloud/ecs/ecs_image_pipeline.py +47 -44
  713. pulumi_alicloud/ecs/ecs_instance_set.py +81 -41
  714. pulumi_alicloud/ecs/ecs_invocation.py +51 -44
  715. pulumi_alicloud/ecs/ecs_key_pair.py +93 -70
  716. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +40 -41
  717. pulumi_alicloud/ecs/ecs_launch_template.py +596 -195
  718. pulumi_alicloud/ecs/ecs_network_interface.py +162 -93
  719. pulumi_alicloud/ecs/ecs_network_interface_attachment.py +109 -59
  720. pulumi_alicloud/ecs/ecs_network_interface_permission.py +5 -0
  721. pulumi_alicloud/ecs/ecs_prefix_list.py +22 -21
  722. pulumi_alicloud/ecs/ecs_session_manager_status.py +23 -22
  723. pulumi_alicloud/ecs/ecs_snapshot.py +270 -93
  724. pulumi_alicloud/ecs/ecs_snapshot_group.py +59 -50
  725. pulumi_alicloud/ecs/eip.py +93 -36
  726. pulumi_alicloud/ecs/eip_address.py +595 -214
  727. pulumi_alicloud/ecs/eip_association.py +236 -86
  728. pulumi_alicloud/ecs/eip_segment_address.py +320 -141
  729. pulumi_alicloud/ecs/elasticity_assurance.py +67 -14
  730. pulumi_alicloud/ecs/get_activations.py +23 -9
  731. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +30 -16
  732. pulumi_alicloud/ecs/get_capacity_reservations.py +42 -18
  733. pulumi_alicloud/ecs/get_commands.py +33 -13
  734. pulumi_alicloud/ecs/get_dedicated_hosts.py +50 -22
  735. pulumi_alicloud/ecs/get_disks.py +81 -26
  736. pulumi_alicloud/ecs/get_ecs_dedicated_host_clusters.py +32 -14
  737. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +25 -11
  738. pulumi_alicloud/ecs/get_ecs_disks.py +206 -58
  739. pulumi_alicloud/ecs/get_ecs_image_components.py +40 -18
  740. pulumi_alicloud/ecs/get_ecs_image_pipeline.py +30 -14
  741. pulumi_alicloud/ecs/get_ecs_invocations.py +30 -13
  742. pulumi_alicloud/ecs/get_ecs_key_pairs.py +32 -19
  743. pulumi_alicloud/ecs/get_ecs_launch_templates.py +202 -20
  744. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +27 -11
  745. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +108 -36
  746. pulumi_alicloud/ecs/get_ecs_prefix_lists.py +25 -11
  747. pulumi_alicloud/ecs/get_ecs_snapshot_groups.py +34 -16
  748. pulumi_alicloud/ecs/get_ecs_snapshots.py +64 -28
  749. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +23 -11
  750. pulumi_alicloud/ecs/get_eip_addresses.py +69 -32
  751. pulumi_alicloud/ecs/get_eips.py +57 -20
  752. pulumi_alicloud/ecs/get_elasticity_assurances.py +31 -16
  753. pulumi_alicloud/ecs/get_hpc_clusters.py +19 -9
  754. pulumi_alicloud/ecs/get_images.py +82 -22
  755. pulumi_alicloud/ecs/get_instance_keywords.py +17 -9
  756. pulumi_alicloud/ecs/get_instance_type_families.py +23 -9
  757. pulumi_alicloud/ecs/get_instance_types.py +169 -19
  758. pulumi_alicloud/ecs/get_instances.py +52 -21
  759. pulumi_alicloud/ecs/get_key_pairs.py +36 -21
  760. pulumi_alicloud/ecs/get_network_interfaces.py +109 -71
  761. pulumi_alicloud/ecs/get_security_group_rules.py +40 -17
  762. pulumi_alicloud/ecs/get_security_groups.py +41 -20
  763. pulumi_alicloud/ecs/get_snapshots.py +50 -14
  764. pulumi_alicloud/ecs/hpc_cluster.py +11 -6
  765. pulumi_alicloud/ecs/image.py +657 -174
  766. pulumi_alicloud/ecs/image_copy.py +60 -77
  767. pulumi_alicloud/ecs/image_export.py +41 -36
  768. pulumi_alicloud/ecs/image_import.py +186 -115
  769. pulumi_alicloud/ecs/image_pipeline_execution.py +245 -0
  770. pulumi_alicloud/ecs/image_share_permission.py +53 -40
  771. pulumi_alicloud/ecs/instance.py +733 -245
  772. pulumi_alicloud/ecs/key_pair.py +43 -28
  773. pulumi_alicloud/ecs/key_pair_attachment.py +8 -9
  774. pulumi_alicloud/ecs/launch_template.py +413 -154
  775. pulumi_alicloud/ecs/outputs.py +729 -190
  776. pulumi_alicloud/ecs/reserved_instance.py +32 -37
  777. pulumi_alicloud/ecs/security_group.py +180 -101
  778. pulumi_alicloud/ecs/security_group_rule.py +82 -59
  779. pulumi_alicloud/ecs/snapshot.py +89 -34
  780. pulumi_alicloud/ecs/snapshot_policy.py +171 -15
  781. pulumi_alicloud/ecs/storage_capacity_unit.py +5 -4
  782. pulumi_alicloud/edas/_inputs.py +73 -0
  783. pulumi_alicloud/edas/application.py +23 -22
  784. pulumi_alicloud/edas/application_deployment.py +41 -40
  785. pulumi_alicloud/edas/application_scale.py +55 -46
  786. pulumi_alicloud/edas/cluster.py +13 -12
  787. pulumi_alicloud/edas/deploy_group.py +27 -26
  788. pulumi_alicloud/edas/get_applications.py +19 -9
  789. pulumi_alicloud/edas/get_clusters.py +23 -11
  790. pulumi_alicloud/edas/get_deploy_groups.py +19 -5
  791. pulumi_alicloud/edas/get_namespaces.py +19 -9
  792. pulumi_alicloud/edas/get_service.py +14 -9
  793. pulumi_alicloud/edas/instance_cluster_attachment.py +35 -34
  794. pulumi_alicloud/edas/k8s_application.py +17 -36
  795. pulumi_alicloud/edas/k8s_cluster.py +5 -0
  796. pulumi_alicloud/edas/k8s_slb_attachment.py +10 -5
  797. pulumi_alicloud/edas/namespace.py +17 -12
  798. pulumi_alicloud/edas/outputs.py +5 -0
  799. pulumi_alicloud/edas/slb_attachment.py +41 -40
  800. pulumi_alicloud/eds/_inputs.py +69 -0
  801. pulumi_alicloud/eds/ad_connector_directory.py +19 -18
  802. pulumi_alicloud/eds/ad_connector_office_site.py +32 -10
  803. pulumi_alicloud/eds/bundle.py +15 -14
  804. pulumi_alicloud/eds/command.py +47 -46
  805. pulumi_alicloud/eds/custom_property.py +16 -15
  806. pulumi_alicloud/eds/desktop.py +59 -58
  807. pulumi_alicloud/eds/ecd_policy_group.py +45 -44
  808. pulumi_alicloud/eds/get_ad_connector_directories.py +23 -11
  809. pulumi_alicloud/eds/get_ad_connector_office_sites.py +41 -11
  810. pulumi_alicloud/eds/get_bundles.py +23 -11
  811. pulumi_alicloud/eds/get_commands.py +64 -49
  812. pulumi_alicloud/eds/get_custom_properties.py +16 -9
  813. pulumi_alicloud/eds/get_desktop_types.py +30 -13
  814. pulumi_alicloud/eds/get_desktops.py +69 -51
  815. pulumi_alicloud/eds/get_images.py +67 -49
  816. pulumi_alicloud/eds/get_nas_file_systems.py +29 -15
  817. pulumi_alicloud/eds/get_network_packages.py +26 -17
  818. pulumi_alicloud/eds/get_policy_groups.py +47 -35
  819. pulumi_alicloud/eds/get_ram_directories.py +23 -11
  820. pulumi_alicloud/eds/get_simple_office_sites.py +23 -11
  821. pulumi_alicloud/eds/get_snapshots.py +27 -13
  822. pulumi_alicloud/eds/get_users.py +20 -11
  823. pulumi_alicloud/eds/get_zones.py +15 -9
  824. pulumi_alicloud/eds/image.py +47 -46
  825. pulumi_alicloud/eds/nas_file_system.py +11 -10
  826. pulumi_alicloud/eds/network_package.py +15 -22
  827. pulumi_alicloud/eds/outputs.py +21 -20
  828. pulumi_alicloud/eds/ram_directory.py +19 -14
  829. pulumi_alicloud/eds/simple_office_site.py +23 -34
  830. pulumi_alicloud/eds/snapshot.py +47 -46
  831. pulumi_alicloud/eds/user.py +11 -10
  832. pulumi_alicloud/eflo/get_subnets.py +43 -15
  833. pulumi_alicloud/eflo/get_vpds.py +37 -13
  834. pulumi_alicloud/eflo/outputs.py +5 -0
  835. pulumi_alicloud/eflo/subnet.py +17 -16
  836. pulumi_alicloud/eflo/vpd.py +11 -10
  837. pulumi_alicloud/ehpc/_inputs.py +87 -0
  838. pulumi_alicloud/ehpc/cluster.py +125 -54
  839. pulumi_alicloud/ehpc/get_clusters.py +36 -13
  840. pulumi_alicloud/ehpc/get_job_templates.py +21 -11
  841. pulumi_alicloud/ehpc/job_template.py +11 -10
  842. pulumi_alicloud/ehpc/outputs.py +39 -2
  843. pulumi_alicloud/eipanycast/_inputs.py +17 -0
  844. pulumi_alicloud/eipanycast/anycast_eip_address.py +19 -18
  845. pulumi_alicloud/eipanycast/anycast_eip_address_attachment.py +72 -101
  846. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +41 -15
  847. pulumi_alicloud/eipanycast/outputs.py +5 -0
  848. pulumi_alicloud/elasticsearch/get_instances.py +26 -8
  849. pulumi_alicloud/elasticsearch/get_zones.py +19 -9
  850. pulumi_alicloud/elasticsearch/instance.py +350 -63
  851. pulumi_alicloud/elasticsearch/outputs.py +7 -2
  852. pulumi_alicloud/emr/_inputs.py +180 -8
  853. pulumi_alicloud/emr/cluster.py +938 -39
  854. pulumi_alicloud/emr/get_clusters.py +168 -123
  855. pulumi_alicloud/emr/get_disk_types.py +29 -13
  856. pulumi_alicloud/emr/get_instance_types.py +35 -15
  857. pulumi_alicloud/emr/get_main_versions.py +25 -15
  858. pulumi_alicloud/emr/outputs.py +26 -29
  859. pulumi_alicloud/emrv2/_inputs.py +2146 -61
  860. pulumi_alicloud/emrv2/cluster.py +295 -194
  861. pulumi_alicloud/emrv2/get_clusters.py +70 -18
  862. pulumi_alicloud/emrv2/outputs.py +1464 -195
  863. pulumi_alicloud/ens/__init__.py +2 -0
  864. pulumi_alicloud/ens/_inputs.py +218 -2
  865. pulumi_alicloud/ens/disk.py +11 -10
  866. pulumi_alicloud/ens/disk_instance_attachment.py +21 -20
  867. pulumi_alicloud/ens/eip.py +5 -4
  868. pulumi_alicloud/ens/eip_instance_attachment.py +485 -0
  869. pulumi_alicloud/ens/get_key_pairs.py +22 -9
  870. pulumi_alicloud/ens/image.py +17 -16
  871. pulumi_alicloud/ens/instance.py +455 -207
  872. pulumi_alicloud/ens/instance_security_group_attachment.py +19 -18
  873. pulumi_alicloud/ens/key_pair.py +5 -4
  874. pulumi_alicloud/ens/load_balancer.py +79 -29
  875. pulumi_alicloud/ens/nat_gateway.py +463 -0
  876. pulumi_alicloud/ens/network.py +5 -4
  877. pulumi_alicloud/ens/outputs.py +146 -2
  878. pulumi_alicloud/ens/security_group.py +5 -4
  879. pulumi_alicloud/ens/snapshot.py +5 -4
  880. pulumi_alicloud/ens/vswitch.py +11 -10
  881. pulumi_alicloud/esa/__init__.py +12 -0
  882. pulumi_alicloud/esa/_inputs.py +456 -0
  883. pulumi_alicloud/esa/outputs.py +321 -0
  884. pulumi_alicloud/esa/rate_plan_instance.py +626 -0
  885. pulumi_alicloud/esa/record.py +798 -0
  886. pulumi_alicloud/esa/site.py +533 -0
  887. pulumi_alicloud/ess/__init__.py +1 -0
  888. pulumi_alicloud/ess/_inputs.py +1361 -110
  889. pulumi_alicloud/ess/alarm.py +232 -84
  890. pulumi_alicloud/ess/alb_server_group_attachment.py +55 -50
  891. pulumi_alicloud/ess/attachment.py +225 -79
  892. pulumi_alicloud/ess/eci_scaling_configuration.py +464 -88
  893. pulumi_alicloud/ess/get_alarms.py +23 -5
  894. pulumi_alicloud/ess/get_lifecycle_hooks.py +25 -13
  895. pulumi_alicloud/ess/get_notifications.py +18 -9
  896. pulumi_alicloud/ess/get_scaling_configurations.py +139 -21
  897. pulumi_alicloud/ess/get_scaling_groups.py +19 -9
  898. pulumi_alicloud/ess/get_scaling_rules.py +29 -15
  899. pulumi_alicloud/ess/get_scheduled_tasks.py +27 -13
  900. pulumi_alicloud/ess/lifecycle_hook.py +31 -24
  901. pulumi_alicloud/ess/notification.py +79 -31
  902. pulumi_alicloud/ess/outputs.py +659 -106
  903. pulumi_alicloud/ess/scaling_configuration.py +576 -113
  904. pulumi_alicloud/ess/scaling_group.py +591 -75
  905. pulumi_alicloud/ess/scaling_group_v_server_groups.py +10 -5
  906. pulumi_alicloud/ess/scaling_rule.py +432 -51
  907. pulumi_alicloud/ess/schedule.py +5 -0
  908. pulumi_alicloud/ess/scheduled_task.py +12 -7
  909. pulumi_alicloud/ess/server_group_attachment.py +557 -0
  910. pulumi_alicloud/ess/suspend_process.py +37 -32
  911. pulumi_alicloud/eventbridge/_inputs.py +320 -32
  912. pulumi_alicloud/eventbridge/api_destination.py +30 -29
  913. pulumi_alicloud/eventbridge/connection.py +115 -110
  914. pulumi_alicloud/eventbridge/event_bus.py +5 -4
  915. pulumi_alicloud/eventbridge/event_source.py +35 -26
  916. pulumi_alicloud/eventbridge/get_event_buses.py +23 -9
  917. pulumi_alicloud/eventbridge/get_event_sources.py +19 -9
  918. pulumi_alicloud/eventbridge/get_rules.py +27 -11
  919. pulumi_alicloud/eventbridge/get_service.py +14 -9
  920. pulumi_alicloud/eventbridge/outputs.py +48 -35
  921. pulumi_alicloud/eventbridge/rule.py +43 -38
  922. pulumi_alicloud/eventbridge/service_linked_role.py +7 -6
  923. pulumi_alicloud/eventbridge/slr.py +5 -0
  924. pulumi_alicloud/expressconnect/__init__.py +9 -0
  925. pulumi_alicloud/expressconnect/_inputs.py +84 -0
  926. pulumi_alicloud/expressconnect/ec_failover_test_job.py +15 -14
  927. pulumi_alicloud/expressconnect/get_access_points.py +23 -11
  928. pulumi_alicloud/expressconnect/get_grant_rule_to_cens.py +22 -9
  929. pulumi_alicloud/expressconnect/get_physical_connection_service.py +16 -11
  930. pulumi_alicloud/expressconnect/get_physical_connections.py +25 -11
  931. pulumi_alicloud/expressconnect/get_router_interfaces.py +33 -15
  932. pulumi_alicloud/expressconnect/get_vbr_pconn_associations.py +24 -11
  933. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +45 -31
  934. pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +33 -5
  935. pulumi_alicloud/expressconnect/grant_rule_to_cen.py +19 -18
  936. pulumi_alicloud/expressconnect/outputs.py +56 -0
  937. pulumi_alicloud/expressconnect/physical_connection.py +330 -201
  938. pulumi_alicloud/expressconnect/router_express_connect_router.py +463 -0
  939. pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
  940. pulumi_alicloud/expressconnect/router_interface.py +15 -18
  941. pulumi_alicloud/expressconnect/router_tr_association.py +583 -0
  942. pulumi_alicloud/expressconnect/router_vbr_child_instance.py +541 -0
  943. pulumi_alicloud/expressconnect/router_vpc_association.py +505 -0
  944. pulumi_alicloud/expressconnect/traffic_qos.py +289 -0
  945. pulumi_alicloud/expressconnect/traffic_qos_association.py +341 -0
  946. pulumi_alicloud/expressconnect/traffic_qos_queue.py +525 -0
  947. pulumi_alicloud/expressconnect/traffic_qos_rule.py +1179 -0
  948. pulumi_alicloud/expressconnect/vbr_pconn_association.py +13 -12
  949. pulumi_alicloud/expressconnect/virtual_border_router.py +15 -14
  950. pulumi_alicloud/expressconnect/virtual_physical_connection.py +15 -14
  951. pulumi_alicloud/fc/__init__.py +10 -0
  952. pulumi_alicloud/fc/_inputs.py +3052 -4
  953. pulumi_alicloud/fc/alias.py +16 -13
  954. pulumi_alicloud/fc/custom_domain.py +83 -72
  955. pulumi_alicloud/fc/function.py +92 -57
  956. pulumi_alicloud/fc/function_async_invoke_config.py +110 -103
  957. pulumi_alicloud/fc/get_custom_domains.py +21 -11
  958. pulumi_alicloud/fc/get_functions.py +25 -13
  959. pulumi_alicloud/fc/get_service.py +14 -9
  960. pulumi_alicloud/fc/get_services.py +19 -9
  961. pulumi_alicloud/fc/get_triggers.py +29 -15
  962. pulumi_alicloud/fc/get_zones.py +17 -9
  963. pulumi_alicloud/fc/layer_version.py +13 -12
  964. pulumi_alicloud/fc/outputs.py +2130 -8
  965. pulumi_alicloud/fc/service.py +17 -12
  966. pulumi_alicloud/fc/trigger.py +433 -308
  967. pulumi_alicloud/fc/v2_function.py +53 -28
  968. pulumi_alicloud/fc/v3_alias.py +473 -0
  969. pulumi_alicloud/fc/v3_async_invoke_config.py +500 -0
  970. pulumi_alicloud/fc/v3_concurrency_config.py +314 -0
  971. pulumi_alicloud/fc/v3_custom_domain.py +964 -0
  972. pulumi_alicloud/fc/v3_function.py +1704 -0
  973. pulumi_alicloud/fc/v3_function_version.py +346 -0
  974. pulumi_alicloud/fc/v3_layer_version.py +619 -0
  975. pulumi_alicloud/fc/v3_provision_config.py +765 -0
  976. pulumi_alicloud/fc/v3_trigger.py +878 -0
  977. pulumi_alicloud/fc/v3_vpc_binding.py +288 -0
  978. pulumi_alicloud/fnf/execution.py +19 -12
  979. pulumi_alicloud/fnf/flow.py +13 -6
  980. pulumi_alicloud/fnf/get_executions.py +29 -13
  981. pulumi_alicloud/fnf/get_flows.py +21 -9
  982. pulumi_alicloud/fnf/get_schedules.py +23 -9
  983. pulumi_alicloud/fnf/get_service.py +14 -9
  984. pulumi_alicloud/fnf/outputs.py +5 -0
  985. pulumi_alicloud/fnf/schedule.py +13 -10
  986. pulumi_alicloud/ga/_inputs.py +291 -8
  987. pulumi_alicloud/ga/accelerator.py +117 -20
  988. pulumi_alicloud/ga/accelerator_spare_ip_attachment.py +15 -14
  989. pulumi_alicloud/ga/access_log.py +49 -42
  990. pulumi_alicloud/ga/acl.py +84 -42
  991. pulumi_alicloud/ga/acl_attachment.py +29 -28
  992. pulumi_alicloud/ga/acl_entry_attachment.py +11 -10
  993. pulumi_alicloud/ga/additional_certificate.py +5 -0
  994. pulumi_alicloud/ga/bandwidth_package.py +99 -32
  995. pulumi_alicloud/ga/bandwidth_package_attachment.py +39 -38
  996. pulumi_alicloud/ga/basic_accelerate_ip.py +15 -14
  997. pulumi_alicloud/ga/basic_accelerate_ip_endpoint_relation.py +39 -48
  998. pulumi_alicloud/ga/basic_accelerator.py +76 -28
  999. pulumi_alicloud/ga/basic_endpoint.py +33 -42
  1000. pulumi_alicloud/ga/basic_endpoint_group.py +19 -18
  1001. pulumi_alicloud/ga/basic_ip_set.py +11 -10
  1002. pulumi_alicloud/ga/custom_routing_endpoint.py +54 -32
  1003. pulumi_alicloud/ga/custom_routing_endpoint_group.py +25 -24
  1004. pulumi_alicloud/ga/custom_routing_endpoint_group_destination.py +27 -26
  1005. pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +86 -81
  1006. pulumi_alicloud/ga/domain.py +11 -10
  1007. pulumi_alicloud/ga/endpoint_group.py +187 -102
  1008. pulumi_alicloud/ga/forwarding_rule.py +115 -110
  1009. pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +31 -11
  1010. pulumi_alicloud/ga/get_accelerators.py +27 -9
  1011. pulumi_alicloud/ga/get_acls.py +41 -13
  1012. pulumi_alicloud/ga/get_additional_certificates.py +31 -11
  1013. pulumi_alicloud/ga/get_bandwidth_packages.py +43 -15
  1014. pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +26 -11
  1015. pulumi_alicloud/ga/get_basic_accelerate_ips.py +26 -11
  1016. pulumi_alicloud/ga/get_basic_accelerators.py +29 -11
  1017. pulumi_alicloud/ga/get_basic_endpoints.py +31 -11
  1018. pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +34 -11
  1019. pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +33 -11
  1020. pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +32 -11
  1021. pulumi_alicloud/ga/get_custom_routing_endpoints.py +28 -11
  1022. pulumi_alicloud/ga/get_custom_routing_port_mappings.py +28 -11
  1023. pulumi_alicloud/ga/get_domains.py +66 -7
  1024. pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +36 -12
  1025. pulumi_alicloud/ga/get_endpoint_groups.py +75 -53
  1026. pulumi_alicloud/ga/get_forwarding_rules.py +30 -11
  1027. pulumi_alicloud/ga/get_ip_sets.py +30 -13
  1028. pulumi_alicloud/ga/get_listeners.py +36 -13
  1029. pulumi_alicloud/ga/ip_set.py +20 -19
  1030. pulumi_alicloud/ga/listener.py +243 -38
  1031. pulumi_alicloud/ga/outputs.py +127 -38
  1032. pulumi_alicloud/get_account.py +11 -9
  1033. pulumi_alicloud/get_caller_identity.py +14 -9
  1034. pulumi_alicloud/get_file_crc64_checksum.py +18 -11
  1035. pulumi_alicloud/get_msc_sub_contact_verification_message.py +22 -15
  1036. pulumi_alicloud/get_msc_sub_contacts.py +27 -11
  1037. pulumi_alicloud/get_msc_sub_subscriptions.py +19 -11
  1038. pulumi_alicloud/get_msc_sub_webhooks.py +27 -11
  1039. pulumi_alicloud/get_regions.py +19 -9
  1040. pulumi_alicloud/get_zones.py +41 -13
  1041. pulumi_alicloud/governance/__init__.py +12 -0
  1042. pulumi_alicloud/governance/_inputs.py +149 -0
  1043. pulumi_alicloud/governance/account.py +606 -0
  1044. pulumi_alicloud/governance/baseline.py +392 -0
  1045. pulumi_alicloud/governance/get_baselines.py +263 -0
  1046. pulumi_alicloud/governance/outputs.py +155 -0
  1047. pulumi_alicloud/gpdb/__init__.py +12 -0
  1048. pulumi_alicloud/gpdb/_inputs.py +575 -3
  1049. pulumi_alicloud/gpdb/account.py +203 -129
  1050. pulumi_alicloud/gpdb/backup_policy.py +5 -0
  1051. pulumi_alicloud/gpdb/connection.py +31 -44
  1052. pulumi_alicloud/gpdb/database.py +545 -0
  1053. pulumi_alicloud/gpdb/db_instance_ip_array.py +538 -0
  1054. pulumi_alicloud/gpdb/db_instance_plan.py +10 -111
  1055. pulumi_alicloud/gpdb/db_resource_group.py +414 -0
  1056. pulumi_alicloud/gpdb/elastic_instance.py +33 -28
  1057. pulumi_alicloud/gpdb/external_data_service.py +490 -0
  1058. pulumi_alicloud/gpdb/get_accounts.py +23 -9
  1059. pulumi_alicloud/gpdb/get_data_backups.py +317 -0
  1060. pulumi_alicloud/gpdb/get_db_instance_plans.py +29 -11
  1061. pulumi_alicloud/gpdb/get_instances.py +44 -16
  1062. pulumi_alicloud/gpdb/get_log_backups.py +246 -0
  1063. pulumi_alicloud/gpdb/get_zones.py +17 -5
  1064. pulumi_alicloud/gpdb/hadoop_data_source.py +1140 -0
  1065. pulumi_alicloud/gpdb/instance.py +354 -108
  1066. pulumi_alicloud/gpdb/jdbc_data_source.py +648 -0
  1067. pulumi_alicloud/gpdb/outputs.py +605 -7
  1068. pulumi_alicloud/gpdb/remote_adb_data_source.py +768 -0
  1069. pulumi_alicloud/gpdb/streaming_data_service.py +486 -0
  1070. pulumi_alicloud/gpdb/streaming_data_source.py +650 -0
  1071. pulumi_alicloud/gpdb/streaming_job.py +1573 -0
  1072. pulumi_alicloud/graphdatabase/_inputs.py +25 -0
  1073. pulumi_alicloud/graphdatabase/db_instance.py +10 -9
  1074. pulumi_alicloud/graphdatabase/get_db_instances.py +24 -11
  1075. pulumi_alicloud/graphdatabase/outputs.py +5 -0
  1076. pulumi_alicloud/gwlb/__init__.py +13 -0
  1077. pulumi_alicloud/gwlb/_inputs.py +694 -0
  1078. pulumi_alicloud/gwlb/get_zones.py +173 -0
  1079. pulumi_alicloud/gwlb/listener.py +434 -0
  1080. pulumi_alicloud/gwlb/load_balancer.py +544 -0
  1081. pulumi_alicloud/gwlb/outputs.py +588 -0
  1082. pulumi_alicloud/gwlb/server_group.py +829 -0
  1083. pulumi_alicloud/hbase/_inputs.py +61 -0
  1084. pulumi_alicloud/hbase/get_instance_types.py +33 -7
  1085. pulumi_alicloud/hbase/get_instances.py +32 -18
  1086. pulumi_alicloud/hbase/get_zones.py +15 -11
  1087. pulumi_alicloud/hbase/instance.py +43 -40
  1088. pulumi_alicloud/hbase/outputs.py +8 -3
  1089. pulumi_alicloud/hbr/__init__.py +3 -0
  1090. pulumi_alicloud/hbr/_inputs.py +511 -0
  1091. pulumi_alicloud/hbr/cross_account.py +338 -0
  1092. pulumi_alicloud/hbr/ecs_backup_client.py +33 -28
  1093. pulumi_alicloud/hbr/ecs_backup_plan.py +53 -39
  1094. pulumi_alicloud/hbr/get_backup_jobs.py +96 -81
  1095. pulumi_alicloud/hbr/get_ecs_backup_clients.py +26 -15
  1096. pulumi_alicloud/hbr/get_ecs_backup_plans.py +27 -13
  1097. pulumi_alicloud/hbr/get_hana_backup_clients.py +28 -9
  1098. pulumi_alicloud/hbr/get_hana_backup_plans.py +31 -13
  1099. pulumi_alicloud/hbr/get_hana_instances.py +39 -13
  1100. pulumi_alicloud/hbr/get_nas_backup_plans.py +27 -13
  1101. pulumi_alicloud/hbr/get_oss_backup_plans.py +25 -11
  1102. pulumi_alicloud/hbr/get_ots_backup_plans.py +29 -13
  1103. pulumi_alicloud/hbr/get_ots_snapshots.py +22 -11
  1104. pulumi_alicloud/hbr/get_replication_vault_regions.py +14 -9
  1105. pulumi_alicloud/hbr/get_restore_jobs.py +49 -27
  1106. pulumi_alicloud/hbr/get_server_backup_plans.py +30 -21
  1107. pulumi_alicloud/hbr/get_service.py +14 -9
  1108. pulumi_alicloud/hbr/get_snapshots.py +72 -43
  1109. pulumi_alicloud/hbr/get_vaults.py +29 -11
  1110. pulumi_alicloud/hbr/hana_backup_client.py +49 -36
  1111. pulumi_alicloud/hbr/hana_backup_plan.py +50 -20
  1112. pulumi_alicloud/hbr/hana_instance.py +25 -16
  1113. pulumi_alicloud/hbr/nas_backup_plan.py +29 -19
  1114. pulumi_alicloud/hbr/oss_backup_plan.py +20 -12
  1115. pulumi_alicloud/hbr/ots_backup_plan.py +103 -97
  1116. pulumi_alicloud/hbr/outputs.py +342 -2
  1117. pulumi_alicloud/hbr/policy.py +362 -0
  1118. pulumi_alicloud/hbr/policy_binding.py +901 -0
  1119. pulumi_alicloud/hbr/replication_vault.py +15 -22
  1120. pulumi_alicloud/hbr/restore_job.py +44 -43
  1121. pulumi_alicloud/hbr/server_backup_plan.py +53 -41
  1122. pulumi_alicloud/hbr/vault.py +29 -6
  1123. pulumi_alicloud/hologram/_inputs.py +41 -0
  1124. pulumi_alicloud/hologram/instance.py +24 -19
  1125. pulumi_alicloud/hologram/outputs.py +5 -0
  1126. pulumi_alicloud/imm/get_projects.py +16 -9
  1127. pulumi_alicloud/imm/outputs.py +5 -0
  1128. pulumi_alicloud/imm/project.py +7 -4
  1129. pulumi_alicloud/imp/_inputs.py +23 -0
  1130. pulumi_alicloud/imp/app_template.py +10 -9
  1131. pulumi_alicloud/imp/get_app_templates.py +23 -11
  1132. pulumi_alicloud/imp/outputs.py +5 -0
  1133. pulumi_alicloud/ims/oidc_provider.py +33 -4
  1134. pulumi_alicloud/iot/device_group.py +5 -4
  1135. pulumi_alicloud/iot/get_device_groups.py +26 -9
  1136. pulumi_alicloud/iot/get_service.py +14 -9
  1137. pulumi_alicloud/iot/outputs.py +5 -0
  1138. pulumi_alicloud/kms/_inputs.py +33 -4
  1139. pulumi_alicloud/kms/alias.py +11 -10
  1140. pulumi_alicloud/kms/application_access_point.py +5 -4
  1141. pulumi_alicloud/kms/ciphertext.py +5 -4
  1142. pulumi_alicloud/kms/client_key.py +9 -8
  1143. pulumi_alicloud/kms/get_aliases.py +23 -11
  1144. pulumi_alicloud/kms/get_ciphertext.py +18 -9
  1145. pulumi_alicloud/kms/get_key_versions.py +24 -13
  1146. pulumi_alicloud/kms/get_keys.py +26 -9
  1147. pulumi_alicloud/kms/get_plaintext.py +19 -9
  1148. pulumi_alicloud/kms/get_secret_versions.py +30 -13
  1149. pulumi_alicloud/kms/get_secrets.py +37 -17
  1150. pulumi_alicloud/kms/get_service.py +14 -9
  1151. pulumi_alicloud/kms/instance.py +272 -153
  1152. pulumi_alicloud/kms/key.py +347 -254
  1153. pulumi_alicloud/kms/key_version.py +5 -4
  1154. pulumi_alicloud/kms/network_rule.py +5 -4
  1155. pulumi_alicloud/kms/outputs.py +28 -23
  1156. pulumi_alicloud/kms/policy.py +5 -0
  1157. pulumi_alicloud/kms/secret.py +231 -117
  1158. pulumi_alicloud/kvstore/_inputs.py +23 -6
  1159. pulumi_alicloud/kvstore/account.py +85 -70
  1160. pulumi_alicloud/kvstore/audit_log_config.py +32 -31
  1161. pulumi_alicloud/kvstore/backup_policy.py +58 -49
  1162. pulumi_alicloud/kvstore/connection.py +31 -30
  1163. pulumi_alicloud/kvstore/get_accounts.py +28 -13
  1164. pulumi_alicloud/kvstore/get_connections.py +43 -10
  1165. pulumi_alicloud/kvstore/get_instance_classes.py +78 -50
  1166. pulumi_alicloud/kvstore/get_instance_engines.py +41 -28
  1167. pulumi_alicloud/kvstore/get_instances.py +80 -23
  1168. pulumi_alicloud/kvstore/get_permission.py +24 -19
  1169. pulumi_alicloud/kvstore/get_zones.py +29 -13
  1170. pulumi_alicloud/kvstore/instance.py +296 -156
  1171. pulumi_alicloud/kvstore/outputs.py +67 -22
  1172. pulumi_alicloud/lindorm/get_instances.py +29 -11
  1173. pulumi_alicloud/lindorm/instance.py +34 -39
  1174. pulumi_alicloud/lindorm/outputs.py +5 -0
  1175. pulumi_alicloud/live/__init__.py +8 -0
  1176. pulumi_alicloud/live/caster.py +1343 -0
  1177. pulumi_alicloud/log/__init__.py +1 -0
  1178. pulumi_alicloud/log/_inputs.py +467 -27
  1179. pulumi_alicloud/log/alert.py +383 -412
  1180. pulumi_alicloud/log/alert_resource.py +291 -0
  1181. pulumi_alicloud/log/audit.py +21 -30
  1182. pulumi_alicloud/log/dashboard.py +23 -16
  1183. pulumi_alicloud/log/etl.py +133 -122
  1184. pulumi_alicloud/log/get_alert_resource.py +27 -19
  1185. pulumi_alicloud/log/get_projects.py +23 -7
  1186. pulumi_alicloud/log/get_service.py +16 -11
  1187. pulumi_alicloud/log/get_stores.py +21 -9
  1188. pulumi_alicloud/log/ingestion.py +23 -18
  1189. pulumi_alicloud/log/log_tail_attachment.py +57 -46
  1190. pulumi_alicloud/log/log_tail_config.py +86 -45
  1191. pulumi_alicloud/log/machine_group.py +19 -12
  1192. pulumi_alicloud/log/oss_export.py +35 -30
  1193. pulumi_alicloud/log/oss_shipper.py +35 -26
  1194. pulumi_alicloud/log/outputs.py +30 -27
  1195. pulumi_alicloud/log/project.py +85 -64
  1196. pulumi_alicloud/log/resource.py +11 -10
  1197. pulumi_alicloud/log/resource_record.py +55 -36
  1198. pulumi_alicloud/log/store.py +153 -73
  1199. pulumi_alicloud/log/store_index.py +59 -52
  1200. pulumi_alicloud/marketplace/get_product.py +16 -9
  1201. pulumi_alicloud/marketplace/get_products.py +32 -5
  1202. pulumi_alicloud/marketplace/order.py +29 -28
  1203. pulumi_alicloud/marketplace/outputs.py +5 -0
  1204. pulumi_alicloud/maxcompute/_inputs.py +186 -44
  1205. pulumi_alicloud/maxcompute/get_projects.py +33 -25
  1206. pulumi_alicloud/maxcompute/get_service.py +18 -9
  1207. pulumi_alicloud/maxcompute/outputs.py +126 -104
  1208. pulumi_alicloud/maxcompute/project.py +248 -83
  1209. pulumi_alicloud/message/get_service_queues.py +25 -9
  1210. pulumi_alicloud/message/get_service_subscriptions.py +27 -9
  1211. pulumi_alicloud/message/get_service_topics.py +25 -9
  1212. pulumi_alicloud/message/outputs.py +5 -0
  1213. pulumi_alicloud/message/service_queue.py +152 -78
  1214. pulumi_alicloud/message/service_subscription.py +25 -10
  1215. pulumi_alicloud/message/service_topic.py +187 -41
  1216. pulumi_alicloud/mhub/app.py +11 -10
  1217. pulumi_alicloud/mhub/get_apps.py +27 -11
  1218. pulumi_alicloud/mhub/get_products.py +19 -9
  1219. pulumi_alicloud/mhub/outputs.py +5 -0
  1220. pulumi_alicloud/mhub/product.py +5 -4
  1221. pulumi_alicloud/mns/get_queues.py +17 -9
  1222. pulumi_alicloud/mns/get_service.py +14 -9
  1223. pulumi_alicloud/mns/get_topic_subscriptions.py +23 -13
  1224. pulumi_alicloud/mns/get_topics.py +17 -9
  1225. pulumi_alicloud/mns/outputs.py +5 -0
  1226. pulumi_alicloud/mns/queue.py +11 -8
  1227. pulumi_alicloud/mns/topic.py +11 -8
  1228. pulumi_alicloud/mns/topic_subscription.py +19 -14
  1229. pulumi_alicloud/mongodb/__init__.py +1 -0
  1230. pulumi_alicloud/mongodb/_inputs.py +265 -20
  1231. pulumi_alicloud/mongodb/account.py +143 -165
  1232. pulumi_alicloud/mongodb/audit_policy.py +21 -18
  1233. pulumi_alicloud/mongodb/get_accounts.py +22 -13
  1234. pulumi_alicloud/mongodb/get_audit_policies.py +18 -11
  1235. pulumi_alicloud/mongodb/get_instances.py +38 -20
  1236. pulumi_alicloud/mongodb/get_serverless_instances.py +45 -18
  1237. pulumi_alicloud/mongodb/get_sharding_network_private_addresses.py +22 -7
  1238. pulumi_alicloud/mongodb/get_sharding_network_public_addresses.py +22 -11
  1239. pulumi_alicloud/mongodb/get_zones.py +19 -11
  1240. pulumi_alicloud/mongodb/instance.py +314 -67
  1241. pulumi_alicloud/mongodb/outputs.py +27 -26
  1242. pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
  1243. pulumi_alicloud/mongodb/serverless_instance.py +59 -58
  1244. pulumi_alicloud/mongodb/sharding_instance.py +293 -109
  1245. pulumi_alicloud/mongodb/sharding_network_private_address.py +98 -99
  1246. pulumi_alicloud/mongodb/sharding_network_public_address.py +51 -48
  1247. pulumi_alicloud/msc_sub_contract.py +5 -4
  1248. pulumi_alicloud/msc_sub_subscription.py +9 -8
  1249. pulumi_alicloud/msc_sub_webhook.py +5 -0
  1250. pulumi_alicloud/mse/__init__.py +2 -0
  1251. pulumi_alicloud/mse/_inputs.py +45 -0
  1252. pulumi_alicloud/mse/cluster.py +323 -121
  1253. pulumi_alicloud/mse/engine_namespace.py +177 -68
  1254. pulumi_alicloud/mse/gateway.py +7 -2
  1255. pulumi_alicloud/mse/get_clusters.py +99 -19
  1256. pulumi_alicloud/mse/get_engine_namespaces.py +113 -24
  1257. pulumi_alicloud/mse/get_gateways.py +31 -13
  1258. pulumi_alicloud/mse/get_nacos_configs.py +394 -0
  1259. pulumi_alicloud/mse/get_znodes.py +25 -9
  1260. pulumi_alicloud/mse/nacos_config.py +762 -0
  1261. pulumi_alicloud/mse/outputs.py +170 -8
  1262. pulumi_alicloud/mse/znode.py +17 -16
  1263. pulumi_alicloud/nas/__init__.py +2 -0
  1264. pulumi_alicloud/nas/_inputs.py +317 -0
  1265. pulumi_alicloud/nas/access_group.py +21 -24
  1266. pulumi_alicloud/nas/access_point.py +756 -0
  1267. pulumi_alicloud/nas/access_rule.py +43 -22
  1268. pulumi_alicloud/nas/auto_snapshot_policy.py +116 -30
  1269. pulumi_alicloud/nas/data_flow.py +25 -6
  1270. pulumi_alicloud/nas/file_system.py +501 -234
  1271. pulumi_alicloud/nas/fileset.py +27 -26
  1272. pulumi_alicloud/nas/get_access_groups.py +31 -12
  1273. pulumi_alicloud/nas/get_access_rules.py +24 -5
  1274. pulumi_alicloud/nas/get_auto_snapshot_policies.py +21 -9
  1275. pulumi_alicloud/nas/get_data_flows.py +22 -11
  1276. pulumi_alicloud/nas/get_file_systems.py +31 -13
  1277. pulumi_alicloud/nas/get_filesets.py +22 -11
  1278. pulumi_alicloud/nas/get_lifecycle_policies.py +21 -9
  1279. pulumi_alicloud/nas/get_mount_targets.py +34 -15
  1280. pulumi_alicloud/nas/get_protocols.py +24 -15
  1281. pulumi_alicloud/nas/get_service.py +14 -9
  1282. pulumi_alicloud/nas/get_snapshots.py +27 -11
  1283. pulumi_alicloud/nas/get_zones.py +16 -9
  1284. pulumi_alicloud/nas/lifecycle_policy.py +17 -16
  1285. pulumi_alicloud/nas/mount_target.py +81 -0
  1286. pulumi_alicloud/nas/outputs.py +246 -0
  1287. pulumi_alicloud/nas/recycle_bin.py +19 -18
  1288. pulumi_alicloud/nas/smb_acl_attachment.py +13 -12
  1289. pulumi_alicloud/nas/snapshot.py +19 -20
  1290. pulumi_alicloud/nlb/_inputs.py +287 -64
  1291. pulumi_alicloud/nlb/get_listeners.py +52 -7
  1292. pulumi_alicloud/nlb/get_load_balancers.py +54 -24
  1293. pulumi_alicloud/nlb/get_security_policies.py +32 -16
  1294. pulumi_alicloud/nlb/get_server_group_server_attachments.py +30 -11
  1295. pulumi_alicloud/nlb/get_server_groups.py +36 -18
  1296. pulumi_alicloud/nlb/get_zones.py +15 -9
  1297. pulumi_alicloud/nlb/listener.py +398 -325
  1298. pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +30 -25
  1299. pulumi_alicloud/nlb/load_balancer.py +357 -257
  1300. pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +74 -79
  1301. pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +69 -60
  1302. pulumi_alicloud/nlb/outputs.py +136 -75
  1303. pulumi_alicloud/nlb/security_policy.py +74 -45
  1304. pulumi_alicloud/nlb/server_group.py +255 -239
  1305. pulumi_alicloud/nlb/server_group_server_attachment.py +21 -20
  1306. pulumi_alicloud/ocean/base_instance.py +519 -183
  1307. pulumi_alicloud/ocean/get_base_instances.py +39 -13
  1308. pulumi_alicloud/ocean/outputs.py +5 -0
  1309. pulumi_alicloud/oos/application.py +29 -28
  1310. pulumi_alicloud/oos/application_group.py +21 -20
  1311. pulumi_alicloud/oos/default_patch_baseline.py +9 -8
  1312. pulumi_alicloud/oos/execution.py +25 -16
  1313. pulumi_alicloud/oos/get_application_groups.py +23 -9
  1314. pulumi_alicloud/oos/get_applications.py +26 -14
  1315. pulumi_alicloud/oos/get_executions.py +57 -18
  1316. pulumi_alicloud/oos/get_parameters.py +42 -18
  1317. pulumi_alicloud/oos/get_patch_baselines.py +29 -9
  1318. pulumi_alicloud/oos/get_secret_parameters.py +149 -19
  1319. pulumi_alicloud/oos/get_state_configurations.py +25 -14
  1320. pulumi_alicloud/oos/get_templates.py +56 -22
  1321. pulumi_alicloud/oos/outputs.py +41 -25
  1322. pulumi_alicloud/oos/parameter.py +47 -18
  1323. pulumi_alicloud/oos/patch_baseline.py +243 -7
  1324. pulumi_alicloud/oos/secret_parameter.py +138 -34
  1325. pulumi_alicloud/oos/service_setting.py +19 -16
  1326. pulumi_alicloud/oos/state_configuration.py +25 -24
  1327. pulumi_alicloud/oos/template.py +35 -28
  1328. pulumi_alicloud/opensearch/_inputs.py +54 -0
  1329. pulumi_alicloud/opensearch/app_group.py +25 -24
  1330. pulumi_alicloud/opensearch/get_app_groups.py +45 -25
  1331. pulumi_alicloud/opensearch/outputs.py +5 -0
  1332. pulumi_alicloud/oss/__init__.py +21 -0
  1333. pulumi_alicloud/oss/_inputs.py +2531 -15
  1334. pulumi_alicloud/oss/access_point.py +463 -0
  1335. pulumi_alicloud/oss/account_public_access_block.py +205 -0
  1336. pulumi_alicloud/oss/bucket.py +202 -155
  1337. pulumi_alicloud/oss/bucket_access_monitor.py +211 -0
  1338. pulumi_alicloud/oss/bucket_acl.py +211 -0
  1339. pulumi_alicloud/oss/bucket_cname.py +509 -0
  1340. pulumi_alicloud/oss/bucket_cname_token.py +239 -0
  1341. pulumi_alicloud/oss/bucket_cors.py +336 -0
  1342. pulumi_alicloud/oss/bucket_data_redundancy_transition.py +303 -0
  1343. pulumi_alicloud/oss/bucket_https_config.py +258 -0
  1344. pulumi_alicloud/oss/bucket_logging.py +320 -0
  1345. pulumi_alicloud/oss/bucket_meta_query.py +275 -0
  1346. pulumi_alicloud/oss/bucket_object.py +25 -24
  1347. pulumi_alicloud/oss/bucket_policy.py +295 -0
  1348. pulumi_alicloud/oss/bucket_public_access_block.py +271 -0
  1349. pulumi_alicloud/oss/bucket_referer.py +473 -0
  1350. pulumi_alicloud/oss/bucket_replication.py +159 -156
  1351. pulumi_alicloud/oss/bucket_request_payment.py +210 -0
  1352. pulumi_alicloud/oss/bucket_server_side_encryption.py +385 -0
  1353. pulumi_alicloud/oss/bucket_transfer_acceleration.py +210 -0
  1354. pulumi_alicloud/oss/bucket_user_defined_log_fields.py +333 -0
  1355. pulumi_alicloud/oss/bucket_versioning.py +210 -0
  1356. pulumi_alicloud/oss/bucket_website.py +416 -0
  1357. pulumi_alicloud/oss/bucket_worm.py +327 -0
  1358. pulumi_alicloud/oss/get_bucket_objects.py +20 -9
  1359. pulumi_alicloud/oss/get_buckets.py +33 -11
  1360. pulumi_alicloud/oss/get_instance_attachments.py +20 -9
  1361. pulumi_alicloud/oss/get_instances.py +32 -22
  1362. pulumi_alicloud/oss/get_service.py +14 -9
  1363. pulumi_alicloud/oss/get_tables.py +21 -5
  1364. pulumi_alicloud/oss/outputs.py +1810 -115
  1365. pulumi_alicloud/ots/_inputs.py +155 -0
  1366. pulumi_alicloud/ots/get_instance_attachments.py +20 -9
  1367. pulumi_alicloud/ots/get_instances.py +32 -22
  1368. pulumi_alicloud/ots/get_search_indexes.py +23 -5
  1369. pulumi_alicloud/ots/get_secondary_indexes.py +23 -5
  1370. pulumi_alicloud/ots/get_service.py +14 -9
  1371. pulumi_alicloud/ots/get_tables.py +21 -5
  1372. pulumi_alicloud/ots/get_tunnels.py +27 -13
  1373. pulumi_alicloud/ots/instance.py +265 -23
  1374. pulumi_alicloud/ots/instance_attachment.py +21 -18
  1375. pulumi_alicloud/ots/outputs.py +75 -30
  1376. pulumi_alicloud/ots/search_index.py +124 -121
  1377. pulumi_alicloud/ots/secondary_index.py +63 -60
  1378. pulumi_alicloud/ots/table.py +220 -76
  1379. pulumi_alicloud/ots/tunnel.py +41 -38
  1380. pulumi_alicloud/outputs.py +5 -0
  1381. pulumi_alicloud/pai/__init__.py +16 -0
  1382. pulumi_alicloud/pai/_inputs.py +129 -0
  1383. pulumi_alicloud/pai/outputs.py +83 -0
  1384. pulumi_alicloud/pai/service.py +501 -0
  1385. pulumi_alicloud/pai/workspace_code_source.py +702 -0
  1386. pulumi_alicloud/pai/workspace_dataset.py +1081 -0
  1387. pulumi_alicloud/pai/workspace_datasetversion.py +818 -0
  1388. pulumi_alicloud/pai/workspace_experiment.py +394 -0
  1389. pulumi_alicloud/pai/workspace_run.py +344 -0
  1390. pulumi_alicloud/pai/workspace_workspace.py +447 -0
  1391. pulumi_alicloud/polardb/_inputs.py +77 -0
  1392. pulumi_alicloud/polardb/account.py +33 -32
  1393. pulumi_alicloud/polardb/account_privilege.py +27 -24
  1394. pulumi_alicloud/polardb/backup_policy.py +5 -0
  1395. pulumi_alicloud/polardb/cluster.py +371 -103
  1396. pulumi_alicloud/polardb/cluster_endpoint.py +33 -32
  1397. pulumi_alicloud/polardb/database.py +19 -18
  1398. pulumi_alicloud/polardb/endpoint.py +33 -32
  1399. pulumi_alicloud/polardb/endpoint_address.py +23 -22
  1400. pulumi_alicloud/polardb/get_accounts.py +37 -21
  1401. pulumi_alicloud/polardb/get_clusters.py +37 -21
  1402. pulumi_alicloud/polardb/get_databases.py +37 -21
  1403. pulumi_alicloud/polardb/get_endpoints.py +24 -17
  1404. pulumi_alicloud/polardb/get_global_database_networks.py +36 -17
  1405. pulumi_alicloud/polardb/get_node_classes.py +28 -9
  1406. pulumi_alicloud/polardb/get_parameter_groups.py +23 -9
  1407. pulumi_alicloud/polardb/get_zones.py +19 -9
  1408. pulumi_alicloud/polardb/global_database_network.py +19 -18
  1409. pulumi_alicloud/polardb/outputs.py +9 -4
  1410. pulumi_alicloud/polardb/parameter_group.py +22 -19
  1411. pulumi_alicloud/polardb/primary_endpoint.py +19 -18
  1412. pulumi_alicloud/privatelink/get_service.py +16 -11
  1413. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +39 -13
  1414. pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +25 -11
  1415. pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +30 -11
  1416. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +84 -22
  1417. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +32 -13
  1418. pulumi_alicloud/privatelink/get_vpc_endpoints.py +56 -13
  1419. pulumi_alicloud/privatelink/outputs.py +30 -14
  1420. pulumi_alicloud/privatelink/vpc_endpoint.py +270 -108
  1421. pulumi_alicloud/privatelink/vpc_endpoint_service.py +108 -109
  1422. pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +56 -47
  1423. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +61 -59
  1424. pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +69 -29
  1425. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +66 -47
  1426. pulumi_alicloud/provider.py +54 -38
  1427. pulumi_alicloud/pulumi-plugin.json +2 -1
  1428. pulumi_alicloud/pvtz/_inputs.py +85 -0
  1429. pulumi_alicloud/pvtz/endpoint.py +10 -5
  1430. pulumi_alicloud/pvtz/get_endpoints.py +21 -9
  1431. pulumi_alicloud/pvtz/get_resolver_zones.py +18 -11
  1432. pulumi_alicloud/pvtz/get_rules.py +21 -9
  1433. pulumi_alicloud/pvtz/get_service.py +14 -9
  1434. pulumi_alicloud/pvtz/get_zone_records.py +34 -13
  1435. pulumi_alicloud/pvtz/get_zones.py +35 -11
  1436. pulumi_alicloud/pvtz/outputs.py +5 -0
  1437. pulumi_alicloud/pvtz/rule.py +10 -5
  1438. pulumi_alicloud/pvtz/rule_attachment.py +10 -5
  1439. pulumi_alicloud/pvtz/user_vpc_authorization.py +5 -4
  1440. pulumi_alicloud/pvtz/zone.py +27 -32
  1441. pulumi_alicloud/pvtz/zone_attachment.py +44 -55
  1442. pulumi_alicloud/pvtz/zone_record.py +10 -15
  1443. pulumi_alicloud/quickbi/get_users.py +20 -9
  1444. pulumi_alicloud/quickbi/outputs.py +5 -0
  1445. pulumi_alicloud/quickbi/user.py +5 -4
  1446. pulumi_alicloud/quotas/__init__.py +1 -0
  1447. pulumi_alicloud/quotas/_inputs.py +202 -28
  1448. pulumi_alicloud/quotas/application_info.py +8 -3
  1449. pulumi_alicloud/quotas/get_application_infos.py +32 -7
  1450. pulumi_alicloud/quotas/get_quota_alarms.py +33 -13
  1451. pulumi_alicloud/quotas/get_quota_applications.py +78 -27
  1452. pulumi_alicloud/quotas/get_quotas.py +40 -15
  1453. pulumi_alicloud/quotas/get_template_applications.py +100 -7
  1454. pulumi_alicloud/quotas/outputs.py +14 -29
  1455. pulumi_alicloud/quotas/quota_alarm.py +30 -29
  1456. pulumi_alicloud/quotas/quota_application.py +31 -33
  1457. pulumi_alicloud/quotas/template_applications.py +12 -7
  1458. pulumi_alicloud/quotas/template_quota.py +24 -23
  1459. pulumi_alicloud/quotas/template_service.py +170 -0
  1460. pulumi_alicloud/ram/_inputs.py +83 -0
  1461. pulumi_alicloud/ram/access_key.py +13 -8
  1462. pulumi_alicloud/ram/account_alias.py +5 -4
  1463. pulumi_alicloud/ram/account_password_policy.py +15 -18
  1464. pulumi_alicloud/ram/alias.py +5 -0
  1465. pulumi_alicloud/ram/get_account_alias.py +49 -7
  1466. pulumi_alicloud/ram/get_account_aliases.py +14 -5
  1467. pulumi_alicloud/ram/get_groups.py +29 -15
  1468. pulumi_alicloud/ram/get_policies.py +97 -19
  1469. pulumi_alicloud/ram/get_policy_document.py +148 -149
  1470. pulumi_alicloud/ram/get_roles.py +27 -13
  1471. pulumi_alicloud/ram/get_saml_providers.py +21 -9
  1472. pulumi_alicloud/ram/get_users.py +75 -55
  1473. pulumi_alicloud/ram/group.py +11 -6
  1474. pulumi_alicloud/ram/group_membership.py +5 -0
  1475. pulumi_alicloud/ram/group_policy_attachment.py +25 -10
  1476. pulumi_alicloud/ram/login_profile.py +15 -12
  1477. pulumi_alicloud/ram/outputs.py +5 -0
  1478. pulumi_alicloud/ram/policy.py +34 -51
  1479. pulumi_alicloud/ram/role.py +20 -37
  1480. pulumi_alicloud/ram/role_attachment.py +31 -24
  1481. pulumi_alicloud/ram/role_policy_attachment.py +21 -8
  1482. pulumi_alicloud/ram/saml_provider.py +11 -14
  1483. pulumi_alicloud/ram/security_preference.py +9 -8
  1484. pulumi_alicloud/ram/user.py +11 -8
  1485. pulumi_alicloud/ram/user_policy_attachment.py +21 -8
  1486. pulumi_alicloud/rdc/get_organizations.py +33 -11
  1487. pulumi_alicloud/rdc/organization.py +13 -8
  1488. pulumi_alicloud/rdc/outputs.py +5 -0
  1489. pulumi_alicloud/rds/__init__.py +2 -0
  1490. pulumi_alicloud/rds/_inputs.py +585 -12
  1491. pulumi_alicloud/rds/account.py +44 -71
  1492. pulumi_alicloud/rds/account_privilege.py +17 -14
  1493. pulumi_alicloud/rds/backup_policy.py +298 -69
  1494. pulumi_alicloud/rds/connection.py +17 -16
  1495. pulumi_alicloud/rds/custom.py +1630 -0
  1496. pulumi_alicloud/rds/custom_deployment_set.py +525 -0
  1497. pulumi_alicloud/rds/database.py +70 -23
  1498. pulumi_alicloud/rds/db_instance_endpoint.py +48 -43
  1499. pulumi_alicloud/rds/db_instance_endpoint_address.py +45 -40
  1500. pulumi_alicloud/rds/db_node.py +33 -28
  1501. pulumi_alicloud/rds/ddr_instance.py +36 -31
  1502. pulumi_alicloud/rds/get_accounts.py +25 -11
  1503. pulumi_alicloud/rds/get_character_set_names.py +18 -9
  1504. pulumi_alicloud/rds/get_class_details.py +37 -17
  1505. pulumi_alicloud/rds/get_collation_time_zones.py +20 -13
  1506. pulumi_alicloud/rds/get_cross_region_backups.py +36 -11
  1507. pulumi_alicloud/rds/get_cross_regions.py +19 -11
  1508. pulumi_alicloud/rds/get_instance_class_infos.py +46 -9
  1509. pulumi_alicloud/rds/get_instance_classes.py +61 -5
  1510. pulumi_alicloud/rds/get_instance_engines.py +51 -5
  1511. pulumi_alicloud/rds/get_instances.py +48 -17
  1512. pulumi_alicloud/rds/get_modify_parameter_logs.py +24 -13
  1513. pulumi_alicloud/rds/get_rds_backups.py +34 -31
  1514. pulumi_alicloud/rds/get_rds_parameter_groups.py +21 -5
  1515. pulumi_alicloud/rds/get_slots.py +18 -9
  1516. pulumi_alicloud/rds/get_zones.py +59 -21
  1517. pulumi_alicloud/rds/instance.py +467 -153
  1518. pulumi_alicloud/rds/outputs.py +112 -12
  1519. pulumi_alicloud/rds/rds_account.py +239 -128
  1520. pulumi_alicloud/rds/rds_backup.py +9 -8
  1521. pulumi_alicloud/rds/rds_clone_db_instance.py +40 -39
  1522. pulumi_alicloud/rds/rds_db_proxy.py +107 -41
  1523. pulumi_alicloud/rds/rds_instance_cross_backup_policy.py +23 -22
  1524. pulumi_alicloud/rds/rds_parameter_group.py +26 -25
  1525. pulumi_alicloud/rds/rds_service_linked_role.py +5 -4
  1526. pulumi_alicloud/rds/rds_upgrade_db_instance.py +35 -34
  1527. pulumi_alicloud/rds/read_only_instance.py +42 -37
  1528. pulumi_alicloud/rds/read_write_splitting_connection.py +61 -58
  1529. pulumi_alicloud/realtimecompute/_inputs.py +41 -0
  1530. pulumi_alicloud/realtimecompute/outputs.py +5 -0
  1531. pulumi_alicloud/realtimecompute/vvp_instance.py +29 -24
  1532. pulumi_alicloud/redis/tair_instance.py +1483 -66
  1533. pulumi_alicloud/resourcemanager/_inputs.py +25 -4
  1534. pulumi_alicloud/resourcemanager/account.py +29 -28
  1535. pulumi_alicloud/resourcemanager/control_policy.py +5 -4
  1536. pulumi_alicloud/resourcemanager/control_policy_attachment.py +41 -32
  1537. pulumi_alicloud/resourcemanager/delegated_administrator.py +23 -14
  1538. pulumi_alicloud/resourcemanager/folder.py +15 -6
  1539. pulumi_alicloud/resourcemanager/get_account_deletion_check_task.py +17 -9
  1540. pulumi_alicloud/resourcemanager/get_accounts.py +20 -9
  1541. pulumi_alicloud/resourcemanager/get_control_policies.py +27 -11
  1542. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +23 -11
  1543. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +24 -11
  1544. pulumi_alicloud/resourcemanager/get_folders.py +60 -37
  1545. pulumi_alicloud/resourcemanager/get_handshakes.py +20 -9
  1546. pulumi_alicloud/resourcemanager/get_policies.py +21 -5
  1547. pulumi_alicloud/resourcemanager/get_policy_attachments.py +27 -9
  1548. pulumi_alicloud/resourcemanager/get_policy_versions.py +22 -9
  1549. pulumi_alicloud/resourcemanager/get_resource_directories.py +14 -9
  1550. pulumi_alicloud/resourcemanager/get_resource_groups.py +23 -9
  1551. pulumi_alicloud/resourcemanager/get_resource_shares.py +29 -13
  1552. pulumi_alicloud/resourcemanager/get_roles.py +21 -9
  1553. pulumi_alicloud/resourcemanager/get_shared_resources.py +20 -5
  1554. pulumi_alicloud/resourcemanager/get_shared_targets.py +28 -17
  1555. pulumi_alicloud/resourcemanager/handshake.py +9 -8
  1556. pulumi_alicloud/resourcemanager/outputs.py +17 -12
  1557. pulumi_alicloud/resourcemanager/policy.py +24 -29
  1558. pulumi_alicloud/resourcemanager/policy_attachment.py +5 -0
  1559. pulumi_alicloud/resourcemanager/policy_version.py +46 -51
  1560. pulumi_alicloud/resourcemanager/resource_directory.py +33 -0
  1561. pulumi_alicloud/resourcemanager/resource_group.py +98 -54
  1562. pulumi_alicloud/resourcemanager/resource_share.py +5 -4
  1563. pulumi_alicloud/resourcemanager/role.py +5 -4
  1564. pulumi_alicloud/resourcemanager/saved_query.py +5 -4
  1565. pulumi_alicloud/resourcemanager/service_linked_role.py +5 -4
  1566. pulumi_alicloud/resourcemanager/shared_resource.py +59 -16
  1567. pulumi_alicloud/resourcemanager/shared_target.py +11 -10
  1568. pulumi_alicloud/rocketmq/_inputs.py +238 -22
  1569. pulumi_alicloud/rocketmq/acl.py +9 -8
  1570. pulumi_alicloud/rocketmq/acl_rule.py +13 -12
  1571. pulumi_alicloud/rocketmq/client_user.py +21 -20
  1572. pulumi_alicloud/rocketmq/consumer_group.py +56 -55
  1573. pulumi_alicloud/rocketmq/dnat_entry.py +7 -6
  1574. pulumi_alicloud/rocketmq/get_groups.py +32 -10
  1575. pulumi_alicloud/rocketmq/get_instances.py +36 -16
  1576. pulumi_alicloud/rocketmq/get_service.py +14 -9
  1577. pulumi_alicloud/rocketmq/get_topics.py +36 -20
  1578. pulumi_alicloud/rocketmq/group.py +28 -33
  1579. pulumi_alicloud/rocketmq/instance.py +26 -31
  1580. pulumi_alicloud/rocketmq/outputs.py +99 -30
  1581. pulumi_alicloud/rocketmq/qos.py +9 -8
  1582. pulumi_alicloud/rocketmq/qos_car.py +15 -12
  1583. pulumi_alicloud/rocketmq/qos_policy.py +7 -2
  1584. pulumi_alicloud/rocketmq/rocket_mq_instance.py +337 -138
  1585. pulumi_alicloud/rocketmq/rocket_mq_topic.py +43 -42
  1586. pulumi_alicloud/rocketmq/snat_entry.py +7 -6
  1587. pulumi_alicloud/rocketmq/topic.py +35 -42
  1588. pulumi_alicloud/ros/_inputs.py +117 -12
  1589. pulumi_alicloud/ros/change_set.py +20 -11
  1590. pulumi_alicloud/ros/get_change_sets.py +29 -11
  1591. pulumi_alicloud/ros/get_regions.py +14 -9
  1592. pulumi_alicloud/ros/get_stack_groups.py +25 -11
  1593. pulumi_alicloud/ros/get_stack_instances.py +38 -11
  1594. pulumi_alicloud/ros/get_stacks.py +40 -18
  1595. pulumi_alicloud/ros/get_template_scratches.py +26 -13
  1596. pulumi_alicloud/ros/get_templates.py +34 -16
  1597. pulumi_alicloud/ros/outputs.py +29 -22
  1598. pulumi_alicloud/ros/stack.py +42 -45
  1599. pulumi_alicloud/ros/stack_group.py +12 -13
  1600. pulumi_alicloud/ros/stack_instance.py +116 -51
  1601. pulumi_alicloud/ros/template.py +25 -26
  1602. pulumi_alicloud/ros/template_scratch.py +41 -40
  1603. pulumi_alicloud/sae/_inputs.py +692 -96
  1604. pulumi_alicloud/sae/application.py +231 -205
  1605. pulumi_alicloud/sae/application_scaling_rule.py +123 -122
  1606. pulumi_alicloud/sae/config_map.py +17 -14
  1607. pulumi_alicloud/sae/get_application_scaling_rules.py +18 -9
  1608. pulumi_alicloud/sae/get_applications.py +46 -23
  1609. pulumi_alicloud/sae/get_config_maps.py +33 -19
  1610. pulumi_alicloud/sae/get_grey_tag_routes.py +21 -9
  1611. pulumi_alicloud/sae/get_ingresses.py +22 -7
  1612. pulumi_alicloud/sae/get_instance_specifications.py +16 -9
  1613. pulumi_alicloud/sae/get_namespaces.py +19 -9
  1614. pulumi_alicloud/sae/get_service.py +14 -9
  1615. pulumi_alicloud/sae/grey_tag_route.py +97 -88
  1616. pulumi_alicloud/sae/ingress.py +65 -64
  1617. pulumi_alicloud/sae/load_balancer_internet.py +50 -47
  1618. pulumi_alicloud/sae/load_balancer_intranet.py +50 -47
  1619. pulumi_alicloud/sae/namespace.py +11 -10
  1620. pulumi_alicloud/sae/outputs.py +22 -109
  1621. pulumi_alicloud/sag/get_acls.py +25 -15
  1622. pulumi_alicloud/sag/get_smartag_flow_logs.py +27 -9
  1623. pulumi_alicloud/sag/outputs.py +5 -0
  1624. pulumi_alicloud/sag/smartag_flow_log.py +5 -4
  1625. pulumi_alicloud/scdn/_inputs.py +79 -0
  1626. pulumi_alicloud/scdn/domain.py +36 -37
  1627. pulumi_alicloud/scdn/domain_config.py +14 -5
  1628. pulumi_alicloud/scdn/get_domains.py +27 -11
  1629. pulumi_alicloud/scdn/outputs.py +5 -0
  1630. pulumi_alicloud/schedulerx/__init__.py +3 -0
  1631. pulumi_alicloud/schedulerx/_inputs.py +542 -0
  1632. pulumi_alicloud/schedulerx/app_group.py +952 -0
  1633. pulumi_alicloud/schedulerx/get_namespaces.py +19 -9
  1634. pulumi_alicloud/schedulerx/job.py +1454 -0
  1635. pulumi_alicloud/schedulerx/namespace.py +69 -55
  1636. pulumi_alicloud/schedulerx/outputs.py +430 -0
  1637. pulumi_alicloud/sddp/config.py +5 -4
  1638. pulumi_alicloud/sddp/data_limit.py +5 -0
  1639. pulumi_alicloud/sddp/get_configs.py +29 -17
  1640. pulumi_alicloud/sddp/get_data_limits.py +35 -15
  1641. pulumi_alicloud/sddp/get_instances.py +19 -11
  1642. pulumi_alicloud/sddp/get_rules.py +84 -27
  1643. pulumi_alicloud/sddp/instance.py +13 -12
  1644. pulumi_alicloud/sddp/outputs.py +19 -14
  1645. pulumi_alicloud/sddp/rule.py +138 -132
  1646. pulumi_alicloud/securitycenter/get_groups.py +19 -9
  1647. pulumi_alicloud/securitycenter/group.py +5 -4
  1648. pulumi_alicloud/securitycenter/outputs.py +5 -0
  1649. pulumi_alicloud/securitycenter/service_linked_role.py +7 -6
  1650. pulumi_alicloud/selectdb/__init__.py +13 -0
  1651. pulumi_alicloud/selectdb/_inputs.py +585 -0
  1652. pulumi_alicloud/selectdb/db_cluster.py +835 -0
  1653. pulumi_alicloud/selectdb/db_instance.py +1373 -0
  1654. pulumi_alicloud/selectdb/get_db_clusters.py +195 -0
  1655. pulumi_alicloud/selectdb/get_db_instances.py +204 -0
  1656. pulumi_alicloud/selectdb/outputs.py +1127 -0
  1657. pulumi_alicloud/servicecatalog/__init__.py +4 -0
  1658. pulumi_alicloud/servicecatalog/_inputs.py +39 -0
  1659. pulumi_alicloud/servicecatalog/get_end_user_products.py +26 -9
  1660. pulumi_alicloud/servicecatalog/get_launch_options.py +28 -18
  1661. pulumi_alicloud/servicecatalog/get_portfolios.py +35 -13
  1662. pulumi_alicloud/servicecatalog/get_product_as_end_users.py +22 -9
  1663. pulumi_alicloud/servicecatalog/get_product_versions.py +25 -12
  1664. pulumi_alicloud/servicecatalog/get_provisioned_products.py +33 -12
  1665. pulumi_alicloud/servicecatalog/outputs.py +9 -4
  1666. pulumi_alicloud/servicecatalog/portfolio.py +36 -35
  1667. pulumi_alicloud/servicecatalog/principal_portfolio_association.py +359 -0
  1668. pulumi_alicloud/servicecatalog/product.py +388 -0
  1669. pulumi_alicloud/servicecatalog/product_portfolio_association.py +227 -0
  1670. pulumi_alicloud/servicecatalog/product_version.py +544 -0
  1671. pulumi_alicloud/servicecatalog/provisioned_product.py +34 -33
  1672. pulumi_alicloud/servicemesh/_inputs.py +1039 -114
  1673. pulumi_alicloud/servicemesh/extension_provider.py +7 -2
  1674. pulumi_alicloud/servicemesh/get_extension_providers.py +23 -9
  1675. pulumi_alicloud/servicemesh/get_service_meshes.py +28 -10
  1676. pulumi_alicloud/servicemesh/get_versions.py +26 -13
  1677. pulumi_alicloud/servicemesh/outputs.py +663 -165
  1678. pulumi_alicloud/servicemesh/service_mesh.py +170 -109
  1679. pulumi_alicloud/servicemesh/user_permission.py +10 -5
  1680. pulumi_alicloud/simpleapplicationserver/custom_image.py +23 -22
  1681. pulumi_alicloud/simpleapplicationserver/firewall_rule.py +17 -16
  1682. pulumi_alicloud/simpleapplicationserver/get_images.py +23 -13
  1683. pulumi_alicloud/simpleapplicationserver/get_instances.py +27 -13
  1684. pulumi_alicloud/simpleapplicationserver/get_server_custom_images.py +19 -9
  1685. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +27 -11
  1686. pulumi_alicloud/simpleapplicationserver/get_server_firewall_rules.py +18 -9
  1687. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +30 -11
  1688. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +27 -11
  1689. pulumi_alicloud/simpleapplicationserver/instance.py +12 -7
  1690. pulumi_alicloud/simpleapplicationserver/outputs.py +5 -0
  1691. pulumi_alicloud/simpleapplicationserver/snapshot.py +31 -22
  1692. pulumi_alicloud/slb/_inputs.py +97 -16
  1693. pulumi_alicloud/slb/acl.py +33 -34
  1694. pulumi_alicloud/slb/acl_entry_attachment.py +15 -10
  1695. pulumi_alicloud/slb/application_load_balancer.py +25 -32
  1696. pulumi_alicloud/slb/attachment.py +39 -34
  1697. pulumi_alicloud/slb/backend_server.py +10 -5
  1698. pulumi_alicloud/slb/ca_certificate.py +26 -55
  1699. pulumi_alicloud/slb/domain_extension.py +17 -14
  1700. pulumi_alicloud/slb/get_acls.py +28 -14
  1701. pulumi_alicloud/slb/get_application_load_balancers.py +68 -20
  1702. pulumi_alicloud/slb/get_attachments.py +20 -11
  1703. pulumi_alicloud/slb/get_backend_servers.py +20 -11
  1704. pulumi_alicloud/slb/get_ca_certificates.py +28 -14
  1705. pulumi_alicloud/slb/get_domain_extensions.py +26 -15
  1706. pulumi_alicloud/slb/get_listeners.py +22 -9
  1707. pulumi_alicloud/slb/get_load_balancers.py +70 -26
  1708. pulumi_alicloud/slb/get_master_slave_server_groups.py +21 -5
  1709. pulumi_alicloud/slb/get_rules.py +45 -25
  1710. pulumi_alicloud/slb/get_server_certificates.py +28 -14
  1711. pulumi_alicloud/slb/get_server_groups.py +33 -21
  1712. pulumi_alicloud/slb/get_tls_cipher_policies.py +27 -11
  1713. pulumi_alicloud/slb/get_zones.py +30 -16
  1714. pulumi_alicloud/slb/listener.py +78 -731
  1715. pulumi_alicloud/slb/load_balancer.py +62 -73
  1716. pulumi_alicloud/slb/master_slave_server_group.py +72 -65
  1717. pulumi_alicloud/slb/outputs.py +51 -56
  1718. pulumi_alicloud/slb/rule.py +185 -169
  1719. pulumi_alicloud/slb/server_certificate.py +59 -96
  1720. pulumi_alicloud/slb/server_group.py +147 -92
  1721. pulumi_alicloud/slb/server_group_server_attachment.py +129 -0
  1722. pulumi_alicloud/slb/tls_cipher_policy.py +11 -10
  1723. pulumi_alicloud/sls/__init__.py +13 -0
  1724. pulumi_alicloud/sls/_inputs.py +2909 -0
  1725. pulumi_alicloud/sls/alert.py +793 -0
  1726. pulumi_alicloud/sls/collection_policy.py +561 -0
  1727. pulumi_alicloud/sls/oss_export_sink.py +428 -0
  1728. pulumi_alicloud/sls/outputs.py +2148 -0
  1729. pulumi_alicloud/sls/scheduled_sql.py +528 -0
  1730. pulumi_alicloud/sms/short_url.py +5 -4
  1731. pulumi_alicloud/tag/get_meta_tags.py +16 -9
  1732. pulumi_alicloud/tag/meta_tag.py +5 -4
  1733. pulumi_alicloud/tag/outputs.py +5 -0
  1734. pulumi_alicloud/tag/policy.py +7 -6
  1735. pulumi_alicloud/tag/policy_attachment.py +13 -12
  1736. pulumi_alicloud/threatdetection/_inputs.py +81 -0
  1737. pulumi_alicloud/threatdetection/anti_brute_force_rule.py +11 -10
  1738. pulumi_alicloud/threatdetection/backup_policy.py +11 -10
  1739. pulumi_alicloud/threatdetection/baseline_strategy.py +13 -12
  1740. pulumi_alicloud/threatdetection/client_file_protect.py +17 -16
  1741. pulumi_alicloud/threatdetection/client_user_define_rule.py +5 -4
  1742. pulumi_alicloud/threatdetection/file_upload_limit.py +5 -0
  1743. pulumi_alicloud/threatdetection/get_anti_brute_force_rules.py +61 -5
  1744. pulumi_alicloud/threatdetection/get_assets.py +30 -9
  1745. pulumi_alicloud/threatdetection/get_backup_policies.py +29 -9
  1746. pulumi_alicloud/threatdetection/get_baseline_strategies.py +63 -5
  1747. pulumi_alicloud/threatdetection/get_honey_pots.py +26 -9
  1748. pulumi_alicloud/threatdetection/get_honeypot_images.py +21 -9
  1749. pulumi_alicloud/threatdetection/get_honeypot_nodes.py +29 -11
  1750. pulumi_alicloud/threatdetection/get_honeypot_presets.py +36 -11
  1751. pulumi_alicloud/threatdetection/get_honeypot_probes.py +46 -29
  1752. pulumi_alicloud/threatdetection/get_instances.py +26 -11
  1753. pulumi_alicloud/threatdetection/get_log_shipper.py +19 -9
  1754. pulumi_alicloud/threatdetection/get_vul_whitelists.py +20 -9
  1755. pulumi_alicloud/threatdetection/get_web_lock_configs.py +30 -11
  1756. pulumi_alicloud/threatdetection/honey_pot.py +15 -14
  1757. pulumi_alicloud/threatdetection/honeypot_node.py +5 -4
  1758. pulumi_alicloud/threatdetection/honeypot_preset.py +28 -25
  1759. pulumi_alicloud/threatdetection/honeypot_probe.py +32 -31
  1760. pulumi_alicloud/threatdetection/image_event_operation.py +23 -26
  1761. pulumi_alicloud/threatdetection/instance.py +339 -52
  1762. pulumi_alicloud/threatdetection/malicious_file_whitelist_config.py +15 -14
  1763. pulumi_alicloud/threatdetection/oss_scan_config.py +25 -14
  1764. pulumi_alicloud/threatdetection/outputs.py +5 -0
  1765. pulumi_alicloud/threatdetection/sas_trail.py +7 -6
  1766. pulumi_alicloud/threatdetection/vul_whitelist.py +9 -8
  1767. pulumi_alicloud/threatdetection/web_lock_config.py +11 -10
  1768. pulumi_alicloud/tsdb/get_instances.py +30 -11
  1769. pulumi_alicloud/tsdb/get_zones.py +15 -9
  1770. pulumi_alicloud/tsdb/instance.py +23 -14
  1771. pulumi_alicloud/tsdb/outputs.py +5 -0
  1772. pulumi_alicloud/videosurveillance/get_service.py +14 -9
  1773. pulumi_alicloud/videosurveillance/get_system_groups.py +33 -17
  1774. pulumi_alicloud/videosurveillance/outputs.py +5 -0
  1775. pulumi_alicloud/videosurveillance/system_group.py +5 -4
  1776. pulumi_alicloud/vod/_inputs.py +29 -0
  1777. pulumi_alicloud/vod/domain.py +58 -43
  1778. pulumi_alicloud/vod/editing_project.py +5 -4
  1779. pulumi_alicloud/vod/get_domains.py +52 -32
  1780. pulumi_alicloud/vod/outputs.py +5 -0
  1781. pulumi_alicloud/vpc/__init__.py +10 -0
  1782. pulumi_alicloud/vpc/_inputs.py +427 -166
  1783. pulumi_alicloud/vpc/bgp_group.py +17 -16
  1784. pulumi_alicloud/vpc/bgp_network.py +17 -16
  1785. pulumi_alicloud/vpc/bgp_peer.py +56 -27
  1786. pulumi_alicloud/vpc/common_bandwith_package.py +215 -139
  1787. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +73 -44
  1788. pulumi_alicloud/vpc/dhcp_options_set.py +31 -36
  1789. pulumi_alicloud/vpc/dhcp_options_set_attachment.py +13 -12
  1790. pulumi_alicloud/vpc/flow_log.py +19 -14
  1791. pulumi_alicloud/vpc/forward_entry.py +24 -29
  1792. pulumi_alicloud/vpc/gateway_endpoint.py +19 -18
  1793. pulumi_alicloud/vpc/gateway_endpoint_route_table_attachment.py +5 -4
  1794. pulumi_alicloud/vpc/gateway_route_table_attachment.py +17 -16
  1795. pulumi_alicloud/vpc/get_bgp_groups.py +27 -13
  1796. pulumi_alicloud/vpc/get_bgp_networks.py +24 -13
  1797. pulumi_alicloud/vpc/get_bgp_peers.py +28 -15
  1798. pulumi_alicloud/vpc/get_common_bandwidth_packages.py +37 -15
  1799. pulumi_alicloud/vpc/get_dhcp_options_sets.py +29 -21
  1800. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +15 -5
  1801. pulumi_alicloud/vpc/get_flow_log_service.py +14 -9
  1802. pulumi_alicloud/vpc/get_forward_entries.py +53 -27
  1803. pulumi_alicloud/vpc/get_havips.py +23 -11
  1804. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +295 -0
  1805. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +196 -0
  1806. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +353 -0
  1807. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +333 -0
  1808. pulumi_alicloud/vpc/get_ipam_ipams.py +291 -0
  1809. pulumi_alicloud/vpc/get_ipsec_servers.py +23 -9
  1810. pulumi_alicloud/vpc/get_ipv4_gateways.py +27 -11
  1811. pulumi_alicloud/vpc/get_ipv6_addresses.py +31 -11
  1812. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +31 -13
  1813. pulumi_alicloud/vpc/get_ipv6_gateways.py +27 -11
  1814. pulumi_alicloud/vpc/get_ipv6_internet_bandwidths.py +22 -9
  1815. pulumi_alicloud/vpc/get_nat_gateways.py +49 -10
  1816. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +33 -15
  1817. pulumi_alicloud/vpc/get_nat_ips.py +35 -15
  1818. pulumi_alicloud/vpc/get_network_acls.py +33 -13
  1819. pulumi_alicloud/vpc/get_networks.py +60 -20
  1820. pulumi_alicloud/vpc/get_pbr_route_entries.py +18 -9
  1821. pulumi_alicloud/vpc/get_peer_connections.py +44 -13
  1822. pulumi_alicloud/vpc/get_prefix_lists.py +23 -9
  1823. pulumi_alicloud/vpc/get_public_ip_address_pool_cidr_blocks.py +22 -9
  1824. pulumi_alicloud/vpc/get_public_ip_address_pools.py +33 -15
  1825. pulumi_alicloud/vpc/get_route_entries.py +70 -51
  1826. pulumi_alicloud/vpc/get_route_tables.py +83 -29
  1827. pulumi_alicloud/vpc/get_router_interfaces.py +33 -9
  1828. pulumi_alicloud/vpc/get_snat_entries.py +53 -25
  1829. pulumi_alicloud/vpc/get_ssl_vpn_client_certs.py +25 -13
  1830. pulumi_alicloud/vpc/get_ssl_vpn_servers.py +25 -13
  1831. pulumi_alicloud/vpc/get_switches.py +81 -49
  1832. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +22 -11
  1833. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +22 -11
  1834. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +25 -11
  1835. pulumi_alicloud/vpc/get_traffic_mirror_service.py +14 -9
  1836. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +39 -15
  1837. pulumi_alicloud/vpc/get_vpc_flow_logs.py +41 -15
  1838. pulumi_alicloud/vpc/ha_vip.py +38 -35
  1839. pulumi_alicloud/vpc/ha_vip_attachment.py +32 -35
  1840. pulumi_alicloud/vpc/ha_vipv2.py +28 -33
  1841. pulumi_alicloud/vpc/ipam_ipam.py +531 -0
  1842. pulumi_alicloud/vpc/ipam_ipam_pool.py +850 -0
  1843. pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +545 -0
  1844. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +313 -0
  1845. pulumi_alicloud/vpc/ipam_ipam_scope.py +537 -0
  1846. pulumi_alicloud/vpc/ipv4_cidr_block.py +5 -4
  1847. pulumi_alicloud/vpc/ipv4_gateway.py +27 -26
  1848. pulumi_alicloud/vpc/ipv6_address.py +29 -28
  1849. pulumi_alicloud/vpc/ipv6_egress_rule.py +67 -36
  1850. pulumi_alicloud/vpc/ipv6_gateway.py +22 -27
  1851. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +37 -32
  1852. pulumi_alicloud/vpc/nat_gateway.py +353 -35
  1853. pulumi_alicloud/vpc/nat_ip.py +19 -18
  1854. pulumi_alicloud/vpc/nat_ip_cidr.py +17 -16
  1855. pulumi_alicloud/vpc/network.py +663 -197
  1856. pulumi_alicloud/vpc/network_acl.py +165 -123
  1857. pulumi_alicloud/vpc/network_acl_attachment.py +32 -31
  1858. pulumi_alicloud/vpc/network_acl_entries.py +85 -74
  1859. pulumi_alicloud/vpc/network_interface.py +116 -71
  1860. pulumi_alicloud/vpc/network_interface_attachment.py +39 -0
  1861. pulumi_alicloud/vpc/outputs.py +1117 -362
  1862. pulumi_alicloud/vpc/peer_connection.py +330 -164
  1863. pulumi_alicloud/vpc/peer_connection_accepter.py +379 -114
  1864. pulumi_alicloud/vpc/prefix_list.py +34 -33
  1865. pulumi_alicloud/vpc/public_ip_address_pool.py +143 -34
  1866. pulumi_alicloud/vpc/public_ip_address_pool_cidr_block.py +68 -13
  1867. pulumi_alicloud/vpc/route_entry.py +243 -154
  1868. pulumi_alicloud/vpc/route_table.py +22 -27
  1869. pulumi_alicloud/vpc/route_table_attachment.py +25 -18
  1870. pulumi_alicloud/vpc/router_interface.py +20 -43
  1871. pulumi_alicloud/vpc/router_interface_connection.py +29 -32
  1872. pulumi_alicloud/vpc/snat_entry.py +128 -68
  1873. pulumi_alicloud/vpc/subnet.py +80 -55
  1874. pulumi_alicloud/vpc/switch.py +149 -151
  1875. pulumi_alicloud/vpc/traffic_mirror_filter.py +65 -64
  1876. pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +8 -13
  1877. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +16 -21
  1878. pulumi_alicloud/vpc/traffic_mirror_session.py +53 -50
  1879. pulumi_alicloud/vpc/vbr_ha.py +5 -0
  1880. pulumi_alicloud/vpc/vpc_network_acl_attachment.py +5 -0
  1881. pulumi_alicloud/vpc/vswitch_cidr_reservation.py +11 -10
  1882. pulumi_alicloud/vpn/_inputs.py +477 -106
  1883. pulumi_alicloud/vpn/connection.py +277 -62
  1884. pulumi_alicloud/vpn/customer_gateway.py +22 -27
  1885. pulumi_alicloud/vpn/gateway.py +25 -32
  1886. pulumi_alicloud/vpn/gateway_vco_route.py +177 -107
  1887. pulumi_alicloud/vpn/gateway_vpn_attachment.py +95 -92
  1888. pulumi_alicloud/vpn/get_connections.py +31 -17
  1889. pulumi_alicloud/vpn/get_customer_gateways.py +23 -13
  1890. pulumi_alicloud/vpn/get_gateway_vco_routes.py +124 -105
  1891. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +34 -18
  1892. pulumi_alicloud/vpn/get_gateway_zones.py +34 -9
  1893. pulumi_alicloud/vpn/get_gateways.py +30 -8
  1894. pulumi_alicloud/vpn/ipsec_server.py +43 -32
  1895. pulumi_alicloud/vpn/outputs.py +80 -117
  1896. pulumi_alicloud/vpn/pbr_route_entry.py +167 -24
  1897. pulumi_alicloud/vpn/route_entry.py +167 -44
  1898. pulumi_alicloud/vpn/ssl_vpn_client_cert.py +5 -0
  1899. pulumi_alicloud/vpn/ssl_vpn_server.py +5 -0
  1900. pulumi_alicloud/waf/_inputs.py +15 -0
  1901. pulumi_alicloud/waf/certificate.py +15 -14
  1902. pulumi_alicloud/waf/domain.py +33 -38
  1903. pulumi_alicloud/waf/get_certificates.py +39 -13
  1904. pulumi_alicloud/waf/get_domains.py +31 -13
  1905. pulumi_alicloud/waf/get_instances.py +24 -11
  1906. pulumi_alicloud/waf/instance.py +5 -16
  1907. pulumi_alicloud/waf/outputs.py +7 -4
  1908. pulumi_alicloud/waf/protection_module.py +23 -22
  1909. pulumi_alicloud/wafv3/_inputs.py +173 -0
  1910. pulumi_alicloud/wafv3/defense_template.py +11 -10
  1911. pulumi_alicloud/wafv3/domain.py +15 -10
  1912. pulumi_alicloud/wafv3/get_domains.py +36 -17
  1913. pulumi_alicloud/wafv3/get_instances.py +25 -13
  1914. pulumi_alicloud/wafv3/instance.py +5 -4
  1915. pulumi_alicloud/wafv3/outputs.py +5 -0
  1916. pulumi_alicloud/yundun/_inputs.py +67 -22
  1917. pulumi_alicloud/yundun/bastion_host_instance.py +21 -16
  1918. pulumi_alicloud/yundun/db_audit_instance.py +19 -14
  1919. pulumi_alicloud/yundun/get_bastion_host_instances.py +24 -8
  1920. pulumi_alicloud/yundun/get_db_audit_instance.py +24 -8
  1921. pulumi_alicloud/yundun/outputs.py +44 -24
  1922. {pulumi_alicloud-3.51.0a1710157550.dist-info → pulumi_alicloud-3.73.0.dist-info}/METADATA +7 -6
  1923. pulumi_alicloud-3.73.0.dist-info/RECORD +2027 -0
  1924. {pulumi_alicloud-3.51.0a1710157550.dist-info → pulumi_alicloud-3.73.0.dist-info}/WHEEL +1 -1
  1925. pulumi_alicloud-3.51.0a1710157550.dist-info/RECORD +0 -1854
  1926. {pulumi_alicloud-3.51.0a1710157550.dist-info → pulumi_alicloud-3.73.0.dist-info}/top_level.txt +0 -0
@@ -4,14 +4,20 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from .. import _utilities
11
16
  from . import outputs
12
17
 
13
18
  __all__ = [
14
19
  'DhcpOptionsSetAssociateVpc',
20
+ 'NatGatewayAccessMode',
15
21
  'NetworkAclAttachmentResource',
16
22
  'NetworkAclEgressAclEntry',
17
23
  'NetworkAclEntriesEgress',
@@ -32,6 +38,11 @@ __all__ = [
32
38
  'GetEnhancedNatAvailableZonesZoneResult',
33
39
  'GetForwardEntriesEntryResult',
34
40
  'GetHavipsHavipResult',
41
+ 'GetIpamIpamPoolAllocationsAllocationResult',
42
+ 'GetIpamIpamPoolCidrsCidrResult',
43
+ 'GetIpamIpamPoolsPoolResult',
44
+ 'GetIpamIpamScopesScopeResult',
45
+ 'GetIpamIpamsIpamResult',
35
46
  'GetIpsecServersServerResult',
36
47
  'GetIpsecServersServerIkeConfigResult',
37
48
  'GetIpsecServersServerIpsecConfigResult',
@@ -117,6 +128,56 @@ class DhcpOptionsSetAssociateVpc(dict):
117
128
  return pulumi.get(self, "associate_status")
118
129
 
119
130
 
131
+ @pulumi.output_type
132
+ class NatGatewayAccessMode(dict):
133
+ @staticmethod
134
+ def __key_warning(key: str):
135
+ suggest = None
136
+ if key == "modeValue":
137
+ suggest = "mode_value"
138
+ elif key == "tunnelType":
139
+ suggest = "tunnel_type"
140
+
141
+ if suggest:
142
+ pulumi.log.warn(f"Key '{key}' not found in NatGatewayAccessMode. Access the value via the '{suggest}' property getter instead.")
143
+
144
+ def __getitem__(self, key: str) -> Any:
145
+ NatGatewayAccessMode.__key_warning(key)
146
+ return super().__getitem__(key)
147
+
148
+ def get(self, key: str, default = None) -> Any:
149
+ NatGatewayAccessMode.__key_warning(key)
150
+ return super().get(key, default)
151
+
152
+ def __init__(__self__, *,
153
+ mode_value: Optional[str] = None,
154
+ tunnel_type: Optional[str] = None):
155
+ """
156
+ :param str mode_value: The mode of Access. Valid values:
157
+ :param str tunnel_type: The type of Tunnel. Valid values: `geneve`. **NOTE:** `tunnel_type` takes effect only if `mode_value` is set to `tunnel`.
158
+ """
159
+ if mode_value is not None:
160
+ pulumi.set(__self__, "mode_value", mode_value)
161
+ if tunnel_type is not None:
162
+ pulumi.set(__self__, "tunnel_type", tunnel_type)
163
+
164
+ @property
165
+ @pulumi.getter(name="modeValue")
166
+ def mode_value(self) -> Optional[str]:
167
+ """
168
+ The mode of Access. Valid values:
169
+ """
170
+ return pulumi.get(self, "mode_value")
171
+
172
+ @property
173
+ @pulumi.getter(name="tunnelType")
174
+ def tunnel_type(self) -> Optional[str]:
175
+ """
176
+ The type of Tunnel. Valid values: `geneve`. **NOTE:** `tunnel_type` takes effect only if `mode_value` is set to `tunnel`.
177
+ """
178
+ return pulumi.get(self, "tunnel_type")
179
+
180
+
120
181
  @pulumi.output_type
121
182
  class NetworkAclAttachmentResource(dict):
122
183
  @staticmethod
@@ -172,6 +233,10 @@ class NetworkAclEgressAclEntry(dict):
172
233
  suggest = None
173
234
  if key == "destinationCidrIp":
174
235
  suggest = "destination_cidr_ip"
236
+ elif key == "entryType":
237
+ suggest = "entry_type"
238
+ elif key == "ipVersion":
239
+ suggest = "ip_version"
175
240
  elif key == "networkAclEntryName":
176
241
  suggest = "network_acl_entry_name"
177
242
 
@@ -189,18 +254,22 @@ class NetworkAclEgressAclEntry(dict):
189
254
  def __init__(__self__, *,
190
255
  description: Optional[str] = None,
191
256
  destination_cidr_ip: Optional[str] = None,
257
+ entry_type: Optional[str] = None,
258
+ ip_version: Optional[str] = None,
192
259
  network_acl_entry_name: Optional[str] = None,
193
260
  policy: Optional[str] = None,
194
261
  port: Optional[str] = None,
195
262
  protocol: Optional[str] = None):
196
263
  """
197
- :param str description: The description of the outbound rule.The description must be 1 to 256 characters in length and cannot start with http:// or https.
264
+ :param str description: The description of the outbound rule. The description must be 1 to 256 characters in length and cannot start with http:// or https.
198
265
  :param str destination_cidr_ip: The network of the destination address.
199
- :param str network_acl_entry_name: Name of the outbound rule entry.The name must be 1 to 128 characters in length and cannot start with http:// or https.
266
+ :param str entry_type: The route entry type. The value can be `custom`, indicating custom.
267
+ :param str ip_version: The IP protocol version of the route entry. Valid values: "IPV4" and "IPV4'.
268
+ :param str network_acl_entry_name: Name of the outbound rule entry. The name must be 1 to 128 characters in length and cannot start with http:// or https.
200
269
  :param str policy: Authorization policy. Value:
201
270
  - accept: Allow.
202
271
  - drop: Refused.
203
- :param str port: The destination port range of the outbound rule.When the Protocol type of the outbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted.When the Protocol type of the outbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
272
+ :param str port: The destination port range of the outbound rule. When the Protocol type of the outbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted. When the Protocol type of the outbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
204
273
  :param str protocol: The protocol type. Value:
205
274
  - icmp: Network Control Message Protocol.
206
275
  - gre: Generic Routing Encapsulation Protocol.
@@ -212,6 +281,10 @@ class NetworkAclEgressAclEntry(dict):
212
281
  pulumi.set(__self__, "description", description)
213
282
  if destination_cidr_ip is not None:
214
283
  pulumi.set(__self__, "destination_cidr_ip", destination_cidr_ip)
284
+ if entry_type is not None:
285
+ pulumi.set(__self__, "entry_type", entry_type)
286
+ if ip_version is not None:
287
+ pulumi.set(__self__, "ip_version", ip_version)
215
288
  if network_acl_entry_name is not None:
216
289
  pulumi.set(__self__, "network_acl_entry_name", network_acl_entry_name)
217
290
  if policy is not None:
@@ -225,7 +298,7 @@ class NetworkAclEgressAclEntry(dict):
225
298
  @pulumi.getter
226
299
  def description(self) -> Optional[str]:
227
300
  """
228
- The description of the outbound rule.The description must be 1 to 256 characters in length and cannot start with http:// or https.
301
+ The description of the outbound rule. The description must be 1 to 256 characters in length and cannot start with http:// or https.
229
302
  """
230
303
  return pulumi.get(self, "description")
231
304
 
@@ -237,11 +310,27 @@ class NetworkAclEgressAclEntry(dict):
237
310
  """
238
311
  return pulumi.get(self, "destination_cidr_ip")
239
312
 
313
+ @property
314
+ @pulumi.getter(name="entryType")
315
+ def entry_type(self) -> Optional[str]:
316
+ """
317
+ The route entry type. The value can be `custom`, indicating custom.
318
+ """
319
+ return pulumi.get(self, "entry_type")
320
+
321
+ @property
322
+ @pulumi.getter(name="ipVersion")
323
+ def ip_version(self) -> Optional[str]:
324
+ """
325
+ The IP protocol version of the route entry. Valid values: "IPV4" and "IPV4'.
326
+ """
327
+ return pulumi.get(self, "ip_version")
328
+
240
329
  @property
241
330
  @pulumi.getter(name="networkAclEntryName")
242
331
  def network_acl_entry_name(self) -> Optional[str]:
243
332
  """
244
- Name of the outbound rule entry.The name must be 1 to 128 characters in length and cannot start with http:// or https.
333
+ Name of the outbound rule entry. The name must be 1 to 128 characters in length and cannot start with http:// or https.
245
334
  """
246
335
  return pulumi.get(self, "network_acl_entry_name")
247
336
 
@@ -259,7 +348,7 @@ class NetworkAclEgressAclEntry(dict):
259
348
  @pulumi.getter
260
349
  def port(self) -> Optional[str]:
261
350
  """
262
- The destination port range of the outbound rule.When the Protocol type of the outbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted.When the Protocol type of the outbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
351
+ The destination port range of the outbound rule. When the Protocol type of the outbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted. When the Protocol type of the outbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
263
352
  """
264
353
  return pulumi.get(self, "port")
265
354
 
@@ -307,13 +396,7 @@ class NetworkAclEntriesEgress(dict):
307
396
  port: Optional[str] = None,
308
397
  protocol: Optional[str] = None):
309
398
  """
310
- :param str description: The description of the egress entry.
311
399
  :param str destination_cidr_ip: The destination ip of the egress entry.
312
- :param str entry_type: The entry type of the egress entry. It must be `custom` or `system`. Default value is `custom`.
313
- :param str name: The name of the egress entry.
314
- :param str policy: The policy of the egress entry. It must be `accept` or `drop`.
315
- :param str port: The port of the egress entry.
316
- :param str protocol: The protocol of the egress entry.
317
400
  """
318
401
  if description is not None:
319
402
  pulumi.set(__self__, "description", description)
@@ -333,9 +416,6 @@ class NetworkAclEntriesEgress(dict):
333
416
  @property
334
417
  @pulumi.getter
335
418
  def description(self) -> Optional[str]:
336
- """
337
- The description of the egress entry.
338
- """
339
419
  return pulumi.get(self, "description")
340
420
 
341
421
  @property
@@ -349,41 +429,26 @@ class NetworkAclEntriesEgress(dict):
349
429
  @property
350
430
  @pulumi.getter(name="entryType")
351
431
  def entry_type(self) -> Optional[str]:
352
- """
353
- The entry type of the egress entry. It must be `custom` or `system`. Default value is `custom`.
354
- """
355
432
  return pulumi.get(self, "entry_type")
356
433
 
357
434
  @property
358
435
  @pulumi.getter
359
436
  def name(self) -> Optional[str]:
360
- """
361
- The name of the egress entry.
362
- """
363
437
  return pulumi.get(self, "name")
364
438
 
365
439
  @property
366
440
  @pulumi.getter
367
441
  def policy(self) -> Optional[str]:
368
- """
369
- The policy of the egress entry. It must be `accept` or `drop`.
370
- """
371
442
  return pulumi.get(self, "policy")
372
443
 
373
444
  @property
374
445
  @pulumi.getter
375
446
  def port(self) -> Optional[str]:
376
- """
377
- The port of the egress entry.
378
- """
379
447
  return pulumi.get(self, "port")
380
448
 
381
449
  @property
382
450
  @pulumi.getter
383
451
  def protocol(self) -> Optional[str]:
384
- """
385
- The protocol of the egress entry.
386
- """
387
452
  return pulumi.get(self, "protocol")
388
453
 
389
454
 
@@ -417,12 +482,6 @@ class NetworkAclEntriesIngress(dict):
417
482
  protocol: Optional[str] = None,
418
483
  source_cidr_ip: Optional[str] = None):
419
484
  """
420
- :param str description: The description of the egress entry.
421
- :param str entry_type: The entry type of the egress entry. It must be `custom` or `system`. Default value is `custom`.
422
- :param str name: The name of the egress entry.
423
- :param str policy: The policy of the egress entry. It must be `accept` or `drop`.
424
- :param str port: The port of the egress entry.
425
- :param str protocol: The protocol of the egress entry.
426
485
  :param str source_cidr_ip: The source ip of the ingress entry.
427
486
  """
428
487
  if description is not None:
@@ -443,49 +502,31 @@ class NetworkAclEntriesIngress(dict):
443
502
  @property
444
503
  @pulumi.getter
445
504
  def description(self) -> Optional[str]:
446
- """
447
- The description of the egress entry.
448
- """
449
505
  return pulumi.get(self, "description")
450
506
 
451
507
  @property
452
508
  @pulumi.getter(name="entryType")
453
509
  def entry_type(self) -> Optional[str]:
454
- """
455
- The entry type of the egress entry. It must be `custom` or `system`. Default value is `custom`.
456
- """
457
510
  return pulumi.get(self, "entry_type")
458
511
 
459
512
  @property
460
513
  @pulumi.getter
461
514
  def name(self) -> Optional[str]:
462
- """
463
- The name of the egress entry.
464
- """
465
515
  return pulumi.get(self, "name")
466
516
 
467
517
  @property
468
518
  @pulumi.getter
469
519
  def policy(self) -> Optional[str]:
470
- """
471
- The policy of the egress entry. It must be `accept` or `drop`.
472
- """
473
520
  return pulumi.get(self, "policy")
474
521
 
475
522
  @property
476
523
  @pulumi.getter
477
524
  def port(self) -> Optional[str]:
478
- """
479
- The port of the egress entry.
480
- """
481
525
  return pulumi.get(self, "port")
482
526
 
483
527
  @property
484
528
  @pulumi.getter
485
529
  def protocol(self) -> Optional[str]:
486
- """
487
- The protocol of the egress entry.
488
- """
489
530
  return pulumi.get(self, "protocol")
490
531
 
491
532
  @property
@@ -502,7 +543,11 @@ class NetworkAclIngressAclEntry(dict):
502
543
  @staticmethod
503
544
  def __key_warning(key: str):
504
545
  suggest = None
505
- if key == "networkAclEntryName":
546
+ if key == "entryType":
547
+ suggest = "entry_type"
548
+ elif key == "ipVersion":
549
+ suggest = "ip_version"
550
+ elif key == "networkAclEntryName":
506
551
  suggest = "network_acl_entry_name"
507
552
  elif key == "sourceCidrIp":
508
553
  suggest = "source_cidr_ip"
@@ -520,18 +565,22 @@ class NetworkAclIngressAclEntry(dict):
520
565
 
521
566
  def __init__(__self__, *,
522
567
  description: Optional[str] = None,
568
+ entry_type: Optional[str] = None,
569
+ ip_version: Optional[str] = None,
523
570
  network_acl_entry_name: Optional[str] = None,
524
571
  policy: Optional[str] = None,
525
572
  port: Optional[str] = None,
526
573
  protocol: Optional[str] = None,
527
574
  source_cidr_ip: Optional[str] = None):
528
575
  """
529
- :param str description: Description of the inbound rule.The description must be 1 to 256 characters in length and cannot start with http:// or https.
530
- :param str network_acl_entry_name: The name of the inbound rule entry.The name must be 1 to 128 characters in length and cannot start with http:// or https.
576
+ :param str description: Description of the inbound rule. The description must be 1 to 256 characters in length and cannot start with http:// or https.
577
+ :param str entry_type: The route entry type. The value can be `custom`, indicating custom.
578
+ :param str ip_version: The IP protocol version of the route entry. Valid values: "IPV4" and "IPV6'.
579
+ :param str network_acl_entry_name: The name of the inbound rule entry. The name must be 1 to 128 characters in length and cannot start with http:// or https.
531
580
  :param str policy: Authorization policy. Value:
532
581
  - accept: Allow.
533
582
  - drop: Refused.
534
- :param str port: The source port range of the inbound rule.When the Protocol type of the inbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted.When the Protocol type of the inbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
583
+ :param str port: The source port range of the inbound rule. When the Protocol type of the inbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted. When the Protocol type of the inbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
535
584
  :param str protocol: The protocol type. Value:
536
585
  - icmp: Network Control Message Protocol.
537
586
  - gre: Generic Routing Encapsulation Protocol.
@@ -542,6 +591,10 @@ class NetworkAclIngressAclEntry(dict):
542
591
  """
543
592
  if description is not None:
544
593
  pulumi.set(__self__, "description", description)
594
+ if entry_type is not None:
595
+ pulumi.set(__self__, "entry_type", entry_type)
596
+ if ip_version is not None:
597
+ pulumi.set(__self__, "ip_version", ip_version)
545
598
  if network_acl_entry_name is not None:
546
599
  pulumi.set(__self__, "network_acl_entry_name", network_acl_entry_name)
547
600
  if policy is not None:
@@ -557,15 +610,31 @@ class NetworkAclIngressAclEntry(dict):
557
610
  @pulumi.getter
558
611
  def description(self) -> Optional[str]:
559
612
  """
560
- Description of the inbound rule.The description must be 1 to 256 characters in length and cannot start with http:// or https.
613
+ Description of the inbound rule. The description must be 1 to 256 characters in length and cannot start with http:// or https.
561
614
  """
562
615
  return pulumi.get(self, "description")
563
616
 
617
+ @property
618
+ @pulumi.getter(name="entryType")
619
+ def entry_type(self) -> Optional[str]:
620
+ """
621
+ The route entry type. The value can be `custom`, indicating custom.
622
+ """
623
+ return pulumi.get(self, "entry_type")
624
+
625
+ @property
626
+ @pulumi.getter(name="ipVersion")
627
+ def ip_version(self) -> Optional[str]:
628
+ """
629
+ The IP protocol version of the route entry. Valid values: "IPV4" and "IPV6'.
630
+ """
631
+ return pulumi.get(self, "ip_version")
632
+
564
633
  @property
565
634
  @pulumi.getter(name="networkAclEntryName")
566
635
  def network_acl_entry_name(self) -> Optional[str]:
567
636
  """
568
- The name of the inbound rule entry.The name must be 1 to 128 characters in length and cannot start with http:// or https.
637
+ The name of the inbound rule entry. The name must be 1 to 128 characters in length and cannot start with http:// or https.
569
638
  """
570
639
  return pulumi.get(self, "network_acl_entry_name")
571
640
 
@@ -583,7 +652,7 @@ class NetworkAclIngressAclEntry(dict):
583
652
  @pulumi.getter
584
653
  def port(self) -> Optional[str]:
585
654
  """
586
- The source port range of the inbound rule.When the Protocol type of the inbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted.When the Protocol type of the inbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
655
+ The source port range of the inbound rule. When the Protocol type of the inbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted. When the Protocol type of the inbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
587
656
  """
588
657
  return pulumi.get(self, "port")
589
658
 
@@ -637,7 +706,7 @@ class NetworkAclResource(dict):
637
706
  """
638
707
  :param str resource_id: The ID of the associated resource.
639
708
  :param str resource_type: The type of the associated resource.
640
- :param str status: The status of the associated resource.
709
+ :param str status: The state of the network ACL.
641
710
  """
642
711
  pulumi.set(__self__, "resource_id", resource_id)
643
712
  pulumi.set(__self__, "resource_type", resource_type)
@@ -664,7 +733,7 @@ class NetworkAclResource(dict):
664
733
  @pulumi.getter
665
734
  def status(self) -> Optional[str]:
666
735
  """
667
- The status of the associated resource.
736
+ The state of the network ACL.
668
737
  """
669
738
  return pulumi.get(self, "status")
670
739
 
@@ -694,13 +763,16 @@ class NetworkIpv6CidrBlock(dict):
694
763
  ipv6_cidr_block: Optional[str] = None,
695
764
  ipv6_isp: Optional[str] = None):
696
765
  """
697
- :param str ipv6_cidr_block: The IPv6 CIDR block of the VPC.
766
+ :param str ipv6_cidr_block: The IPv6 CIDR block of the default VPC.
767
+
768
+ > **NOTE:** When `EnableIpv6` is set to `true`, this parameter is required.
698
769
  :param str ipv6_isp: The IPv6 address segment type of the VPC. Value:
699
- - **BGP** (default): Alibaba Cloud BGP IPv6.
700
- - **ChinaMobile**: China Mobile (single line).
701
- - **ChinaUnicom**: China Unicom (single line).
702
- - **ChinaTelecom**: China Telecom (single line).
703
- > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to **ChinaTelecom** (China Telecom), **ChinaUnicom** (China Unicom), or **ChinaMobile** (China Mobile).
770
+ - `BGP` (default): Alibaba Cloud BGP IPv6.
771
+ - `ChinaMobile`: China Mobile (single line).
772
+ - `ChinaUnicom`: China Unicom (single line).
773
+ - `ChinaTelecom`: China Telecom (single line).
774
+
775
+ > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to `ChinaTelecom` (China Telecom), `ChinaUnicom` (China Unicom), or `ChinaMobile` (China Mobile).
704
776
  """
705
777
  if ipv6_cidr_block is not None:
706
778
  pulumi.set(__self__, "ipv6_cidr_block", ipv6_cidr_block)
@@ -711,7 +783,9 @@ class NetworkIpv6CidrBlock(dict):
711
783
  @pulumi.getter(name="ipv6CidrBlock")
712
784
  def ipv6_cidr_block(self) -> Optional[str]:
713
785
  """
714
- The IPv6 CIDR block of the VPC.
786
+ The IPv6 CIDR block of the default VPC.
787
+
788
+ > **NOTE:** When `EnableIpv6` is set to `true`, this parameter is required.
715
789
  """
716
790
  return pulumi.get(self, "ipv6_cidr_block")
717
791
 
@@ -720,11 +794,12 @@ class NetworkIpv6CidrBlock(dict):
720
794
  def ipv6_isp(self) -> Optional[str]:
721
795
  """
722
796
  The IPv6 address segment type of the VPC. Value:
723
- - **BGP** (default): Alibaba Cloud BGP IPv6.
724
- - **ChinaMobile**: China Mobile (single line).
725
- - **ChinaUnicom**: China Unicom (single line).
726
- - **ChinaTelecom**: China Telecom (single line).
727
- > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to **ChinaTelecom** (China Telecom), **ChinaUnicom** (China Unicom), or **ChinaMobile** (China Mobile).
797
+ - `BGP` (default): Alibaba Cloud BGP IPv6.
798
+ - `ChinaMobile`: China Mobile (single line).
799
+ - `ChinaUnicom`: China Unicom (single line).
800
+ - `ChinaTelecom`: China Telecom (single line).
801
+
802
+ > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to `ChinaTelecom` (China Telecom), `ChinaUnicom` (China Unicom), or `ChinaMobile` (China Mobile).
728
803
  """
729
804
  return pulumi.get(self, "ipv6_isp")
730
805
 
@@ -926,23 +1001,6 @@ class TrafficMirrorFilterEgressRule(dict):
926
1001
  source_cidr_block: Optional[str] = None,
927
1002
  source_port_range: Optional[str] = None,
928
1003
  traffic_mirror_filter_rule_status: Optional[str] = None):
929
- """
930
- :param str action: Collection strategy for outbound rules. Value:
931
- - accept: collects network traffic.
932
- - drop: No network traffic is collected.
933
- :param str protocol: The type of protocol used by the outbound network traffic to be mirrored. Value:
934
- - ALL: ALL agreements.
935
- - ICMP: Network Control Message Protocol.
936
- - TCP: Transmission Control Protocol.
937
- - UDP: User Datagram Protocol.
938
- :param str destination_cidr_block: DestinationCidrBlock.
939
- :param str destination_port_range: The destination port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.
940
- > **NOTE:** When egresrules. N.Protocol is set to ALL or ICMP, this parameter does not need to be configured, indicating that the port is not restricted.
941
- :param int priority: Priority.
942
- :param str source_cidr_block: The source address of the outbound rule network traffic.
943
- :param str source_port_range: The source port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.
944
- > **NOTE:** When egresrules. N.Protocol is set to ALL or ICMP, this parameter does not need to be configured, indicating that the port is not restricted.
945
- """
946
1004
  pulumi.set(__self__, "action", action)
947
1005
  pulumi.set(__self__, "protocol", protocol)
948
1006
  if destination_cidr_block is not None:
@@ -961,65 +1019,36 @@ class TrafficMirrorFilterEgressRule(dict):
961
1019
  @property
962
1020
  @pulumi.getter
963
1021
  def action(self) -> str:
964
- """
965
- Collection strategy for outbound rules. Value:
966
- - accept: collects network traffic.
967
- - drop: No network traffic is collected.
968
- """
969
1022
  return pulumi.get(self, "action")
970
1023
 
971
1024
  @property
972
1025
  @pulumi.getter
973
1026
  def protocol(self) -> str:
974
- """
975
- The type of protocol used by the outbound network traffic to be mirrored. Value:
976
- - ALL: ALL agreements.
977
- - ICMP: Network Control Message Protocol.
978
- - TCP: Transmission Control Protocol.
979
- - UDP: User Datagram Protocol.
980
- """
981
1027
  return pulumi.get(self, "protocol")
982
1028
 
983
1029
  @property
984
1030
  @pulumi.getter(name="destinationCidrBlock")
985
1031
  def destination_cidr_block(self) -> Optional[str]:
986
- """
987
- DestinationCidrBlock.
988
- """
989
1032
  return pulumi.get(self, "destination_cidr_block")
990
1033
 
991
1034
  @property
992
1035
  @pulumi.getter(name="destinationPortRange")
993
1036
  def destination_port_range(self) -> Optional[str]:
994
- """
995
- The destination port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.
996
- > **NOTE:** When egresrules. N.Protocol is set to ALL or ICMP, this parameter does not need to be configured, indicating that the port is not restricted.
997
- """
998
1037
  return pulumi.get(self, "destination_port_range")
999
1038
 
1000
1039
  @property
1001
1040
  @pulumi.getter
1002
1041
  def priority(self) -> Optional[int]:
1003
- """
1004
- Priority.
1005
- """
1006
1042
  return pulumi.get(self, "priority")
1007
1043
 
1008
1044
  @property
1009
1045
  @pulumi.getter(name="sourceCidrBlock")
1010
1046
  def source_cidr_block(self) -> Optional[str]:
1011
- """
1012
- The source address of the outbound rule network traffic.
1013
- """
1014
1047
  return pulumi.get(self, "source_cidr_block")
1015
1048
 
1016
1049
  @property
1017
1050
  @pulumi.getter(name="sourcePortRange")
1018
1051
  def source_port_range(self) -> Optional[str]:
1019
- """
1020
- The source port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.
1021
- > **NOTE:** When egresrules. N.Protocol is set to ALL or ICMP, this parameter does not need to be configured, indicating that the port is not restricted.
1022
- """
1023
1052
  return pulumi.get(self, "source_port_range")
1024
1053
 
1025
1054
  @property
@@ -1064,23 +1093,6 @@ class TrafficMirrorFilterIngressRule(dict):
1064
1093
  source_cidr_block: Optional[str] = None,
1065
1094
  source_port_range: Optional[str] = None,
1066
1095
  traffic_mirror_filter_rule_status: Optional[str] = None):
1067
- """
1068
- :param str action: Collection strategy for outbound rules. Value:
1069
- - accept: collects network traffic.
1070
- - drop: No network traffic is collected.
1071
- :param str protocol: The type of protocol used by the outbound network traffic to be mirrored. Value:
1072
- - ALL: ALL agreements.
1073
- - ICMP: Network Control Message Protocol.
1074
- - TCP: Transmission Control Protocol.
1075
- - UDP: User Datagram Protocol.
1076
- :param str destination_cidr_block: DestinationCidrBlock.
1077
- :param str destination_port_range: The destination port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.
1078
- > **NOTE:** When egresrules. N.Protocol is set to ALL or ICMP, this parameter does not need to be configured, indicating that the port is not restricted.
1079
- :param int priority: Priority.
1080
- :param str source_cidr_block: The source address of the outbound rule network traffic.
1081
- :param str source_port_range: The source port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.
1082
- > **NOTE:** When egresrules. N.Protocol is set to ALL or ICMP, this parameter does not need to be configured, indicating that the port is not restricted.
1083
- """
1084
1096
  pulumi.set(__self__, "action", action)
1085
1097
  pulumi.set(__self__, "protocol", protocol)
1086
1098
  if destination_cidr_block is not None:
@@ -1099,65 +1111,36 @@ class TrafficMirrorFilterIngressRule(dict):
1099
1111
  @property
1100
1112
  @pulumi.getter
1101
1113
  def action(self) -> str:
1102
- """
1103
- Collection strategy for outbound rules. Value:
1104
- - accept: collects network traffic.
1105
- - drop: No network traffic is collected.
1106
- """
1107
1114
  return pulumi.get(self, "action")
1108
1115
 
1109
1116
  @property
1110
1117
  @pulumi.getter
1111
1118
  def protocol(self) -> str:
1112
- """
1113
- The type of protocol used by the outbound network traffic to be mirrored. Value:
1114
- - ALL: ALL agreements.
1115
- - ICMP: Network Control Message Protocol.
1116
- - TCP: Transmission Control Protocol.
1117
- - UDP: User Datagram Protocol.
1118
- """
1119
1119
  return pulumi.get(self, "protocol")
1120
1120
 
1121
1121
  @property
1122
1122
  @pulumi.getter(name="destinationCidrBlock")
1123
1123
  def destination_cidr_block(self) -> Optional[str]:
1124
- """
1125
- DestinationCidrBlock.
1126
- """
1127
1124
  return pulumi.get(self, "destination_cidr_block")
1128
1125
 
1129
1126
  @property
1130
1127
  @pulumi.getter(name="destinationPortRange")
1131
1128
  def destination_port_range(self) -> Optional[str]:
1132
- """
1133
- The destination port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.
1134
- > **NOTE:** When egresrules. N.Protocol is set to ALL or ICMP, this parameter does not need to be configured, indicating that the port is not restricted.
1135
- """
1136
1129
  return pulumi.get(self, "destination_port_range")
1137
1130
 
1138
1131
  @property
1139
1132
  @pulumi.getter
1140
1133
  def priority(self) -> Optional[int]:
1141
- """
1142
- Priority.
1143
- """
1144
1134
  return pulumi.get(self, "priority")
1145
1135
 
1146
1136
  @property
1147
1137
  @pulumi.getter(name="sourceCidrBlock")
1148
1138
  def source_cidr_block(self) -> Optional[str]:
1149
- """
1150
- The source address of the outbound rule network traffic.
1151
- """
1152
1139
  return pulumi.get(self, "source_cidr_block")
1153
1140
 
1154
1141
  @property
1155
1142
  @pulumi.getter(name="sourcePortRange")
1156
1143
  def source_port_range(self) -> Optional[str]:
1157
- """
1158
- The source port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.
1159
- > **NOTE:** When egresrules. N.Protocol is set to ALL or ICMP, this parameter does not need to be configured, indicating that the port is not restricted.
1160
- """
1161
1144
  return pulumi.get(self, "source_port_range")
1162
1145
 
1163
1146
  @property
@@ -1982,254 +1965,993 @@ class GetEnhancedNatAvailableZonesZoneResult(dict):
1982
1965
  return pulumi.get(self, "local_name")
1983
1966
 
1984
1967
  @property
1985
- @pulumi.getter(name="zoneId")
1986
- def zone_id(self) -> str:
1987
- return pulumi.get(self, "zone_id")
1968
+ @pulumi.getter(name="zoneId")
1969
+ def zone_id(self) -> str:
1970
+ return pulumi.get(self, "zone_id")
1971
+
1972
+
1973
+ @pulumi.output_type
1974
+ class GetForwardEntriesEntryResult(dict):
1975
+ def __init__(__self__, *,
1976
+ external_ip: str,
1977
+ external_port: str,
1978
+ forward_entry_id: str,
1979
+ forward_entry_name: str,
1980
+ id: str,
1981
+ internal_ip: str,
1982
+ internal_port: str,
1983
+ ip_protocol: str,
1984
+ name: str,
1985
+ status: str):
1986
+ """
1987
+ :param str external_ip: The public IP address.
1988
+ :param str external_port: The public port.
1989
+ :param str forward_entry_id: The forward entry ID.
1990
+ :param str forward_entry_name: The name of forward entry.
1991
+ :param str id: The ID of the Forward Entry.
1992
+ :param str internal_ip: The private IP address.
1993
+ :param str internal_port: The internal port.
1994
+ :param str ip_protocol: The ip protocol. Valid values: `any`,`tcp` and `udp`.
1995
+ :param str name: The forward entry name.
1996
+ :param str status: The status of farward entry. Valid value `Available`, `Deleting` and `Pending`.
1997
+ """
1998
+ pulumi.set(__self__, "external_ip", external_ip)
1999
+ pulumi.set(__self__, "external_port", external_port)
2000
+ pulumi.set(__self__, "forward_entry_id", forward_entry_id)
2001
+ pulumi.set(__self__, "forward_entry_name", forward_entry_name)
2002
+ pulumi.set(__self__, "id", id)
2003
+ pulumi.set(__self__, "internal_ip", internal_ip)
2004
+ pulumi.set(__self__, "internal_port", internal_port)
2005
+ pulumi.set(__self__, "ip_protocol", ip_protocol)
2006
+ pulumi.set(__self__, "name", name)
2007
+ pulumi.set(__self__, "status", status)
2008
+
2009
+ @property
2010
+ @pulumi.getter(name="externalIp")
2011
+ def external_ip(self) -> str:
2012
+ """
2013
+ The public IP address.
2014
+ """
2015
+ return pulumi.get(self, "external_ip")
2016
+
2017
+ @property
2018
+ @pulumi.getter(name="externalPort")
2019
+ def external_port(self) -> str:
2020
+ """
2021
+ The public port.
2022
+ """
2023
+ return pulumi.get(self, "external_port")
2024
+
2025
+ @property
2026
+ @pulumi.getter(name="forwardEntryId")
2027
+ def forward_entry_id(self) -> str:
2028
+ """
2029
+ The forward entry ID.
2030
+ """
2031
+ return pulumi.get(self, "forward_entry_id")
2032
+
2033
+ @property
2034
+ @pulumi.getter(name="forwardEntryName")
2035
+ def forward_entry_name(self) -> str:
2036
+ """
2037
+ The name of forward entry.
2038
+ """
2039
+ return pulumi.get(self, "forward_entry_name")
2040
+
2041
+ @property
2042
+ @pulumi.getter
2043
+ def id(self) -> str:
2044
+ """
2045
+ The ID of the Forward Entry.
2046
+ """
2047
+ return pulumi.get(self, "id")
2048
+
2049
+ @property
2050
+ @pulumi.getter(name="internalIp")
2051
+ def internal_ip(self) -> str:
2052
+ """
2053
+ The private IP address.
2054
+ """
2055
+ return pulumi.get(self, "internal_ip")
2056
+
2057
+ @property
2058
+ @pulumi.getter(name="internalPort")
2059
+ def internal_port(self) -> str:
2060
+ """
2061
+ The internal port.
2062
+ """
2063
+ return pulumi.get(self, "internal_port")
2064
+
2065
+ @property
2066
+ @pulumi.getter(name="ipProtocol")
2067
+ def ip_protocol(self) -> str:
2068
+ """
2069
+ The ip protocol. Valid values: `any`,`tcp` and `udp`.
2070
+ """
2071
+ return pulumi.get(self, "ip_protocol")
2072
+
2073
+ @property
2074
+ @pulumi.getter
2075
+ def name(self) -> str:
2076
+ """
2077
+ The forward entry name.
2078
+ """
2079
+ return pulumi.get(self, "name")
2080
+
2081
+ @property
2082
+ @pulumi.getter
2083
+ def status(self) -> str:
2084
+ """
2085
+ The status of farward entry. Valid value `Available`, `Deleting` and `Pending`.
2086
+ """
2087
+ return pulumi.get(self, "status")
2088
+
2089
+
2090
+ @pulumi.output_type
2091
+ class GetHavipsHavipResult(dict):
2092
+ def __init__(__self__, *,
2093
+ associated_eip_addresses: Sequence[str],
2094
+ associated_instances: Sequence[str],
2095
+ description: str,
2096
+ havip_id: str,
2097
+ havip_name: str,
2098
+ id: str,
2099
+ ip_address: str,
2100
+ master_instance_id: str,
2101
+ status: str,
2102
+ vpc_id: str,
2103
+ vswitch_id: str):
2104
+ """
2105
+ :param Sequence[str] associated_eip_addresses: EIP bound to HaVip.
2106
+ :param Sequence[str] associated_instances: An ECS instance that is bound to HaVip.
2107
+ :param str description: Dependence of a HaVip instance.
2108
+ :param str havip_id: The ID of the resource.
2109
+ :param str havip_name: The name of the HaVip instance.
2110
+ :param str id: The ID of the Ha Vip.
2111
+ :param str ip_address: IP address of private network.
2112
+ :param str master_instance_id: The primary instance ID bound to HaVip.
2113
+ :param str status: The status.
2114
+ :param str vpc_id: The VPC ID to which the HaVip instance belongs.
2115
+ :param str vswitch_id: The vswitch id.
2116
+ """
2117
+ pulumi.set(__self__, "associated_eip_addresses", associated_eip_addresses)
2118
+ pulumi.set(__self__, "associated_instances", associated_instances)
2119
+ pulumi.set(__self__, "description", description)
2120
+ pulumi.set(__self__, "havip_id", havip_id)
2121
+ pulumi.set(__self__, "havip_name", havip_name)
2122
+ pulumi.set(__self__, "id", id)
2123
+ pulumi.set(__self__, "ip_address", ip_address)
2124
+ pulumi.set(__self__, "master_instance_id", master_instance_id)
2125
+ pulumi.set(__self__, "status", status)
2126
+ pulumi.set(__self__, "vpc_id", vpc_id)
2127
+ pulumi.set(__self__, "vswitch_id", vswitch_id)
2128
+
2129
+ @property
2130
+ @pulumi.getter(name="associatedEipAddresses")
2131
+ def associated_eip_addresses(self) -> Sequence[str]:
2132
+ """
2133
+ EIP bound to HaVip.
2134
+ """
2135
+ return pulumi.get(self, "associated_eip_addresses")
2136
+
2137
+ @property
2138
+ @pulumi.getter(name="associatedInstances")
2139
+ def associated_instances(self) -> Sequence[str]:
2140
+ """
2141
+ An ECS instance that is bound to HaVip.
2142
+ """
2143
+ return pulumi.get(self, "associated_instances")
2144
+
2145
+ @property
2146
+ @pulumi.getter
2147
+ def description(self) -> str:
2148
+ """
2149
+ Dependence of a HaVip instance.
2150
+ """
2151
+ return pulumi.get(self, "description")
2152
+
2153
+ @property
2154
+ @pulumi.getter(name="havipId")
2155
+ def havip_id(self) -> str:
2156
+ """
2157
+ The ID of the resource.
2158
+ """
2159
+ return pulumi.get(self, "havip_id")
2160
+
2161
+ @property
2162
+ @pulumi.getter(name="havipName")
2163
+ def havip_name(self) -> str:
2164
+ """
2165
+ The name of the HaVip instance.
2166
+ """
2167
+ return pulumi.get(self, "havip_name")
2168
+
2169
+ @property
2170
+ @pulumi.getter
2171
+ def id(self) -> str:
2172
+ """
2173
+ The ID of the Ha Vip.
2174
+ """
2175
+ return pulumi.get(self, "id")
2176
+
2177
+ @property
2178
+ @pulumi.getter(name="ipAddress")
2179
+ def ip_address(self) -> str:
2180
+ """
2181
+ IP address of private network.
2182
+ """
2183
+ return pulumi.get(self, "ip_address")
2184
+
2185
+ @property
2186
+ @pulumi.getter(name="masterInstanceId")
2187
+ def master_instance_id(self) -> str:
2188
+ """
2189
+ The primary instance ID bound to HaVip.
2190
+ """
2191
+ return pulumi.get(self, "master_instance_id")
2192
+
2193
+ @property
2194
+ @pulumi.getter
2195
+ def status(self) -> str:
2196
+ """
2197
+ The status.
2198
+ """
2199
+ return pulumi.get(self, "status")
2200
+
2201
+ @property
2202
+ @pulumi.getter(name="vpcId")
2203
+ def vpc_id(self) -> str:
2204
+ """
2205
+ The VPC ID to which the HaVip instance belongs.
2206
+ """
2207
+ return pulumi.get(self, "vpc_id")
2208
+
2209
+ @property
2210
+ @pulumi.getter(name="vswitchId")
2211
+ def vswitch_id(self) -> str:
2212
+ """
2213
+ The vswitch id.
2214
+ """
2215
+ return pulumi.get(self, "vswitch_id")
2216
+
2217
+
2218
+ @pulumi.output_type
2219
+ class GetIpamIpamPoolAllocationsAllocationResult(dict):
2220
+ def __init__(__self__, *,
2221
+ cidr: str,
2222
+ create_time: str,
2223
+ id: str,
2224
+ ipam_pool_allocation_description: str,
2225
+ ipam_pool_allocation_id: str,
2226
+ ipam_pool_allocation_name: str,
2227
+ ipam_pool_id: str,
2228
+ region_id: str,
2229
+ resource_id: str,
2230
+ resource_owner_id: int,
2231
+ resource_region_id: str,
2232
+ resource_type: str,
2233
+ source_cidr: str,
2234
+ status: str,
2235
+ total_count: int):
2236
+ """
2237
+ :param str cidr: The allocated address segment.
2238
+ :param str create_time: Instance creation time.
2239
+ :param str id: The ID of the resource supplied above.
2240
+ :param str ipam_pool_allocation_description: The description of the ipam pool alloctaion.It must be 1 to 256 characters in length and must start with an English letter or Chinese character, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2241
+ :param str ipam_pool_allocation_id: The instance ID of the ipam pool allocation.
2242
+ :param str ipam_pool_allocation_name: The name of the ipam pool allocation.It must be 1 to 128 characters in length and cannot start with 'http:// 'or 'https.
2243
+ :param str ipam_pool_id: The ID of the IPAM Pool.
2244
+ :param str region_id: When the IPAM Pool to which CIDR is allocated has the region attribute, this attribute is the IPAM Pool region.When the IPAM Pool to which CIDR is allocated does not have the region attribute, this attribute is the IPAM region.
2245
+ :param str resource_id: The ID of the resource.
2246
+ :param int resource_owner_id: The ID of the Alibaba Cloud account (primary account) to which the resource belongs.
2247
+ :param str resource_region_id: The region of the resource.
2248
+ :param str resource_type: The type of resource. Value:-**VPC**: indicates that the resource type is VPC.-**IpamPool**: indicates that the resource type is a child address pool.-**Custom**: indicates that the resource type is a Custom reserved CIDR block.
2249
+ :param str source_cidr: The source address segment.
2250
+ :param str status: The status of the instance. Value:-**Created**: indicates that the creation is complete.
2251
+ :param int total_count: Total number of records.
2252
+ """
2253
+ pulumi.set(__self__, "cidr", cidr)
2254
+ pulumi.set(__self__, "create_time", create_time)
2255
+ pulumi.set(__self__, "id", id)
2256
+ pulumi.set(__self__, "ipam_pool_allocation_description", ipam_pool_allocation_description)
2257
+ pulumi.set(__self__, "ipam_pool_allocation_id", ipam_pool_allocation_id)
2258
+ pulumi.set(__self__, "ipam_pool_allocation_name", ipam_pool_allocation_name)
2259
+ pulumi.set(__self__, "ipam_pool_id", ipam_pool_id)
2260
+ pulumi.set(__self__, "region_id", region_id)
2261
+ pulumi.set(__self__, "resource_id", resource_id)
2262
+ pulumi.set(__self__, "resource_owner_id", resource_owner_id)
2263
+ pulumi.set(__self__, "resource_region_id", resource_region_id)
2264
+ pulumi.set(__self__, "resource_type", resource_type)
2265
+ pulumi.set(__self__, "source_cidr", source_cidr)
2266
+ pulumi.set(__self__, "status", status)
2267
+ pulumi.set(__self__, "total_count", total_count)
2268
+
2269
+ @property
2270
+ @pulumi.getter
2271
+ def cidr(self) -> str:
2272
+ """
2273
+ The allocated address segment.
2274
+ """
2275
+ return pulumi.get(self, "cidr")
2276
+
2277
+ @property
2278
+ @pulumi.getter(name="createTime")
2279
+ def create_time(self) -> str:
2280
+ """
2281
+ Instance creation time.
2282
+ """
2283
+ return pulumi.get(self, "create_time")
2284
+
2285
+ @property
2286
+ @pulumi.getter
2287
+ def id(self) -> str:
2288
+ """
2289
+ The ID of the resource supplied above.
2290
+ """
2291
+ return pulumi.get(self, "id")
2292
+
2293
+ @property
2294
+ @pulumi.getter(name="ipamPoolAllocationDescription")
2295
+ def ipam_pool_allocation_description(self) -> str:
2296
+ """
2297
+ The description of the ipam pool alloctaion.It must be 1 to 256 characters in length and must start with an English letter or Chinese character, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2298
+ """
2299
+ return pulumi.get(self, "ipam_pool_allocation_description")
2300
+
2301
+ @property
2302
+ @pulumi.getter(name="ipamPoolAllocationId")
2303
+ def ipam_pool_allocation_id(self) -> str:
2304
+ """
2305
+ The instance ID of the ipam pool allocation.
2306
+ """
2307
+ return pulumi.get(self, "ipam_pool_allocation_id")
2308
+
2309
+ @property
2310
+ @pulumi.getter(name="ipamPoolAllocationName")
2311
+ def ipam_pool_allocation_name(self) -> str:
2312
+ """
2313
+ The name of the ipam pool allocation.It must be 1 to 128 characters in length and cannot start with 'http:// 'or 'https.
2314
+ """
2315
+ return pulumi.get(self, "ipam_pool_allocation_name")
2316
+
2317
+ @property
2318
+ @pulumi.getter(name="ipamPoolId")
2319
+ def ipam_pool_id(self) -> str:
2320
+ """
2321
+ The ID of the IPAM Pool.
2322
+ """
2323
+ return pulumi.get(self, "ipam_pool_id")
2324
+
2325
+ @property
2326
+ @pulumi.getter(name="regionId")
2327
+ def region_id(self) -> str:
2328
+ """
2329
+ When the IPAM Pool to which CIDR is allocated has the region attribute, this attribute is the IPAM Pool region.When the IPAM Pool to which CIDR is allocated does not have the region attribute, this attribute is the IPAM region.
2330
+ """
2331
+ return pulumi.get(self, "region_id")
2332
+
2333
+ @property
2334
+ @pulumi.getter(name="resourceId")
2335
+ def resource_id(self) -> str:
2336
+ """
2337
+ The ID of the resource.
2338
+ """
2339
+ return pulumi.get(self, "resource_id")
2340
+
2341
+ @property
2342
+ @pulumi.getter(name="resourceOwnerId")
2343
+ def resource_owner_id(self) -> int:
2344
+ """
2345
+ The ID of the Alibaba Cloud account (primary account) to which the resource belongs.
2346
+ """
2347
+ return pulumi.get(self, "resource_owner_id")
2348
+
2349
+ @property
2350
+ @pulumi.getter(name="resourceRegionId")
2351
+ def resource_region_id(self) -> str:
2352
+ """
2353
+ The region of the resource.
2354
+ """
2355
+ return pulumi.get(self, "resource_region_id")
2356
+
2357
+ @property
2358
+ @pulumi.getter(name="resourceType")
2359
+ def resource_type(self) -> str:
2360
+ """
2361
+ The type of resource. Value:-**VPC**: indicates that the resource type is VPC.-**IpamPool**: indicates that the resource type is a child address pool.-**Custom**: indicates that the resource type is a Custom reserved CIDR block.
2362
+ """
2363
+ return pulumi.get(self, "resource_type")
2364
+
2365
+ @property
2366
+ @pulumi.getter(name="sourceCidr")
2367
+ def source_cidr(self) -> str:
2368
+ """
2369
+ The source address segment.
2370
+ """
2371
+ return pulumi.get(self, "source_cidr")
2372
+
2373
+ @property
2374
+ @pulumi.getter
2375
+ def status(self) -> str:
2376
+ """
2377
+ The status of the instance. Value:-**Created**: indicates that the creation is complete.
2378
+ """
2379
+ return pulumi.get(self, "status")
2380
+
2381
+ @property
2382
+ @pulumi.getter(name="totalCount")
2383
+ def total_count(self) -> int:
2384
+ """
2385
+ Total number of records.
2386
+ """
2387
+ return pulumi.get(self, "total_count")
2388
+
2389
+
2390
+ @pulumi.output_type
2391
+ class GetIpamIpamPoolCidrsCidrResult(dict):
2392
+ def __init__(__self__, *,
2393
+ cidr: str,
2394
+ id: str,
2395
+ ipam_pool_id: str,
2396
+ status: str):
2397
+ """
2398
+ :param str cidr: The CIDR address segment to be preset.> currently, only IPv4 address segments are supported.
2399
+ :param str id: The ID of the resource supplied above.
2400
+ :param str ipam_pool_id: The ID of the IPAM pool instance.
2401
+ :param str status: The status of the resource
2402
+ """
2403
+ pulumi.set(__self__, "cidr", cidr)
2404
+ pulumi.set(__self__, "id", id)
2405
+ pulumi.set(__self__, "ipam_pool_id", ipam_pool_id)
2406
+ pulumi.set(__self__, "status", status)
2407
+
2408
+ @property
2409
+ @pulumi.getter
2410
+ def cidr(self) -> str:
2411
+ """
2412
+ The CIDR address segment to be preset.> currently, only IPv4 address segments are supported.
2413
+ """
2414
+ return pulumi.get(self, "cidr")
2415
+
2416
+ @property
2417
+ @pulumi.getter
2418
+ def id(self) -> str:
2419
+ """
2420
+ The ID of the resource supplied above.
2421
+ """
2422
+ return pulumi.get(self, "id")
2423
+
2424
+ @property
2425
+ @pulumi.getter(name="ipamPoolId")
2426
+ def ipam_pool_id(self) -> str:
2427
+ """
2428
+ The ID of the IPAM pool instance.
2429
+ """
2430
+ return pulumi.get(self, "ipam_pool_id")
2431
+
2432
+ @property
2433
+ @pulumi.getter
2434
+ def status(self) -> str:
2435
+ """
2436
+ The status of the resource
2437
+ """
2438
+ return pulumi.get(self, "status")
2439
+
2440
+
2441
+ @pulumi.output_type
2442
+ class GetIpamIpamPoolsPoolResult(dict):
2443
+ def __init__(__self__, *,
2444
+ allocation_default_cidr_mask: int,
2445
+ allocation_max_cidr_mask: int,
2446
+ allocation_min_cidr_mask: int,
2447
+ auto_import: bool,
2448
+ create_time: str,
2449
+ has_sub_pool: bool,
2450
+ id: str,
2451
+ ip_version: str,
2452
+ ipam_id: str,
2453
+ ipam_pool_description: str,
2454
+ ipam_pool_id: str,
2455
+ ipam_pool_name: str,
2456
+ ipam_scope_id: str,
2457
+ pool_depth: int,
2458
+ pool_region_id: str,
2459
+ region_id: str,
2460
+ resource_group_id: str,
2461
+ source_ipam_pool_id: str,
2462
+ status: str,
2463
+ tags: Mapping[str, str]):
2464
+ """
2465
+ :param int allocation_default_cidr_mask: The default network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2466
+ :param int allocation_max_cidr_mask: The maximum network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2467
+ :param int allocation_min_cidr_mask: The minimum Network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2468
+ :param bool auto_import: Whether the automatic import function is enabled for the address pool.
2469
+ :param str create_time: The creation time of the resource.
2470
+ :param bool has_sub_pool: Whether it is a child address pool. Value:-**true**: Yes.-**false**: No.
2471
+ :param str id: The ID of the resource supplied above.
2472
+ :param str ip_version: The IP protocol version. Currently, only **IPv4** is supported * *.
2473
+ :param str ipam_id: Ipam id.
2474
+ :param str ipam_pool_description: The description of the IPAM address pool.It must be 2 to 256 characters in length and must start with an English letter or a Chinese character, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2475
+ :param str ipam_pool_id: The first ID of the resource.
2476
+ :param str ipam_pool_name: The name of the resource.
2477
+ :param str ipam_scope_id: Ipam scope id.
2478
+ :param int pool_depth: The depth of the IPAM address pool. Value range: **0 to 10 * *.
2479
+ :param str pool_region_id: The effective region of the IPAM address pool.
2480
+ :param str region_id: The region ID of the resource.
2481
+ :param str resource_group_id: The ID of the resource group.
2482
+ :param str source_ipam_pool_id: The instance ID of the source IPAM address pool.> If this parameter is not entered, the created address pool is the parent address pool.
2483
+ :param str status: The status of the resource.
2484
+ :param Mapping[str, str] tags: The tag of the resource.
2485
+ """
2486
+ pulumi.set(__self__, "allocation_default_cidr_mask", allocation_default_cidr_mask)
2487
+ pulumi.set(__self__, "allocation_max_cidr_mask", allocation_max_cidr_mask)
2488
+ pulumi.set(__self__, "allocation_min_cidr_mask", allocation_min_cidr_mask)
2489
+ pulumi.set(__self__, "auto_import", auto_import)
2490
+ pulumi.set(__self__, "create_time", create_time)
2491
+ pulumi.set(__self__, "has_sub_pool", has_sub_pool)
2492
+ pulumi.set(__self__, "id", id)
2493
+ pulumi.set(__self__, "ip_version", ip_version)
2494
+ pulumi.set(__self__, "ipam_id", ipam_id)
2495
+ pulumi.set(__self__, "ipam_pool_description", ipam_pool_description)
2496
+ pulumi.set(__self__, "ipam_pool_id", ipam_pool_id)
2497
+ pulumi.set(__self__, "ipam_pool_name", ipam_pool_name)
2498
+ pulumi.set(__self__, "ipam_scope_id", ipam_scope_id)
2499
+ pulumi.set(__self__, "pool_depth", pool_depth)
2500
+ pulumi.set(__self__, "pool_region_id", pool_region_id)
2501
+ pulumi.set(__self__, "region_id", region_id)
2502
+ pulumi.set(__self__, "resource_group_id", resource_group_id)
2503
+ pulumi.set(__self__, "source_ipam_pool_id", source_ipam_pool_id)
2504
+ pulumi.set(__self__, "status", status)
2505
+ pulumi.set(__self__, "tags", tags)
2506
+
2507
+ @property
2508
+ @pulumi.getter(name="allocationDefaultCidrMask")
2509
+ def allocation_default_cidr_mask(self) -> int:
2510
+ """
2511
+ The default network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2512
+ """
2513
+ return pulumi.get(self, "allocation_default_cidr_mask")
2514
+
2515
+ @property
2516
+ @pulumi.getter(name="allocationMaxCidrMask")
2517
+ def allocation_max_cidr_mask(self) -> int:
2518
+ """
2519
+ The maximum network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2520
+ """
2521
+ return pulumi.get(self, "allocation_max_cidr_mask")
2522
+
2523
+ @property
2524
+ @pulumi.getter(name="allocationMinCidrMask")
2525
+ def allocation_min_cidr_mask(self) -> int:
2526
+ """
2527
+ The minimum Network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2528
+ """
2529
+ return pulumi.get(self, "allocation_min_cidr_mask")
2530
+
2531
+ @property
2532
+ @pulumi.getter(name="autoImport")
2533
+ def auto_import(self) -> bool:
2534
+ """
2535
+ Whether the automatic import function is enabled for the address pool.
2536
+ """
2537
+ return pulumi.get(self, "auto_import")
2538
+
2539
+ @property
2540
+ @pulumi.getter(name="createTime")
2541
+ def create_time(self) -> str:
2542
+ """
2543
+ The creation time of the resource.
2544
+ """
2545
+ return pulumi.get(self, "create_time")
2546
+
2547
+ @property
2548
+ @pulumi.getter(name="hasSubPool")
2549
+ def has_sub_pool(self) -> bool:
2550
+ """
2551
+ Whether it is a child address pool. Value:-**true**: Yes.-**false**: No.
2552
+ """
2553
+ return pulumi.get(self, "has_sub_pool")
2554
+
2555
+ @property
2556
+ @pulumi.getter
2557
+ def id(self) -> str:
2558
+ """
2559
+ The ID of the resource supplied above.
2560
+ """
2561
+ return pulumi.get(self, "id")
2562
+
2563
+ @property
2564
+ @pulumi.getter(name="ipVersion")
2565
+ def ip_version(self) -> str:
2566
+ """
2567
+ The IP protocol version. Currently, only **IPv4** is supported * *.
2568
+ """
2569
+ return pulumi.get(self, "ip_version")
2570
+
2571
+ @property
2572
+ @pulumi.getter(name="ipamId")
2573
+ def ipam_id(self) -> str:
2574
+ """
2575
+ Ipam id.
2576
+ """
2577
+ return pulumi.get(self, "ipam_id")
2578
+
2579
+ @property
2580
+ @pulumi.getter(name="ipamPoolDescription")
2581
+ def ipam_pool_description(self) -> str:
2582
+ """
2583
+ The description of the IPAM address pool.It must be 2 to 256 characters in length and must start with an English letter or a Chinese character, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2584
+ """
2585
+ return pulumi.get(self, "ipam_pool_description")
2586
+
2587
+ @property
2588
+ @pulumi.getter(name="ipamPoolId")
2589
+ def ipam_pool_id(self) -> str:
2590
+ """
2591
+ The first ID of the resource.
2592
+ """
2593
+ return pulumi.get(self, "ipam_pool_id")
2594
+
2595
+ @property
2596
+ @pulumi.getter(name="ipamPoolName")
2597
+ def ipam_pool_name(self) -> str:
2598
+ """
2599
+ The name of the resource.
2600
+ """
2601
+ return pulumi.get(self, "ipam_pool_name")
2602
+
2603
+ @property
2604
+ @pulumi.getter(name="ipamScopeId")
2605
+ def ipam_scope_id(self) -> str:
2606
+ """
2607
+ Ipam scope id.
2608
+ """
2609
+ return pulumi.get(self, "ipam_scope_id")
2610
+
2611
+ @property
2612
+ @pulumi.getter(name="poolDepth")
2613
+ def pool_depth(self) -> int:
2614
+ """
2615
+ The depth of the IPAM address pool. Value range: **0 to 10 * *.
2616
+ """
2617
+ return pulumi.get(self, "pool_depth")
2618
+
2619
+ @property
2620
+ @pulumi.getter(name="poolRegionId")
2621
+ def pool_region_id(self) -> str:
2622
+ """
2623
+ The effective region of the IPAM address pool.
2624
+ """
2625
+ return pulumi.get(self, "pool_region_id")
2626
+
2627
+ @property
2628
+ @pulumi.getter(name="regionId")
2629
+ def region_id(self) -> str:
2630
+ """
2631
+ The region ID of the resource.
2632
+ """
2633
+ return pulumi.get(self, "region_id")
2634
+
2635
+ @property
2636
+ @pulumi.getter(name="resourceGroupId")
2637
+ def resource_group_id(self) -> str:
2638
+ """
2639
+ The ID of the resource group.
2640
+ """
2641
+ return pulumi.get(self, "resource_group_id")
2642
+
2643
+ @property
2644
+ @pulumi.getter(name="sourceIpamPoolId")
2645
+ def source_ipam_pool_id(self) -> str:
2646
+ """
2647
+ The instance ID of the source IPAM address pool.> If this parameter is not entered, the created address pool is the parent address pool.
2648
+ """
2649
+ return pulumi.get(self, "source_ipam_pool_id")
2650
+
2651
+ @property
2652
+ @pulumi.getter
2653
+ def status(self) -> str:
2654
+ """
2655
+ The status of the resource.
2656
+ """
2657
+ return pulumi.get(self, "status")
2658
+
2659
+ @property
2660
+ @pulumi.getter
2661
+ def tags(self) -> Mapping[str, str]:
2662
+ """
2663
+ The tag of the resource.
2664
+ """
2665
+ return pulumi.get(self, "tags")
1988
2666
 
1989
2667
 
1990
2668
  @pulumi.output_type
1991
- class GetForwardEntriesEntryResult(dict):
2669
+ class GetIpamIpamScopesScopeResult(dict):
1992
2670
  def __init__(__self__, *,
1993
- external_ip: str,
1994
- external_port: str,
1995
- forward_entry_id: str,
1996
- forward_entry_name: str,
2671
+ create_time: str,
1997
2672
  id: str,
1998
- internal_ip: str,
1999
- internal_port: str,
2000
- ip_protocol: str,
2001
- name: str,
2002
- status: str):
2673
+ ipam_id: str,
2674
+ ipam_scope_description: str,
2675
+ ipam_scope_id: str,
2676
+ ipam_scope_name: str,
2677
+ ipam_scope_type: str,
2678
+ region_id: str,
2679
+ resource_group_id: str,
2680
+ status: str,
2681
+ tags: Mapping[str, str]):
2003
2682
  """
2004
- :param str external_ip: The public IP address.
2005
- :param str external_port: The public port.
2006
- :param str forward_entry_id: The forward entry ID.
2007
- :param str forward_entry_name: The name of forward entry.
2008
- :param str id: The ID of the Forward Entry.
2009
- :param str internal_ip: The private IP address.
2010
- :param str internal_port: The internal port.
2011
- :param str ip_protocol: The ip protocol. Valid values: `any`,`tcp` and `udp`.
2012
- :param str name: The forward entry name.
2013
- :param str status: The status of farward entry. Valid value `Available`, `Deleting` and `Pending`.
2683
+ :param str create_time: The creation time of the resource.
2684
+ :param str id: The ID of the resource supplied above.
2685
+ :param str ipam_id: The id of the Ipam instance.
2686
+ :param str ipam_scope_description: The description of the IPAM's scope of action.It must be 2 to 256 characters in length and must start with a lowercase letter, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2687
+ :param str ipam_scope_id: The first ID of the resource.
2688
+ :param str ipam_scope_name: The name of the resource.
2689
+ :param str ipam_scope_type: IPAM scope of action type:**private**.> Currently, only the role scope of the private network is supported.
2690
+ :param str region_id: The region ID of the resource.
2691
+ :param str resource_group_id: The ID of the resource group.
2692
+ :param str status: The status of the resource.
2693
+ :param Mapping[str, str] tags: The tag of the resource.
2014
2694
  """
2015
- pulumi.set(__self__, "external_ip", external_ip)
2016
- pulumi.set(__self__, "external_port", external_port)
2017
- pulumi.set(__self__, "forward_entry_id", forward_entry_id)
2018
- pulumi.set(__self__, "forward_entry_name", forward_entry_name)
2695
+ pulumi.set(__self__, "create_time", create_time)
2019
2696
  pulumi.set(__self__, "id", id)
2020
- pulumi.set(__self__, "internal_ip", internal_ip)
2021
- pulumi.set(__self__, "internal_port", internal_port)
2022
- pulumi.set(__self__, "ip_protocol", ip_protocol)
2023
- pulumi.set(__self__, "name", name)
2697
+ pulumi.set(__self__, "ipam_id", ipam_id)
2698
+ pulumi.set(__self__, "ipam_scope_description", ipam_scope_description)
2699
+ pulumi.set(__self__, "ipam_scope_id", ipam_scope_id)
2700
+ pulumi.set(__self__, "ipam_scope_name", ipam_scope_name)
2701
+ pulumi.set(__self__, "ipam_scope_type", ipam_scope_type)
2702
+ pulumi.set(__self__, "region_id", region_id)
2703
+ pulumi.set(__self__, "resource_group_id", resource_group_id)
2024
2704
  pulumi.set(__self__, "status", status)
2705
+ pulumi.set(__self__, "tags", tags)
2025
2706
 
2026
2707
  @property
2027
- @pulumi.getter(name="externalIp")
2028
- def external_ip(self) -> str:
2708
+ @pulumi.getter(name="createTime")
2709
+ def create_time(self) -> str:
2029
2710
  """
2030
- The public IP address.
2711
+ The creation time of the resource.
2031
2712
  """
2032
- return pulumi.get(self, "external_ip")
2713
+ return pulumi.get(self, "create_time")
2033
2714
 
2034
2715
  @property
2035
- @pulumi.getter(name="externalPort")
2036
- def external_port(self) -> str:
2716
+ @pulumi.getter
2717
+ def id(self) -> str:
2037
2718
  """
2038
- The public port.
2719
+ The ID of the resource supplied above.
2039
2720
  """
2040
- return pulumi.get(self, "external_port")
2721
+ return pulumi.get(self, "id")
2041
2722
 
2042
2723
  @property
2043
- @pulumi.getter(name="forwardEntryId")
2044
- def forward_entry_id(self) -> str:
2724
+ @pulumi.getter(name="ipamId")
2725
+ def ipam_id(self) -> str:
2045
2726
  """
2046
- The forward entry ID.
2727
+ The id of the Ipam instance.
2047
2728
  """
2048
- return pulumi.get(self, "forward_entry_id")
2729
+ return pulumi.get(self, "ipam_id")
2049
2730
 
2050
2731
  @property
2051
- @pulumi.getter(name="forwardEntryName")
2052
- def forward_entry_name(self) -> str:
2732
+ @pulumi.getter(name="ipamScopeDescription")
2733
+ def ipam_scope_description(self) -> str:
2053
2734
  """
2054
- The name of forward entry.
2735
+ The description of the IPAM's scope of action.It must be 2 to 256 characters in length and must start with a lowercase letter, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2055
2736
  """
2056
- return pulumi.get(self, "forward_entry_name")
2737
+ return pulumi.get(self, "ipam_scope_description")
2057
2738
 
2058
2739
  @property
2059
- @pulumi.getter
2060
- def id(self) -> str:
2740
+ @pulumi.getter(name="ipamScopeId")
2741
+ def ipam_scope_id(self) -> str:
2061
2742
  """
2062
- The ID of the Forward Entry.
2743
+ The first ID of the resource.
2063
2744
  """
2064
- return pulumi.get(self, "id")
2745
+ return pulumi.get(self, "ipam_scope_id")
2065
2746
 
2066
2747
  @property
2067
- @pulumi.getter(name="internalIp")
2068
- def internal_ip(self) -> str:
2748
+ @pulumi.getter(name="ipamScopeName")
2749
+ def ipam_scope_name(self) -> str:
2069
2750
  """
2070
- The private IP address.
2751
+ The name of the resource.
2071
2752
  """
2072
- return pulumi.get(self, "internal_ip")
2753
+ return pulumi.get(self, "ipam_scope_name")
2073
2754
 
2074
2755
  @property
2075
- @pulumi.getter(name="internalPort")
2076
- def internal_port(self) -> str:
2756
+ @pulumi.getter(name="ipamScopeType")
2757
+ def ipam_scope_type(self) -> str:
2077
2758
  """
2078
- The internal port.
2759
+ IPAM scope of action type:**private**.> Currently, only the role scope of the private network is supported.
2079
2760
  """
2080
- return pulumi.get(self, "internal_port")
2761
+ return pulumi.get(self, "ipam_scope_type")
2081
2762
 
2082
2763
  @property
2083
- @pulumi.getter(name="ipProtocol")
2084
- def ip_protocol(self) -> str:
2764
+ @pulumi.getter(name="regionId")
2765
+ def region_id(self) -> str:
2085
2766
  """
2086
- The ip protocol. Valid values: `any`,`tcp` and `udp`.
2767
+ The region ID of the resource.
2087
2768
  """
2088
- return pulumi.get(self, "ip_protocol")
2769
+ return pulumi.get(self, "region_id")
2089
2770
 
2090
2771
  @property
2091
- @pulumi.getter
2092
- def name(self) -> str:
2772
+ @pulumi.getter(name="resourceGroupId")
2773
+ def resource_group_id(self) -> str:
2093
2774
  """
2094
- The forward entry name.
2775
+ The ID of the resource group.
2095
2776
  """
2096
- return pulumi.get(self, "name")
2777
+ return pulumi.get(self, "resource_group_id")
2097
2778
 
2098
2779
  @property
2099
2780
  @pulumi.getter
2100
2781
  def status(self) -> str:
2101
2782
  """
2102
- The status of farward entry. Valid value `Available`, `Deleting` and `Pending`.
2783
+ The status of the resource.
2103
2784
  """
2104
2785
  return pulumi.get(self, "status")
2105
2786
 
2787
+ @property
2788
+ @pulumi.getter
2789
+ def tags(self) -> Mapping[str, str]:
2790
+ """
2791
+ The tag of the resource.
2792
+ """
2793
+ return pulumi.get(self, "tags")
2794
+
2106
2795
 
2107
2796
  @pulumi.output_type
2108
- class GetHavipsHavipResult(dict):
2797
+ class GetIpamIpamsIpamResult(dict):
2109
2798
  def __init__(__self__, *,
2110
- associated_eip_addresses: Sequence[str],
2111
- associated_instances: Sequence[str],
2112
- description: str,
2113
- havip_id: str,
2114
- havip_name: str,
2799
+ create_time: str,
2800
+ default_resource_discovery_association_id: str,
2801
+ default_resource_discovery_id: str,
2115
2802
  id: str,
2116
- ip_address: str,
2117
- master_instance_id: str,
2803
+ ipam_description: str,
2804
+ ipam_id: str,
2805
+ ipam_name: str,
2806
+ private_default_scope_id: str,
2807
+ public_default_scope_id: str,
2808
+ region_id: str,
2809
+ resource_discovery_association_count: int,
2810
+ resource_group_id: str,
2118
2811
  status: str,
2119
- vpc_id: str,
2120
- vswitch_id: str):
2812
+ tags: Mapping[str, str]):
2121
2813
  """
2122
- :param Sequence[str] associated_eip_addresses: EIP bound to HaVip.
2123
- :param Sequence[str] associated_instances: An ECS instance that is bound to HaVip.
2124
- :param str description: Dependence of a HaVip instance.
2125
- :param str havip_id: The ID of the resource.
2126
- :param str havip_name: The name of the HaVip instance.
2127
- :param str id: The ID of the Ha Vip.
2128
- :param str ip_address: IP address of private network.
2129
- :param str master_instance_id: The primary instance ID bound to HaVip.
2130
- :param str status: The status.
2131
- :param str vpc_id: The VPC ID to which the HaVip instance belongs.
2132
- :param str vswitch_id: The vswitch id.
2814
+ :param str create_time: The creation time of the resource.
2815
+ :param str default_resource_discovery_association_id: After an IPAM is created, the association between the resource discovery created by the system by default and the IPAM.
2816
+ :param str default_resource_discovery_id: After IPAM is created, the system creates resource discovery by default.
2817
+ :param str id: The ID of the resource supplied above.
2818
+ :param str ipam_description: The description of IPAM.It must be 2 to 256 characters in length and must start with an uppercase letter or a Chinese character, but cannot start with 'http: // 'or 'https. If the description is not filled in, it is blank. The default value is blank.
2819
+ :param str ipam_id: The first ID of the resource.
2820
+ :param str ipam_name: The name of the resource.
2821
+ :param str private_default_scope_id: After an IPAM is created, the scope of the private network IPAM created by the system by default.
2822
+ :param str public_default_scope_id: After an IPAM is created, the public network IPAM is created by default.
2823
+ :param str region_id: The region ID of the resource.
2824
+ :param int resource_discovery_association_count: The number of resource discovery objects associated with IPAM.
2825
+ :param str resource_group_id: The ID of the resource group.
2826
+ :param str status: The status of the resource.
2827
+ :param Mapping[str, str] tags: The tag of the resource.
2133
2828
  """
2134
- pulumi.set(__self__, "associated_eip_addresses", associated_eip_addresses)
2135
- pulumi.set(__self__, "associated_instances", associated_instances)
2136
- pulumi.set(__self__, "description", description)
2137
- pulumi.set(__self__, "havip_id", havip_id)
2138
- pulumi.set(__self__, "havip_name", havip_name)
2829
+ pulumi.set(__self__, "create_time", create_time)
2830
+ pulumi.set(__self__, "default_resource_discovery_association_id", default_resource_discovery_association_id)
2831
+ pulumi.set(__self__, "default_resource_discovery_id", default_resource_discovery_id)
2139
2832
  pulumi.set(__self__, "id", id)
2140
- pulumi.set(__self__, "ip_address", ip_address)
2141
- pulumi.set(__self__, "master_instance_id", master_instance_id)
2833
+ pulumi.set(__self__, "ipam_description", ipam_description)
2834
+ pulumi.set(__self__, "ipam_id", ipam_id)
2835
+ pulumi.set(__self__, "ipam_name", ipam_name)
2836
+ pulumi.set(__self__, "private_default_scope_id", private_default_scope_id)
2837
+ pulumi.set(__self__, "public_default_scope_id", public_default_scope_id)
2838
+ pulumi.set(__self__, "region_id", region_id)
2839
+ pulumi.set(__self__, "resource_discovery_association_count", resource_discovery_association_count)
2840
+ pulumi.set(__self__, "resource_group_id", resource_group_id)
2142
2841
  pulumi.set(__self__, "status", status)
2143
- pulumi.set(__self__, "vpc_id", vpc_id)
2144
- pulumi.set(__self__, "vswitch_id", vswitch_id)
2842
+ pulumi.set(__self__, "tags", tags)
2145
2843
 
2146
2844
  @property
2147
- @pulumi.getter(name="associatedEipAddresses")
2148
- def associated_eip_addresses(self) -> Sequence[str]:
2845
+ @pulumi.getter(name="createTime")
2846
+ def create_time(self) -> str:
2149
2847
  """
2150
- EIP bound to HaVip.
2848
+ The creation time of the resource.
2151
2849
  """
2152
- return pulumi.get(self, "associated_eip_addresses")
2850
+ return pulumi.get(self, "create_time")
2153
2851
 
2154
2852
  @property
2155
- @pulumi.getter(name="associatedInstances")
2156
- def associated_instances(self) -> Sequence[str]:
2853
+ @pulumi.getter(name="defaultResourceDiscoveryAssociationId")
2854
+ def default_resource_discovery_association_id(self) -> str:
2157
2855
  """
2158
- An ECS instance that is bound to HaVip.
2856
+ After an IPAM is created, the association between the resource discovery created by the system by default and the IPAM.
2159
2857
  """
2160
- return pulumi.get(self, "associated_instances")
2858
+ return pulumi.get(self, "default_resource_discovery_association_id")
2859
+
2860
+ @property
2861
+ @pulumi.getter(name="defaultResourceDiscoveryId")
2862
+ def default_resource_discovery_id(self) -> str:
2863
+ """
2864
+ After IPAM is created, the system creates resource discovery by default.
2865
+ """
2866
+ return pulumi.get(self, "default_resource_discovery_id")
2161
2867
 
2162
2868
  @property
2163
2869
  @pulumi.getter
2164
- def description(self) -> str:
2870
+ def id(self) -> str:
2165
2871
  """
2166
- Dependence of a HaVip instance.
2872
+ The ID of the resource supplied above.
2167
2873
  """
2168
- return pulumi.get(self, "description")
2874
+ return pulumi.get(self, "id")
2169
2875
 
2170
2876
  @property
2171
- @pulumi.getter(name="havipId")
2172
- def havip_id(self) -> str:
2877
+ @pulumi.getter(name="ipamDescription")
2878
+ def ipam_description(self) -> str:
2173
2879
  """
2174
- The ID of the resource.
2880
+ The description of IPAM.It must be 2 to 256 characters in length and must start with an uppercase letter or a Chinese character, but cannot start with 'http: // 'or 'https. If the description is not filled in, it is blank. The default value is blank.
2175
2881
  """
2176
- return pulumi.get(self, "havip_id")
2882
+ return pulumi.get(self, "ipam_description")
2177
2883
 
2178
2884
  @property
2179
- @pulumi.getter(name="havipName")
2180
- def havip_name(self) -> str:
2885
+ @pulumi.getter(name="ipamId")
2886
+ def ipam_id(self) -> str:
2181
2887
  """
2182
- The name of the HaVip instance.
2888
+ The first ID of the resource.
2183
2889
  """
2184
- return pulumi.get(self, "havip_name")
2890
+ return pulumi.get(self, "ipam_id")
2185
2891
 
2186
2892
  @property
2187
- @pulumi.getter
2188
- def id(self) -> str:
2893
+ @pulumi.getter(name="ipamName")
2894
+ def ipam_name(self) -> str:
2189
2895
  """
2190
- The ID of the Ha Vip.
2896
+ The name of the resource.
2191
2897
  """
2192
- return pulumi.get(self, "id")
2898
+ return pulumi.get(self, "ipam_name")
2193
2899
 
2194
2900
  @property
2195
- @pulumi.getter(name="ipAddress")
2196
- def ip_address(self) -> str:
2901
+ @pulumi.getter(name="privateDefaultScopeId")
2902
+ def private_default_scope_id(self) -> str:
2197
2903
  """
2198
- IP address of private network.
2904
+ After an IPAM is created, the scope of the private network IPAM created by the system by default.
2199
2905
  """
2200
- return pulumi.get(self, "ip_address")
2906
+ return pulumi.get(self, "private_default_scope_id")
2201
2907
 
2202
2908
  @property
2203
- @pulumi.getter(name="masterInstanceId")
2204
- def master_instance_id(self) -> str:
2909
+ @pulumi.getter(name="publicDefaultScopeId")
2910
+ def public_default_scope_id(self) -> str:
2205
2911
  """
2206
- The primary instance ID bound to HaVip.
2912
+ After an IPAM is created, the public network IPAM is created by default.
2207
2913
  """
2208
- return pulumi.get(self, "master_instance_id")
2914
+ return pulumi.get(self, "public_default_scope_id")
2209
2915
 
2210
2916
  @property
2211
- @pulumi.getter
2212
- def status(self) -> str:
2917
+ @pulumi.getter(name="regionId")
2918
+ def region_id(self) -> str:
2213
2919
  """
2214
- The status.
2920
+ The region ID of the resource.
2215
2921
  """
2216
- return pulumi.get(self, "status")
2922
+ return pulumi.get(self, "region_id")
2217
2923
 
2218
2924
  @property
2219
- @pulumi.getter(name="vpcId")
2220
- def vpc_id(self) -> str:
2925
+ @pulumi.getter(name="resourceDiscoveryAssociationCount")
2926
+ def resource_discovery_association_count(self) -> int:
2221
2927
  """
2222
- The VPC ID to which the HaVip instance belongs.
2928
+ The number of resource discovery objects associated with IPAM.
2223
2929
  """
2224
- return pulumi.get(self, "vpc_id")
2930
+ return pulumi.get(self, "resource_discovery_association_count")
2225
2931
 
2226
2932
  @property
2227
- @pulumi.getter(name="vswitchId")
2228
- def vswitch_id(self) -> str:
2933
+ @pulumi.getter(name="resourceGroupId")
2934
+ def resource_group_id(self) -> str:
2229
2935
  """
2230
- The vswitch id.
2936
+ The ID of the resource group.
2231
2937
  """
2232
- return pulumi.get(self, "vswitch_id")
2938
+ return pulumi.get(self, "resource_group_id")
2939
+
2940
+ @property
2941
+ @pulumi.getter
2942
+ def status(self) -> str:
2943
+ """
2944
+ The status of the resource.
2945
+ """
2946
+ return pulumi.get(self, "status")
2947
+
2948
+ @property
2949
+ @pulumi.getter
2950
+ def tags(self) -> Mapping[str, str]:
2951
+ """
2952
+ The tag of the resource.
2953
+ """
2954
+ return pulumi.get(self, "tags")
2233
2955
 
2234
2956
 
2235
2957
  @pulumi.output_type
@@ -3158,7 +3880,7 @@ class GetNatGatewaysGatewayResult(dict):
3158
3880
  spec: str,
3159
3881
  specification: str,
3160
3882
  status: str,
3161
- tags: Mapping[str, Any],
3883
+ tags: Mapping[str, str],
3162
3884
  vpc_id: str,
3163
3885
  vswitch_id: str):
3164
3886
  """
@@ -3182,7 +3904,7 @@ class GetNatGatewaysGatewayResult(dict):
3182
3904
  :param str spec: The specification of the NAT gateway.
3183
3905
  :param str specification: The specification of NAT gateway. Valid values `Middle`, `Large`, `Small` and `XLarge.1`. Default value is `Small`.
3184
3906
  :param str status: The status of NAT gateway. Valid values `Available`, `Converting`, `Creating`, `Deleting` and `Modifying`.
3185
- :param Mapping[str, Any] tags: The tags of NAT gateway.
3907
+ :param Mapping[str, str] tags: The tags of NAT gateway.
3186
3908
  :param str vpc_id: The ID of the VPC.
3187
3909
  :param str vswitch_id: The ID of the vSwitch to which the NAT gateway belongs.
3188
3910
  """
@@ -3372,7 +4094,7 @@ class GetNatGatewaysGatewayResult(dict):
3372
4094
 
3373
4095
  @property
3374
4096
  @pulumi.getter
3375
- def tags(self) -> Mapping[str, Any]:
4097
+ def tags(self) -> Mapping[str, str]:
3376
4098
  """
3377
4099
  The tags of NAT gateway.
3378
4100
  """
@@ -3620,7 +4342,7 @@ class GetNetworkAclsAclResult(dict):
3620
4342
  status: str,
3621
4343
  vpc_id: str):
3622
4344
  """
3623
- :param str description: Description of the entry direction rule.
4345
+ :param str description: Description of network ACL information.
3624
4346
  :param Sequence['GetNetworkAclsAclEgressAclEntryArgs'] egress_acl_entries: Output direction rule information.
3625
4347
  :param str id: The ID of the Network Acl.
3626
4348
  :param Sequence['GetNetworkAclsAclIngressAclEntryArgs'] ingress_acl_entries: Entry direction rule information.
@@ -3644,7 +4366,7 @@ class GetNetworkAclsAclResult(dict):
3644
4366
  @pulumi.getter
3645
4367
  def description(self) -> str:
3646
4368
  """
3647
- Description of the entry direction rule.
4369
+ Description of network ACL information.
3648
4370
  """
3649
4371
  return pulumi.get(self, "description")
3650
4372
 
@@ -3723,12 +4445,12 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
3723
4445
  port: str,
3724
4446
  protocol: str):
3725
4447
  """
3726
- :param str description: Description of the entry direction rule.
4448
+ :param str description: Give the description information of the direction rule.
3727
4449
  :param str destination_cidr_ip: The destination address segment.
3728
- :param str network_acl_entry_name: The name of the entry direction rule entry.
3729
- :param str policy: The authorization policy.
3730
- :param str port: Source port range.
3731
- :param str protocol: Transport layer protocol.
4450
+ :param str network_acl_entry_name: The name of the entry for the direction rule.
4451
+ :param str policy: The authorization policy.
4452
+ :param str port: Destination port range.
4453
+ :param str protocol: Transport layer protocol.
3732
4454
  """
3733
4455
  pulumi.set(__self__, "description", description)
3734
4456
  pulumi.set(__self__, "destination_cidr_ip", destination_cidr_ip)
@@ -3741,7 +4463,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
3741
4463
  @pulumi.getter
3742
4464
  def description(self) -> str:
3743
4465
  """
3744
- Description of the entry direction rule.
4466
+ Give the description information of the direction rule.
3745
4467
  """
3746
4468
  return pulumi.get(self, "description")
3747
4469
 
@@ -3757,7 +4479,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
3757
4479
  @pulumi.getter(name="networkAclEntryName")
3758
4480
  def network_acl_entry_name(self) -> str:
3759
4481
  """
3760
- The name of the entry direction rule entry.
4482
+ The name of the entry for the direction rule.
3761
4483
  """
3762
4484
  return pulumi.get(self, "network_acl_entry_name")
3763
4485
 
@@ -3765,7 +4487,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
3765
4487
  @pulumi.getter
3766
4488
  def policy(self) -> str:
3767
4489
  """
3768
- The authorization policy.
4490
+ The authorization policy.
3769
4491
  """
3770
4492
  return pulumi.get(self, "policy")
3771
4493
 
@@ -3773,7 +4495,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
3773
4495
  @pulumi.getter
3774
4496
  def port(self) -> str:
3775
4497
  """
3776
- Source port range.
4498
+ Destination port range.
3777
4499
  """
3778
4500
  return pulumi.get(self, "port")
3779
4501
 
@@ -3781,7 +4503,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
3781
4503
  @pulumi.getter
3782
4504
  def protocol(self) -> str:
3783
4505
  """
3784
- Transport layer protocol.
4506
+ Transport layer protocol.
3785
4507
  """
3786
4508
  return pulumi.get(self, "protocol")
3787
4509
 
@@ -3868,7 +4590,7 @@ class GetNetworkAclsAclResourceResult(dict):
3868
4590
  """
3869
4591
  :param str resource_id: The ID of the associated resource.
3870
4592
  :param str resource_type: The type of the associated resource.
3871
- :param str status: The state of the network ACL.
4593
+ :param str status: The state of the associated resource.
3872
4594
  """
3873
4595
  pulumi.set(__self__, "resource_id", resource_id)
3874
4596
  pulumi.set(__self__, "resource_type", resource_type)
@@ -3894,7 +4616,7 @@ class GetNetworkAclsAclResourceResult(dict):
3894
4616
  @pulumi.getter
3895
4617
  def status(self) -> str:
3896
4618
  """
3897
- The state of the network ACL.
4619
+ The state of the associated resource.
3898
4620
  """
3899
4621
  return pulumi.get(self, "status")
3900
4622
 
@@ -3905,6 +4627,9 @@ class GetNetworksVpcResult(dict):
3905
4627
  cidr_block: str,
3906
4628
  creation_time: str,
3907
4629
  description: str,
4630
+ dhcp_options_set_id: str,
4631
+ dhcp_options_set_status: str,
4632
+ dns_hostname_status: str,
3908
4633
  id: str,
3909
4634
  ipv6_cidr_block: str,
3910
4635
  is_default: bool,
@@ -3914,7 +4639,7 @@ class GetNetworksVpcResult(dict):
3914
4639
  router_id: str,
3915
4640
  secondary_cidr_blocks: Sequence[str],
3916
4641
  status: str,
3917
- tags: Mapping[str, Any],
4642
+ tags: Mapping[str, str],
3918
4643
  user_cidrs: Sequence[str],
3919
4644
  vpc_id: str,
3920
4645
  vpc_name: str,
@@ -3924,6 +4649,9 @@ class GetNetworksVpcResult(dict):
3924
4649
  :param str cidr_block: Filter results by a specific CIDR block. For example: "172.16.0.0/12".
3925
4650
  :param str creation_time: Time of creation.
3926
4651
  :param str description: Description of the VPC
4652
+ :param str dhcp_options_set_id: The ID of dhcp options set.
4653
+ :param str dhcp_options_set_status: The status of the DHCP options set. Valid values: `Available`, `InUse`, `Deleted`, `Pending`.
4654
+ :param str dns_hostname_status: Indicates whether the Domain Name System (DNS) feature is enabled.
3927
4655
  :param str id: ID of the VPC.
3928
4656
  :param str ipv6_cidr_block: The IPv6 CIDR block of the VPC.
3929
4657
  :param bool is_default: Indicate whether the VPC is the default one in the specified region.
@@ -3933,16 +4661,19 @@ class GetNetworksVpcResult(dict):
3933
4661
  :param str router_id: The ID of the VRouter.
3934
4662
  :param Sequence[str] secondary_cidr_blocks: A list of secondary IPv4 CIDR blocks of the VPC.
3935
4663
  :param str status: Filter results by a specific status. Valid value are `Pending` and `Available`.
3936
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
4664
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
3937
4665
  :param Sequence[str] user_cidrs: A list of user CIDRs.
3938
4666
  :param str vpc_id: ID of the VPC.
3939
4667
  :param str vpc_name: The name of the VPC.
3940
4668
  :param str vrouter_id: ID of the VRouter.
3941
- :param Sequence[str] vswitch_ids: List of VSwitch IDs in the specified VPC
4669
+ :param Sequence[str] vswitch_ids: List of vSwitch IDs in the specified VPC
3942
4670
  """
3943
4671
  pulumi.set(__self__, "cidr_block", cidr_block)
3944
4672
  pulumi.set(__self__, "creation_time", creation_time)
3945
4673
  pulumi.set(__self__, "description", description)
4674
+ pulumi.set(__self__, "dhcp_options_set_id", dhcp_options_set_id)
4675
+ pulumi.set(__self__, "dhcp_options_set_status", dhcp_options_set_status)
4676
+ pulumi.set(__self__, "dns_hostname_status", dns_hostname_status)
3946
4677
  pulumi.set(__self__, "id", id)
3947
4678
  pulumi.set(__self__, "ipv6_cidr_block", ipv6_cidr_block)
3948
4679
  pulumi.set(__self__, "is_default", is_default)
@@ -3983,6 +4714,30 @@ class GetNetworksVpcResult(dict):
3983
4714
  """
3984
4715
  return pulumi.get(self, "description")
3985
4716
 
4717
+ @property
4718
+ @pulumi.getter(name="dhcpOptionsSetId")
4719
+ def dhcp_options_set_id(self) -> str:
4720
+ """
4721
+ The ID of dhcp options set.
4722
+ """
4723
+ return pulumi.get(self, "dhcp_options_set_id")
4724
+
4725
+ @property
4726
+ @pulumi.getter(name="dhcpOptionsSetStatus")
4727
+ def dhcp_options_set_status(self) -> str:
4728
+ """
4729
+ The status of the DHCP options set. Valid values: `Available`, `InUse`, `Deleted`, `Pending`.
4730
+ """
4731
+ return pulumi.get(self, "dhcp_options_set_status")
4732
+
4733
+ @property
4734
+ @pulumi.getter(name="dnsHostnameStatus")
4735
+ def dns_hostname_status(self) -> str:
4736
+ """
4737
+ Indicates whether the Domain Name System (DNS) feature is enabled.
4738
+ """
4739
+ return pulumi.get(self, "dns_hostname_status")
4740
+
3986
4741
  @property
3987
4742
  @pulumi.getter
3988
4743
  def id(self) -> str:
@@ -4057,7 +4812,7 @@ class GetNetworksVpcResult(dict):
4057
4812
 
4058
4813
  @property
4059
4814
  @pulumi.getter
4060
- def tags(self) -> Mapping[str, Any]:
4815
+ def tags(self) -> Mapping[str, str]:
4061
4816
  """
4062
4817
  A mapping of tags to assign to the resource.
4063
4818
  """
@@ -4099,7 +4854,7 @@ class GetNetworksVpcResult(dict):
4099
4854
  @pulumi.getter(name="vswitchIds")
4100
4855
  def vswitch_ids(self) -> Sequence[str]:
4101
4856
  """
4102
- List of VSwitch IDs in the specified VPC
4857
+ List of vSwitch IDs in the specified VPC
4103
4858
  """
4104
4859
  return pulumi.get(self, "vswitch_ids")
4105
4860
 
@@ -4223,7 +4978,7 @@ class GetPeerConnectionsConnectionResult(dict):
4223
4978
  :param str id: The ID of the PeerConnection.
4224
4979
  :param str peer_connection_id: The first ID of the resource.
4225
4980
  :param str peer_connection_name: The name of the resource.
4226
- :param str status: The status of the resource.
4981
+ :param str status: The status of the resource. Valid values: `Accepting`, `Activated`, `Creating`, `Deleted`, `Deleting`, `Expired`, `Rejected`, `Updating`.
4227
4982
  :param str vpc_id: The ID of the requester VPC.
4228
4983
  """
4229
4984
  pulumi.set(__self__, "accepting_ali_uid", accepting_ali_uid)
@@ -4314,7 +5069,7 @@ class GetPeerConnectionsConnectionResult(dict):
4314
5069
  @pulumi.getter
4315
5070
  def status(self) -> str:
4316
5071
  """
4317
- The status of the resource.
5072
+ The status of the resource. Valid values: `Accepting`, `Activated`, `Creating`, `Deleted`, `Deleting`, `Expired`, `Rejected`, `Updating`.
4318
5073
  """
4319
5074
  return pulumi.get(self, "status")
4320
5075
 
@@ -4771,7 +5526,7 @@ class GetRouteTablesTableResult(dict):
4771
5526
  router_id: str,
4772
5527
  router_type: str,
4773
5528
  status: str,
4774
- tags: Mapping[str, Any],
5529
+ tags: Mapping[str, str],
4775
5530
  vpc_id: str,
4776
5531
  vswitch_ids: Sequence[str]):
4777
5532
  """
@@ -4781,11 +5536,11 @@ class GetRouteTablesTableResult(dict):
4781
5536
  :param str resource_group_id: The Id of resource group which route tables belongs.
4782
5537
  :param str route_table_id: The route table id.
4783
5538
  :param str route_table_name: The route table name.
4784
- :param str route_table_type: The type of route table.
5539
+ :param str route_table_type: The route table type.
4785
5540
  :param str router_id: The router ID.
4786
5541
  :param str router_type: The route type of route table. Valid values: `VRouter` and `VBR`.
4787
5542
  :param str status: The status of resource. Valid values: `Available` and `Pending`.
4788
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
5543
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
4789
5544
  :param str vpc_id: Vpc id of the route table.
4790
5545
  :param Sequence[str] vswitch_ids: A list of vswitch id.
4791
5546
  """
@@ -4855,7 +5610,7 @@ class GetRouteTablesTableResult(dict):
4855
5610
  @pulumi.getter(name="routeTableType")
4856
5611
  def route_table_type(self) -> str:
4857
5612
  """
4858
- The type of route table.
5613
+ The route table type.
4859
5614
  """
4860
5615
  return pulumi.get(self, "route_table_type")
4861
5616
 
@@ -4885,7 +5640,7 @@ class GetRouteTablesTableResult(dict):
4885
5640
 
4886
5641
  @property
4887
5642
  @pulumi.getter
4888
- def tags(self) -> Mapping[str, Any]:
5643
+ def tags(self) -> Mapping[str, str]:
4889
5644
  """
4890
5645
  A mapping of tags to assign to the resource.
4891
5646
  """
@@ -5436,28 +6191,28 @@ class GetSwitchesVswitchResult(dict):
5436
6191
  resource_group_id: str,
5437
6192
  route_table_id: str,
5438
6193
  status: str,
5439
- tags: Mapping[str, Any],
6194
+ tags: Mapping[str, str],
5440
6195
  vpc_id: str,
5441
6196
  vswitch_id: str,
5442
6197
  vswitch_name: str,
5443
6198
  zone_id: str):
5444
6199
  """
5445
- :param int available_ip_address_count: The available ip address count of the VSwitch.
6200
+ :param int available_ip_address_count: The available ip address count of the vSwitch.
5446
6201
  :param str cidr_block: Filter results by a specific CIDR block. For example: "172.16.0.0/12".
5447
6202
  :param str creation_time: Time of creation.
5448
- :param str description: Description of the VSwitch.
5449
- :param str id: ID of the VSwitch.
6203
+ :param str description: Description of the vSwitch.
6204
+ :param str id: ID of the vSwitch.
5450
6205
  :param str ipv6_cidr_block: The IPv6 CIDR block of the switch.
5451
- :param bool is_default: Indicate whether the VSwitch is created by the system.
5452
- :param str name: Name of the VSwitch.
6206
+ :param bool is_default: Indicate whether the vSwitch is created by the system.
6207
+ :param str name: Name of the vSwitch.
5453
6208
  :param str resource_group_id: The Id of resource group which VSWitch belongs.
5454
- :param str route_table_id: The route table ID of the VSwitch.
5455
- :param str status: The status of the VSwitch. Valid values: `Available` and `Pending`.
5456
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
5457
- :param str vpc_id: ID of the VPC that owns the VSwitch.
5458
- :param str vswitch_id: ID of the VSwitch.
5459
- :param str vswitch_name: The name of the VSwitch.
5460
- :param str zone_id: The availability zone of the VSwitch.
6209
+ :param str route_table_id: The route table ID of the vSwitch.
6210
+ :param str status: The status of the vSwitch. Valid values: `Available` and `Pending`.
6211
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
6212
+ :param str vpc_id: ID of the VPC that owns the vSwitch.
6213
+ :param str vswitch_id: ID of the vSwitch.
6214
+ :param str vswitch_name: The name of the vSwitch.
6215
+ :param str zone_id: The availability zone of the vSwitch.
5461
6216
  """
5462
6217
  pulumi.set(__self__, "available_ip_address_count", available_ip_address_count)
5463
6218
  pulumi.set(__self__, "cidr_block", cidr_block)
@@ -5480,7 +6235,7 @@ class GetSwitchesVswitchResult(dict):
5480
6235
  @pulumi.getter(name="availableIpAddressCount")
5481
6236
  def available_ip_address_count(self) -> int:
5482
6237
  """
5483
- The available ip address count of the VSwitch.
6238
+ The available ip address count of the vSwitch.
5484
6239
  """
5485
6240
  return pulumi.get(self, "available_ip_address_count")
5486
6241
 
@@ -5504,7 +6259,7 @@ class GetSwitchesVswitchResult(dict):
5504
6259
  @pulumi.getter
5505
6260
  def description(self) -> str:
5506
6261
  """
5507
- Description of the VSwitch.
6262
+ Description of the vSwitch.
5508
6263
  """
5509
6264
  return pulumi.get(self, "description")
5510
6265
 
@@ -5512,7 +6267,7 @@ class GetSwitchesVswitchResult(dict):
5512
6267
  @pulumi.getter
5513
6268
  def id(self) -> str:
5514
6269
  """
5515
- ID of the VSwitch.
6270
+ ID of the vSwitch.
5516
6271
  """
5517
6272
  return pulumi.get(self, "id")
5518
6273
 
@@ -5528,7 +6283,7 @@ class GetSwitchesVswitchResult(dict):
5528
6283
  @pulumi.getter(name="isDefault")
5529
6284
  def is_default(self) -> bool:
5530
6285
  """
5531
- Indicate whether the VSwitch is created by the system.
6286
+ Indicate whether the vSwitch is created by the system.
5532
6287
  """
5533
6288
  return pulumi.get(self, "is_default")
5534
6289
 
@@ -5536,7 +6291,7 @@ class GetSwitchesVswitchResult(dict):
5536
6291
  @pulumi.getter
5537
6292
  def name(self) -> str:
5538
6293
  """
5539
- Name of the VSwitch.
6294
+ Name of the vSwitch.
5540
6295
  """
5541
6296
  return pulumi.get(self, "name")
5542
6297
 
@@ -5552,7 +6307,7 @@ class GetSwitchesVswitchResult(dict):
5552
6307
  @pulumi.getter(name="routeTableId")
5553
6308
  def route_table_id(self) -> str:
5554
6309
  """
5555
- The route table ID of the VSwitch.
6310
+ The route table ID of the vSwitch.
5556
6311
  """
5557
6312
  return pulumi.get(self, "route_table_id")
5558
6313
 
@@ -5560,13 +6315,13 @@ class GetSwitchesVswitchResult(dict):
5560
6315
  @pulumi.getter
5561
6316
  def status(self) -> str:
5562
6317
  """
5563
- The status of the VSwitch. Valid values: `Available` and `Pending`.
6318
+ The status of the vSwitch. Valid values: `Available` and `Pending`.
5564
6319
  """
5565
6320
  return pulumi.get(self, "status")
5566
6321
 
5567
6322
  @property
5568
6323
  @pulumi.getter
5569
- def tags(self) -> Mapping[str, Any]:
6324
+ def tags(self) -> Mapping[str, str]:
5570
6325
  """
5571
6326
  A mapping of tags to assign to the resource.
5572
6327
  """
@@ -5576,7 +6331,7 @@ class GetSwitchesVswitchResult(dict):
5576
6331
  @pulumi.getter(name="vpcId")
5577
6332
  def vpc_id(self) -> str:
5578
6333
  """
5579
- ID of the VPC that owns the VSwitch.
6334
+ ID of the VPC that owns the vSwitch.
5580
6335
  """
5581
6336
  return pulumi.get(self, "vpc_id")
5582
6337
 
@@ -5584,7 +6339,7 @@ class GetSwitchesVswitchResult(dict):
5584
6339
  @pulumi.getter(name="vswitchId")
5585
6340
  def vswitch_id(self) -> str:
5586
6341
  """
5587
- ID of the VSwitch.
6342
+ ID of the vSwitch.
5588
6343
  """
5589
6344
  return pulumi.get(self, "vswitch_id")
5590
6345
 
@@ -5592,7 +6347,7 @@ class GetSwitchesVswitchResult(dict):
5592
6347
  @pulumi.getter(name="vswitchName")
5593
6348
  def vswitch_name(self) -> str:
5594
6349
  """
5595
- The name of the VSwitch.
6350
+ The name of the vSwitch.
5596
6351
  """
5597
6352
  return pulumi.get(self, "vswitch_name")
5598
6353
 
@@ -5600,7 +6355,7 @@ class GetSwitchesVswitchResult(dict):
5600
6355
  @pulumi.getter(name="zoneId")
5601
6356
  def zone_id(self) -> str:
5602
6357
  """
5603
- The availability zone of the VSwitch.
6358
+ The availability zone of the vSwitch.
5604
6359
  """
5605
6360
  return pulumi.get(self, "zone_id")
5606
6361