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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. pulumi_alicloud/actiontrail/outputs.py +4 -0
  2. pulumi_alicloud/adb/db_cluster.py +14 -0
  3. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
  4. pulumi_alicloud/alb/_inputs.py +34 -0
  5. pulumi_alicloud/alb/get_acls.py +2 -2
  6. pulumi_alicloud/alb/get_security_policies.py +4 -4
  7. pulumi_alicloud/alb/outputs.py +188 -10
  8. pulumi_alicloud/alb/rule.py +14 -0
  9. pulumi_alicloud/alb/server_group.py +21 -0
  10. pulumi_alicloud/amqp/get_instances.py +2 -2
  11. pulumi_alicloud/apigateway/get_log_configs.py +2 -2
  12. pulumi_alicloud/apigateway/get_plugins.py +6 -6
  13. pulumi_alicloud/arms/outputs.py +20 -0
  14. pulumi_alicloud/bastionhost/get_users.py +4 -4
  15. pulumi_alicloud/bastionhost/host.py +28 -7
  16. pulumi_alicloud/bastionhost/instance.py +14 -0
  17. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
  18. pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
  19. pulumi_alicloud/cddc/outputs.py +0 -6
  20. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
  21. pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
  22. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
  23. pulumi_alicloud/cen/outputs.py +6 -0
  24. pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
  25. pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
  26. pulumi_alicloud/cfg/aggregator.py +14 -0
  27. pulumi_alicloud/clickhouse/outputs.py +34 -4
  28. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
  29. pulumi_alicloud/cloudfirewall/instance.py +28 -0
  30. pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
  31. pulumi_alicloud/cloudsso/get_groups.py +2 -2
  32. pulumi_alicloud/cloudsso/outputs.py +104 -2
  33. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
  34. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
  35. pulumi_alicloud/cms/_inputs.py +16 -0
  36. pulumi_alicloud/cms/get_event_rules.py +2 -2
  37. pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
  38. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
  39. pulumi_alicloud/cms/get_monitor_groups.py +2 -4
  40. pulumi_alicloud/cms/outputs.py +216 -0
  41. pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
  42. pulumi_alicloud/cr/get_chart_repositories.py +2 -2
  43. pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
  44. pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
  45. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
  46. pulumi_alicloud/cr/outputs.py +4 -0
  47. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
  48. pulumi_alicloud/cs/_inputs.py +116 -0
  49. pulumi_alicloud/cs/node_pool.py +105 -0
  50. pulumi_alicloud/cs/outputs.py +116 -0
  51. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  52. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  53. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  54. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  55. pulumi_alicloud/dcdn/outputs.py +10 -0
  56. pulumi_alicloud/ddos/domain_resource.py +21 -0
  57. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  58. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  59. pulumi_alicloud/dfs/outputs.py +10 -0
  60. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  61. pulumi_alicloud/directmail/get_receivers.py +2 -2
  62. pulumi_alicloud/dns/_inputs.py +16 -0
  63. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  64. pulumi_alicloud/dns/outputs.py +68 -2
  65. pulumi_alicloud/dns/record.py +4 -0
  66. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  67. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  68. pulumi_alicloud/dts/instance.py +21 -0
  69. pulumi_alicloud/eais/get_instances.py +2 -2
  70. pulumi_alicloud/ebs/outputs.py +6 -0
  71. pulumi_alicloud/eci/get_container_groups.py +6 -8
  72. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  73. pulumi_alicloud/eci/outputs.py +26 -26
  74. pulumi_alicloud/ecs/_inputs.py +14 -0
  75. pulumi_alicloud/ecs/disk.py +28 -7
  76. pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
  77. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  78. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  79. pulumi_alicloud/ecs/eip_address.py +84 -7
  80. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  81. pulumi_alicloud/ecs/get_commands.py +4 -4
  82. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  83. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  84. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  85. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  86. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  88. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  89. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  90. pulumi_alicloud/ecs/get_images.py +20 -4
  91. pulumi_alicloud/ecs/instance.py +56 -0
  92. pulumi_alicloud/ecs/outputs.py +174 -92
  93. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  94. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  95. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  96. pulumi_alicloud/eds/get_desktops.py +2 -4
  97. pulumi_alicloud/eds/get_images.py +2 -2
  98. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  99. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  100. pulumi_alicloud/eds/get_users.py +2 -2
  101. pulumi_alicloud/eds/outputs.py +58 -4
  102. pulumi_alicloud/ehpc/cluster.py +70 -0
  103. pulumi_alicloud/ehpc/outputs.py +112 -2
  104. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  105. pulumi_alicloud/emr/get_clusters.py +8 -8
  106. pulumi_alicloud/emr/outputs.py +18 -32
  107. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  108. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  109. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  110. pulumi_alicloud/eventbridge/outputs.py +4 -0
  111. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  112. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  113. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  114. pulumi_alicloud/fnf/get_executions.py +2 -2
  115. pulumi_alicloud/ga/_inputs.py +12 -0
  116. pulumi_alicloud/ga/accelerator.py +49 -0
  117. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  118. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  119. pulumi_alicloud/ga/endpoint_group.py +28 -0
  120. pulumi_alicloud/ga/get_accelerators.py +4 -0
  121. pulumi_alicloud/ga/get_acls.py +2 -2
  122. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  123. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  124. pulumi_alicloud/ga/get_listeners.py +2 -2
  125. pulumi_alicloud/ga/listener.py +28 -0
  126. pulumi_alicloud/ga/outputs.py +14 -2
  127. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  128. pulumi_alicloud/gpdb/get_instances.py +2 -4
  129. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  130. pulumi_alicloud/hbr/_inputs.py +2 -0
  131. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  132. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  133. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  134. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  135. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  136. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  137. pulumi_alicloud/hbr/get_vaults.py +4 -0
  138. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  139. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  140. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  141. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  142. pulumi_alicloud/hbr/outputs.py +68 -0
  143. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  144. pulumi_alicloud/hbr/vault.py +14 -0
  145. pulumi_alicloud/imp/get_app_templates.py +2 -2
  146. pulumi_alicloud/kms/key.py +133 -21
  147. pulumi_alicloud/kms/secret.py +28 -0
  148. pulumi_alicloud/kvstore/account.py +21 -7
  149. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  150. pulumi_alicloud/kvstore/instance.py +14 -0
  151. pulumi_alicloud/lindorm/get_instances.py +2 -2
  152. pulumi_alicloud/log/_inputs.py +28 -6
  153. pulumi_alicloud/log/get_projects.py +2 -2
  154. pulumi_alicloud/log/outputs.py +28 -6
  155. pulumi_alicloud/message/service_subscription.py +14 -0
  156. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  157. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  158. pulumi_alicloud/mongodb/instance.py +56 -0
  159. pulumi_alicloud/mongodb/outputs.py +14 -0
  160. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  161. pulumi_alicloud/mse/cluster.py +28 -0
  162. pulumi_alicloud/mse/outputs.py +34 -0
  163. pulumi_alicloud/nas/data_flow.py +14 -0
  164. pulumi_alicloud/nas/file_system.py +14 -0
  165. pulumi_alicloud/nas/get_data_flows.py +2 -2
  166. pulumi_alicloud/nas/get_file_systems.py +4 -0
  167. pulumi_alicloud/nas/get_filesets.py +2 -2
  168. pulumi_alicloud/nas/get_snapshots.py +2 -2
  169. pulumi_alicloud/nas/outputs.py +4 -0
  170. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  171. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  172. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  173. pulumi_alicloud/nlb/load_balancer.py +14 -0
  174. pulumi_alicloud/nlb/server_group.py +56 -7
  175. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  176. pulumi_alicloud/oos/get_parameters.py +6 -6
  177. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  178. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  179. pulumi_alicloud/oos/parameter.py +28 -0
  180. pulumi_alicloud/oos/secret_parameter.py +28 -0
  181. pulumi_alicloud/ots/instance.py +91 -0
  182. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  183. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  184. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  185. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  186. pulumi_alicloud/pulumi-plugin.json +1 -1
  187. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  188. pulumi_alicloud/quotas/_inputs.py +0 -10
  189. pulumi_alicloud/quotas/outputs.py +10 -10
  190. pulumi_alicloud/rds/get_accounts.py +2 -2
  191. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  192. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  193. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  194. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  195. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  196. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  197. pulumi_alicloud/ros/get_change_sets.py +2 -2
  198. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  199. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  200. pulumi_alicloud/ros/get_stacks.py +4 -4
  201. pulumi_alicloud/ros/get_templates.py +4 -4
  202. pulumi_alicloud/ros/outputs.py +68 -2
  203. pulumi_alicloud/ros/stack_instance.py +52 -4
  204. pulumi_alicloud/sae/get_config_maps.py +2 -2
  205. pulumi_alicloud/sae/get_ingresses.py +2 -2
  206. pulumi_alicloud/sae/outputs.py +274 -0
  207. pulumi_alicloud/scdn/get_domains.py +2 -2
  208. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  209. pulumi_alicloud/sddp/get_rules.py +10 -10
  210. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  211. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  212. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  213. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  214. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  215. pulumi_alicloud/tsdb/get_instances.py +2 -2
  216. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  217. pulumi_alicloud/vod/domain.py +14 -0
  218. pulumi_alicloud/vod/get_domains.py +4 -0
  219. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  220. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  221. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  222. pulumi_alicloud/vpc/get_havips.py +2 -2
  223. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  224. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  225. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  226. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  227. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  228. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  229. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  230. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  231. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  232. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  233. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  234. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  235. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  236. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  237. pulumi_alicloud/vpc/ha_vip.py +8 -0
  238. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  239. pulumi_alicloud/vpc/outputs.py +14 -14
  240. pulumi_alicloud/vpc/route_entry.py +70 -0
  241. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  242. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  243. pulumi_alicloud/vpn/outputs.py +4 -4
  244. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/METADATA +1 -1
  245. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/RECORD +247 -247
  246. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/WHEEL +0 -0
  247. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/top_level.txt +0 -0
