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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. pulumi_alicloud/actiontrail/outputs.py +4 -0
  2. pulumi_alicloud/adb/db_cluster.py +14 -0
  3. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
  4. pulumi_alicloud/alb/_inputs.py +34 -0
  5. pulumi_alicloud/alb/get_acls.py +2 -2
  6. pulumi_alicloud/alb/get_security_policies.py +4 -4
  7. pulumi_alicloud/alb/outputs.py +188 -10
  8. pulumi_alicloud/alb/rule.py +14 -0
  9. pulumi_alicloud/alb/server_group.py +21 -0
  10. pulumi_alicloud/amqp/get_instances.py +2 -2
  11. pulumi_alicloud/apigateway/get_log_configs.py +2 -2
  12. pulumi_alicloud/apigateway/get_plugins.py +6 -6
  13. pulumi_alicloud/arms/outputs.py +20 -0
  14. pulumi_alicloud/bastionhost/get_users.py +4 -4
  15. pulumi_alicloud/bastionhost/host.py +28 -7
  16. pulumi_alicloud/bastionhost/instance.py +14 -0
  17. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
  18. pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
  19. pulumi_alicloud/cddc/outputs.py +0 -6
  20. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
  21. pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
  22. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
  23. pulumi_alicloud/cen/outputs.py +6 -0
  24. pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
  25. pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
  26. pulumi_alicloud/cfg/aggregator.py +14 -0
  27. pulumi_alicloud/clickhouse/outputs.py +34 -4
  28. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
  29. pulumi_alicloud/cloudfirewall/instance.py +28 -0
  30. pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
  31. pulumi_alicloud/cloudsso/get_groups.py +2 -2
  32. pulumi_alicloud/cloudsso/outputs.py +104 -2
  33. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
  34. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
  35. pulumi_alicloud/cms/_inputs.py +16 -0
  36. pulumi_alicloud/cms/get_event_rules.py +2 -2
  37. pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
  38. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
  39. pulumi_alicloud/cms/get_monitor_groups.py +2 -4
  40. pulumi_alicloud/cms/outputs.py +216 -0
  41. pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
  42. pulumi_alicloud/cr/get_chart_repositories.py +2 -2
  43. pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
  44. pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
  45. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
  46. pulumi_alicloud/cr/outputs.py +4 -0
  47. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
  48. pulumi_alicloud/cs/_inputs.py +116 -0
  49. pulumi_alicloud/cs/node_pool.py +105 -0
  50. pulumi_alicloud/cs/outputs.py +116 -0
  51. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  52. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  53. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  54. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  55. pulumi_alicloud/dcdn/outputs.py +10 -0
  56. pulumi_alicloud/ddos/domain_resource.py +21 -0
  57. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  58. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  59. pulumi_alicloud/dfs/outputs.py +10 -0
  60. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  61. pulumi_alicloud/directmail/get_receivers.py +2 -2
  62. pulumi_alicloud/dns/_inputs.py +16 -0
  63. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  64. pulumi_alicloud/dns/outputs.py +68 -2
  65. pulumi_alicloud/dns/record.py +4 -0
  66. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  67. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  68. pulumi_alicloud/dts/instance.py +21 -0
  69. pulumi_alicloud/eais/get_instances.py +2 -2
  70. pulumi_alicloud/ebs/outputs.py +6 -0
  71. pulumi_alicloud/eci/get_container_groups.py +6 -8
  72. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  73. pulumi_alicloud/eci/outputs.py +26 -26
  74. pulumi_alicloud/ecs/_inputs.py +14 -0
  75. pulumi_alicloud/ecs/disk.py +28 -7
  76. pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
  77. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  78. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  79. pulumi_alicloud/ecs/eip_address.py +84 -7
  80. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  81. pulumi_alicloud/ecs/get_commands.py +4 -4
  82. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  83. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  84. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  85. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  86. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  88. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  89. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  90. pulumi_alicloud/ecs/get_images.py +20 -4
  91. pulumi_alicloud/ecs/instance.py +56 -0
  92. pulumi_alicloud/ecs/outputs.py +174 -92
  93. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  94. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  95. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  96. pulumi_alicloud/eds/get_desktops.py +2 -4
  97. pulumi_alicloud/eds/get_images.py +2 -2
  98. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  99. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  100. pulumi_alicloud/eds/get_users.py +2 -2
  101. pulumi_alicloud/eds/outputs.py +58 -4
  102. pulumi_alicloud/ehpc/cluster.py +70 -0
  103. pulumi_alicloud/ehpc/outputs.py +112 -2
  104. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  105. pulumi_alicloud/emr/get_clusters.py +8 -8
  106. pulumi_alicloud/emr/outputs.py +18 -32
  107. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  108. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  109. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  110. pulumi_alicloud/eventbridge/outputs.py +4 -0
  111. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  112. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  113. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  114. pulumi_alicloud/fnf/get_executions.py +2 -2
  115. pulumi_alicloud/ga/_inputs.py +12 -0
  116. pulumi_alicloud/ga/accelerator.py +49 -0
  117. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  118. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  119. pulumi_alicloud/ga/endpoint_group.py +28 -0
  120. pulumi_alicloud/ga/get_accelerators.py +4 -0
  121. pulumi_alicloud/ga/get_acls.py +2 -2
  122. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  123. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  124. pulumi_alicloud/ga/get_listeners.py +2 -2
  125. pulumi_alicloud/ga/listener.py +28 -0
  126. pulumi_alicloud/ga/outputs.py +14 -2
  127. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  128. pulumi_alicloud/gpdb/get_instances.py +2 -4
  129. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  130. pulumi_alicloud/hbr/_inputs.py +2 -0
  131. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  132. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  133. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  134. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  135. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  136. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  137. pulumi_alicloud/hbr/get_vaults.py +4 -0
  138. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  139. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  140. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  141. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  142. pulumi_alicloud/hbr/outputs.py +68 -0
  143. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  144. pulumi_alicloud/hbr/vault.py +14 -0
  145. pulumi_alicloud/imp/get_app_templates.py +2 -2
  146. pulumi_alicloud/kms/key.py +133 -21
  147. pulumi_alicloud/kms/secret.py +28 -0
  148. pulumi_alicloud/kvstore/account.py +21 -7
  149. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  150. pulumi_alicloud/kvstore/instance.py +14 -0
  151. pulumi_alicloud/lindorm/get_instances.py +2 -2
  152. pulumi_alicloud/log/_inputs.py +28 -6
  153. pulumi_alicloud/log/get_projects.py +2 -2
  154. pulumi_alicloud/log/outputs.py +28 -6
  155. pulumi_alicloud/message/service_subscription.py +14 -0
  156. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  157. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  158. pulumi_alicloud/mongodb/instance.py +56 -0
  159. pulumi_alicloud/mongodb/outputs.py +14 -0
  160. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  161. pulumi_alicloud/mse/cluster.py +28 -0
  162. pulumi_alicloud/mse/outputs.py +34 -0
  163. pulumi_alicloud/nas/data_flow.py +14 -0
  164. pulumi_alicloud/nas/file_system.py +14 -0
  165. pulumi_alicloud/nas/get_data_flows.py +2 -2
  166. pulumi_alicloud/nas/get_file_systems.py +4 -0
  167. pulumi_alicloud/nas/get_filesets.py +2 -2
  168. pulumi_alicloud/nas/get_snapshots.py +2 -2
  169. pulumi_alicloud/nas/outputs.py +4 -0
  170. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  171. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  172. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  173. pulumi_alicloud/nlb/load_balancer.py +14 -0
  174. pulumi_alicloud/nlb/server_group.py +56 -7
  175. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  176. pulumi_alicloud/oos/get_parameters.py +6 -6
  177. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  178. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  179. pulumi_alicloud/oos/parameter.py +28 -0
  180. pulumi_alicloud/oos/secret_parameter.py +28 -0
  181. pulumi_alicloud/ots/instance.py +91 -0
  182. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  183. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  184. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  185. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  186. pulumi_alicloud/pulumi-plugin.json +1 -1
  187. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  188. pulumi_alicloud/quotas/_inputs.py +0 -10
  189. pulumi_alicloud/quotas/outputs.py +10 -10
  190. pulumi_alicloud/rds/get_accounts.py +2 -2
  191. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  192. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  193. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  194. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  195. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  196. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  197. pulumi_alicloud/ros/get_change_sets.py +2 -2
  198. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  199. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  200. pulumi_alicloud/ros/get_stacks.py +4 -4
  201. pulumi_alicloud/ros/get_templates.py +4 -4
  202. pulumi_alicloud/ros/outputs.py +68 -2
  203. pulumi_alicloud/ros/stack_instance.py +52 -4
  204. pulumi_alicloud/sae/get_config_maps.py +2 -2
  205. pulumi_alicloud/sae/get_ingresses.py +2 -2
  206. pulumi_alicloud/sae/outputs.py +274 -0
  207. pulumi_alicloud/scdn/get_domains.py +2 -2
  208. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  209. pulumi_alicloud/sddp/get_rules.py +10 -10
  210. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  211. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  212. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  213. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  214. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  215. pulumi_alicloud/tsdb/get_instances.py +2 -2
  216. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  217. pulumi_alicloud/vod/domain.py +14 -0
  218. pulumi_alicloud/vod/get_domains.py +4 -0
  219. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  220. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  221. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  222. pulumi_alicloud/vpc/get_havips.py +2 -2
  223. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  224. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  225. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  226. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  227. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  228. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  229. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  230. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  231. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  232. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  233. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  234. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  235. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  236. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  237. pulumi_alicloud/vpc/ha_vip.py +8 -0
  238. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  239. pulumi_alicloud/vpc/outputs.py +14 -14
  240. pulumi_alicloud/vpc/route_entry.py +70 -0
  241. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  242. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  243. pulumi_alicloud/vpn/outputs.py +4 -4
  244. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
  245. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +247 -247
  246. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
  247. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
