pulumi-alicloud 3.78.0a1746767796__py3-none-any.whl → 3.78.0a1747367664__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (146) hide show
  1. pulumi_alicloud/__init__.py +32 -0
  2. pulumi_alicloud/adb/cluster.py +12 -12
  3. pulumi_alicloud/alb/health_check_template.py +233 -93
  4. pulumi_alicloud/alb/load_balancer.py +110 -0
  5. pulumi_alicloud/amqp/exchange.py +250 -159
  6. pulumi_alicloud/apigateway/_inputs.py +23 -3
  7. pulumi_alicloud/apigateway/api.py +7 -7
  8. pulumi_alicloud/apigateway/backend.py +8 -8
  9. pulumi_alicloud/apigateway/outputs.py +16 -2
  10. pulumi_alicloud/arms/remote_write.py +2 -2
  11. pulumi_alicloud/bp/studio_application.py +2 -2
  12. pulumi_alicloud/cassandra/cluster.py +2 -2
  13. pulumi_alicloud/cassandra/data_center.py +2 -2
  14. pulumi_alicloud/cdn/fc_trigger.py +2 -2
  15. pulumi_alicloud/cen/_inputs.py +78 -27
  16. pulumi_alicloud/cen/bandwidth_limit.py +7 -7
  17. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +6 -6
  18. pulumi_alicloud/cen/outputs.py +52 -18
  19. pulumi_alicloud/cen/traffic_marking_policy.py +49 -9
  20. pulumi_alicloud/chatbot/publish_task.py +2 -2
  21. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  22. pulumi_alicloud/cloudfirewall/ips_config.py +523 -0
  23. pulumi_alicloud/cr/registry_enterprise_instance.py +4 -4
  24. pulumi_alicloud/das/switch_das_pro.py +6 -2
  25. pulumi_alicloud/dataworks/di_alarm_rule.py +6 -4
  26. pulumi_alicloud/dataworks/di_job.py +8 -6
  27. pulumi_alicloud/dataworks/project_member.py +2 -2
  28. pulumi_alicloud/ddos/domain_resource.py +19 -9
  29. pulumi_alicloud/dms/enterprise_logic_database.py +2 -2
  30. pulumi_alicloud/dms/enterprise_proxy_access.py +2 -2
  31. pulumi_alicloud/drds/instance.py +12 -8
  32. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +2 -2
  33. pulumi_alicloud/ecs/activation.py +2 -2
  34. pulumi_alicloud/ecs/capacity_reservation.py +2 -2
  35. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  36. pulumi_alicloud/ecs/ecs_invocation.py +12 -6
  37. pulumi_alicloud/ecs/ecs_network_interface_permission.py +2 -2
  38. pulumi_alicloud/ecs/ecs_snapshot_group.py +2 -2
  39. pulumi_alicloud/ecs/elasticity_assurance.py +2 -2
  40. pulumi_alicloud/ecs/image_copy.py +2 -2
  41. pulumi_alicloud/ecs/image_export.py +2 -2
  42. pulumi_alicloud/ecs/reserved_instance.py +2 -2
  43. pulumi_alicloud/ecs/snapshot.py +8 -4
  44. pulumi_alicloud/ecs/storage_capacity_unit.py +2 -2
  45. pulumi_alicloud/emr/cluster.py +4 -4
  46. pulumi_alicloud/esa/edge_container_app_record.py +10 -2
  47. pulumi_alicloud/esa/http_request_header_modification_rule.py +12 -4
  48. pulumi_alicloud/esa/http_response_header_modification_rule.py +12 -4
  49. pulumi_alicloud/esa/https_basic_configuration.py +12 -4
  50. pulumi_alicloud/esa/network_optimization.py +10 -2
  51. pulumi_alicloud/esa/origin_pool.py +10 -10
  52. pulumi_alicloud/esa/redirect_rule.py +12 -4
  53. pulumi_alicloud/esa/rewrite_url_rule.py +12 -4
  54. pulumi_alicloud/ess/outputs.py +107 -0
  55. pulumi_alicloud/ess/scaling_group.py +47 -0
  56. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  57. pulumi_alicloud/fnf/execution.py +2 -2
  58. pulumi_alicloud/fnf/flow.py +2 -2
  59. pulumi_alicloud/fnf/schedule.py +2 -2
  60. pulumi_alicloud/gpdb/elastic_instance.py +8 -8
  61. pulumi_alicloud/hbr/ecs_backup_plan.py +10 -2
  62. pulumi_alicloud/hbr/hana_backup_client.py +2 -2
  63. pulumi_alicloud/hbr/hana_backup_plan.py +2 -2
  64. pulumi_alicloud/hbr/hana_instance.py +2 -2
  65. pulumi_alicloud/hbr/nas_backup_plan.py +10 -2
  66. pulumi_alicloud/hbr/oss_backup_plan.py +10 -2
  67. pulumi_alicloud/hbr/ots_backup_plan.py +10 -2
  68. pulumi_alicloud/hbr/restore_job.py +2 -2
  69. pulumi_alicloud/hbr/server_backup_plan.py +10 -2
  70. pulumi_alicloud/kms/_inputs.py +12 -12
  71. pulumi_alicloud/kms/instance.py +80 -47
  72. pulumi_alicloud/kms/outputs.py +8 -8
  73. pulumi_alicloud/kvstore/instance.py +21 -7
  74. pulumi_alicloud/lindorm/instance.py +101 -7
  75. pulumi_alicloud/log/etl.py +2 -2
  76. pulumi_alicloud/log/ingestion.py +4 -6
  77. pulumi_alicloud/log/oss_export.py +4 -6
  78. pulumi_alicloud/log/oss_shipper.py +2 -2
  79. pulumi_alicloud/mse/gateway.py +2 -2
  80. pulumi_alicloud/mse/nacos_config.py +2 -0
  81. pulumi_alicloud/mse/znode.py +2 -2
  82. pulumi_alicloud/nas/mount_target.py +6 -6
  83. pulumi_alicloud/nas/snapshot.py +2 -2
  84. pulumi_alicloud/oos/default_patch_baseline.py +2 -2
  85. pulumi_alicloud/oos/secret_parameter.py +2 -2
  86. pulumi_alicloud/oss/bucket_replication.py +8 -8
  87. pulumi_alicloud/pai/__init__.py +3 -0
  88. pulumi_alicloud/pai/_inputs.py +108 -0
  89. pulumi_alicloud/pai/outputs.py +64 -0
  90. pulumi_alicloud/pai/workspace_member.py +393 -0
  91. pulumi_alicloud/pai/workspace_model.py +792 -0
  92. pulumi_alicloud/pai/workspace_model_version.py +1129 -0
  93. pulumi_alicloud/polardb/cluster.py +68 -7
  94. pulumi_alicloud/polardb/global_database_network.py +2 -2
  95. pulumi_alicloud/polardb/parameter_group.py +2 -2
  96. pulumi_alicloud/pulumi-plugin.json +1 -1
  97. pulumi_alicloud/ram/group_policy_attachment.py +2 -2
  98. pulumi_alicloud/ram/role.py +2 -2
  99. pulumi_alicloud/ram/role_attachment.py +6 -4
  100. pulumi_alicloud/rds/instance.py +47 -47
  101. pulumi_alicloud/rds/rds_clone_db_instance.py +30 -30
  102. pulumi_alicloud/rds/rds_upgrade_db_instance.py +2 -2
  103. pulumi_alicloud/resourcemanager/account.py +315 -116
  104. pulumi_alicloud/rocketmq/group.py +2 -2
  105. pulumi_alicloud/ros/change_set.py +2 -2
  106. pulumi_alicloud/ros/stack.py +2 -2
  107. pulumi_alicloud/ros/stack_group.py +2 -2
  108. pulumi_alicloud/ros/stack_instance.py +2 -2
  109. pulumi_alicloud/ros/template_scratch.py +2 -2
  110. pulumi_alicloud/scdn/domain.py +2 -2
  111. pulumi_alicloud/securitycenter/service_linked_role.py +2 -2
  112. pulumi_alicloud/servicecatalog/provisioned_product.py +2 -2
  113. pulumi_alicloud/slb/_inputs.py +44 -0
  114. pulumi_alicloud/slb/acl_entry_attachment.py +2 -2
  115. pulumi_alicloud/slb/ca_certificate.py +4 -0
  116. pulumi_alicloud/slb/listener.py +46 -89
  117. pulumi_alicloud/slb/master_slave_server_group.py +17 -35
  118. pulumi_alicloud/slb/outputs.py +26 -0
  119. pulumi_alicloud/sms/short_url.py +2 -2
  120. pulumi_alicloud/threatdetection/backup_policy.py +2 -2
  121. pulumi_alicloud/threatdetection/honeypot_probe.py +2 -2
  122. pulumi_alicloud/threatdetection/instance.py +28 -21
  123. pulumi_alicloud/threatdetection/outputs.py +98 -6
  124. pulumi_alicloud/threatdetection/vul_whitelist.py +2 -2
  125. pulumi_alicloud/threatdetection/web_lock_config.py +2 -2
  126. pulumi_alicloud/tsdb/instance.py +2 -2
  127. pulumi_alicloud/vpc/common_bandwith_package.py +28 -14
  128. pulumi_alicloud/vpc/forward_entry.py +4 -4
  129. pulumi_alicloud/vpc/gateway_route_table_attachment.py +2 -2
  130. pulumi_alicloud/vpc/ha_vip.py +4 -4
  131. pulumi_alicloud/vpc/ha_vipv2.py +4 -0
  132. pulumi_alicloud/vpc/ipv4_gateway.py +78 -37
  133. pulumi_alicloud/vpc/ipv6_gateway.py +2 -2
  134. pulumi_alicloud/vpc/nat_ip.py +2 -2
  135. pulumi_alicloud/vpc/prefix_list.py +2 -2
  136. pulumi_alicloud/vpc/route_entry.py +6 -2
  137. pulumi_alicloud/vpn/gateway_vco_route.py +2 -2
  138. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  139. pulumi_alicloud/vpn/pbr_route_entry.py +2 -2
  140. pulumi_alicloud/vpn/route_entry.py +8 -8
  141. pulumi_alicloud/wafv3/instance.py +2 -2
  142. pulumi_alicloud/wafv3/outputs.py +11 -0
  143. {pulumi_alicloud-3.78.0a1746767796.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/METADATA +1 -1
  144. {pulumi_alicloud-3.78.0a1746767796.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/RECORD +146 -142
  145. {pulumi_alicloud-3.78.0a1746767796.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/WHEEL +1 -1
  146. {pulumi_alicloud-3.78.0a1746767796.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/top_level.txt +0 -0
@@ -382,7 +382,7 @@ class _VirtualBorderRouterState:
382
382
  :param pulumi.Input[builtins.str] peering_ipv6_subnet_mask: Alibaba Cloud-Connected IPv6 with Client-Side Interconnection IPv6 of Subnet Mask.
383
383
  :param pulumi.Input[builtins.str] peering_subnet_mask: Alibaba Cloud-Connected IPv4 and Client-Side Interconnection IPv4 of Subnet Mask.
384
384
  :param pulumi.Input[builtins.str] physical_connection_id: The ID of the Physical Connection to Which the ID.
385
- :param pulumi.Input[builtins.str] route_table_id: (Available since vv1.166.0) The Route Table ID Of the Virtual Border Router.
385
+ :param pulumi.Input[builtins.str] route_table_id: (Available since v1.166.0) The Route Table ID Of the Virtual Border Router.
386
386
  :param pulumi.Input[builtins.str] status: The instance state. Valid values: `active`, `deleting`, `recovering`, `terminated`, `terminating`, `unconfirmed`.
387
387
  :param pulumi.Input[builtins.str] vbr_owner_id: The vbr owner id.
388
388
  :param pulumi.Input[builtins.str] virtual_border_router_name: The name of VBR. Length is from 2 to 128 characters, must start with a letter or the Chinese at the beginning can contain numbers, the underscore character (_) and dash (-). But do not start with http:// or https:// at the beginning.
@@ -627,7 +627,7 @@ class _VirtualBorderRouterState:
627
627
  @pulumi.getter(name="routeTableId")
628
628
  def route_table_id(self) -> Optional[pulumi.Input[builtins.str]]:
629
629
  """
630
- (Available since vv1.166.0) The Route Table ID Of the Virtual Border Router.
630
+ (Available since v1.166.0) The Route Table ID Of the Virtual Border Router.
631
631
  """
632
632
  return pulumi.get(self, "route_table_id")
633
633
 
@@ -957,7 +957,7 @@ class VirtualBorderRouter(pulumi.CustomResource):
957
957
  :param pulumi.Input[builtins.str] peering_ipv6_subnet_mask: Alibaba Cloud-Connected IPv6 with Client-Side Interconnection IPv6 of Subnet Mask.
958
958
  :param pulumi.Input[builtins.str] peering_subnet_mask: Alibaba Cloud-Connected IPv4 and Client-Side Interconnection IPv4 of Subnet Mask.
959
959
  :param pulumi.Input[builtins.str] physical_connection_id: The ID of the Physical Connection to Which the ID.
960
- :param pulumi.Input[builtins.str] route_table_id: (Available since vv1.166.0) The Route Table ID Of the Virtual Border Router.
960
+ :param pulumi.Input[builtins.str] route_table_id: (Available since v1.166.0) The Route Table ID Of the Virtual Border Router.
961
961
  :param pulumi.Input[builtins.str] status: The instance state. Valid values: `active`, `deleting`, `recovering`, `terminated`, `terminating`, `unconfirmed`.
962
962
  :param pulumi.Input[builtins.str] vbr_owner_id: The vbr owner id.
963
963
  :param pulumi.Input[builtins.str] virtual_border_router_name: The name of VBR. Length is from 2 to 128 characters, must start with a letter or the Chinese at the beginning can contain numbers, the underscore character (_) and dash (-). But do not start with http:// or https:// at the beginning.
@@ -1122,7 +1122,7 @@ class VirtualBorderRouter(pulumi.CustomResource):
1122
1122
  @pulumi.getter(name="routeTableId")
1123
1123
  def route_table_id(self) -> pulumi.Output[builtins.str]:
1124
1124
  """
1125
- (Available since vv1.166.0) The Route Table ID Of the Virtual Border Router.
1125
+ (Available since v1.166.0) The Route Table ID Of the Virtual Border Router.
1126
1126
  """
1127
1127
  return pulumi.get(self, "route_table_id")
1128
1128
 
@@ -175,7 +175,7 @@ class Execution(pulumi.CustomResource):
175
175
 
176
176
  For information about Serverless Workflow Execution and how to use it, see [What is Execution](https://www.alibabacloud.com/help/en/doc-detail/122628.html).
177
177
 
178
- > **NOTE:** Available since v1.149.0+.
178
+ > **NOTE:** Available since v1.149.0.
179
179
 
180
180
  ## Example Usage
181
181
 
@@ -250,7 +250,7 @@ class Execution(pulumi.CustomResource):
250
250
 
251
251
  For information about Serverless Workflow Execution and how to use it, see [What is Execution](https://www.alibabacloud.com/help/en/doc-detail/122628.html).
252
252
 
253
- > **NOTE:** Available since v1.149.0+.
253
+ > **NOTE:** Available since v1.149.0.
254
254
 
255
255
  ## Example Usage
256
256
 
@@ -239,7 +239,7 @@ class Flow(pulumi.CustomResource):
239
239
 
240
240
  For information about Serverless Workflow Flow and how to use it, see [What is Flow](https://www.alibabacloud.com/help/en/doc-detail/123079.htm).
241
241
 
242
- > **NOTE:** Available since v1.105.0+.
242
+ > **NOTE:** Available since v1.105.0.
243
243
 
244
244
  ## Example Usage
245
245
 
@@ -306,7 +306,7 @@ class Flow(pulumi.CustomResource):
306
306
 
307
307
  For information about Serverless Workflow Flow and how to use it, see [What is Flow](https://www.alibabacloud.com/help/en/doc-detail/123079.htm).
308
308
 
309
- > **NOTE:** Available since v1.105.0+.
309
+ > **NOTE:** Available since v1.105.0.
310
310
 
311
311
  ## Example Usage
312
312
 
@@ -272,7 +272,7 @@ class Schedule(pulumi.CustomResource):
272
272
 
273
273
  For information about Serverless Workflow Schedule and how to use it, see [What is Schedule](https://www.alibabacloud.com/help/en/doc-detail/168934.htm).
274
274
 
275
- > **NOTE:** Available since v1.105.0+.
275
+ > **NOTE:** Available since v1.105.0.
276
276
 
277
277
  ## Example Usage
278
278
 
@@ -329,7 +329,7 @@ class Schedule(pulumi.CustomResource):
329
329
 
330
330
  For information about Serverless Workflow Schedule and how to use it, see [What is Schedule](https://www.alibabacloud.com/help/en/doc-detail/168934.htm).
331
331
 
332
- > **NOTE:** Available since v1.105.0+.
332
+ > **NOTE:** Available since v1.105.0.
333
333
 
334
334
  ## Example Usage
335
335
 
@@ -356,7 +356,7 @@ class _ElasticInstanceState:
356
356
  :param pulumi.Input[builtins.str] payment_duration_unit: The unit of the subscription period. Valid values: `Month`, `Year`. It is valid when payment_type is `Subscription`.
357
357
  **NOTE:** Will not take effect after modifying `payment_duration_unit` for now, if you want to renew a PayAsYouGo instance, need to do in on aliyun console.
358
358
  :param pulumi.Input[builtins.str] payment_type: Valid values are `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`.
359
- :param pulumi.Input[builtins.str] port: (Available in 1.196.0+) The connection port of the instance.
359
+ :param pulumi.Input[builtins.str] port: (Available since v1.196.0) The connection port of the instance.
360
360
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
361
361
  :param pulumi.Input[builtins.int] seg_node_num: The number of segment nodes. Minimum is `4`, max is `256`, step is `4`.
362
362
  :param pulumi.Input[builtins.str] seg_storage_type: The disk type of segment nodes. Valid values: `cloud_essd`, `cloud_efficiency`.
@@ -561,7 +561,7 @@ class _ElasticInstanceState:
561
561
  @pulumi.getter
562
562
  def port(self) -> Optional[pulumi.Input[builtins.str]]:
563
563
  """
564
- (Available in 1.196.0+) The connection port of the instance.
564
+ (Available since v1.196.0) The connection port of the instance.
565
565
  """
566
566
  return pulumi.get(self, "port")
567
567
 
@@ -695,9 +695,9 @@ class ElasticInstance(pulumi.CustomResource):
695
695
  Provides a AnalyticDB for PostgreSQL instance resource which storage type is flexible. Compared to the reserved storage ADB PG instance, you can scale up each disk and smoothly scale out nodes online.\\
696
696
  For more detail product introduction, see [here](https://www.alibabacloud.com/help/doc-detail/141368.htm).
697
697
 
698
- > **DEPRECATED:** This resource has been deprecated from version `1.147.0`. Please use new resource alicloud_gpdb_instance.
698
+ > **NOTE:** Deprecated since v1.147.0.
699
699
 
700
- > **NOTE:** Available in 1.127.0+
700
+ > **DEPRECATED:** This resource has been deprecated from version `1.147.0`. Please use new resource alicloud_gpdb_instance.
701
701
 
702
702
  ## Example Usage
703
703
 
@@ -772,9 +772,9 @@ class ElasticInstance(pulumi.CustomResource):
772
772
  Provides a AnalyticDB for PostgreSQL instance resource which storage type is flexible. Compared to the reserved storage ADB PG instance, you can scale up each disk and smoothly scale out nodes online.\\
773
773
  For more detail product introduction, see [here](https://www.alibabacloud.com/help/doc-detail/141368.htm).
774
774
 
775
- > **DEPRECATED:** This resource has been deprecated from version `1.147.0`. Please use new resource alicloud_gpdb_instance.
775
+ > **NOTE:** Deprecated since v1.147.0.
776
776
 
777
- > **NOTE:** Available in 1.127.0+
777
+ > **DEPRECATED:** This resource has been deprecated from version `1.147.0`. Please use new resource alicloud_gpdb_instance.
778
778
 
779
779
  ## Example Usage
780
780
 
@@ -945,7 +945,7 @@ class ElasticInstance(pulumi.CustomResource):
945
945
  :param pulumi.Input[builtins.str] payment_duration_unit: The unit of the subscription period. Valid values: `Month`, `Year`. It is valid when payment_type is `Subscription`.
946
946
  **NOTE:** Will not take effect after modifying `payment_duration_unit` for now, if you want to renew a PayAsYouGo instance, need to do in on aliyun console.
947
947
  :param pulumi.Input[builtins.str] payment_type: Valid values are `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`.
948
- :param pulumi.Input[builtins.str] port: (Available in 1.196.0+) The connection port of the instance.
948
+ :param pulumi.Input[builtins.str] port: (Available since v1.196.0) The connection port of the instance.
949
949
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
950
950
  :param pulumi.Input[builtins.int] seg_node_num: The number of segment nodes. Minimum is `4`, max is `256`, step is `4`.
951
951
  :param pulumi.Input[builtins.str] seg_storage_type: The disk type of segment nodes. Valid values: `cloud_essd`, `cloud_efficiency`.
@@ -1086,7 +1086,7 @@ class ElasticInstance(pulumi.CustomResource):
1086
1086
  @pulumi.getter
1087
1087
  def port(self) -> pulumi.Output[builtins.str]:
1088
1088
  """
1089
- (Available in 1.196.0+) The connection port of the instance.
1089
+ (Available since v1.196.0) The connection port of the instance.
1090
1090
  """
1091
1091
  return pulumi.get(self, "port")
1092
1092
 
@@ -612,7 +612,11 @@ class EcsBackupPlan(pulumi.CustomResource):
612
612
 
613
613
  For information about HBR Ecs Backup Plan and how to use it, see [What is Ecs Backup Plan](https://www.alibabacloud.com/help/doc-detail/186574.htm).
614
614
 
615
- > **NOTE:** Available in v1.132.0+.
615
+ > **NOTE:** Available since v1.132.0.
616
+
617
+ > **NOTE:** Deprecated since v1.249.0.
618
+
619
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
616
620
 
617
621
  ## Example Usage
618
622
 
@@ -726,7 +730,11 @@ class EcsBackupPlan(pulumi.CustomResource):
726
730
 
727
731
  For information about HBR Ecs Backup Plan and how to use it, see [What is Ecs Backup Plan](https://www.alibabacloud.com/help/doc-detail/186574.htm).
728
732
 
729
- > **NOTE:** Available in v1.132.0+.
733
+ > **NOTE:** Available since v1.132.0.
734
+
735
+ > **NOTE:** Deprecated since v1.249.0.
736
+
737
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
730
738
 
731
739
  ## Example Usage
732
740
 
@@ -240,7 +240,7 @@ class HanaBackupClient(pulumi.CustomResource):
240
240
 
241
241
  For information about Hybrid Backup Recovery (HBR) Hana Backup Client and how to use it, see [What is Hana Backup Client](https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/api-hbr-2017-09-08-createclients).
242
242
 
243
- > **NOTE:** Available in v1.198.0+.
243
+ > **NOTE:** Available since v1.198.0.
244
244
 
245
245
  ## Example Usage
246
246
 
@@ -326,7 +326,7 @@ class HanaBackupClient(pulumi.CustomResource):
326
326
 
327
327
  For information about Hybrid Backup Recovery (HBR) Hana Backup Client and how to use it, see [What is Hana Backup Client](https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/api-hbr-2017-09-08-createclients).
328
328
 
329
- > **NOTE:** Available in v1.198.0+.
329
+ > **NOTE:** Available since v1.198.0.
330
330
 
331
331
  ## Example Usage
332
332
 
@@ -364,7 +364,7 @@ class HanaBackupPlan(pulumi.CustomResource):
364
364
 
365
365
  For information about Hybrid Backup Recovery (HBR) Hana Backup Plan and how to use it, see [What is Hana Backup Plan](https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/api-hbr-2017-09-08-createhanabackupplan).
366
366
 
367
- > **NOTE:** Available in v1.179.0+.
367
+ > **NOTE:** Available since v1.179.0.
368
368
 
369
369
  ## Example Usage
370
370
 
@@ -437,7 +437,7 @@ class HanaBackupPlan(pulumi.CustomResource):
437
437
 
438
438
  For information about Hybrid Backup Recovery (HBR) Hana Backup Plan and how to use it, see [What is Hana Backup Plan](https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/api-hbr-2017-09-08-createhanabackupplan).
439
439
 
440
- > **NOTE:** Available in v1.179.0+.
440
+ > **NOTE:** Available since v1.179.0.
441
441
 
442
442
  ## Example Usage
443
443
 
@@ -472,7 +472,7 @@ class HanaInstance(pulumi.CustomResource):
472
472
 
473
473
  For information about Hybrid Backup Recovery (HBR) Hana Instance and how to use it, see [What is Hana Instance](https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/api-hbr-2017-09-08-createhanainstance).
474
474
 
475
- > **NOTE:** Available in v1.178.0+.
475
+ > **NOTE:** Available since v1.178.0.
476
476
 
477
477
  > **NOTE:** The `sid` attribute is required when destroying resources.
478
478
 
@@ -538,7 +538,7 @@ class HanaInstance(pulumi.CustomResource):
538
538
 
539
539
  For information about Hybrid Backup Recovery (HBR) Hana Instance and how to use it, see [What is Hana Instance](https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/api-hbr-2017-09-08-createhanainstance).
540
540
 
541
- > **NOTE:** Available in v1.178.0+.
541
+ > **NOTE:** Available since v1.178.0.
542
542
 
543
543
  > **NOTE:** The `sid` attribute is required when destroying resources.
544
544
 
@@ -487,7 +487,11 @@ class NasBackupPlan(pulumi.CustomResource):
487
487
 
488
488
  For information about HBR Nas Backup Plan and how to use it, see [What is Nas Backup Plan](https://www.alibabacloud.com/help/doc-detail/132248.htm).
489
489
 
490
- > **NOTE:** Available in v1.132.0+.
490
+ > **NOTE:** Available since v1.132.0.
491
+
492
+ > **NOTE:** Deprecated since v1.249.0.
493
+
494
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
491
495
 
492
496
  ## Example Usage
493
497
 
@@ -555,7 +559,11 @@ class NasBackupPlan(pulumi.CustomResource):
555
559
 
556
560
  For information about HBR Nas Backup Plan and how to use it, see [What is Nas Backup Plan](https://www.alibabacloud.com/help/doc-detail/132248.htm).
557
561
 
558
- > **NOTE:** Available in v1.132.0+.
562
+ > **NOTE:** Available since v1.132.0.
563
+
564
+ > **NOTE:** Deprecated since v1.249.0.
565
+
566
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
559
567
 
560
568
  ## Example Usage
561
569
 
@@ -406,7 +406,11 @@ class OssBackupPlan(pulumi.CustomResource):
406
406
 
407
407
  For information about HBR Oss Backup Plan and how to use it, see [What is Oss Backup Plan](https://www.alibabacloud.com/help/doc-detail/130040.htm).
408
408
 
409
- > **NOTE:** Available since v1.131.0+.
409
+ > **NOTE:** Available since v1.131.0.
410
+
411
+ > **NOTE:** Deprecated since v1.249.0.
412
+
413
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
410
414
 
411
415
  ## Example Usage
412
416
 
@@ -466,7 +470,11 @@ class OssBackupPlan(pulumi.CustomResource):
466
470
 
467
471
  For information about HBR Oss Backup Plan and how to use it, see [What is Oss Backup Plan](https://www.alibabacloud.com/help/doc-detail/130040.htm).
468
472
 
469
- > **NOTE:** Available since v1.131.0+.
473
+ > **NOTE:** Available since v1.131.0.
474
+
475
+ > **NOTE:** Deprecated since v1.249.0.
476
+
477
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
470
478
 
471
479
  ## Example Usage
472
480
 
@@ -452,7 +452,11 @@ class OtsBackupPlan(pulumi.CustomResource):
452
452
 
453
453
  For information about HBR Ots Backup Plan and how to use it, see [What is Ots Backup Plan](https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/overview).
454
454
 
455
- > **NOTE:** Available in v1.163.0+.
455
+ > **NOTE:** Available since v1.163.0.
456
+
457
+ > **NOTE:** Deprecated since v1.249.0.
458
+
459
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
456
460
 
457
461
  ## Example Usage
458
462
 
@@ -562,7 +566,11 @@ class OtsBackupPlan(pulumi.CustomResource):
562
566
 
563
567
  For information about HBR Ots Backup Plan and how to use it, see [What is Ots Backup Plan](https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/overview).
564
568
 
565
- > **NOTE:** Available in v1.163.0+.
569
+ > **NOTE:** Available since v1.163.0.
570
+
571
+ > **NOTE:** Deprecated since v1.249.0.
572
+
573
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
566
574
 
567
575
  ## Example Usage
568
576
 
@@ -883,7 +883,7 @@ class RestoreJob(pulumi.CustomResource):
883
883
 
884
884
  For information about Hybrid Backup Recovery (HBR) Restore Job and how to use it, see [What is Restore Job](https://www.alibabacloud.com/help/doc-detail/186575.htm).
885
885
 
886
- > **NOTE:** Available in v1.133.0+.
886
+ > **NOTE:** Available since v1.133.0.
887
887
 
888
888
  ## Example Usage
889
889
 
@@ -984,7 +984,7 @@ class RestoreJob(pulumi.CustomResource):
984
984
 
985
985
  For information about Hybrid Backup Recovery (HBR) Restore Job and how to use it, see [What is Restore Job](https://www.alibabacloud.com/help/doc-detail/186575.htm).
986
986
 
987
- > **NOTE:** Available in v1.133.0+.
987
+ > **NOTE:** Available since v1.133.0.
988
988
 
989
989
  ## Example Usage
990
990
 
@@ -343,7 +343,11 @@ class ServerBackupPlan(pulumi.CustomResource):
343
343
 
344
344
  For information about Hybrid Backup Recovery (HBR) Server Backup Plan and how to use it, see [What is Server Backup Plan](https://www.alibabacloud.com/help/doc-detail/211140.htm).
345
345
 
346
- > **NOTE:** Available in v1.142.0+.
346
+ > **NOTE:** Available since v1.142.0.
347
+
348
+ > **NOTE:** Deprecated since v1.249.0.
349
+
350
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
347
351
 
348
352
  ## Example Usage
349
353
 
@@ -422,7 +426,11 @@ class ServerBackupPlan(pulumi.CustomResource):
422
426
 
423
427
  For information about Hybrid Backup Recovery (HBR) Server Backup Plan and how to use it, see [What is Server Backup Plan](https://www.alibabacloud.com/help/doc-detail/211140.htm).
424
428
 
425
- > **NOTE:** Available in v1.142.0+.
429
+ > **NOTE:** Available since v1.142.0.
430
+
431
+ > **NOTE:** Deprecated since v1.249.0.
432
+
433
+ > **DEPRECATED:** This resource has been deprecated from version `1.249.0`. Please use new resource hbr.Policy and alicloud_hbr_policy_binding.
426
434
 
427
435
  ## Example Usage
428
436
 
@@ -26,19 +26,19 @@ if not MYPY:
26
26
  class InstanceBindVpcArgsDict(TypedDict):
27
27
  region_id: NotRequired[pulumi.Input[builtins.str]]
28
28
  """
29
- region id.
29
+ region id
30
30
  """
31
31
  vpc_id: NotRequired[pulumi.Input[builtins.str]]
32
32
  """
33
- VPC ID.
33
+ VPC ID
34
34
  """
35
35
  vpc_owner_id: NotRequired[pulumi.Input[builtins.str]]
36
36
  """
37
- VPC owner root user ID.
37
+ VPC owner root user ID
38
38
  """
39
39
  vswitch_id: NotRequired[pulumi.Input[builtins.str]]
40
40
  """
41
- vswitch id.
41
+ vswitch id
42
42
  """
43
43
  elif False:
44
44
  InstanceBindVpcArgsDict: TypeAlias = Mapping[str, Any]
@@ -51,10 +51,10 @@ class InstanceBindVpcArgs:
51
51
  vpc_owner_id: Optional[pulumi.Input[builtins.str]] = None,
52
52
  vswitch_id: Optional[pulumi.Input[builtins.str]] = None):
53
53
  """
54
- :param pulumi.Input[builtins.str] region_id: region id.
55
- :param pulumi.Input[builtins.str] vpc_id: VPC ID.
56
- :param pulumi.Input[builtins.str] vpc_owner_id: VPC owner root user ID.
57
- :param pulumi.Input[builtins.str] vswitch_id: vswitch id.
54
+ :param pulumi.Input[builtins.str] region_id: region id
55
+ :param pulumi.Input[builtins.str] vpc_id: VPC ID
56
+ :param pulumi.Input[builtins.str] vpc_owner_id: VPC owner root user ID
57
+ :param pulumi.Input[builtins.str] vswitch_id: vswitch id
58
58
  """
59
59
  if region_id is not None:
60
60
  pulumi.set(__self__, "region_id", region_id)
@@ -69,7 +69,7 @@ class InstanceBindVpcArgs:
69
69
  @pulumi.getter(name="regionId")
70
70
  def region_id(self) -> Optional[pulumi.Input[builtins.str]]:
71
71
  """
72
- region id.
72
+ region id
73
73
  """
74
74
  return pulumi.get(self, "region_id")
75
75
 
@@ -81,7 +81,7 @@ class InstanceBindVpcArgs:
81
81
  @pulumi.getter(name="vpcId")
82
82
  def vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
83
83
  """
84
- VPC ID.
84
+ VPC ID
85
85
  """
86
86
  return pulumi.get(self, "vpc_id")
87
87
 
@@ -93,7 +93,7 @@ class InstanceBindVpcArgs:
93
93
  @pulumi.getter(name="vpcOwnerId")
94
94
  def vpc_owner_id(self) -> Optional[pulumi.Input[builtins.str]]:
95
95
  """
96
- VPC owner root user ID.
96
+ VPC owner root user ID
97
97
  """
98
98
  return pulumi.get(self, "vpc_owner_id")
99
99
 
@@ -105,7 +105,7 @@ class InstanceBindVpcArgs:
105
105
  @pulumi.getter(name="vswitchId")
106
106
  def vswitch_id(self) -> Optional[pulumi.Input[builtins.str]]:
107
107
  """
108
- vswitch id.
108
+ vswitch id
109
109
  """
110
110
  return pulumi.get(self, "vswitch_id")
111
111