@@ -169,7 +169,7 @@ def get_backup_plans(backup_plan_name: Optional[str] = None,
169
169
  :param Sequence[str] ids: A list of Backup Plan IDs.
170
170
  :param str name_regex: A regex string to filter results by Backup Plan name.
171
171
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
172
- :param str status: The status of the resource.
172
+ :param str status: The status of the resource. Valid values: `check_pass`, `init`, `locked`, `pause`, `running`, `stop`, `wait`.
173
173
  """
174
174
  __args__ = dict()
175
175
  __args__['backupPlanName'] = backup_plan_name
@@ -232,6 +232,6 @@ def get_backup_plans_output(backup_plan_name: Optional[pulumi.Input[Optional[str
232
232
  :param Sequence[str] ids: A list of Backup Plan IDs.
233
233
  :param str name_regex: A regex string to filter results by Backup Plan name.
234
234
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
235
- :param str status: The status of the resource.
235
+ :param str status: The status of the resource. Valid values: `check_pass`, `init`, `locked`, `pause`, `running`, `stop`, `wait`.
236
236
  """
237
237
  ...
@@ -138,11 +138,11 @@ def get_ipa_domains(domain_name: Optional[str] = None,
138
138
  ```
139
139
 
140
140
 
141
- :param str domain_name: The accelerated domain names.
141
+ :param str domain_name: The name of the Domain.
142
142
  :param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
143
143
  :param Sequence[str] ids: A list of Ipa Domain IDs.
144
144
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
145
- :param str status: The status of the accelerated domain name.
145
+ :param str status: The status of the accelerated domain name. Valid values: `check_failed`, `checking`, `configure_failed`, `configuring`, `offline`, `online`.
146
146
  """
147
147
  __args__ = dict()
148
148
  __args__['domainName'] = domain_name
@@ -195,10 +195,10 @@ def get_ipa_domains_output(domain_name: Optional[pulumi.Input[Optional[str]]] =
195
195
  ```
196
196
 
197
197
 
198
- :param str domain_name: The accelerated domain names.
198
+ :param str domain_name: The name of the Domain.
199
199
  :param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
200
200
  :param Sequence[str] ids: A list of Ipa Domain IDs.
201
201
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
202
- :param str status: The status of the accelerated domain name.
202
+ :param str status: The status of the accelerated domain name. Valid values: `check_failed`, `checking`, `configure_failed`, `configuring`, `offline`, `online`.
203
203
  """
204
204
  ...
@@ -3301,17 +3301,27 @@ class GetWafDomainsDomainDefenseSceneResult(dict):
3301
3301
  def __init__(__self__, *,
3302
3302
  defense_scene: str,
3303
3303
  policy_id: str):
3304
+ """
3305
+ :param str defense_scene: The type of protection policy.
3306
+ :param str policy_id: The protection policy ID.
3307
+ """
3304
3308
  pulumi.set(__self__, "defense_scene", defense_scene)
3305
3309
  pulumi.set(__self__, "policy_id", policy_id)
3306
3310
 
3307
3311
  @property
3308
3312
  @pulumi.getter(name="defenseScene")
3309
3313
  def defense_scene(self) -> str:
3314
+ """
3315
+ The type of protection policy.
3316
+ """
3310
3317
  return pulumi.get(self, "defense_scene")
3311
3318
 
3312
3319
  @property
3313
3320
  @pulumi.getter(name="policyId")
3314
3321
  def policy_id(self) -> str:
3322
+ """
3323
+ The protection policy ID.
3324
+ """
3315
3325
  return pulumi.get(self, "policy_id")
3316
3326
 
3317
3327
 
@@ -33,6 +33,9 @@ class DomainResourceArgs:
33
33
  :param pulumi.Input[Sequence[pulumi.Input[str]]] real_servers: the IP address. This field is required and must be a string array.
34
34
  :param pulumi.Input[int] rs_type: The address type of the origin server. Use the domain name of the origin server if you deploy proxies, such as Web Application Firewall (WAF), between the origin server and the Anti-DDoS Pro or Anti-DDoS Premium instance. If you use the domain name, you must enter the address of the proxy, such as the CNAME of WAF. Valid values:
35
35
  :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
36
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
37
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
38
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
36
39
  :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
37
40
  """
38
41
  pulumi.set(__self__, "domain", domain)
@@ -112,6 +115,9 @@ class DomainResourceArgs:
112
115
  def https_ext(self) -> Optional[pulumi.Input[str]]:
113
116
  """
114
117
  The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
118
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
119
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
120
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
115
121
  """
116
122
  return pulumi.get(self, "https_ext")
117
123
 
@@ -148,6 +154,9 @@ class _DomainResourceState:
148
154
  :param pulumi.Input[str] cname: (Available since v1.207.2) The CNAME assigned to the domain name.
149
155
  :param pulumi.Input[str] domain: The domain name of the website that you want to add to the instance.
150
156
  :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
157
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
158
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
159
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
151
160
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
152
161
  > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
153
162
  :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
@@ -202,6 +211,9 @@ class _DomainResourceState:
202
211
  def https_ext(self) -> Optional[pulumi.Input[str]]:
203
212
  """
204
213
  The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
214
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
215
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
216
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
205
217
  """
206
218
  return pulumi.get(self, "https_ext")
207
219
 
@@ -340,6 +352,9 @@ class DomainResource(pulumi.CustomResource):
340
352
  :param pulumi.ResourceOptions opts: Options for the resource.
341
353
  :param pulumi.Input[str] domain: The domain name of the website that you want to add to the instance.
342
354
  :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
355
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
356
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
357
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
343
358
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
344
359
  > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
345
360
  :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
@@ -482,6 +497,9 @@ class DomainResource(pulumi.CustomResource):
482
497
  :param pulumi.Input[str] cname: (Available since v1.207.2) The CNAME assigned to the domain name.
483
498
  :param pulumi.Input[str] domain: The domain name of the website that you want to add to the instance.
484
499
  :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
500
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
501
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
502
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
485
503
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
486
504
  > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
487
505
  :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
@@ -525,6 +543,9 @@ class DomainResource(pulumi.CustomResource):
525
543
  def https_ext(self) -> pulumi.Output[str]:
526
544
  """
527
545
  The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
546
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
547
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
548
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
528
549
  """
529
550
  return pulumi.get(self, "https_ext")
530
551
 
@@ -151,7 +151,9 @@ def get_ddos_bgp_ips(ids: Optional[Sequence[str]] = None,
151
151
  :param str instance_id: The ID of the native protection enterprise instance to be operated.
152
152
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
153
153
  :param str product_name: The product name. Valid Value:`ECS`, `SLB`, `EIP`, `WAF`.
154
- :param str status: The current state of the IP address.
154
+ :param str status: The current state of the IP address. Valid Value:
155
+ - normal: indicates normal (not attacked).
156
+ - hole_begin: indicates that you are in a black hole state.
155
157
  """
156
158
  __args__ = dict()
157
159
  __args__['ids'] = ids
@@ -211,6 +213,8 @@ def get_ddos_bgp_ips_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]]
211
213
  :param str instance_id: The ID of the native protection enterprise instance to be operated.
212
214
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
213
215
  :param str product_name: The product name. Valid Value:`ECS`, `SLB`, `EIP`, `WAF`.
214
- :param str status: The current state of the IP address.
216
+ :param str status: The current state of the IP address. Valid Value:
217
+ - normal: indicates normal (not attacked).
218
+ - hole_begin: indicates that you are in a black hole state.
215
219
  """
216
220
  ...
@@ -114,7 +114,7 @@ def get_ddos_coo_domain_resources(ids: Optional[Sequence[str]] = None,
114
114
 
115
115
 
116
116
  :param Sequence[str] ids: A list of Domain Resource IDs.
117
- :param Sequence[str] instance_ids: A list ID of instance that you want to associate.
117
+ :param Sequence[str] instance_ids: A ID list of Ddoscoo instance.
118
118
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
119
119
  :param str query_domain_pattern: Match the pattern.
120
120
  """
@@ -160,7 +160,7 @@ def get_ddos_coo_domain_resources_output(ids: Optional[pulumi.Input[Optional[Seq
160
160
 
161
161
 
162
162
  :param Sequence[str] ids: A list of Domain Resource IDs.
163
- :param Sequence[str] instance_ids: A list ID of instance that you want to associate.
163
+ :param Sequence[str] instance_ids: A ID list of Ddoscoo instance.
164
164
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
165
165
  :param str query_domain_pattern: Match the pattern.
166
166
  """
@@ -680,17 +680,27 @@ class GetZonesZoneOptionResult(dict):
680
680
  def __init__(__self__, *,
681
681
  protocol_type: str,
682
682
  storage_type: str):
683
+ """
684
+ :param str protocol_type: The protocol type. Valid values: `HDFS`.
685
+ :param str storage_type: The storage specifications of the File system. Valid values: `PERFORMANCE`, `STANDARD`.
686
+ """
683
687
  pulumi.set(__self__, "protocol_type", protocol_type)
684
688
  pulumi.set(__self__, "storage_type", storage_type)
685
689
 
686
690
  @property
687
691
  @pulumi.getter(name="protocolType")
688
692
  def protocol_type(self) -> str:
693
+ """
694
+ The protocol type. Valid values: `HDFS`.
695
+ """
689
696
  return pulumi.get(self, "protocol_type")
690
697
 
691
698
  @property
692
699
  @pulumi.getter(name="storageType")
693
700
  def storage_type(self) -> str:
701
+ """
702
+ The storage specifications of the File system. Valid values: `PERFORMANCE`, `STANDARD`.
703
+ """
694
704
  return pulumi.get(self, "storage_type")
695
705
 
696
706
 
@@ -126,7 +126,7 @@ def get_mail_addresses(ids: Optional[Sequence[str]] = None,
126
126
  :param Sequence[str] ids: A list of Mail Address IDs.
127
127
  :param str key_word: The key word about account email address.
128
128
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
129
- :param str sendtype: Account type.
129
+ :param str sendtype: Account type. Valid values: `batch`, `trigger`.
130
130
  :param str status: Account Status. Valid values: `0`, `1`. Freeze: 1, normal: 0.
131
131
  """
132
132
  __args__ = dict()
@@ -176,7 +176,7 @@ def get_mail_addresses_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]
176
176
  :param Sequence[str] ids: A list of Mail Address IDs.
177
177
  :param str key_word: The key word about account email address.
178
178
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
179
- :param str sendtype: Account type.
179
+ :param str sendtype: Account type. Valid values: `batch`, `trigger`.
180
180
  :param str status: Account Status. Valid values: `0`, `1`. Freeze: 1, normal: 0.
181
181
  """
182
182
  ...
@@ -137,7 +137,7 @@ def get_receivers(ids: Optional[Sequence[str]] = None,
137
137
  :param str key_word: The key word.
138
138
  :param str name_regex: A regex string to filter results by Receivers name.
139
139
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
140
- :param int status: The status of the resource.
140
+ :param int status: The status of the resource. Valid Values: `0` means uploading, `1` means upload completed.
141
141
  """
142
142
  __args__ = dict()
143
143
  __args__['ids'] = ids
@@ -189,6 +189,6 @@ def get_receivers_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] =
189
189
  :param str key_word: The key word.
190
190
  :param str name_regex: A regex string to filter results by Receivers name.
191
191
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
192
- :param int status: The status of the resource.
192
+ :param int status: The status of the resource. Valid Values: `0` means uploading, `1` means upload completed.
193
193
  """
194
194
  ...
@@ -130,6 +130,8 @@ class AddressPoolAddressArgs:
130
130
  """
131
131
  :param pulumi.Input[str] address: The address that you want to add to the address pool.
132
132
  :param pulumi.Input[str] attribute_info: The source region of the address. expressed as a JSON string. The structure is as follows:
133
+ * `LineCodes`: List of home lineCodes.
134
+ * `lineCodeRectifyType`: The rectification type of the line code. Default value: `AUTO`. Valid values: `NO_NEED`: no need for rectification. `RECTIFIED`: rectified. `AUTO`: automatic rectification.
133
135
  :param pulumi.Input[str] mode: The type of the address. Valid values:`SMART`, `ONLINE` and `OFFLINE`.
134
136
  :param pulumi.Input[int] lba_weight: The weight of the address. **NOTE:** The attribute is valid when the attribute `lba_strategy` is `RATIO`.
135
137
  :param pulumi.Input[str] remark: The description of the address.
@@ -159,6 +161,8 @@ class AddressPoolAddressArgs:
159
161
  def attribute_info(self) -> pulumi.Input[str]:
160
162
  """
161
163
  The source region of the address. expressed as a JSON string. The structure is as follows:
164
+ * `LineCodes`: List of home lineCodes.
165
+ * `lineCodeRectifyType`: The rectification type of the line code. Default value: `AUTO`. Valid values: `NO_NEED`: no need for rectification. `RECTIFIED`: rectified. `AUTO`: automatic rectification.
162
166
  """
163
167
  return pulumi.get(self, "attribute_info")
164
168
 
@@ -251,6 +255,12 @@ class GtmInstanceAlertConfigArgs:
251
255
  :param pulumi.Input[bool] dingtalk_notice: Whether to configure DingTalk notifications. Valid values: `true`, `false`.
252
256
  :param pulumi.Input[bool] email_notice: Whether to configure mail notification. Valid values: `true`, `false`.
253
257
  :param pulumi.Input[str] notice_type: The Alarm Event Type.
258
+ - `ADDR_ALERT`: Address not available.
259
+ - `ADDR_RESUME`: Address Recovery available.
260
+ - `ADDR_POOL_GROUP_UNAVAILABLE`: Address pool collection not available.
261
+ - `ADDR_POOL_GROUP_AVAILABLE`: Address pool collection recovery available.
262
+ - `ACCESS_STRATEGY_POOL_GROUP_SWITCH`: Primary/standby address pool switch.
263
+ - `MONITOR_NODE_IP_CHANGE`: Monitoring node IP address changes.
254
264
  :param pulumi.Input[bool] sms_notice: Whether to configure SMS notification. Valid values: `true`, `false`.
255
265
  """
256
266
  if dingtalk_notice is not None:
@@ -291,6 +301,12 @@ class GtmInstanceAlertConfigArgs:
291
301
  def notice_type(self) -> Optional[pulumi.Input[str]]:
292
302
  """
293
303
  The Alarm Event Type.
304
+ - `ADDR_ALERT`: Address not available.
305
+ - `ADDR_RESUME`: Address Recovery available.
306
+ - `ADDR_POOL_GROUP_UNAVAILABLE`: Address pool collection not available.
307
+ - `ADDR_POOL_GROUP_AVAILABLE`: Address pool collection recovery available.
308
+ - `ACCESS_STRATEGY_POOL_GROUP_SWITCH`: Primary/standby address pool switch.
309
+ - `MONITOR_NODE_IP_CHANGE`: Monitoring node IP address changes.
294
310
  """
295
311
  return pulumi.get(self, "notice_type")
296
312
 
@@ -164,7 +164,9 @@ def get_access_strategies(enable_details: Optional[bool] = None,
164
164
  :param str lang: The lang.
165
165
  :param str name_regex: A regex string to filter results by Access Strategy name.
166
166
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
167
- :param str strategy_mode: The type of the access policy.
167
+ :param str strategy_mode: The type of the access policy. Valid values:
168
+ - `GEO`: based on geographic location.
169
+ - `LATENCY`: Based on delay.
168
170
  """
169
171
  __args__ = dict()
170
172
  __args__['enableDetails'] = enable_details
@@ -229,6 +231,8 @@ def get_access_strategies_output(enable_details: Optional[pulumi.Input[Optional[
229
231
  :param str lang: The lang.
230
232
  :param str name_regex: A regex string to filter results by Access Strategy name.
231
233
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
232
- :param str strategy_mode: The type of the access policy.
234
+ :param str strategy_mode: The type of the access policy. Valid values:
235
+ - `GEO`: based on geographic location.
236
+ - `LATENCY`: Based on delay.
233
237
  """
234
238
  ...
@@ -208,6 +208,8 @@ class AddressPoolAddress(dict):
208
208
  """
209
209
  :param str address: The address that you want to add to the address pool.
210
210
  :param str attribute_info: The source region of the address. expressed as a JSON string. The structure is as follows:
211
+ * `LineCodes`: List of home lineCodes.
212
+ * `lineCodeRectifyType`: The rectification type of the line code. Default value: `AUTO`. Valid values: `NO_NEED`: no need for rectification. `RECTIFIED`: rectified. `AUTO`: automatic rectification.
211
213
  :param str mode: The type of the address. Valid values:`SMART`, `ONLINE` and `OFFLINE`.
212
214
  :param int lba_weight: The weight of the address. **NOTE:** The attribute is valid when the attribute `lba_strategy` is `RATIO`.
213
215
  :param str remark: The description of the address.
@@ -233,6 +235,8 @@ class AddressPoolAddress(dict):
233
235
  def attribute_info(self) -> str:
234
236
  """
235
237
  The source region of the address. expressed as a JSON string. The structure is as follows:
238
+ * `LineCodes`: List of home lineCodes.
239
+ * `lineCodeRectifyType`: The rectification type of the line code. Default value: `AUTO`. Valid values: `NO_NEED`: no need for rectification. `RECTIFIED`: rectified. `AUTO`: automatic rectification.
236
240
  """
237
241
  return pulumi.get(self, "attribute_info")
238
242
 
@@ -343,6 +347,12 @@ class GtmInstanceAlertConfig(dict):
343
347
  :param bool dingtalk_notice: Whether to configure DingTalk notifications. Valid values: `true`, `false`.
344
348
  :param bool email_notice: Whether to configure mail notification. Valid values: `true`, `false`.
345
349
  :param str notice_type: The Alarm Event Type.
350
+ - `ADDR_ALERT`: Address not available.
351
+ - `ADDR_RESUME`: Address Recovery available.
352
+ - `ADDR_POOL_GROUP_UNAVAILABLE`: Address pool collection not available.
353
+ - `ADDR_POOL_GROUP_AVAILABLE`: Address pool collection recovery available.
354
+ - `ACCESS_STRATEGY_POOL_GROUP_SWITCH`: Primary/standby address pool switch.
355
+ - `MONITOR_NODE_IP_CHANGE`: Monitoring node IP address changes.
346
356
  :param bool sms_notice: Whether to configure SMS notification. Valid values: `true`, `false`.
347
357
  """
348
358
  if dingtalk_notice is not None:
@@ -375,6 +385,12 @@ class GtmInstanceAlertConfig(dict):
375
385
  def notice_type(self) -> Optional[str]:
376
386
  """
377
387
  The Alarm Event Type.
388
+ - `ADDR_ALERT`: Address not available.
389
+ - `ADDR_RESUME`: Address Recovery available.
390
+ - `ADDR_POOL_GROUP_UNAVAILABLE`: Address pool collection not available.
391
+ - `ADDR_POOL_GROUP_AVAILABLE`: Address pool collection recovery available.
392
+ - `ACCESS_STRATEGY_POOL_GROUP_SWITCH`: Primary/standby address pool switch.
393
+ - `MONITOR_NODE_IP_CHANGE`: Monitoring node IP address changes.
378
394
  """
379
395
  return pulumi.get(self, "notice_type")
380
396
 
@@ -878,7 +894,7 @@ class GetAddressPoolsPoolResult(dict):
878
894
  """
879
895
  :param str address_pool_id: The first ID of the resource.
880
896
  :param str address_pool_name: The name of the address pool.
881
- :param Sequence['GetAddressPoolsPoolAddressArgs'] addresses: The address that you want to add to the address pool.
897
+ :param Sequence['GetAddressPoolsPoolAddressArgs'] addresses: The address lists of the Address Pool.
882
898
  :param str create_time: The time when the address pool was created.
883
899
  :param str create_timestamp: The timestamp that indicates when the address pool was created.
884
900
  :param str id: The ID of the Address Pool.
@@ -924,7 +940,7 @@ class GetAddressPoolsPoolResult(dict):
924
940
  @pulumi.getter
925
941
  def addresses(self) -> Sequence['outputs.GetAddressPoolsPoolAddressResult']:
926
942
  """
927
- The address that you want to add to the address pool.
943
+ The address lists of the Address Pool.
928
944
  """
929
945
  return pulumi.get(self, "addresses")
930
946
 
@@ -1017,6 +1033,13 @@ class GetAddressPoolsPoolAddressResult(dict):
1017
1033
  lba_weight: int,
1018
1034
  mode: str,
1019
1035
  remark: str):
1036
+ """
1037
+ :param str address: The address that you want to add to the address pool.
1038
+ :param str attribute_info: The source region of the address.
1039
+ :param int lba_weight: The weight of the address.
1040
+ :param str mode: The type of the address.
1041
+ :param str remark: The description of the address.
1042
+ """
1020
1043
  pulumi.set(__self__, "address", address)
1021
1044
  pulumi.set(__self__, "attribute_info", attribute_info)
1022
1045
  pulumi.set(__self__, "lba_weight", lba_weight)
@@ -1026,26 +1049,41 @@ class GetAddressPoolsPoolAddressResult(dict):
1026
1049
  @property
1027
1050
  @pulumi.getter
1028
1051
  def address(self) -> str:
1052
+ """
1053
+ The address that you want to add to the address pool.
1054
+ """
1029
1055
  return pulumi.get(self, "address")
1030
1056
 
1031
1057
  @property
1032
1058
  @pulumi.getter(name="attributeInfo")
1033
1059
  def attribute_info(self) -> str:
1060
+ """
1061
+ The source region of the address.
1062
+ """
1034
1063
  return pulumi.get(self, "attribute_info")
1035
1064
 
1036
1065
  @property
1037
1066
  @pulumi.getter(name="lbaWeight")
1038
1067
  def lba_weight(self) -> int:
1068
+ """
1069
+ The weight of the address.
1070
+ """
1039
1071
  return pulumi.get(self, "lba_weight")
1040
1072
 
1041
1073
  @property
1042
1074
  @pulumi.getter
1043
1075
  def mode(self) -> str:
1076
+ """
1077
+ The type of the address.
1078
+ """
1044
1079
  return pulumi.get(self, "mode")
1045
1080
 
1046
1081
  @property
1047
1082
  @pulumi.getter
1048
1083
  def remark(self) -> str:
1084
+ """
1085
+ The description of the address.
1086
+ """
1049
1087
  return pulumi.get(self, "remark")
1050
1088
 
1051
1089
 
@@ -1715,17 +1753,27 @@ class GetCustomLinesLineIpSegmentListResult(dict):
1715
1753
  def __init__(__self__, *,
1716
1754
  end_ip: str,
1717
1755
  start_ip: str):
1756
+ """
1757
+ :param str end_ip: The end IP address of the CIDR block.
1758
+ :param str start_ip: The start IP address of the CIDR block.
1759
+ """
1718
1760
  pulumi.set(__self__, "end_ip", end_ip)
1719
1761
  pulumi.set(__self__, "start_ip", start_ip)
1720
1762
 
1721
1763
  @property
1722
1764
  @pulumi.getter(name="endIp")
1723
1765
  def end_ip(self) -> str:
1766
+ """
1767
+ The end IP address of the CIDR block.
1768
+ """
1724
1769
  return pulumi.get(self, "end_ip")
1725
1770
 
1726
1771
  @property
1727
1772
  @pulumi.getter(name="startIp")
1728
1773
  def start_ip(self) -> str:
1774
+ """
1775
+ The start IP address of the CIDR block.
1776
+ """
1729
1777
  return pulumi.get(self, "start_ip")
1730
1778
 
1731
1779
 
@@ -2330,6 +2378,12 @@ class GetGtmInstancesInstanceAlertConfigResult(dict):
2330
2378
  email_notice: bool,
2331
2379
  notice_type: str,
2332
2380
  sms_notice: bool):
2381
+ """
2382
+ :param bool dingtalk_notice: Whether to configure DingTalk notifications.
2383
+ :param bool email_notice: Whether to configure mail notification.
2384
+ :param str notice_type: The Alarm Event Type.
2385
+ :param bool sms_notice: Whether to configure SMS notification.
2386
+ """
2333
2387
  pulumi.set(__self__, "dingtalk_notice", dingtalk_notice)
2334
2388
  pulumi.set(__self__, "email_notice", email_notice)
2335
2389
  pulumi.set(__self__, "notice_type", notice_type)
@@ -2338,21 +2392,33 @@ class GetGtmInstancesInstanceAlertConfigResult(dict):
2338
2392
  @property
2339
2393
  @pulumi.getter(name="dingtalkNotice")
2340
2394
  def dingtalk_notice(self) -> bool:
2395
+ """
2396
+ Whether to configure DingTalk notifications.
2397
+ """
2341
2398
  return pulumi.get(self, "dingtalk_notice")
2342
2399
 
2343
2400
  @property
2344
2401
  @pulumi.getter(name="emailNotice")
2345
2402
  def email_notice(self) -> bool:
2403
+ """
2404
+ Whether to configure mail notification.
2405
+ """
2346
2406
  return pulumi.get(self, "email_notice")
2347
2407
 
2348
2408
  @property
2349
2409
  @pulumi.getter(name="noticeType")
2350
2410
  def notice_type(self) -> str:
2411
+ """
2412
+ The Alarm Event Type.
2413
+ """
2351
2414
  return pulumi.get(self, "notice_type")
2352
2415
 
2353
2416
  @property
2354
2417
  @pulumi.getter(name="smsNotice")
2355
2418
  def sms_notice(self) -> bool:
2419
+ """
2420
+ Whether to configure SMS notification.
2421
+ """
2356
2422
  return pulumi.get(self, "sms_notice")
2357
2423
 
2358
2424
 
@@ -147,6 +147,7 @@ class _RecordState:
147
147
  :param pulumi.Input[int] priority: The priority of domain record. Valid values are `[1-10]`. When the `type` is `MX`, this parameter is required.
148
148
  :param pulumi.Input[str] routing: The resolution line of domain record. Valid values are `default`, `telecom`, `unicom`, `mobile`, `oversea`, `edu`, `drpeng`, `btvn`, .etc. When the `type` is `FORWORD_URL`, this parameter must be `default`. Default value is `default`. For checking all resolution lines enumeration please visit [Alibaba Cloud DNS doc](https://www.alibabacloud.com/help/en/alibaba-cloud-dns/latest/what-is-alibaba-cloud-dns) or using dns_get_resolution_lines in data source to get the value.
149
149
  :param pulumi.Input[str] status: The record status. `Enable` or `Disable`.
150
+ * `Locked` - The record locked state. `true` or `false`.
150
151
  :param pulumi.Input[int] ttl: The effective time of domain record. Its scope depends on the edition of the cloud resolution. Free is `[600, 86400]`, Basic is `[120, 86400]`, Standard is `[60, 86400]`, Ultimate is `[10, 86400]`, Exclusive is `[1, 86400]`. Default value is `600`.
151
152
  :param pulumi.Input[str] type: The type of domain record. Valid values are `A`,`NS`,`MX`,`TXT`,`CNAME`,`SRV`,`AAAA`,`CAA`, `REDIRECT_URL` and `FORWORD_URL`.
152
153
  :param pulumi.Input[str] value: The value of domain record, When the `type` is `MX`,`NS`,`CNAME`,`SRV`, the server will treat the `value` as a fully qualified domain name, so it's no need to add a `.` at the end.
@@ -232,6 +233,7 @@ class _RecordState:
232
233
  def status(self) -> Optional[pulumi.Input[str]]:
233
234
  """
234
235
  The record status. `Enable` or `Disable`.
236
+ * `Locked` - The record locked state. `true` or `false`.
235
237
  """
236
238
  return pulumi.get(self, "status")
237
239
 
@@ -440,6 +442,7 @@ class Record(pulumi.CustomResource):
440
442
  :param pulumi.Input[int] priority: The priority of domain record. Valid values are `[1-10]`. When the `type` is `MX`, this parameter is required.
441
443
  :param pulumi.Input[str] routing: The resolution line of domain record. Valid values are `default`, `telecom`, `unicom`, `mobile`, `oversea`, `edu`, `drpeng`, `btvn`, .etc. When the `type` is `FORWORD_URL`, this parameter must be `default`. Default value is `default`. For checking all resolution lines enumeration please visit [Alibaba Cloud DNS doc](https://www.alibabacloud.com/help/en/alibaba-cloud-dns/latest/what-is-alibaba-cloud-dns) or using dns_get_resolution_lines in data source to get the value.
442
444
  :param pulumi.Input[str] status: The record status. `Enable` or `Disable`.
445
+ * `Locked` - The record locked state. `true` or `false`.
443
446
  :param pulumi.Input[int] ttl: The effective time of domain record. Its scope depends on the edition of the cloud resolution. Free is `[600, 86400]`, Basic is `[120, 86400]`, Standard is `[60, 86400]`, Ultimate is `[10, 86400]`, Exclusive is `[1, 86400]`. Default value is `600`.
444
447
  :param pulumi.Input[str] type: The type of domain record. Valid values are `A`,`NS`,`MX`,`TXT`,`CNAME`,`SRV`,`AAAA`,`CAA`, `REDIRECT_URL` and `FORWORD_URL`.
445
448
  :param pulumi.Input[str] value: The value of domain record, When the `type` is `MX`,`NS`,`CNAME`,`SRV`, the server will treat the `value` as a fully qualified domain name, so it's no need to add a `.` at the end.
@@ -501,6 +504,7 @@ class Record(pulumi.CustomResource):
501
504
  def status(self) -> pulumi.Output[str]:
502
505
  """
503
506
  The record status. `Enable` or `Disable`.
507
+ * `Locked` - The record locked state. `true` or `false`.
504
508
  """
505
509
  return pulumi.get(self, "status")
506
510
 
@@ -145,8 +145,7 @@ def get_subscription_jobs(enable_details: Optional[bool] = None,
145
145
  :param Sequence[str] ids: A list of Subscription Job IDs.
146
146
  :param str name_regex: A regex string to filter results by subscription job name.
147
147
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
148
- :param str status: The status of the task. Valid values: `NotStarted`, `Normal`, `Abnormal`. When a task created, it is in this state of `NotStarted`. You can specify this state of `Normal` to start the job, and specify this state of `Abnormal` to stop the job.
149
- :param Mapping[str, Any] tags: The tag of the resource.
148
+ :param str status: The status of the task. Valid values: `Abnormal`, `Downgrade`, `Locked`, `Normal`, `NotStarted`, `NotStarted`, `PreCheckPass`, `PrecheckFailed`, `Prechecking`, `Retrying`, `Starting`, `Upgrade`.
150
149
  """
151
150
  __args__ = dict()
152
151
  __args__['enableDetails'] = enable_details
@@ -199,7 +198,6 @@ def get_subscription_jobs_output(enable_details: Optional[pulumi.Input[Optional[
199
198
  :param Sequence[str] ids: A list of Subscription Job IDs.
200
199
  :param str name_regex: A regex string to filter results by subscription job name.
201
200
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
202
- :param str status: The status of the task. Valid values: `NotStarted`, `Normal`, `Abnormal`. When a task created, it is in this state of `NotStarted`. You can specify this state of `Normal` to start the job, and specify this state of `Abnormal` to stop the job.
203
- :param Mapping[str, Any] tags: The tag of the resource.
201
+ :param str status: The status of the task. Valid values: `Abnormal`, `Downgrade`, `Locked`, `Normal`, `NotStarted`, `NotStarted`, `PreCheckPass`, `PrecheckFailed`, `Prechecking`, `Retrying`, `Starting`, `Upgrade`.
204
202
  """
205
203
  ...
@@ -126,7 +126,7 @@ def get_synchronization_jobs(enable_details: Optional[bool] = None,
126
126
  :param Sequence[str] ids: A list of Synchronization Job IDs.
127
127
  :param str name_regex: A regex string to filter results by synchronization job name.
128
128
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
129
- :param str status: The status of the resource. Valid values: `Synchronizing`, `Suspending`. You can stop the task by specifying `Suspending` and start the task by specifying `Synchronizing`.
129
+ :param str status: The status of the resource. Valid values: `Synchronizing`, `Suspending`. `Downgrade`, `Failed`, `Finished`, `InitializeFailed`, `Locked`, `Modifying`, `NotConfigured`, `NotStarted`, `PreCheckPass`, `PrecheckFailed`, `Prechecking`, `Retrying`, `Upgrade`.
130
130
  """
131
131
  __args__ = dict()
132
132
  __args__['enableDetails'] = enable_details
@@ -175,6 +175,6 @@ def get_synchronization_jobs_output(enable_details: Optional[pulumi.Input[Option
175
175
  :param Sequence[str] ids: A list of Synchronization Job IDs.
176
176
  :param str name_regex: A regex string to filter results by synchronization job name.
177
177
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
178
- :param str status: The status of the resource. Valid values: `Synchronizing`, `Suspending`. You can stop the task by specifying `Suspending` and start the task by specifying `Synchronizing`.
178
+ :param str status: The status of the resource. Valid values: `Synchronizing`, `Suspending`. `Downgrade`, `Failed`, `Finished`, `InitializeFailed`, `Locked`, `Modifying`, `NotConfigured`, `NotStarted`, `PreCheckPass`, `PrecheckFailed`, `Prechecking`, `Retrying`, `Upgrade`.
179
179
  """
180
180
  ...