@@ -36,6 +36,10 @@ class ClusterArgs:
36
36
  """
37
37
  The set of arguments for constructing a Cluster resource.
38
38
  :param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
39
+ - `MSE_SC_1_2_60_c`: 1C2G
40
+ - `MSE_SC_2_4_60_c`: 2C4G
41
+ - `MSE_SC_4_8_60_c`: 4C8G
42
+ - `MSE_SC_8_16_60_c`: 8C16G
39
43
  :param pulumi.Input[str] cluster_type: The type of MSE Cluster.
40
44
  :param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
41
45
  :param pulumi.Input[int] instance_count: The count of instance. **NOTE:** From version 1.188.0, `instance_count` can be modified.
@@ -93,6 +97,10 @@ class ClusterArgs:
93
97
  def cluster_specification(self) -> pulumi.Input[str]:
94
98
  """
95
99
  The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
100
+ - `MSE_SC_1_2_60_c`: 1C2G
101
+ - `MSE_SC_2_4_60_c`: 2C4G
102
+ - `MSE_SC_4_8_60_c`: 4C8G
103
+ - `MSE_SC_8_16_60_c`: 8C16G
96
104
  """
97
105
  return pulumi.get(self, "cluster_specification")
98
106
 
@@ -349,6 +357,10 @@ class _ClusterState:
349
357
  :param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
350
358
  :param pulumi.Input[str] cluster_id: (Available in v1.162.0+) The id of Cluster.
351
359
  :param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
360
+ - `MSE_SC_1_2_60_c`: 1C2G
361
+ - `MSE_SC_2_4_60_c`: 2C4G
362
+ - `MSE_SC_4_8_60_c`: 4C8G
363
+ - `MSE_SC_8_16_60_c`: 8C16G
352
364
  :param pulumi.Input[str] cluster_type: The type of MSE Cluster.
353
365
  :param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
354
366
  :param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
@@ -465,6 +477,10 @@ class _ClusterState:
465
477
  def cluster_specification(self) -> Optional[pulumi.Input[str]]:
466
478
  """
