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,9 @@ class ServerGroupArgs:
36
36
  :param pulumi.Input[str] resource_group_id: The ID of the resource group.
37
37
  :param pulumi.Input[str] scheduler: The scheduling algorithm. Valid values: ` Sch`, ` Wlc`, `Wrr`. **NOTE:** This parameter takes effect when the `server_group_type` parameter is set to `Instance` or `Ip`.
38
38
  :param pulumi.Input[str] server_group_type: The type of the server group. Default value: `Instance`. Valid values:
39
+ - `Instance`: allows you add servers by specifying Ecs, Ens, or Eci.
40
+ - `Ip`: allows you to add servers by specifying IP addresses.
41
+ - `Fc`: allows you to add servers by specifying functions of Function Compute.
39
42
  :param pulumi.Input[Sequence[pulumi.Input['ServerGroupServerArgs']]] servers: The backend servers. See `servers` below.
40
43
  :param pulumi.Input['ServerGroupStickySessionConfigArgs'] sticky_session_config: The configuration of session persistence. See `sticky_session_config` below.
41
44
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
@@ -139,6 +142,9 @@ class ServerGroupArgs:
139
142
  def server_group_type(self) -> Optional[pulumi.Input[str]]:
140
143
  """
141
144
  The type of the server group. Default value: `Instance`. Valid values:
145
+ - `Instance`: allows you add servers by specifying Ecs, Ens, or Eci.
146
+ - `Ip`: allows you to add servers by specifying IP addresses.
147
+ - `Fc`: allows you to add servers by specifying functions of Function Compute.
142
148
  """
143
149
  return pulumi.get(self, "server_group_type")
144
150
 
@@ -219,6 +225,9 @@ class _ServerGroupState:
219
225
  :param pulumi.Input[str] scheduler: The scheduling algorithm. Valid values: ` Sch`, ` Wlc`, `Wrr`. **NOTE:** This parameter takes effect when the `server_group_type` parameter is set to `Instance` or `Ip`.
220
226
  :param pulumi.Input[str] server_group_name: The name of the server group.
221
227
  :param pulumi.Input[str] server_group_type: The type of the server group. Default value: `Instance`. Valid values:
228
+ - `Instance`: allows you add servers by specifying Ecs, Ens, or Eci.
229
+ - `Ip`: allows you to add servers by specifying IP addresses.
230
+ - `Fc`: allows you to add servers by specifying functions of Function Compute.
222
231
  :param pulumi.Input[Sequence[pulumi.Input['ServerGroupServerArgs']]] servers: The backend servers. See `servers` below.
223
232
  :param pulumi.Input[str] status: The status of the backend server.
224
233
  :param pulumi.Input['ServerGroupStickySessionConfigArgs'] sticky_session_config: The configuration of session persistence. See `sticky_session_config` below.
@@ -327,6 +336,9 @@ class _ServerGroupState:
327
336
  def server_group_type(self) -> Optional[pulumi.Input[str]]:
328
337
  """
329
338
  The type of the server group. Default value: `Instance`. Valid values:
339
+ - `Instance`: allows you add servers by specifying Ecs, Ens, or Eci.
340
+ - `Ip`: allows you to add servers by specifying IP addresses.
341
+ - `Fc`: allows you to add servers by specifying functions of Function Compute.
330
342
  """
331
343
  return pulumi.get(self, "server_group_type")
332
344
 
@@ -515,6 +527,9 @@ class ServerGroup(pulumi.CustomResource):
515
527
  :param pulumi.Input[str] scheduler: The scheduling algorithm. Valid values: ` Sch`, ` Wlc`, `Wrr`. **NOTE:** This parameter takes effect when the `server_group_type` parameter is set to `Instance` or `Ip`.
516
528
  :param pulumi.Input[str] server_group_name: The name of the server group.
517
529
  :param pulumi.Input[str] server_group_type: The type of the server group. Default value: `Instance`. Valid values:
530
+ - `Instance`: allows you add servers by specifying Ecs, Ens, or Eci.
531
+ - `Ip`: allows you to add servers by specifying IP addresses.
532
+ - `Fc`: allows you to add servers by specifying functions of Function Compute.
518
533
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServerGroupServerArgs']]]] servers: The backend servers. See `servers` below.
519
534
  :param pulumi.Input[pulumi.InputType['ServerGroupStickySessionConfigArgs']] sticky_session_config: The configuration of session persistence. See `sticky_session_config` below.
520
535
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
@@ -707,6 +722,9 @@ class ServerGroup(pulumi.CustomResource):
707
722
  :param pulumi.Input[str] scheduler: The scheduling algorithm. Valid values: ` Sch`, ` Wlc`, `Wrr`. **NOTE:** This parameter takes effect when the `server_group_type` parameter is set to `Instance` or `Ip`.
708
723
  :param pulumi.Input[str] server_group_name: The name of the server group.
709
724
  :param pulumi.Input[str] server_group_type: The type of the server group. Default value: `Instance`. Valid values:
