pulumi-alicloud 3.87.0a1760678219__py3-none-any.whl → 3.88.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (92) hide show
  1. pulumi_alicloud/__init__.py +83 -0
  2. pulumi_alicloud/adb/resource_group.py +463 -3
  3. pulumi_alicloud/cfg/_inputs.py +27 -24
  4. pulumi_alicloud/cfg/aggregator.py +142 -53
  5. pulumi_alicloud/cfg/outputs.py +18 -15
  6. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  7. pulumi_alicloud/cloudfirewall/get_tls_inspect_ca_certificates.py +214 -0
  8. pulumi_alicloud/cloudfirewall/outputs.py +30 -0
  9. pulumi_alicloud/cloudsso/__init__.py +1 -0
  10. pulumi_alicloud/cloudsso/get_user_provisioning_events.py +226 -0
  11. pulumi_alicloud/cloudsso/outputs.py +228 -0
  12. pulumi_alicloud/cms/_inputs.py +870 -10
  13. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  14. pulumi_alicloud/cms/outputs.py +606 -6
  15. pulumi_alicloud/cms/site_monitor.py +360 -89
  16. pulumi_alicloud/cr/registry_enterprise_instance.py +63 -0
  17. pulumi_alicloud/cs/managed_kubernetes.py +6 -2
  18. pulumi_alicloud/ddos/domain_resource.py +89 -0
  19. pulumi_alicloud/dts/instance.py +14 -14
  20. pulumi_alicloud/eci/container_group.py +47 -0
  21. pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
  22. pulumi_alicloud/ecs/security_group_rule.py +7 -7
  23. pulumi_alicloud/eflo/node.py +153 -15
  24. pulumi_alicloud/ens/load_balancer.py +8 -4
  25. pulumi_alicloud/esa/__init__.py +2 -0
  26. pulumi_alicloud/esa/_inputs.py +3759 -996
  27. pulumi_alicloud/esa/cache_rule.py +47 -0
  28. pulumi_alicloud/esa/certificate.py +21 -54
  29. pulumi_alicloud/esa/compression_rule.py +47 -0
  30. pulumi_alicloud/esa/load_balancer.py +999 -0
  31. pulumi_alicloud/esa/outputs.py +2068 -0
  32. pulumi_alicloud/esa/waf_rule.py +510 -0
  33. pulumi_alicloud/ess/__init__.py +1 -0
  34. pulumi_alicloud/ess/_inputs.py +256 -0
  35. pulumi_alicloud/ess/instance_refresh.py +760 -0
  36. pulumi_alicloud/ess/outputs.py +203 -0
  37. pulumi_alicloud/eventbridge/event_source.py +57 -57
  38. pulumi_alicloud/expressconnect/traffic_qos.py +137 -31
  39. pulumi_alicloud/expressconnect/traffic_qos_queue.py +91 -66
  40. pulumi_alicloud/expressconnect/traffic_qos_rule.py +307 -261
  41. pulumi_alicloud/expressconnect/vbr_pconn_association.py +105 -59
  42. pulumi_alicloud/ga/_inputs.py +56 -16
  43. pulumi_alicloud/ga/outputs.py +39 -11
  44. pulumi_alicloud/kvstore/account.py +14 -14
  45. pulumi_alicloud/lindorm/instance_v2.py +358 -70
  46. pulumi_alicloud/log/_inputs.py +29 -9
  47. pulumi_alicloud/log/etl.py +56 -9
  48. pulumi_alicloud/log/outputs.py +18 -6
  49. pulumi_alicloud/oss/_inputs.py +53 -0
  50. pulumi_alicloud/oss/bucket_logging.py +80 -29
  51. pulumi_alicloud/oss/bucket_replication.py +55 -8
  52. pulumi_alicloud/oss/outputs.py +31 -0
  53. pulumi_alicloud/polardb/__init__.py +3 -0
  54. pulumi_alicloud/polardb/cluster.py +14 -14
  55. pulumi_alicloud/polardb/zonal_account.py +449 -0
  56. pulumi_alicloud/polardb/zonal_db_cluster.py +1255 -0
  57. pulumi_alicloud/polardb/zonal_endpoint.py +865 -0
  58. pulumi_alicloud/pulumi-plugin.json +1 -1
  59. pulumi_alicloud/ram/policy.py +2 -2
  60. pulumi_alicloud/resourcemanager/__init__.py +2 -0
  61. pulumi_alicloud/resourcemanager/_inputs.py +799 -0
  62. pulumi_alicloud/resourcemanager/delivery_channel.py +449 -0
  63. pulumi_alicloud/resourcemanager/multi_account_delivery_channel.py +470 -0
  64. pulumi_alicloud/resourcemanager/outputs.py +694 -0
  65. pulumi_alicloud/resourcemanager/resource_share.py +341 -11
  66. pulumi_alicloud/sae/_inputs.py +60 -0
  67. pulumi_alicloud/sae/application.py +1 -1
  68. pulumi_alicloud/sae/outputs.py +42 -0
  69. pulumi_alicloud/sls/__init__.py +1 -0
  70. pulumi_alicloud/sls/get_indexs.py +304 -0
  71. pulumi_alicloud/sls/outputs.py +148 -0
  72. pulumi_alicloud/star_rocks_instance.py +8 -2
  73. pulumi_alicloud/starrocks/__init__.py +12 -0
  74. pulumi_alicloud/starrocks/_inputs.py +656 -0
  75. pulumi_alicloud/starrocks/instance.py +1427 -0
  76. pulumi_alicloud/starrocks/node_group.py +1298 -0
  77. pulumi_alicloud/starrocks/outputs.py +508 -0
  78. pulumi_alicloud/vpc/_inputs.py +84 -0
  79. pulumi_alicloud/vpc/bgp_group.py +250 -53
  80. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -14
  81. pulumi_alicloud/vpc/gateway_endpoint.py +8 -8
  82. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +3 -3
  83. pulumi_alicloud/vpc/network_acl_entries.py +16 -20
  84. pulumi_alicloud/vpc/outputs.py +48 -0
  85. pulumi_alicloud/vpc/vbr_ha.py +127 -46
  86. pulumi_alicloud/wafv3/_inputs.py +396 -0
  87. pulumi_alicloud/wafv3/defense_rule.py +40 -110
  88. pulumi_alicloud/wafv3/outputs.py +303 -0
  89. {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/METADATA +1 -1
  90. {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/RECORD +92 -76
  91. {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/WHEEL +0 -0
  92. {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/top_level.txt +0 -0
@@ -26,11 +26,14 @@ class VbrHaArgs:
26
26
  vbr_ha_name: Optional[pulumi.Input[_builtins.str]] = None):
27
27
  """
28
28
  The set of arguments for constructing a VbrHa resource.
29
- :param pulumi.Input[_builtins.str] peer_vbr_id: The ID of the other VBR in the VBR failover group.
30
- :param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
31
- :param pulumi.Input[_builtins.str] description: The description of the VBR switching group. It must be `2` to `256` characters in length and must start with a letter or Chinese, but cannot start with `https://` or `https://`.
32
- :param pulumi.Input[_builtins.bool] dry_run: The dry run.
33
- :param pulumi.Input[_builtins.str] vbr_ha_name: The name of the VBR failover group.
29
+ :param pulumi.Input[_builtins.str] peer_vbr_id: The instance ID of another VBR in The VBR switching group.
30
+ :param pulumi.Input[_builtins.str] vbr_id: The VBR instance ID.
31
+ :param pulumi.Input[_builtins.str] description: The description of the VBR switching group.
32
+ It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with 'http:// 'or 'https.
33
+ :param pulumi.Input[_builtins.bool] dry_run: Whether to PreCheck only this request. Value range:
34
+ - *true**: The check request is sent and the instance is not started. Check whether the required parameters, request format, and instance status are filled in. If the check does not pass, the corresponding error is returned. If the check passes, DRYRUN.SUCCESS is returned.
35
+ - *false** (default): Send a normal request and start the instance directly after passing the check.
36
+ :param pulumi.Input[_builtins.str] vbr_ha_name: VBR switch group name.
34
37
  """
35
38
  pulumi.set(__self__, "peer_vbr_id", peer_vbr_id)
36
39
  pulumi.set(__self__, "vbr_id", vbr_id)
@@ -45,7 +48,7 @@ class VbrHaArgs:
45
48
  @pulumi.getter(name="peerVbrId")
46
49
  def peer_vbr_id(self) -> pulumi.Input[_builtins.str]:
47
50
  """
48
- The ID of the other VBR in the VBR failover group.
51
+ The instance ID of another VBR in The VBR switching group.
49
52
  """
50
53
  return pulumi.get(self, "peer_vbr_id")
51
54
 
@@ -57,7 +60,7 @@ class VbrHaArgs:
57
60
  @pulumi.getter(name="vbrId")
58
61
  def vbr_id(self) -> pulumi.Input[_builtins.str]:
59
62
  """
60
- The ID of the VBR instance.
63
+ The VBR instance ID.
61
64
  """
62
65
  return pulumi.get(self, "vbr_id")
63
66
 
@@ -69,7 +72,8 @@ class VbrHaArgs:
69
72
  @pulumi.getter
70
73
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
71
74
  """
72
- The description of the VBR switching group. It must be `2` to `256` characters in length and must start with a letter or Chinese, but cannot start with `https://` or `https://`.
75
+ The description of the VBR switching group.
76
+ It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with 'http:// 'or 'https.
73
77
  """
74
78
  return pulumi.get(self, "description")
75
79
 
@@ -81,7 +85,9 @@ class VbrHaArgs:
81
85
  @pulumi.getter(name="dryRun")
82
86
  def dry_run(self) -> Optional[pulumi.Input[_builtins.bool]]:
83
87
  """
84
- The dry run.
88
+ Whether to PreCheck only this request. Value range:
89
+ - *true**: The check request is sent and the instance is not started. Check whether the required parameters, request format, and instance status are filled in. If the check does not pass, the corresponding error is returned. If the check passes, DRYRUN.SUCCESS is returned.
90
+ - *false** (default): Send a normal request and start the instance directly after passing the check.
85
91
  """
86
92
  return pulumi.get(self, "dry_run")
87
93
 
@@ -93,7 +99,7 @@ class VbrHaArgs:
93
99
  @pulumi.getter(name="vbrHaName")
94
100
  def vbr_ha_name(self) -> Optional[pulumi.Input[_builtins.str]]:
95
101
  """
96
- The name of the VBR failover group.
102
+ VBR switch group name.
97
103
  """
98
104
  return pulumi.get(self, "vbr_ha_name")
99
105
 
@@ -105,27 +111,38 @@ class VbrHaArgs:
105
111
  @pulumi.input_type
106
112
  class _VbrHaState:
107
113
  def __init__(__self__, *,
114
+ create_time: Optional[pulumi.Input[_builtins.str]] = None,
108
115
  description: Optional[pulumi.Input[_builtins.str]] = None,
109
116
  dry_run: Optional[pulumi.Input[_builtins.bool]] = None,
110
117
  peer_vbr_id: Optional[pulumi.Input[_builtins.str]] = None,
118
+ region_id: Optional[pulumi.Input[_builtins.str]] = None,
111
119
  status: Optional[pulumi.Input[_builtins.str]] = None,
112
120
  vbr_ha_name: Optional[pulumi.Input[_builtins.str]] = None,
113
121
  vbr_id: Optional[pulumi.Input[_builtins.str]] = None):
114
122
  """
115
123
  Input properties used for looking up and filtering VbrHa resources.
116
- :param pulumi.Input[_builtins.str] description: The description of the VBR switching group. It must be `2` to `256` characters in length and must start with a letter or Chinese, but cannot start with `https://` or `https://`.
117
- :param pulumi.Input[_builtins.bool] dry_run: The dry run.
118
- :param pulumi.Input[_builtins.str] peer_vbr_id: The ID of the other VBR in the VBR failover group.
119
- :param pulumi.Input[_builtins.str] status: The state of the VBR failover group.
120
- :param pulumi.Input[_builtins.str] vbr_ha_name: The name of the VBR failover group.
121
- :param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
122
- """
124
+ :param pulumi.Input[_builtins.str] create_time: The creation time of the VBR.
125
+ :param pulumi.Input[_builtins.str] description: The description of the VBR switching group.
126
+ It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with 'http:// 'or 'https.
127
+ :param pulumi.Input[_builtins.bool] dry_run: Whether to PreCheck only this request. Value range:
128
+ - *true**: The check request is sent and the instance is not started. Check whether the required parameters, request format, and instance status are filled in. If the check does not pass, the corresponding error is returned. If the check passes, DRYRUN.SUCCESS is returned.
129
+ - *false** (default): Send a normal request and start the instance directly after passing the check.
130
+ :param pulumi.Input[_builtins.str] peer_vbr_id: The instance ID of another VBR in The VBR switching group.
131
+ :param pulumi.Input[_builtins.str] region_id: The ID of the region to which the VBR belongs.
132
+ :param pulumi.Input[_builtins.str] status: Status of VBR switching Group
133
+ :param pulumi.Input[_builtins.str] vbr_ha_name: VBR switch group name.
134
+ :param pulumi.Input[_builtins.str] vbr_id: The VBR instance ID.
135
+ """
136
+ if create_time is not None:
137
+ pulumi.set(__self__, "create_time", create_time)
123
138
  if description is not None:
124
139
  pulumi.set(__self__, "description", description)
125
140
  if dry_run is not None:
126
141
  pulumi.set(__self__, "dry_run", dry_run)
127
142
  if peer_vbr_id is not None:
128
143
  pulumi.set(__self__, "peer_vbr_id", peer_vbr_id)
144
+ if region_id is not None:
145
+ pulumi.set(__self__, "region_id", region_id)
129
146
  if status is not None:
130
147
  pulumi.set(__self__, "status", status)
131
148
  if vbr_ha_name is not None:
@@ -133,11 +150,24 @@ class _VbrHaState:
133
150
  if vbr_id is not None:
134
151
  pulumi.set(__self__, "vbr_id", vbr_id)
135
152
 
153
+ @_builtins.property
154
+ @pulumi.getter(name="createTime")
155
+ def create_time(self) -> Optional[pulumi.Input[_builtins.str]]:
156
+ """
157
+ The creation time of the VBR.
158
+ """
159
+ return pulumi.get(self, "create_time")
160
+
161
+ @create_time.setter
162
+ def create_time(self, value: Optional[pulumi.Input[_builtins.str]]):
163
+ pulumi.set(self, "create_time", value)
164
+
136
165
  @_builtins.property
137
166
  @pulumi.getter
138
167
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
139
168
  """
140
- The description of the VBR switching group. It must be `2` to `256` characters in length and must start with a letter or Chinese, but cannot start with `https://` or `https://`.
169
+ The description of the VBR switching group.
170
+ It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with 'http:// 'or 'https.
141
171
  """
142
172
  return pulumi.get(self, "description")
143
173
 
@@ -149,7 +179,9 @@ class _VbrHaState:
149
179
  @pulumi.getter(name="dryRun")
150
180
  def dry_run(self) -> Optional[pulumi.Input[_builtins.bool]]:
151
181
  """
152
- The dry run.
182
+ Whether to PreCheck only this request. Value range:
183
+ - *true**: The check request is sent and the instance is not started. Check whether the required parameters, request format, and instance status are filled in. If the check does not pass, the corresponding error is returned. If the check passes, DRYRUN.SUCCESS is returned.
184
+ - *false** (default): Send a normal request and start the instance directly after passing the check.
153
185
  """
154
186
  return pulumi.get(self, "dry_run")
155
187
 
@@ -161,7 +193,7 @@ class _VbrHaState:
161
193
  @pulumi.getter(name="peerVbrId")
162
194
  def peer_vbr_id(self) -> Optional[pulumi.Input[_builtins.str]]:
163
195
  """
164
- The ID of the other VBR in the VBR failover group.
196
+ The instance ID of another VBR in The VBR switching group.
165
197
  """
166
198
  return pulumi.get(self, "peer_vbr_id")
167
199
 
@@ -169,11 +201,23 @@ class _VbrHaState:
169
201
  def peer_vbr_id(self, value: Optional[pulumi.Input[_builtins.str]]):
170
202
  pulumi.set(self, "peer_vbr_id", value)
171
203
 
204
+ @_builtins.property
205
+ @pulumi.getter(name="regionId")
206
+ def region_id(self) -> Optional[pulumi.Input[_builtins.str]]:
207
+ """
208
+ The ID of the region to which the VBR belongs.
209
+ """
210
+ return pulumi.get(self, "region_id")
211
+
212
+ @region_id.setter
213
+ def region_id(self, value: Optional[pulumi.Input[_builtins.str]]):
214
+ pulumi.set(self, "region_id", value)
215
+
172
216
  @_builtins.property
173
217
  @pulumi.getter
174
218
  def status(self) -> Optional[pulumi.Input[_builtins.str]]:
175
219
  """
176
- The state of the VBR failover group.
220
+ Status of VBR switching Group
177
221
  """
178
222
  return pulumi.get(self, "status")
179
223
 
@@ -185,7 +229,7 @@ class _VbrHaState:
185
229
  @pulumi.getter(name="vbrHaName")
186
230
  def vbr_ha_name(self) -> Optional[pulumi.Input[_builtins.str]]:
187
231
  """
188
- The name of the VBR failover group.
232
+ VBR switch group name.
189
233
  """
190
234
  return pulumi.get(self, "vbr_ha_name")
191
235
 
@@ -197,7 +241,7 @@ class _VbrHaState:
197
241
  @pulumi.getter(name="vbrId")
198
242
  def vbr_id(self) -> Optional[pulumi.Input[_builtins.str]]:
199
243
  """
200
- The ID of the VBR instance.
244
+ The VBR instance ID.
201
245
  """
202
246
  return pulumi.get(self, "vbr_id")
203
247
 
@@ -219,9 +263,11 @@ class VbrHa(pulumi.CustomResource):
219
263
  vbr_id: Optional[pulumi.Input[_builtins.str]] = None,
220
264
  __props__=None):
221
265
  """
222
- Provides a VPC Vbr Ha resource.
266
+ Provides a Express Connect Vbr Ha resource.
223
267
 
224
- For information about VPC Vbr Ha and how to use it, see [What is Vbr Ha](https://www.alibabacloud.com/help/doc-detail/212629.html).
268
+ VBR switching Group.
269
+
270
+ For information about Express Connect Vbr Ha and how to use it, see [What is Vbr Ha](https://www.alibabacloud.com/help/doc-detail/212629.html).
225
271
 
226
272
  > **NOTE:** Available since v1.151.0.
227
273
 
@@ -277,7 +323,7 @@ class VbrHa(pulumi.CustomResource):
277
323
 
278
324
  ## Import
279
325
 
280
- VPC Vbr Ha can be imported using the id, e.g.
326
+ Express Connect Vbr Ha can be imported using the id, e.g.
281
327
 
282
328
  ```sh
283
329
  $ pulumi import alicloud:vpc/vbrHa:VbrHa example <id>
@@ -285,11 +331,14 @@ class VbrHa(pulumi.CustomResource):
285
331
 
286
332
  :param str resource_name: The name of the resource.
287
333
  :param pulumi.ResourceOptions opts: Options for the resource.
288
- :param pulumi.Input[_builtins.str] description: The description of the VBR switching group. It must be `2` to `256` characters in length and must start with a letter or Chinese, but cannot start with `https://` or `https://`.
289
- :param pulumi.Input[_builtins.bool] dry_run: The dry run.
290
- :param pulumi.Input[_builtins.str] peer_vbr_id: The ID of the other VBR in the VBR failover group.
291
- :param pulumi.Input[_builtins.str] vbr_ha_name: The name of the VBR failover group.
292
- :param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
334
+ :param pulumi.Input[_builtins.str] description: The description of the VBR switching group.
335
+ It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with 'http:// 'or 'https.
336
+ :param pulumi.Input[_builtins.bool] dry_run: Whether to PreCheck only this request. Value range:
337
+ - *true**: The check request is sent and the instance is not started. Check whether the required parameters, request format, and instance status are filled in. If the check does not pass, the corresponding error is returned. If the check passes, DRYRUN.SUCCESS is returned.
338
+ - *false** (default): Send a normal request and start the instance directly after passing the check.
339
+ :param pulumi.Input[_builtins.str] peer_vbr_id: The instance ID of another VBR in The VBR switching group.
340
+ :param pulumi.Input[_builtins.str] vbr_ha_name: VBR switch group name.
341
+ :param pulumi.Input[_builtins.str] vbr_id: The VBR instance ID.
293
342
  """
294
343
  ...
295
344
  @overload
@@ -298,9 +347,11 @@ class VbrHa(pulumi.CustomResource):
298
347
  args: VbrHaArgs,
299
348
  opts: Optional[pulumi.ResourceOptions] = None):
300
349
  """
301
- Provides a VPC Vbr Ha resource.
350
+ Provides a Express Connect Vbr Ha resource.
351
+
352
+ VBR switching Group.
302
353
 
303
- For information about VPC Vbr Ha and how to use it, see [What is Vbr Ha](https://www.alibabacloud.com/help/doc-detail/212629.html).
354
+ For information about Express Connect Vbr Ha and how to use it, see [What is Vbr Ha](https://www.alibabacloud.com/help/doc-detail/212629.html).
304
355
 
305
356
  > **NOTE:** Available since v1.151.0.
306
357
 
@@ -356,7 +407,7 @@ class VbrHa(pulumi.CustomResource):
356
407
 
357
408
  ## Import
358
409
 
359
- VPC Vbr Ha can be imported using the id, e.g.
410
+ Express Connect Vbr Ha can be imported using the id, e.g.
360
411
 
361
412
  ```sh
362
413
  $ pulumi import alicloud:vpc/vbrHa:VbrHa example <id>
@@ -400,6 +451,8 @@ class VbrHa(pulumi.CustomResource):
400
451
  if vbr_id is None and not opts.urn:
401
452
  raise TypeError("Missing required property 'vbr_id'")
402
453
  __props__.__dict__["vbr_id"] = vbr_id
454
+ __props__.__dict__["create_time"] = None
455
+ __props__.__dict__["region_id"] = None
403
456
  __props__.__dict__["status"] = None
404
457
  super(VbrHa, __self__).__init__(
405
458
  'alicloud:vpc/vbrHa:VbrHa',
@@ -411,9 +464,11 @@ class VbrHa(pulumi.CustomResource):
411
464
  def get(resource_name: str,
412
465
  id: pulumi.Input[str],
413
466
  opts: Optional[pulumi.ResourceOptions] = None,
467
+ create_time: Optional[pulumi.Input[_builtins.str]] = None,
414
468
  description: Optional[pulumi.Input[_builtins.str]] = None,
415
469
  dry_run: Optional[pulumi.Input[_builtins.bool]] = None,
416
470
  peer_vbr_id: Optional[pulumi.Input[_builtins.str]] = None,
471
+ region_id: Optional[pulumi.Input[_builtins.str]] = None,
417
472
  status: Optional[pulumi.Input[_builtins.str]] = None,
418
473
  vbr_ha_name: Optional[pulumi.Input[_builtins.str]] = None,
419
474
  vbr_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'VbrHa':
@@ -424,30 +479,46 @@ class VbrHa(pulumi.CustomResource):
424
479
  :param str resource_name: The unique name of the resulting resource.
425
480
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
426
481
  :param pulumi.ResourceOptions opts: Options for the resource.
427
- :param pulumi.Input[_builtins.str] description: The description of the VBR switching group. It must be `2` to `256` characters in length and must start with a letter or Chinese, but cannot start with `https://` or `https://`.
428
- :param pulumi.Input[_builtins.bool] dry_run: The dry run.
429
- :param pulumi.Input[_builtins.str] peer_vbr_id: The ID of the other VBR in the VBR failover group.
430
- :param pulumi.Input[_builtins.str] status: The state of the VBR failover group.
431
- :param pulumi.Input[_builtins.str] vbr_ha_name: The name of the VBR failover group.
432
- :param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
482
+ :param pulumi.Input[_builtins.str] create_time: The creation time of the VBR.
483
+ :param pulumi.Input[_builtins.str] description: The description of the VBR switching group.
484
+ It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with 'http:// 'or 'https.
485
+ :param pulumi.Input[_builtins.bool] dry_run: Whether to PreCheck only this request. Value range:
486
+ - *true**: The check request is sent and the instance is not started. Check whether the required parameters, request format, and instance status are filled in. If the check does not pass, the corresponding error is returned. If the check passes, DRYRUN.SUCCESS is returned.
487
+ - *false** (default): Send a normal request and start the instance directly after passing the check.
488
+ :param pulumi.Input[_builtins.str] peer_vbr_id: The instance ID of another VBR in The VBR switching group.
489
+ :param pulumi.Input[_builtins.str] region_id: The ID of the region to which the VBR belongs.
490
+ :param pulumi.Input[_builtins.str] status: Status of VBR switching Group
491
+ :param pulumi.Input[_builtins.str] vbr_ha_name: VBR switch group name.
492
+ :param pulumi.Input[_builtins.str] vbr_id: The VBR instance ID.
433
493
  """
434
494
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
435
495
 
436
496
  __props__ = _VbrHaState.__new__(_VbrHaState)
437
497
 
498
+ __props__.__dict__["create_time"] = create_time
438
499
  __props__.__dict__["description"] = description
439
500
  __props__.__dict__["dry_run"] = dry_run
440
501
  __props__.__dict__["peer_vbr_id"] = peer_vbr_id
502
+ __props__.__dict__["region_id"] = region_id
441
503
  __props__.__dict__["status"] = status
442
504
  __props__.__dict__["vbr_ha_name"] = vbr_ha_name
443
505
  __props__.__dict__["vbr_id"] = vbr_id
444
506
  return VbrHa(resource_name, opts=opts, __props__=__props__)
445
507
 
508
+ @_builtins.property
509
+ @pulumi.getter(name="createTime")
510
+ def create_time(self) -> pulumi.Output[_builtins.str]:
511
+ """
512
+ The creation time of the VBR.
513
+ """
514
+ return pulumi.get(self, "create_time")
515
+
446
516
  @_builtins.property
447
517
  @pulumi.getter
448
518
  def description(self) -> pulumi.Output[Optional[_builtins.str]]:
449
519
  """
450
- The description of the VBR switching group. It must be `2` to `256` characters in length and must start with a letter or Chinese, but cannot start with `https://` or `https://`.
520
+ The description of the VBR switching group.
521
+ It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with 'http:// 'or 'https.
451
522
  """
452
523
  return pulumi.get(self, "description")
453
524
 
@@ -455,7 +526,9 @@ class VbrHa(pulumi.CustomResource):
455
526
  @pulumi.getter(name="dryRun")
456
527
  def dry_run(self) -> pulumi.Output[Optional[_builtins.bool]]:
457
528
  """
458
- The dry run.
529
+ Whether to PreCheck only this request. Value range:
530
+ - *true**: The check request is sent and the instance is not started. Check whether the required parameters, request format, and instance status are filled in. If the check does not pass, the corresponding error is returned. If the check passes, DRYRUN.SUCCESS is returned.
531
+ - *false** (default): Send a normal request and start the instance directly after passing the check.
459
532
  """
460
533
  return pulumi.get(self, "dry_run")
461
534
 
@@ -463,15 +536,23 @@ class VbrHa(pulumi.CustomResource):
463
536
  @pulumi.getter(name="peerVbrId")
464
537
  def peer_vbr_id(self) -> pulumi.Output[_builtins.str]:
465
538
  """
466
- The ID of the other VBR in the VBR failover group.
539
+ The instance ID of another VBR in The VBR switching group.
467
540
  """
468
541
  return pulumi.get(self, "peer_vbr_id")
469
542
 
543
+ @_builtins.property
544
+ @pulumi.getter(name="regionId")
545
+ def region_id(self) -> pulumi.Output[_builtins.str]:
546
+ """
547
+ The ID of the region to which the VBR belongs.
548
+ """
549
+ return pulumi.get(self, "region_id")
550
+
470
551
  @_builtins.property
471
552
  @pulumi.getter
472
553
  def status(self) -> pulumi.Output[_builtins.str]:
473
554
  """
474
- The state of the VBR failover group.
555
+ Status of VBR switching Group
475
556
  """
476
557
  return pulumi.get(self, "status")
477
558
 
@@ -479,7 +560,7 @@ class VbrHa(pulumi.CustomResource):
479
560
  @pulumi.getter(name="vbrHaName")
480
561
  def vbr_ha_name(self) -> pulumi.Output[Optional[_builtins.str]]:
481
562
  """
482
- The name of the VBR failover group.
563
+ VBR switch group name.
483
564
  """
484
565
  return pulumi.get(self, "vbr_ha_name")
485
566
 
@@ -487,7 +568,7 @@ class VbrHa(pulumi.CustomResource):
487
568
  @pulumi.getter(name="vbrId")
488
569
  def vbr_id(self) -> pulumi.Output[_builtins.str]:
489
570
  """
490
- The ID of the VBR instance.
571
+ The VBR instance ID.
491
572
  """
492
573
  return pulumi.get(self, "vbr_id")
493
574