467
479
  The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
480
+ - `MSE_SC_1_2_60_c`: 1C2G
481
+ - `MSE_SC_2_4_60_c`: 2C4G
482
+ - `MSE_SC_4_8_60_c`: 4C8G
483
+ - `MSE_SC_8_16_60_c`: 8C16G
468
484
  """
469
485
  return pulumi.get(self, "cluster_specification")
470
486
 
@@ -716,6 +732,10 @@ class Cluster(pulumi.CustomResource):
716
732
  :param pulumi.Input[Sequence[pulumi.Input[str]]] acl_entry_lists: The whitelist. **NOTE:** This attribute is invalid when the value of `pub_network_flow` is `0` and the value of `net_type` is `privatenet`.
717
733
  :param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
718
734
  :param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
735
+ - `MSE_SC_1_2_60_c`: 1C2G
736
+ - `MSE_SC_2_4_60_c`: 2C4G
737
+ - `MSE_SC_4_8_60_c`: 4C8G
738
+ - `MSE_SC_8_16_60_c`: 8C16G
719
739
  :param pulumi.Input[str] cluster_type: The type of MSE Cluster.
720
740
  :param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
721
741
  :param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
@@ -869,6 +889,10 @@ class Cluster(pulumi.CustomResource):
869
889
  :param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
870
890
  :param pulumi.Input[str] cluster_id: (Available in v1.162.0+) The id of Cluster.
871
891
  :param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
892
+ - `MSE_SC_1_2_60_c`: 1C2G
893
+ - `MSE_SC_2_4_60_c`: 2C4G
894
+ - `MSE_SC_4_8_60_c`: 4C8G
895
+ - `MSE_SC_8_16_60_c`: 8C16G
872
896
  :param pulumi.Input[str] cluster_type: The type of MSE Cluster.
873
897
  :param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
874
898
  :param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
@@ -952,6 +976,10 @@ class Cluster(pulumi.CustomResource):
952
976
  def cluster_specification(self) -> pulumi.Output[str]:
953
977
  """
954
978
  The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