725
+ - `Instance`: allows you add servers by specifying Ecs, Ens, or Eci.
726
+ - `Ip`: allows you to add servers by specifying IP addresses.
727
+ - `Fc`: allows you to add servers by specifying functions of Function Compute.
710
728
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServerGroupServerArgs']]]] servers: The backend servers. See `servers` below.
711
729
  :param pulumi.Input[str] status: The status of the backend server.
712
730
  :param pulumi.Input[pulumi.InputType['ServerGroupStickySessionConfigArgs']] sticky_session_config: The configuration of session persistence. See `sticky_session_config` below.
@@ -784,6 +802,9 @@ class ServerGroup(pulumi.CustomResource):
784
802
  def server_group_type(self) -> pulumi.Output[str]:
785
803
  """
786
804
  The type of the server group. Default value: `Instance`. Valid values:
805
+ - `Instance`: allows you add servers by specifying Ecs, Ens, or Eci.
806
+ - `Ip`: allows you to add servers by specifying IP addresses.
807
+ - `Fc`: allows you to add servers by specifying functions of Function Compute.
787
808
  """
788
809
  return pulumi.get(self, "server_group_type")
789
810
 
@@ -141,7 +141,7 @@ def get_instances(enable_details: Optional[bool] = None,
141
141
  :param Sequence[str] ids: A list of Instance IDs.
142
142
  :param str name_regex: A regex string to filter results by Instance name.
143
143
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
144
- :param str status: The status of the resource.
144
+ :param str status: The status of the resource. Valid values: "DEPLOYING", "EXPIRED", "RELEASED", "SERVING".
145
145
  """
146
146
  __args__ = dict()
147
147
  __args__['enableDetails'] = enable_details
@@ -197,6 +197,6 @@ def get_instances_output(enable_details: Optional[pulumi.Input[Optional[bool]]]
197
197
  :param Sequence[str] ids: A list of Instance IDs.
198
198
  :param str name_regex: A regex string to filter results by Instance name.
199
199
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
200
- :param str status: The status of the resource.
200
+ :param str status: The status of the resource. Valid values: "DEPLOYING", "EXPIRED", "RELEASED", "SERVING".
201
201
  """
202
202
  ...
@@ -106,7 +106,7 @@ def get_log_configs(ids: Optional[Sequence[str]] = None,
106
106
 
107
107
 
108
108
  :param Sequence[str] ids: A list of Log Config IDs.
109
- :param str log_type: The type the of log.
109
+ :param str log_type: The type the of log. Valid values: `PROVIDER`.
110
110
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
111
111
  """
112
112
  __args__ = dict()
@@ -150,7 +150,7 @@ def get_log_configs_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]]
150
150
 
151
151
 
152
152
  :param Sequence[str] ids: A list of Log Config IDs.
153
- :param str log_type: The type the of log.
153
+ :param str log_type: The type the of log. Valid values: `PROVIDER`.
154
154
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
155
155
  """
156
156
  ...
@@ -167,9 +167,9 @@ def get_plugins(ids: Optional[Sequence[str]] = None,
167
167
  :param Sequence[str] ids: A list of Plugin IDs.
168
168
  :param str name_regex: A regex string to filter results by Plugin name.
169
169
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
170
- :param str plugin_name: The name of the plug-in that you want to create.
171
- :param str plugin_type: The type of the plug-in.
172
- :param Mapping[str, Any] tags: The tag of the resource.
170
+ :param str plugin_name: The name of the plug-in that you want to create. It can contain uppercase English letters, lowercase English letters, Chinese characters, numbers, and underscores (_). It must be 4 to 50 characters in length and cannot start with an underscore (_).
171
+ :param str plugin_type: The type of the plug-in. Valid values: `backendSignature`, `caching`, `cors`, `ipControl`, `jwtAuth`, `trafficControl`.
172
+ :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
173
173
  """
174
174
  __args__ = dict()
175
175
  __args__['ids'] = ids
@@ -230,8 +230,8 @@ def get_plugins_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = No
230
230
  :param Sequence[str] ids: A list of Plugin IDs.
231
231
  :param str name_regex: A regex string to filter results by Plugin name.
232
232
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
233
- :param str plugin_name: The name of the plug-in that you want to create.
234
- :param str plugin_type: The type of the plug-in.
235
- :param Mapping[str, Any] tags: The tag of the resource.
233
+ :param str plugin_name: The name of the plug-in that you want to create. It can contain uppercase English letters, lowercase English letters, Chinese characters, numbers, and underscores (_). It must be 4 to 50 characters in length and cannot start with an underscore (_).
234
+ :param str plugin_type: The type of the plug-in. Valid values: `backendSignature`, `caching`, `cors`, `ipControl`, `jwtAuth`, `trafficControl`.
235
+ :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
236
236
  """
237
237
  ...
@@ -2654,17 +2654,27 @@ class GetPrometheusAlertRulesRuleAnnotationResult(dict):
2654
2654
  def __init__(__self__, *,
2655
2655
  name: str,
2656
2656
  value: str):
2657
+ """
2658
+ :param str name: The value of the annotation.
2659
+ :param str value: The name of the annotation name.
2660
+ """
2657
2661
  pulumi.set(__self__, "name", name)
2658
2662
  pulumi.set(__self__, "value", value)
2659
2663
 
2660
2664
  @property
2661
2665
  @pulumi.getter
2662
2666
  def name(self) -> str:
2667
+ """
2668
+ The value of the annotation.
2669
+ """
2663
2670
  return pulumi.get(self, "name")
2664
2671
 
2665
2672
  @property
2666
2673
  @pulumi.getter
2667
2674
  def value(self) -> str:
2675
+ """
2676
+ The name of the annotation name.
2677
+ """
2668
2678
  return pulumi.get(self, "value")
2669
2679
 
2670
2680
 
@@ -2673,17 +2683,27 @@ class GetPrometheusAlertRulesRuleLabelResult(dict):
2673
2683
  def __init__(__self__, *,
2674
2684
  name: str,
2675
2685
  value: str):
2686
+ """
2687
+ :param str name: The name of the label.
2688
+ :param str value: The value of the label.
2689
+ """
2676
2690
  pulumi.set(__self__, "name", name)
2677
2691
  pulumi.set(__self__, "value", value)
2678
2692
 
2679
2693
  @property
2680
2694
  @pulumi.getter
2681
2695
  def name(self) -> str:
2696
+ """
2697
+ The name of the label.
2698
+ """
2682
2699
  return pulumi.get(self, "name")
2683
2700
 
2684
2701
  @property
2685
2702
  @pulumi.getter
2686
2703
  def value(self) -> str:
2704
+ """
2705
+ The value of the label.
2706
+ """
2687
2707
  return pulumi.get(self, "value")
2688
2708
 
2689
2709
 
@@ -195,9 +195,9 @@ def get_users(display_name: Optional[str] = None,
195
195
  :param str mobile: Specify the New of the User That Created a Different Mobile Phone Number from Your.
196
196
  :param str name_regex: A regex string to filter results by User name.
197
197
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
198
- :param str source: Specify the New of the User That Created the Source. Valid Values: Local: Local User RAM: Ram User.
198
+ :param str source: Specify the New of the User That Created the Source. Valid Values: Local: Local User RAM: Ram User. Valid values: `Local`, `Ram`.
199
199
  :param str source_user_id: Specify the Newly Created User Is Uniquely Identified. Indicates That the Parameter Is a Bastion Host Corresponding to the User with the Ram User's Unique Identifier. The Newly Created User Source Grant Permission to a RAM User (That Is, Source Used as a Ram), this Parameter Is Required. You Can Call Access Control of Listusers Interface from the Return Data Userid to Obtain the Parameters.
200
- :param str status: The status of the resource.
200
+ :param str status: The status of the resource. Valid values: `Frozen`, `Normal`.
201
201
  :param str user_name: Specify the New User Name. This Parameter Is Only by Letters, Lowercase Letters, Numbers, and Underscores (_), Supports up to 128 Characters.
202
202
  """
203
203
  __args__ = dict()
@@ -273,9 +273,9 @@ def get_users_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
273
273
  :param str mobile: Specify the New of the User That Created a Different Mobile Phone Number from Your.
274
274
  :param str name_regex: A regex string to filter results by User name.
275
275
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
276
- :param str source: Specify the New of the User That Created the Source. Valid Values: Local: Local User RAM: Ram User.
276
+ :param str source: Specify the New of the User That Created the Source. Valid Values: Local: Local User RAM: Ram User. Valid values: `Local`, `Ram`.
277
277
  :param str source_user_id: Specify the Newly Created User Is Uniquely Identified. Indicates That the Parameter Is a Bastion Host Corresponding to the User with the Ram User's Unique Identifier. The Newly Created User Source Grant Permission to a RAM User (That Is, Source Used as a Ram), this Parameter Is Required. You Can Call Access Control of Listusers Interface from the Return Data Userid to Obtain the Parameters.
278
- :param str status: The status of the resource.
278
+ :param str status: The status of the resource. Valid values: `Frozen`, `Normal`.
279
279
  :param str user_name: Specify the New User Name. This Parameter Is Only by Letters, Lowercase Letters, Numbers, and Underscores (_), Supports up to 128 Characters.
280
280
  """
281
281
  ...
@@ -30,7 +30,10 @@ class HostArgs:
30
30
  :param pulumi.Input[str] host_name: Specify the new create a host name of the supports up to 128 characters.
31
31
  :param pulumi.Input[str] instance_id: Specify the new create a host where the Bastion host ID of.
32
32
  :param pulumi.Input[str] os_type: Specify the new create the host's operating system. Valid values: `Linux`,`Windows`.
33
- :param pulumi.Input[str] source: Specify the new create a host of source. Valid values:
33
+ :param pulumi.Input[str] source: Specify the new create a host of source. Valid values:
34
+ * `Local`: localhost
35
+ * `Ecs`:ECS instance
36
+ * `Rds`:RDS exclusive cluster host.
34
37
  :param pulumi.Input[str] comment: Specify a host of notes, supports up to 500 characters.
35
38
  :param pulumi.Input[str] host_private_address: Specify the new create a host of the private network address, it is possible to use the domain name or IP ADDRESS. **NOTE:** This parameter is required if the `active_address_type` parameter is set to `Private`.
36
39
  :param pulumi.Input[str] host_public_address: Specify the new create a host of the IP address of a public network, it is possible to use the domain name or IP ADDRESS.
@@ -105,7 +108,10 @@ class HostArgs:
105
108
  @pulumi.getter
106
109
  def source(self) -> pulumi.Input[str]:
107
110
  """
108
- Specify the new create a host of source. Valid values:
111
+ Specify the new create a host of source. Valid values:
112
+ * `Local`: localhost
113
+ * `Ecs`:ECS instance
114
+ * `Rds`:RDS exclusive cluster host.
109
115
  """
110
116
  return pulumi.get(self, "source")
111
117
 
@@ -199,7 +205,10 @@ class _HostState:
199
205
  :param pulumi.Input[str] instance_id: Specify the new create a host where the Bastion host ID of.
200
206
  :param pulumi.Input[str] instance_region_id: The instance region id.
201
207
  :param pulumi.Input[str] os_type: Specify the new create the host's operating system. Valid values: `Linux`,`Windows`.
202
- :param pulumi.Input[str] source: Specify the new create a host of source. Valid values:
208
+ :param pulumi.Input[str] source: Specify the new create a host of source. Valid values:
209
+ * `Local`: localhost
210
+ * `Ecs`:ECS instance
211
+ * `Rds`:RDS exclusive cluster host.
203
212
  :param pulumi.Input[str] source_instance_id: Specify the newly created ECS instance ID or dedicated cluster host ID. **NOTE:** This parameter is required if the `source` parameter is set to `Ecs` or `Rds`.
204
213
  """
205
214
  if active_address_type is not None:
@@ -337,7 +346,10 @@ class _HostState:
337
346
  @pulumi.getter
338
347
  def source(self) -> Optional[pulumi.Input[str]]:
339
348
  """
340
- Specify the new create a host of source. Valid values:
349
+ Specify the new create a host of source. Valid values:
350
+ * `Local`: localhost
351
+ * `Ecs`:ECS instance
352
+ * `Rds`:RDS exclusive cluster host.
341
353
  """
342
354
  return pulumi.get(self, "source")
343
355
 
@@ -436,7 +448,10 @@ class Host(pulumi.CustomResource):
436
448
  :param pulumi.Input[str] instance_id: Specify the new create a host where the Bastion host ID of.
437
449
  :param pulumi.Input[str] instance_region_id: The instance region id.
438
450
  :param pulumi.Input[str] os_type: Specify the new create the host's operating system. Valid values: `Linux`,`Windows`.
439
- :param pulumi.Input[str] source: Specify the new create a host of source. Valid values:
451
+ :param pulumi.Input[str] source: Specify the new create a host of source. Valid values:
452
+ * `Local`: localhost
453
+ * `Ecs`:ECS instance
454
+ * `Rds`:RDS exclusive cluster host.
440
455
  :param pulumi.Input[str] source_instance_id: Specify the newly created ECS instance ID or dedicated cluster host ID. **NOTE:** This parameter is required if the `source` parameter is set to `Ecs` or `Rds`.
441
456
  """
442
457
  ...
@@ -589,7 +604,10 @@ class Host(pulumi.CustomResource):
589
604
  :param pulumi.Input[str] instance_id: Specify the new create a host where the Bastion host ID of.
590
605
  :param pulumi.Input[str] instance_region_id: The instance region id.
591
606
  :param pulumi.Input[str] os_type: Specify the new create the host's operating system. Valid values: `Linux`,`Windows`.
592
- :param pulumi.Input[str] source: Specify the new create a host of source. Valid values:
607
+ :param pulumi.Input[str] source: Specify the new create a host of source. Valid values:
608
+ * `Local`: localhost
609
+ * `Ecs`:ECS instance
610
+ * `Rds`:RDS exclusive cluster host.
593
611
  :param pulumi.Input[str] source_instance_id: Specify the newly created ECS instance ID or dedicated cluster host ID. **NOTE:** This parameter is required if the `source` parameter is set to `Ecs` or `Rds`.
594
612
  """
595
613
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -685,7 +703,10 @@ class Host(pulumi.CustomResource):
685
703
  @pulumi.getter
686
704
  def source(self) -> pulumi.Output[str]:
687
705
  """
688
- Specify the new create a host of source. Valid values:
706
+ Specify the new create a host of source. Valid values:
707
+ * `Local`: localhost
708
+ * `Ecs`:ECS instance
709
+ * `Rds`:RDS exclusive cluster host.
689
710
  """
690
711
  return pulumi.get(self, "source")
691
712
 
@@ -54,6 +54,8 @@ class InstanceArgs:
54
54
  > **NOTE:** The attribute `period` is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means running `pulumi up` will not effect the resource.
55
55
  :param pulumi.Input[int] renew_period: Automatic renewal period. Valid values: `1` to `9`, `12`, `24`, `36`. **NOTE:** The `renew_period` is required under the condition that `renewal_status` is `AutoRenewal`. From version 1.193.0, `renew_period` can be modified.
56
56
  :param pulumi.Input[str] renewal_period_unit: The unit of the auto-renewal period. Valid values: **NOTE:** The `renewal_period_unit` is required under the condition that `renewal_status` is `AutoRenewal`.
57
+ - `M`: months.
58
+ - `Y`: years.
57
59
  :param pulumi.Input[str] renewal_status: Automatic renewal status. Valid values: `AutoRenewal`, `ManualRenewal`, `NotRenewal`. From version 1.193.0, `renewal_status` can be modified.
58
60
  :param pulumi.Input[str] resource_group_id: The Id of resource group which the Bastionhost Instance belongs. If not set, the resource is created in the default resource group.
59
61
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
@@ -250,6 +252,8 @@ class InstanceArgs:
250
252
  def renewal_period_unit(self) -> Optional[pulumi.Input[str]]:
251
253
  """
252
254
  The unit of the auto-renewal period. Valid values: **NOTE:** The `renewal_period_unit` is required under the condition that `renewal_status` is `AutoRenewal`.
255
+ - `M`: months.
256
+ - `Y`: years.
253
257
  """
254
258
  return pulumi.get(self, "renewal_period_unit")
255
259
 
@@ -329,6 +333,8 @@ class _InstanceState:
329
333
  :param pulumi.Input[str] plan_code: The plan code of Cloud Bastionhost instance. Valid values:
330
334
  :param pulumi.Input[int] renew_period: Automatic renewal period. Valid values: `1` to `9`, `12`, `24`, `36`. **NOTE:** The `renew_period` is required under the condition that `renewal_status` is `AutoRenewal`. From version 1.193.0, `renew_period` can be modified.
331
335
  :param pulumi.Input[str] renewal_period_unit: The unit of the auto-renewal period. Valid values: **NOTE:** The `renewal_period_unit` is required under the condition that `renewal_status` is `AutoRenewal`.
336
+ - `M`: months.
337
+ - `Y`: years.
332
338
  :param pulumi.Input[str] renewal_status: Automatic renewal status. Valid values: `AutoRenewal`, `ManualRenewal`, `NotRenewal`. From version 1.193.0, `renewal_status` can be modified.
333
339
  :param pulumi.Input[str] resource_group_id: The Id of resource group which the Bastionhost Instance belongs. If not set, the resource is created in the default resource group.
334
340
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: security group IDs configured to Bastionhost.
@@ -499,6 +505,8 @@ class _InstanceState:
499
505
  def renewal_period_unit(self) -> Optional[pulumi.Input[str]]:
500
506
  """
501
507
  The unit of the auto-renewal period. Valid values: **NOTE:** The `renewal_period_unit` is required under the condition that `renewal_status` is `AutoRenewal`.
508
+ - `M`: months.
509
+ - `Y`: years.
502
510
  """
503
511
  return pulumi.get(self, "renewal_period_unit")
504
512
 
@@ -629,6 +637,8 @@ class Instance(pulumi.CustomResource):
629
637
  :param pulumi.Input[str] plan_code: The plan code of Cloud Bastionhost instance. Valid values:
630
638
  :param pulumi.Input[int] renew_period: Automatic renewal period. Valid values: `1` to `9`, `12`, `24`, `36`. **NOTE:** The `renew_period` is required under the condition that `renewal_status` is `AutoRenewal`. From version 1.193.0, `renew_period` can be modified.
631
639
  :param pulumi.Input[str] renewal_period_unit: The unit of the auto-renewal period. Valid values: **NOTE:** The `renewal_period_unit` is required under the condition that `renewal_status` is `AutoRenewal`.
640
+ - `M`: months.
641
+ - `Y`: years.
632
642
  :param pulumi.Input[str] renewal_status: Automatic renewal status. Valid values: `AutoRenewal`, `ManualRenewal`, `NotRenewal`. From version 1.193.0, `renewal_status` can be modified.
633
643
  :param pulumi.Input[str] resource_group_id: The Id of resource group which the Bastionhost Instance belongs. If not set, the resource is created in the default resource group.
634
644
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: security group IDs configured to Bastionhost.
@@ -773,6 +783,8 @@ class Instance(pulumi.CustomResource):
773
783
  :param pulumi.Input[str] plan_code: The plan code of Cloud Bastionhost instance. Valid values:
774
784
  :param pulumi.Input[int] renew_period: Automatic renewal period. Valid values: `1` to `9`, `12`, `24`, `36`. **NOTE:** The `renew_period` is required under the condition that `renewal_status` is `AutoRenewal`. From version 1.193.0, `renew_period` can be modified.
775
785
  :param pulumi.Input[str] renewal_period_unit: The unit of the auto-renewal period. Valid values: **NOTE:** The `renewal_period_unit` is required under the condition that `renewal_status` is `AutoRenewal`.
786
+ - `M`: months.
787
+ - `Y`: years.
776
788
  :param pulumi.Input[str] renewal_status: Automatic renewal status. Valid values: `AutoRenewal`, `ManualRenewal`, `NotRenewal`. From version 1.193.0, `renewal_status` can be modified.
777
789
  :param pulumi.Input[str] resource_group_id: The Id of resource group which the Bastionhost Instance belongs. If not set, the resource is created in the default resource group.
778
790
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: security group IDs configured to Bastionhost.
@@ -891,6 +903,8 @@ class Instance(pulumi.CustomResource):
891
903
  def renewal_period_unit(self) -> pulumi.Output[str]:
892
904
  """
893
905
  The unit of the auto-renewal period. Valid values: **NOTE:** The `renewal_period_unit` is required under the condition that `renewal_status` is `AutoRenewal`.
906
+ - `M`: months.
907
+ - `Y`: years.
894
908
  """
895
909
  return pulumi.get(self, "renewal_period_unit")
896
910
 
@@ -142,7 +142,7 @@ def get_dedicated_host_accounts(dedicated_host_id: Optional[str] = None,
142
142
  ```
143
143
 
144
144
 
145
- :param str dedicated_host_id: The ID of the Dedicated host.
145
+ :param str dedicated_host_id: The ID of the host.
146
146
  :param Sequence[str] ids: A list of Dedicated Host Account IDs.
147
147
  :param str name_regex: A regex string to filter results by Account name.
148
148
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
@@ -195,7 +195,7 @@ def get_dedicated_host_accounts_output(dedicated_host_id: Optional[pulumi.Input[
195
195
  ```
196
196
 
197
197
 
198
- :param str dedicated_host_id: The ID of the Dedicated host.
198
+ :param str dedicated_host_id: The ID of the host.
199
199
  :param Sequence[str] ids: A list of Dedicated Host Account IDs.
200
200
  :param str name_regex: A regex string to filter results by Account name.
201
201
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
@@ -122,7 +122,7 @@ def get_dedicated_host_groups(engine: Optional[str] = None,
122
122
  ```
123
123
 
124
124
 
125
- :param str engine: Database Engine Type.The database engine of the dedicated cluster. Valid values:`Redis`, `SQLServer`, `MySQL`, `PostgreSQL`, `MongoDB`
125
+ :param str engine: Database Engine Type. Valid values:`Redis`, `SQLServer`, `MySQL`, `PostgreSQL`, `MongoDB`
126
126
  :param Sequence[str] ids: A list of Dedicated Host Group IDs.
127
127
  :param str name_regex: A regex string to filter results by Dedicated Host Group name.
128
128
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
@@ -169,7 +169,7 @@ def get_dedicated_host_groups_output(engine: Optional[pulumi.Input[Optional[str]
169
169
  ```
170
170
 
171
171
 
172
- :param str engine: Database Engine Type.The database engine of the dedicated cluster. Valid values:`Redis`, `SQLServer`, `MySQL`, `PostgreSQL`, `MongoDB`
172
+ :param str engine: Database Engine Type. Valid values:`Redis`, `SQLServer`, `MySQL`, `PostgreSQL`, `MongoDB`
173
173
  :param Sequence[str] ids: A list of Dedicated Host Group IDs.
174
174
  :param str name_regex: A regex string to filter results by Dedicated Host Group name.
175
175
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
@@ -539,17 +539,11 @@ class GetDedicatedHostGroupsGroupDedicatedHostCountGroupByHostTypeResult(dict):
539
539
  class GetDedicatedHostGroupsGroupZoneIdListResult(dict):
540
540
  def __init__(__self__, *,
541
541
  zone_id_lists: Sequence[str]):
542
- """
543
- :param Sequence[str] zone_id_lists: The ZoneIDList of the Dedicated Host Group.
544
- """
545
542
  pulumi.set(__self__, "zone_id_lists", zone_id_lists)
546
543
 
547
544
  @property
548
545
  @pulumi.getter(name="zoneIdLists")
549
546
  def zone_id_lists(self) -> Sequence[str]:
550
- """
551
- The ZoneIDList of the Dedicated Host Group.
552
- """
553
547
  return pulumi.get(self, "zone_id_lists")
554
548
 
555
549
 
@@ -103,7 +103,6 @@ def get_real_time_log_deliveries(domain: Optional[str] = None,
103
103
  ```
104
104
 
105
105
 
106
- :param str domain: Real-Time Log Service Domain.
107
106
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
108
107
  :param str status: The status of the real-time log delivery feature. Valid Values: `online` and `offline`.
109
108
  """
@@ -145,7 +144,6 @@ def get_real_time_log_deliveries_output(domain: Optional[pulumi.Input[str]] = No
145
144
  ```
146
145
 
147
146
 
148
- :param str domain: Real-Time Log Service Domain.
149
147
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
150
148
  :param str status: The status of the real-time log delivery feature. Valid Values: `online` and `offline`.
151
149
  """
@@ -149,11 +149,10 @@ def get_traffic_marking_policies(description: Optional[str] = None,
149
149
  ```
150
150
 
151
151
 
152
- :param str description: The description of the Traffic Marking Policy.
153
152
  :param Sequence[str] ids: A list of Traffic Marking Policy IDs.
154
153
  :param str name_regex: A regex string to filter results by Traffic Marking Policy name.
155
154
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
156
- :param str status: The status of the resource.
155
+ :param str status: The status of the resource. Valid values: `Active`, `Creating`, `Deleting`, `Updating`.
157
156
  :param str transit_router_id: The ID of the transit router.
158
157
  """
159
158
  __args__ = dict()
@@ -211,11 +210,10 @@ def get_traffic_marking_policies_output(description: Optional[pulumi.Input[Optio
211
210
  ```
212
211
 
213
212
 
214
- :param str description: The description of the Traffic Marking Policy.
215
213
  :param Sequence[str] ids: A list of Traffic Marking Policy IDs.
216
214
  :param str name_regex: A regex string to filter results by Traffic Marking Policy name.
217
215
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
218
- :param str status: The status of the resource.
216
+ :param str status: The status of the resource. Valid values: `Active`, `Creating`, `Deleting`, `Updating`.
219
217
  :param str transit_router_id: The ID of the transit router.
220
218
  """
221
219
  ...
@@ -162,6 +162,10 @@ def get_transit_router_route_table_associations(ids: Optional[Sequence[str]] = N
162
162
  :param str transit_router_attachment_id: The ID of the network instance connection.
163
163
  :param str transit_router_attachment_resource_id: The ID of the next hop.
164
164
  :param str transit_router_attachment_resource_type: The type of next hop. Valid values:
165
+ * `VPC`: virtual private cloud (VPC)
166
+ * `VBR`: virtual border router (VBR)
167
+ * `TR`: transit router
168
+ * `VPN`: VPN attachment
165
169
  :param str transit_router_route_table_id: The ID of the route table of the Enterprise Edition transit router.
166
170
  """
167
171
  __args__ = dict()
@@ -218,6 +222,10 @@ def get_transit_router_route_table_associations_output(ids: Optional[pulumi.Inpu
218
222
  :param str transit_router_attachment_id: The ID of the network instance connection.
219
223
  :param str transit_router_attachment_resource_id: The ID of the next hop.
220
224
  :param str transit_router_attachment_resource_type: The type of next hop. Valid values:
225
+ * `VPC`: virtual private cloud (VPC)
226
+ * `VBR`: virtual border router (VBR)
227
+ * `TR`: transit router
228
+ * `VPN`: VPN attachment
221
229
  :param str transit_router_route_table_id: The ID of the route table of the Enterprise Edition transit router.
222
230
  """
223
231
  ...
@@ -3384,11 +3384,17 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3384
3384
  class GetTransitRouterVpnAttachmentsAttachmentZoneResult(dict):
3385
3385
  def __init__(__self__, *,
3386
3386
  zone_id: str):
3387
+ """
3388
+ :param str zone_id: The id of the zone.
3389
+ """
3387
3390
  pulumi.set(__self__, "zone_id", zone_id)
3388
3391
 
3389
3392
  @property
3390
3393
  @pulumi.getter(name="zoneId")
3391
3394
  def zone_id(self) -> str:
3395
+ """
3396
+ The id of the zone.
3397
+ """
3392
3398
  return pulumi.get(self, "zone_id")
3393
3399
 
3394
3400
 
@@ -37,6 +37,8 @@ class TransitRouterPeerAttachmentArgs:
37
37
  :param pulumi.Input[bool] auto_publish_route_enabled: Auto publish route enabled. The system default value is `false`.
38
38
  :param pulumi.Input[int] bandwidth: The bandwidth of the bandwidth package.
39
39
  :param pulumi.Input[str] bandwidth_type: The method that is used to allocate bandwidth to the cross-region connection. Valid values: `BandwidthPackage` and `DataTransfer`.
40
+ * `DataTransfer` - uses pay-by-data-transfer bandwidth.
41
+ * `BandwidthPackage` - allocates bandwidth from a bandwidth plan.
40
42
  :param pulumi.Input[str] cen_bandwidth_package_id: The ID of the bandwidth package. If you do not enter the ID of the package, it means you are using the test. The system default test is 1bps, demonstrating that you test network connectivity
41
43
  :param pulumi.Input[str] default_link_type: DefaultLinkType. Valid values: `Platinum` and `Gold`.
42
44
  :param pulumi.Input[bool] dry_run: Whether to perform pre-check for this request, including permission, instance status verification, etc.
@@ -140,6 +142,8 @@ class TransitRouterPeerAttachmentArgs:
140
142
  def bandwidth_type(self) -> Optional[pulumi.Input[str]]:
141
143
  """
142
144
  The method that is used to allocate bandwidth to the cross-region connection. Valid values: `BandwidthPackage` and `DataTransfer`.
145
+ * `DataTransfer` - uses pay-by-data-transfer bandwidth.
146
+ * `BandwidthPackage` - allocates bandwidth from a bandwidth plan.
143
147
  """
144
148
  return pulumi.get(self, "bandwidth_type")
145
149
 
@@ -282,6 +286,8 @@ class _TransitRouterPeerAttachmentState:
282
286
  :param pulumi.Input[bool] auto_publish_route_enabled: Auto publish route enabled. The system default value is `false`.
283
287
  :param pulumi.Input[int] bandwidth: The bandwidth of the bandwidth package.
284
288
  :param pulumi.Input[str] bandwidth_type: The method that is used to allocate bandwidth to the cross-region connection. Valid values: `BandwidthPackage` and `DataTransfer`.
289
+ * `DataTransfer` - uses pay-by-data-transfer bandwidth.
290
+ * `BandwidthPackage` - allocates bandwidth from a bandwidth plan.
285
291
  :param pulumi.Input[str] cen_bandwidth_package_id: The ID of the bandwidth package. If you do not enter the ID of the package, it means you are using the test. The system default test is 1bps, demonstrating that you test network connectivity
286
292
  :param pulumi.Input[str] cen_id: The ID of the CEN.
287
293
  :param pulumi.Input[str] create_time: The creation time of the resource.
@@ -364,6 +370,8 @@ class _TransitRouterPeerAttachmentState:
364
370
  def bandwidth_type(self) -> Optional[pulumi.Input[str]]:
365
371
  """
366
372
  The method that is used to allocate bandwidth to the cross-region connection. Valid values: `BandwidthPackage` and `DataTransfer`.
373
+ * `DataTransfer` - uses pay-by-data-transfer bandwidth.
374
+ * `BandwidthPackage` - allocates bandwidth from a bandwidth plan.
367
375
  """
368
376
  return pulumi.get(self, "bandwidth_type")
369
377
 
@@ -633,6 +641,8 @@ class TransitRouterPeerAttachment(pulumi.CustomResource):
633
641
  :param pulumi.Input[bool] auto_publish_route_enabled: Auto publish route enabled. The system default value is `false`.
634
642
  :param pulumi.Input[int] bandwidth: The bandwidth of the bandwidth package.
635
643
  :param pulumi.Input[str] bandwidth_type: The method that is used to allocate bandwidth to the cross-region connection. Valid values: `BandwidthPackage` and `DataTransfer`.
644
+ * `DataTransfer` - uses pay-by-data-transfer bandwidth.
645
+ * `BandwidthPackage` - allocates bandwidth from a bandwidth plan.
636
646
  :param pulumi.Input[str] cen_bandwidth_package_id: The ID of the bandwidth package. If you do not enter the ID of the package, it means you are using the test. The system default test is 1bps, demonstrating that you test network connectivity
637
647
  :param pulumi.Input[str] cen_id: The ID of the CEN.
638
648
  :param pulumi.Input[str] default_link_type: DefaultLinkType. Valid values: `Platinum` and `Gold`.
@@ -808,6 +818,8 @@ class TransitRouterPeerAttachment(pulumi.CustomResource):
808
818
  :param pulumi.Input[bool] auto_publish_route_enabled: Auto publish route enabled. The system default value is `false`.
809
819
  :param pulumi.Input[int] bandwidth: The bandwidth of the bandwidth package.
810
820
  :param pulumi.Input[str] bandwidth_type: The method that is used to allocate bandwidth to the cross-region connection. Valid values: `BandwidthPackage` and `DataTransfer`.
821
+ * `DataTransfer` - uses pay-by-data-transfer bandwidth.
822
+ * `BandwidthPackage` - allocates bandwidth from a bandwidth plan.
811
823
  :param pulumi.Input[str] cen_bandwidth_package_id: The ID of the bandwidth package. If you do not enter the ID of the package, it means you are using the test. The system default test is 1bps, demonstrating that you test network connectivity
812
824
  :param pulumi.Input[str] cen_id: The ID of the CEN.
813
825
  :param pulumi.Input[str] create_time: The creation time of the resource.
@@ -869,6 +881,8 @@ class TransitRouterPeerAttachment(pulumi.CustomResource):
869
881
  def bandwidth_type(self) -> pulumi.Output[str]:
870
882
  """
871
883
  The method that is used to allocate bandwidth to the cross-region connection. Valid values: `BandwidthPackage` and `DataTransfer`.
884
+ * `DataTransfer` - uses pay-by-data-transfer bandwidth.
885
+ * `BandwidthPackage` - allocates bandwidth from a bandwidth plan.
872
886
  """
873
887
  return pulumi.get(self, "bandwidth_type")
874
888