979
+ - `MSE_SC_1_2_60_c`: 1C2G
980
+ - `MSE_SC_2_4_60_c`: 2C4G
981
+ - `MSE_SC_4_8_60_c`: 4C8G
982
+ - `MSE_SC_8_16_60_c`: 8C16G
955
983
  """
956
984
  return pulumi.get(self, "cluster_specification")
957
985
 
@@ -708,6 +708,16 @@ class GetGatewaysGatewaySlbListResult(dict):
708
708
  slb_ip: str,
709
709
  slb_port: str,
710
710
  type: str):
711
+ """
712
+ :param str associate_id: The associate id.
713
+ :param str gateway_slb_mode: The Mode of the gateway slb.
714
+ :param str gateway_slb_status: The Status of the gateway slb.
715
+ :param str gmt_create: The creation time of the gateway slb.
716
+ :param str slb_id: The ID of the gateway slb.
717
+ :param str slb_ip: The ip of the gateway slb.
718
+ :param str slb_port: The port of the gateway slb.
719
+ :param str type: The type of the gateway slb.
720
+ """
711
721
  pulumi.set(__self__, "associate_id", associate_id)
712
722
  pulumi.set(__self__, "gateway_slb_mode", gateway_slb_mode)
713
723
  pulumi.set(__self__, "gateway_slb_status", gateway_slb_status)
@@ -720,41 +730,65 @@ class GetGatewaysGatewaySlbListResult(dict):
720
730
  @property
721
731
  @pulumi.getter(name="associateId")
722
732
  def associate_id(self) -> str:
733
+ """
734
+ The associate id.
735
+ """
723
736
  return pulumi.get(self, "associate_id")
724
737
 
725
738
  @property
726
739
  @pulumi.getter(name="gatewaySlbMode")
727
740
  def gateway_slb_mode(self) -> str:
741
+ """
742
+ The Mode of the gateway slb.
743
+ """
728
744
  return pulumi.get(self, "gateway_slb_mode")
729
745
 
730
746
  @property
731
747
  @pulumi.getter(name="gatewaySlbStatus")
732
748
  def gateway_slb_status(self) -> str:
749
+ """
750
+ The Status of the gateway slb.
751
+ """
733
752
  return pulumi.get(self, "gateway_slb_status")
734
753
 
735
754
  @property
736
755
  @pulumi.getter(name="gmtCreate")
737
756
  def gmt_create(self) -> str:
757
+ """
758
+ The creation time of the gateway slb.
759
+ """
738
760
  return pulumi.get(self, "gmt_create")
739
761
 
740
762
  @property
741
763
  @pulumi.getter(name="slbId")
742
764
  def slb_id(self) -> str:
765
+ """
766
+ The ID of the gateway slb.
767
+ """
743
768
  return pulumi.get(self, "slb_id")
744
769
 
745
770
  @property
746
771
  @pulumi.getter(name="slbIp")
747
772
  def slb_ip(self) -> str:
773
+ """
774
+ The ip of the gateway slb.
775
+ """
748
776
  return pulumi.get(self, "slb_ip")
749
777
 
750
778
  @property
751
779
  @pulumi.getter(name="slbPort")
752
780
  def slb_port(self) -> str:
781
+ """
782
+ The port of the gateway slb.
783
+ """
753
784
  return pulumi.get(self, "slb_port")
754
785
 
755
786
  @property
756
787
  @pulumi.getter
757
788
  def type(self) -> str:
789
+ """
790
+ The type of the gateway slb.
791
+ """
758
792
  return pulumi.get(self, "type")
759
793
 
760
794
 
@@ -34,6 +34,8 @@ class DataFlowArgs:
34
34
  :param pulumi.Input[str] description: The Description of the data flow. Restrictions:
35
35
  :param pulumi.Input[bool] dry_run: The dry run.
36
36
  :param pulumi.Input[str] source_security_type: The security protection type of the source storage. If the source storage must be accessed through security protection, specify the security protection type of the source storage. Value:
37
+ - `NONE` (default): Indicates that the source storage does not need to be accessed through security protection.
38
+ - `SSL`: Protects access through SSL certificates.
37
39
  :param pulumi.Input[str] status: The status of the Data flow. Valid values: `Running`, `Stopped`.
38
40
  """
39
41
  pulumi.set(__self__, "file_system_id", file_system_id)
@@ -129,6 +131,8 @@ class DataFlowArgs:
129
131
  def source_security_type(self) -> Optional[pulumi.Input[str]]:
130
132
  """
131
133
  The security protection type of the source storage. If the source storage must be accessed through security protection, specify the security protection type of the source storage. Value:
134
+ - `NONE` (default): Indicates that the source storage does not need to be accessed through security protection.
135
+ - `SSL`: Protects access through SSL certificates.
132
136
  """
133
137
  return pulumi.get(self, "source_security_type")
134
138
 
@@ -169,6 +173,8 @@ class _DataFlowState:
169
173
  :param pulumi.Input[str] file_system_id: The ID of the file system.
170
174
  :param pulumi.Input[str] fset_id: The ID of the Fileset.
171
175
  :param pulumi.Input[str] source_security_type: The security protection type of the source storage. If the source storage must be accessed through security protection, specify the security protection type of the source storage. Value:
176
+ - `NONE` (default): Indicates that the source storage does not need to be accessed through security protection.
177
+ - `SSL`: Protects access through SSL certificates.
172
178
  :param pulumi.Input[str] source_storage: The access path of the source store. Format: `<storage type>://<path>`. Among them:
173
179
  - storage type: currently only OSS is supported.
174
180
  - path: the bucket name of OSS.
@@ -260,6 +266,8 @@ class _DataFlowState:
260
266
  def source_security_type(self) -> Optional[pulumi.Input[str]]:
261
267
  """
262
268
  The security protection type of the source storage. If the source storage must be accessed through security protection, specify the security protection type of the source storage. Value:
269
+ - `NONE` (default): Indicates that the source storage does not need to be accessed through security protection.
270
+ - `SSL`: Protects access through SSL certificates.
263
271
  """
264
272
  return pulumi.get(self, "source_security_type")
265
273
 
@@ -343,6 +351,8 @@ class DataFlow(pulumi.CustomResource):
343
351
  :param pulumi.Input[str] file_system_id: The ID of the file system.
344
352
  :param pulumi.Input[str] fset_id: The ID of the Fileset.
345
353
  :param pulumi.Input[str] source_security_type: The security protection type of the source storage. If the source storage must be accessed through security protection, specify the security protection type of the source storage. Value:
354
+ - `NONE` (default): Indicates that the source storage does not need to be accessed through security protection.
355
+ - `SSL`: Protects access through SSL certificates.
346
356
  :param pulumi.Input[str] source_storage: The access path of the source store. Format: `<storage type>://<path>`. Among them:
347
357
  - storage type: currently only OSS is supported.
348
358
  - path: the bucket name of OSS.
@@ -452,6 +462,8 @@ class DataFlow(pulumi.CustomResource):
452
462
  :param pulumi.Input[str] file_system_id: The ID of the file system.
453
463
  :param pulumi.Input[str] fset_id: The ID of the Fileset.
454
464
  :param pulumi.Input[str] source_security_type: The security protection type of the source storage. If the source storage must be accessed through security protection, specify the security protection type of the source storage. Value:
465
+ - `NONE` (default): Indicates that the source storage does not need to be accessed through security protection.
466
+ - `SSL`: Protects access through SSL certificates.
455
467
  :param pulumi.Input[str] source_storage: The access path of the source store. Format: `<storage type>://<path>`. Among them:
456
468
  - storage type: currently only OSS is supported.
457
469
  - path: the bucket name of OSS.
@@ -519,6 +531,8 @@ class DataFlow(pulumi.CustomResource):
519
531
  def source_security_type(self) -> pulumi.Output[str]:
520
532
  """
521
533
  The security protection type of the source storage. If the source storage must be accessed through security protection, specify the security protection type of the source storage. Value:
534
+ - `NONE` (default): Indicates that the source storage does not need to be accessed through security protection.
535
+ - `SSL`: Protects access through SSL certificates.
522
536
  """
523
537
  return pulumi.get(self, "source_security_type")
524
538
 
@@ -34,6 +34,8 @@ class FileSystemArgs:
34
34
  `cpfs` (Available when the `file_system_type` is `cpfs`).
35
35
  :param pulumi.Input[str] storage_type: The storage type of the file System.
36
36
  * Valid values:
37
+ * `Performance` (Available when the `file_system_type` is `standard`)
38
+ * `Capacity` (Available when the `file_system_type` is `standard`)
37
39
  :param pulumi.Input[int] capacity: The capacity of the file system. The `capacity` is required when the `file_system_type` is `extreme`.
38
40
  Unit: gib; **Note**: The minimum value is 100.
39
41
  :param pulumi.Input[str] description: The File System description.
@@ -93,6 +95,8 @@ class FileSystemArgs:
93
95
  """
94
96
  The storage type of the file System.
95
97
  * Valid values:
98
+ * `Performance` (Available when the `file_system_type` is `standard`)
99
+ * `Capacity` (Available when the `file_system_type` is `standard`)
96
100
  """
97
101
  return pulumi.get(self, "storage_type")
98
102
 
@@ -249,6 +253,8 @@ class _FileSystemState:
249
253
  `cpfs` (Available when the `file_system_type` is `cpfs`).
250
254
  :param pulumi.Input[str] storage_type: The storage type of the file System.
251
255
  * Valid values:
256
+ * `Performance` (Available when the `file_system_type` is `standard`)
257
+ * `Capacity` (Available when the `file_system_type` is `standard`)
252
258
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
253
259
  :param pulumi.Input[str] vpc_id: The id of the VPC. The `vpc_id` is required when the `file_system_type` is `cpfs`.
254
260
  :param pulumi.Input[str] vswitch_id: The id of the vSwitch. The `vswitch_id` is required when the `file_system_type` is `cpfs`.
@@ -365,6 +371,8 @@ class _FileSystemState:
365
371
  """
366
372
  The storage type of the file System.
367
373
  * Valid values:
374
+ * `Performance` (Available when the `file_system_type` is `standard`)
375
+ * `Capacity` (Available when the `file_system_type` is `standard`)
368
376
  """
369
377
  return pulumi.get(self, "storage_type")
370
378
 
@@ -528,6 +536,8 @@ class FileSystem(pulumi.CustomResource):
528
536
  `cpfs` (Available when the `file_system_type` is `cpfs`).
529
537
  :param pulumi.Input[str] storage_type: The storage type of the file System.
530
538
  * Valid values:
539
+ * `Performance` (Available when the `file_system_type` is `standard`)
540
+ * `Capacity` (Available when the `file_system_type` is `standard`)
531
541
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
532
542
  :param pulumi.Input[str] vpc_id: The id of the VPC. The `vpc_id` is required when the `file_system_type` is `cpfs`.
533
543
  :param pulumi.Input[str] vswitch_id: The id of the vSwitch. The `vswitch_id` is required when the `file_system_type` is `cpfs`.
@@ -705,6 +715,8 @@ class FileSystem(pulumi.CustomResource):
705
715
  `cpfs` (Available when the `file_system_type` is `cpfs`).
706
716
  :param pulumi.Input[str] storage_type: The storage type of the file System.
707
717
  * Valid values:
718
+ * `Performance` (Available when the `file_system_type` is `standard`)
719
+ * `Capacity` (Available when the `file_system_type` is `standard`)
708
720
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
709
721
  :param pulumi.Input[str] vpc_id: The id of the VPC. The `vpc_id` is required when the `file_system_type` is `cpfs`.
710
722
  :param pulumi.Input[str] vswitch_id: The id of the vSwitch. The `vswitch_id` is required when the `file_system_type` is `cpfs`.
@@ -791,6 +803,8 @@ class FileSystem(pulumi.CustomResource):
791
803
  """
792
804
  The storage type of the file System.
793
805
  * Valid values:
806
+ * `Performance` (Available when the `file_system_type` is `standard`)
807
+ * `Capacity` (Available when the `file_system_type` is `standard`)
794
808
  """
795
809
  return pulumi.get(self, "storage_type")
796
810
 
@@ -123,7 +123,7 @@ def get_data_flows(file_system_id: Optional[str] = None,
123
123
  :param str file_system_id: The ID of the file system.
124
124
  :param Sequence[str] ids: A list of Data Flow IDs.
125
125
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
126
- :param str status: The status of the Data flow.
126
+ :param str status: The status of the Data flow. Including: `Starting`, `Running`, `Updating`, `Deleting`, `Stopping`, `Stopped`, `Misconfigured`.
127
127
  """
128
128
  __args__ = dict()
129
129
  __args__['fileSystemId'] = file_system_id
@@ -176,6 +176,6 @@ def get_data_flows_output(file_system_id: Optional[pulumi.Input[str]] = None,
176
176
  :param str file_system_id: The ID of the file system.
177
177
  :param Sequence[str] ids: A list of Data Flow IDs.
178
178
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
179
- :param str status: The status of the Data flow.
179
+ :param str status: The status of the Data flow. Including: `Starting`, `Running`, `Updating`, `Deleting`, `Stopping`, `Stopped`, `Misconfigured`.
180
180
  """
181
181
  ...
@@ -155,6 +155,8 @@ def get_file_systems(description_regex: Optional[str] = None,
155
155
  `SMB` (Available when the `file_system_type` is `standard`).
156
156
  :param str storage_type: The storage type of the file system.
157
157
  * Valid values:
158
+ * `Performance` (Available when the `file_system_type` is `standard`)
159
+ * `Capacity` (Available when the `file_system_type` is `standard`)
158
160
  """
159
161
  __args__ = dict()
160
162
  __args__['descriptionRegex'] = description_regex
@@ -209,5 +211,7 @@ def get_file_systems_output(description_regex: Optional[pulumi.Input[Optional[st
209
211
  `SMB` (Available when the `file_system_type` is `standard`).
210
212
  :param str storage_type: The storage type of the file system.
211
213
  * Valid values:
214
+ * `Performance` (Available when the `file_system_type` is `standard`)
215
+ * `Capacity` (Available when the `file_system_type` is `standard`)
212
216
  """
213
217
  ...
@@ -120,7 +120,7 @@ def get_filesets(file_system_id: Optional[str] = None,
120
120
  :param str file_system_id: The ID of the file system.
121
121
  :param Sequence[str] ids: A list of Fileset IDs.
122
122
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
123
- :param str status: The status of the fileset.
123
+ :param str status: The status of the fileset. Valid values: `CREATED`, `CREATING`, `RELEASED`, `RELEASING`.
124
124
  """
125
125
  __args__ = dict()
126
126
  __args__['fileSystemId'] = file_system_id
@@ -170,6 +170,6 @@ def get_filesets_output(file_system_id: Optional[pulumi.Input[str]] = None,
170
170
  :param str file_system_id: The ID of the file system.
171
171
  :param Sequence[str] ids: A list of Fileset IDs.
172
172
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
173
- :param str status: The status of the fileset.
173
+ :param str status: The status of the fileset. Valid values: `CREATED`, `CREATING`, `RELEASED`, `RELEASING`.
174
174
  """
175
175
  ...
@@ -149,7 +149,7 @@ def get_snapshots(file_system_id: Optional[str] = None,
149
149
  :param str name_regex: A regex string to filter results by Snapshot name.
150
150
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
151
151
  :param str snapshot_name: The name of the snapshot.
152
- :param str status: The status of the snapshot.
152
+ :param str status: Status. Valid values: `accomplished`, `failed`, `progressing`.
153
153
  """
154
154
  __args__ = dict()
155
155
  __args__['fileSystemId'] = file_system_id
@@ -206,6 +206,6 @@ def get_snapshots_output(file_system_id: Optional[pulumi.Input[Optional[str]]] =
206
206
  :param str name_regex: A regex string to filter results by Snapshot name.
207
207
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
208
208
  :param str snapshot_name: The name of the snapshot.
209
- :param str status: The status of the snapshot.
209
+ :param str status: Status. Valid values: `accomplished`, `failed`, `progressing`.
210
210
  """
211
211
  ...
@@ -461,6 +461,8 @@ class GetFileSystemsSystemResult(dict):
461
461
  :param str region_id: ID of the region where the FileSystem is located.
462
462
  :param str storage_type: The storage type of the file system.
463
463
  * Valid values:
464
+ * `Performance` (Available when the `file_system_type` is `standard`)
465
+ * `Capacity` (Available when the `file_system_type` is `standard`)
464
466
  :param str zone_id: (Optional, Available in v1.140.0+) The id of the zone. Each region consists of multiple isolated locations known as zones. Each zone has an independent power supply and network.
465
467
  """
466
468
  pulumi.set(__self__, "capacity", capacity)
@@ -569,6 +571,8 @@ class GetFileSystemsSystemResult(dict):
569
571
  """
570
572
  The storage type of the file system.
571
573
  * Valid values:
574
+ * `Performance` (Available when the `file_system_type` is `standard`)
575
+ * `Capacity` (Available when the `file_system_type` is `standard`)
572
576
  """
573
577
  return pulumi.get(self, "storage_type")
574
578
 
@@ -224,18 +224,17 @@ def get_load_balancers(address_ip_version: Optional[str] = None,
224
224
  ```
225
225
 
226
226
 
227
- :param str address_ip_version: The IP version.
228
- :param str address_type: The type of IPv4 address used by the NLB instance.
227
+ :param str address_ip_version: The IP version. Valid values: `ipv4`, `DualStack`.
228
+ :param str address_type: The type of IPv4 address used by the NLB instance. Valid values: `Internet`, `Intranet`.
229
229
  :param str dns_name: The domain name of the NLB instance.
230
230
  :param Sequence[str] ids: A list of Load Balancer IDs.
231
- :param str ipv6_address_type: The type of IPv6 address used by the NLB instance.
232
- :param str load_balancer_business_status: The business status of the NLB instance.
231
+ :param str ipv6_address_type: The type of IPv6 address used by the NLB instance. Valid values: `Internet`, `Intranet`.
232
+ :param str load_balancer_business_status: The business status of the NLB instance. Valid values: `Abnormal`, `Normal`.
233
233
  :param Sequence[str] load_balancer_names: The name of the NLB instance. You can specify at most 10 names.
234
234
  :param str name_regex: A regex string to filter results by Load Balancer name.
235
235
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
236
236
  :param str resource_group_id: The ID of the resource group.
237
- :param str status: The status of the NLB instance.
238
- :param Mapping[str, Any] tags: The tag of the resource.
237
+ :param str status: The status of the NLB instance. Valid values: `Inactive`, `Active`, `Provisioning`, `Configuring`, `Deleting`, `Deleted`.
239
238
  :param Sequence[str] vpc_ids: The ID of the virtual private cloud (VPC) where the NLB instance is deployed. You can specify at most 10 IDs.
240
239
  :param str zone_id: The name of the zone.
241
240
  """
@@ -313,18 +312,17 @@ def get_load_balancers_output(address_ip_version: Optional[pulumi.Input[Optional
313
312
  ```
314
313
 
315
314
 
316
- :param str address_ip_version: The IP version.
317
- :param str address_type: The type of IPv4 address used by the NLB instance.
315
+ :param str address_ip_version: The IP version. Valid values: `ipv4`, `DualStack`.
316
+ :param str address_type: The type of IPv4 address used by the NLB instance. Valid values: `Internet`, `Intranet`.
318
317
  :param str dns_name: The domain name of the NLB instance.
319
318
  :param Sequence[str] ids: A list of Load Balancer IDs.
320
- :param str ipv6_address_type: The type of IPv6 address used by the NLB instance.
321
- :param str load_balancer_business_status: The business status of the NLB instance.
319
+ :param str ipv6_address_type: The type of IPv6 address used by the NLB instance. Valid values: `Internet`, `Intranet`.
320
+ :param str load_balancer_business_status: The business status of the NLB instance. Valid values: `Abnormal`, `Normal`.
322
321
  :param Sequence[str] load_balancer_names: The name of the NLB instance. You can specify at most 10 names.
323
322
  :param str name_regex: A regex string to filter results by Load Balancer name.
324
323
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
325
324
  :param str resource_group_id: The ID of the resource group.
326
- :param str status: The status of the NLB instance.
327
- :param Mapping[str, Any] tags: The tag of the resource.
325
+ :param str status: The status of the NLB instance. Valid values: `Inactive`, `Active`, `Provisioning`, `Configuring`, `Deleting`, `Deleted`.
328
326
  :param Sequence[str] vpc_ids: The ID of the virtual private cloud (VPC) where the NLB instance is deployed. You can specify at most 10 IDs.
329
327
  :param str zone_id: The name of the zone.
330
328
  """
@@ -159,8 +159,7 @@ def get_security_policies(ids: Optional[Sequence[str]] = None,
159
159
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
160
160
  :param str resource_group_id: The ID of the resource group.
161
161
  :param Sequence[str] security_policy_names: The names of the TLS security policies.
162
- :param str status: The status of the resource.
163
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
162
+ :param str status: The status of the resource. Valid values: `Available`, `Configuring`.
164
163
  """
165
164
  __args__ = dict()
166
165
  __args__['ids'] = ids
@@ -220,7 +219,6 @@ def get_security_policies_output(ids: Optional[pulumi.Input[Optional[Sequence[st
220
219
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
221
220
  :param str resource_group_id: The ID of the resource group.
222
221
  :param Sequence[str] security_policy_names: The names of the TLS security policies.
223
- :param str status: The status of the resource.
224
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
222
+ :param str status: The status of the resource. Valid values: `Available`, `Configuring`.
225
223
  """
226
224
  ...
@@ -169,9 +169,8 @@ def get_server_groups(ids: Optional[Sequence[str]] = None,
169
169
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
170
170
  :param str resource_group_id: The ID of the resource group to which the security group belongs.
171
171
  :param Sequence[str] server_group_names: The names of the server groups to be queried.
172
- :param str server_group_type: The type of the server group.
173
- :param str status: The status of the server group.
174
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
172
+ :param str server_group_type: The type of the server group. Valid values: `Instance`, `Ip`.
173
+ :param str status: The status of the resource. Valid values: `Available`, `Configuring`, `Creating`.
175
174
  """
176
175
  __args__ = dict()
177
176
  __args__['ids'] = ids
@@ -234,8 +233,7 @@ def get_server_groups_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
234
233
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
235
234
  :param str resource_group_id: The ID of the resource group to which the security group belongs.
236
235
  :param Sequence[str] server_group_names: The names of the server groups to be queried.
237
- :param str server_group_type: The type of the server group.
238
- :param str status: The status of the server group.
239
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
236
+ :param str server_group_type: The type of the server group. Valid values: `Instance`, `Ip`.
237
+ :param str status: The status of the resource. Valid values: `Available`, `Configuring`, `Creating`.
240
238
  """
241
239
  ...
@@ -59,6 +59,8 @@ class LoadBalancerArgs:
59
59
  :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify protection. See `modification_protection_config` below.
60
60
  :param pulumi.Input[str] modification_protection_reason: The reason why the configuration read-only mode is enabled. The `modification_protection_reason` takes effect only when `modification_protection_status` is set to `ConsoleProtection`.
61
61
  :param pulumi.Input[str] modification_protection_status: Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
62
+ - `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
63
+ - `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
62
64
  :param pulumi.Input[str] resource_group_id: The ID of the resource group.
63
65
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The security group to which the network-based SLB instance belongs.
64
66
  :param pulumi.Input[Mapping[str, Any]] tags: List of labels.
@@ -278,6 +280,8 @@ class LoadBalancerArgs:
278
280
  def modification_protection_status(self) -> Optional[pulumi.Input[str]]:
279
281
  """
280
282
  Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
283
+ - `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
284
+ - `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
281
285
  """
282
286
  return pulumi.get(self, "modification_protection_status")
283
287
 
@@ -373,6 +377,8 @@ class _LoadBalancerState:
373
377
  :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify protection. See `modification_protection_config` below.
374
378
  :param pulumi.Input[str] modification_protection_reason: The reason why the configuration read-only mode is enabled. The `modification_protection_reason` takes effect only when `modification_protection_status` is set to `ConsoleProtection`.
375
379
  :param pulumi.Input[str] modification_protection_status: Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
380
+ - `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
381
+ - `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
376
382
  :param pulumi.Input[str] resource_group_id: The ID of the resource group.
377
383
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The security group to which the network-based SLB instance belongs.
378
384
  :param pulumi.Input[str] status: The status of the resource.
@@ -618,6 +624,8 @@ class _LoadBalancerState:
618
624
  def modification_protection_status(self) -> Optional[pulumi.Input[str]]:
619
625
  """
620
626
  Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
627
+ - `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
628
+ - `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
621
629
  """
622
630
  return pulumi.get(self, "modification_protection_status")
623
631
 
@@ -810,6 +818,8 @@ class LoadBalancer(pulumi.CustomResource):
810
818
  :param pulumi.Input[pulumi.InputType['LoadBalancerModificationProtectionConfigArgs']] modification_protection_config: Modify protection. See `modification_protection_config` below.
811
819
  :param pulumi.Input[str] modification_protection_reason: The reason why the configuration read-only mode is enabled. The `modification_protection_reason` takes effect only when `modification_protection_status` is set to `ConsoleProtection`.
812
820
  :param pulumi.Input[str] modification_protection_status: Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
821
+ - `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
822
+ - `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
813
823
  :param pulumi.Input[str] resource_group_id: The ID of the resource group.
814
824
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The security group to which the network-based SLB instance belongs.
815
825
  :param pulumi.Input[Mapping[str, Any]] tags: List of labels.
@@ -1020,6 +1030,8 @@ class LoadBalancer(pulumi.CustomResource):
1020
1030
  :param pulumi.Input[pulumi.InputType['LoadBalancerModificationProtectionConfigArgs']] modification_protection_config: Modify protection. See `modification_protection_config` below.
1021
1031
  :param pulumi.Input[str] modification_protection_reason: The reason why the configuration read-only mode is enabled. The `modification_protection_reason` takes effect only when `modification_protection_status` is set to `ConsoleProtection`.
1022
1032
  :param pulumi.Input[str] modification_protection_status: Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
1033
+ - `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
1034
+ - `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
1023
1035
  :param pulumi.Input[str] resource_group_id: The ID of the resource group.
1024
1036
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The security group to which the network-based SLB instance belongs.
1025
1037
  :param pulumi.Input[str] status: The status of the resource.
@@ -1188,6 +1200,8 @@ class LoadBalancer(pulumi.CustomResource):
1188
1200
  def modification_protection_status(self) -> pulumi.Output[str]:
1189
1201
  """
1190
1202
  Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
1203
+ - `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
1204
+ - `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
1191
1205
  """
1192
1206
  return pulumi.get(self, "modification_protection_status")
1193
1207