pulumi-alicloud 3.86.0a1758340042__py3-none-any.whl → 3.89.0a1763702747__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.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +20 -0
- pulumi_alicloud/adb/resource_group.py +463 -3
- pulumi_alicloud/alikafka/topic.py +278 -85
- pulumi_alicloud/apig/_inputs.py +80 -6
- pulumi_alicloud/apig/gateway.py +111 -3
- pulumi_alicloud/apig/outputs.py +67 -4
- pulumi_alicloud/cas/certificate.py +248 -35
- pulumi_alicloud/cas/service_certificate.py +454 -168
- pulumi_alicloud/cen/get_transit_router_peer_attachments.py +20 -0
- pulumi_alicloud/cen/get_transit_router_vbr_attachments.py +20 -0
- pulumi_alicloud/cfg/_inputs.py +27 -24
- pulumi_alicloud/cfg/aggregator.py +142 -53
- pulumi_alicloud/cfg/outputs.py +18 -15
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +132 -0
- pulumi_alicloud/cloudfirewall/get_tls_inspect_ca_certificates.py +214 -0
- pulumi_alicloud/cloudfirewall/outputs.py +30 -0
- pulumi_alicloud/cloudsso/__init__.py +1 -0
- pulumi_alicloud/cloudsso/get_user_provisioning_events.py +226 -0
- pulumi_alicloud/cloudsso/outputs.py +228 -0
- pulumi_alicloud/cloudsso/user.py +247 -80
- pulumi_alicloud/cms/_inputs.py +870 -10
- pulumi_alicloud/cms/get_site_monitors.py +2 -2
- pulumi_alicloud/cms/outputs.py +606 -6
- pulumi_alicloud/cms/site_monitor.py +360 -89
- pulumi_alicloud/cr/registry_enterprise_instance.py +63 -0
- pulumi_alicloud/cs/managed_kubernetes.py +6 -2
- pulumi_alicloud/ddos/domain_resource.py +89 -0
- pulumi_alicloud/dms/get_enterprise_logic_databases.py +8 -0
- pulumi_alicloud/dts/instance.py +14 -14
- pulumi_alicloud/eais/get_instances.py +8 -0
- pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +32 -0
- pulumi_alicloud/eci/container_group.py +47 -0
- pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/security_group_rule.py +7 -7
- pulumi_alicloud/edas/get_deploy_groups.py +4 -0
- pulumi_alicloud/eflo/node.py +153 -15
- pulumi_alicloud/emrv2/get_clusters.py +260 -0
- pulumi_alicloud/ens/load_balancer.py +8 -4
- pulumi_alicloud/esa/__init__.py +2 -0
- pulumi_alicloud/esa/_inputs.py +3774 -991
- pulumi_alicloud/esa/cache_rule.py +47 -0
- pulumi_alicloud/esa/certificate.py +21 -54
- pulumi_alicloud/esa/compression_rule.py +47 -0
- pulumi_alicloud/esa/http_response_header_modification_rule.py +89 -28
- pulumi_alicloud/esa/https_application_configuration.py +188 -0
- pulumi_alicloud/esa/https_basic_configuration.py +54 -7
- pulumi_alicloud/esa/image_transform.py +47 -0
- pulumi_alicloud/esa/load_balancer.py +999 -0
- pulumi_alicloud/esa/network_optimization.py +82 -21
- pulumi_alicloud/esa/origin_rule.py +470 -14
- pulumi_alicloud/esa/outputs.py +2080 -0
- pulumi_alicloud/esa/rate_plan_instance.py +64 -39
- pulumi_alicloud/esa/redirect_rule.py +68 -21
- pulumi_alicloud/esa/rewrite_url_rule.py +82 -56
- pulumi_alicloud/esa/waf_rule.py +510 -0
- pulumi_alicloud/ess/__init__.py +1 -0
- pulumi_alicloud/ess/_inputs.py +256 -0
- pulumi_alicloud/ess/alb_server_group_attachment.py +2 -2
- pulumi_alicloud/ess/attachment.py +10 -6
- pulumi_alicloud/ess/instance_refresh.py +760 -0
- pulumi_alicloud/ess/outputs.py +203 -0
- pulumi_alicloud/ess/scaling_configuration.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +94 -0
- pulumi_alicloud/ess/server_group_attachment.py +2 -2
- pulumi_alicloud/ess/suspend_process.py +2 -2
- pulumi_alicloud/eventbridge/event_source.py +57 -57
- pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +4 -0
- pulumi_alicloud/expressconnect/traffic_qos.py +137 -31
- pulumi_alicloud/expressconnect/traffic_qos_queue.py +91 -66
- pulumi_alicloud/expressconnect/traffic_qos_rule.py +307 -261
- pulumi_alicloud/expressconnect/vbr_pconn_association.py +105 -59
- pulumi_alicloud/ga/_inputs.py +56 -16
- pulumi_alicloud/ga/outputs.py +39 -11
- pulumi_alicloud/gpdb/get_zones.py +24 -0
- pulumi_alicloud/hbase/get_instance_types.py +32 -0
- pulumi_alicloud/hbr/policy_binding.py +7 -0
- pulumi_alicloud/kvstore/account.py +18 -18
- pulumi_alicloud/lindorm/instance_v2.py +358 -70
- pulumi_alicloud/log/_inputs.py +29 -9
- pulumi_alicloud/log/etl.py +56 -9
- pulumi_alicloud/log/get_projects.py +24 -0
- pulumi_alicloud/log/outputs.py +18 -6
- pulumi_alicloud/marketplace/get_products.py +26 -0
- pulumi_alicloud/mongodb/get_sharding_network_private_addresses.py +28 -0
- pulumi_alicloud/nas/get_access_rules.py +26 -0
- pulumi_alicloud/oss/_inputs.py +53 -0
- pulumi_alicloud/oss/bucket_logging.py +80 -29
- pulumi_alicloud/oss/bucket_replication.py +55 -8
- pulumi_alicloud/oss/outputs.py +31 -0
- pulumi_alicloud/ots/get_search_indexes.py +26 -0
- pulumi_alicloud/ots/get_secondary_indexes.py +26 -0
- pulumi_alicloud/polardb/__init__.py +3 -0
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/polardb/zonal_account.py +449 -0
- pulumi_alicloud/polardb/zonal_db_cluster.py +1255 -0
- pulumi_alicloud/polardb/zonal_endpoint.py +865 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_service.py +12 -8
- pulumi_alicloud/ram/get_policies.py +95 -81
- pulumi_alicloud/ram/get_roles.py +108 -31
- pulumi_alicloud/ram/outputs.py +64 -42
- pulumi_alicloud/ram/policy.py +2 -2
- pulumi_alicloud/resourcemanager/__init__.py +2 -0
- pulumi_alicloud/resourcemanager/_inputs.py +799 -0
- pulumi_alicloud/resourcemanager/control_policy.py +169 -31
- pulumi_alicloud/resourcemanager/delivery_channel.py +449 -0
- pulumi_alicloud/resourcemanager/get_policies.py +4 -0
- pulumi_alicloud/resourcemanager/multi_account_delivery_channel.py +470 -0
- pulumi_alicloud/resourcemanager/outputs.py +694 -0
- pulumi_alicloud/resourcemanager/resource_share.py +341 -11
- pulumi_alicloud/sae/_inputs.py +60 -0
- pulumi_alicloud/sae/application.py +1 -1
- pulumi_alicloud/sae/get_ingresses.py +122 -0
- pulumi_alicloud/sae/outputs.py +42 -0
- pulumi_alicloud/scdn/domain_config.py +56 -0
- pulumi_alicloud/servicemesh/extension_provider.py +138 -0
- pulumi_alicloud/servicemesh/user_permission.py +90 -0
- pulumi_alicloud/simpleapplicationserver/get_images.py +24 -0
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/get_indexs.py +304 -0
- pulumi_alicloud/sls/outputs.py +148 -0
- pulumi_alicloud/star_rocks_instance.py +8 -2
- pulumi_alicloud/starrocks/__init__.py +12 -0
- pulumi_alicloud/starrocks/_inputs.py +656 -0
- pulumi_alicloud/starrocks/instance.py +1427 -0
- pulumi_alicloud/starrocks/node_group.py +1298 -0
- pulumi_alicloud/starrocks/outputs.py +508 -0
- pulumi_alicloud/vpc/_inputs.py +84 -0
- pulumi_alicloud/vpc/bgp_group.py +250 -53
- pulumi_alicloud/vpc/bgp_network.py +83 -36
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -14
- pulumi_alicloud/vpc/gateway_endpoint.py +8 -8
- pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +3 -3
- pulumi_alicloud/vpc/network_acl_entries.py +16 -20
- pulumi_alicloud/vpc/outputs.py +48 -0
- pulumi_alicloud/vpc/vbr_ha.py +127 -46
- pulumi_alicloud/wafv3/_inputs.py +396 -0
- pulumi_alicloud/wafv3/defense_rule.py +40 -110
- pulumi_alicloud/wafv3/outputs.py +303 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/RECORD +146 -130
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/top_level.txt +0 -0
|
@@ -27,8 +27,8 @@ class NetworkAclEntriesArgs:
|
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a NetworkAclEntries resource.
|
|
29
29
|
:param pulumi.Input[_builtins.str] network_acl_id: The id of the network acl, the field can't be changed.
|
|
30
|
-
:param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority.
|
|
31
|
-
:param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority.
|
|
30
|
+
:param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
|
|
31
|
+
:param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
|
|
32
32
|
"""
|
|
33
33
|
pulumi.set(__self__, "network_acl_id", network_acl_id)
|
|
34
34
|
if egresses is not None:
|
|
@@ -52,7 +52,7 @@ class NetworkAclEntriesArgs:
|
|
|
52
52
|
@pulumi.getter
|
|
53
53
|
def egresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]]]:
|
|
54
54
|
"""
|
|
55
|
-
List of the egress entries of the network acl. The order of the egress entries determines the priority.
|
|
55
|
+
List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
|
|
56
56
|
"""
|
|
57
57
|
return pulumi.get(self, "egresses")
|
|
58
58
|
|
|
@@ -64,7 +64,7 @@ class NetworkAclEntriesArgs:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def ingresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]]]:
|
|
66
66
|
"""
|
|
67
|
-
List of the ingress entries of the network acl. The order of the ingress entries determines the priority.
|
|
67
|
+
List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "ingresses")
|
|
70
70
|
|
|
@@ -81,8 +81,8 @@ class _NetworkAclEntriesState:
|
|
|
81
81
|
network_acl_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
82
82
|
"""
|
|
83
83
|
Input properties used for looking up and filtering NetworkAclEntries resources.
|
|
84
|
-
:param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority.
|
|
85
|
-
:param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority.
|
|
84
|
+
:param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
|
|
85
|
+
:param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
|
|
86
86
|
:param pulumi.Input[_builtins.str] network_acl_id: The id of the network acl, the field can't be changed.
|
|
87
87
|
"""
|
|
88
88
|
if egresses is not None:
|
|
@@ -96,7 +96,7 @@ class _NetworkAclEntriesState:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def egresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]]]:
|
|
98
98
|
"""
|
|
99
|
-
List of the egress entries of the network acl. The order of the egress entries determines the priority.
|
|
99
|
+
List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "egresses")
|
|
102
102
|
|
|
@@ -108,7 +108,7 @@ class _NetworkAclEntriesState:
|
|
|
108
108
|
@pulumi.getter
|
|
109
109
|
def ingresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]]]:
|
|
110
110
|
"""
|
|
111
|
-
List of the ingress entries of the network acl. The order of the ingress entries determines the priority.
|
|
111
|
+
List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "ingresses")
|
|
114
114
|
|
|
@@ -142,12 +142,10 @@ class NetworkAclEntries(pulumi.CustomResource):
|
|
|
142
142
|
"""
|
|
143
143
|
Provides a network acl entries resource to create ingress and egress entries.
|
|
144
144
|
|
|
145
|
-
> **NOTE:** Available in 1.45.0+.
|
|
145
|
+
> **NOTE:** Available in 1.45.0+.
|
|
146
146
|
|
|
147
147
|
> **NOTE:** It doesn't support concurrency and the order of the ingress and egress entries determines the priority.
|
|
148
148
|
|
|
149
|
-
> **NOTE:** Using this resource need to open a whitelist.
|
|
150
|
-
|
|
151
149
|
> **DEPRECATED:** This resource has been deprecated from version `1.122.0`. Replace by `ingress_acl_entries` and `egress_acl_entries` with the resource alicloud_network_acl.
|
|
152
150
|
|
|
153
151
|
## Example Usage
|
|
@@ -204,8 +202,8 @@ class NetworkAclEntries(pulumi.CustomResource):
|
|
|
204
202
|
|
|
205
203
|
:param str resource_name: The name of the resource.
|
|
206
204
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
207
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesEgressArgs', 'NetworkAclEntriesEgressArgsDict']]]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority.
|
|
208
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesIngressArgs', 'NetworkAclEntriesIngressArgsDict']]]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority.
|
|
205
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesEgressArgs', 'NetworkAclEntriesEgressArgsDict']]]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
|
|
206
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesIngressArgs', 'NetworkAclEntriesIngressArgsDict']]]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
|
|
209
207
|
:param pulumi.Input[_builtins.str] network_acl_id: The id of the network acl, the field can't be changed.
|
|
210
208
|
"""
|
|
211
209
|
...
|
|
@@ -217,12 +215,10 @@ class NetworkAclEntries(pulumi.CustomResource):
|
|
|
217
215
|
"""
|
|
218
216
|
Provides a network acl entries resource to create ingress and egress entries.
|
|
219
217
|
|
|
220
|
-
> **NOTE:** Available in 1.45.0+.
|
|
218
|
+
> **NOTE:** Available in 1.45.0+.
|
|
221
219
|
|
|
222
220
|
> **NOTE:** It doesn't support concurrency and the order of the ingress and egress entries determines the priority.
|
|
223
221
|
|
|
224
|
-
> **NOTE:** Using this resource need to open a whitelist.
|
|
225
|
-
|
|
226
222
|
> **DEPRECATED:** This resource has been deprecated from version `1.122.0`. Replace by `ingress_acl_entries` and `egress_acl_entries` with the resource alicloud_network_acl.
|
|
227
223
|
|
|
228
224
|
## Example Usage
|
|
@@ -329,8 +325,8 @@ class NetworkAclEntries(pulumi.CustomResource):
|
|
|
329
325
|
:param str resource_name: The unique name of the resulting resource.
|
|
330
326
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
331
327
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
332
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesEgressArgs', 'NetworkAclEntriesEgressArgsDict']]]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority.
|
|
333
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesIngressArgs', 'NetworkAclEntriesIngressArgsDict']]]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority.
|
|
328
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesEgressArgs', 'NetworkAclEntriesEgressArgsDict']]]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
|
|
329
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesIngressArgs', 'NetworkAclEntriesIngressArgsDict']]]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
|
|
334
330
|
:param pulumi.Input[_builtins.str] network_acl_id: The id of the network acl, the field can't be changed.
|
|
335
331
|
"""
|
|
336
332
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -346,7 +342,7 @@ class NetworkAclEntries(pulumi.CustomResource):
|
|
|
346
342
|
@pulumi.getter
|
|
347
343
|
def egresses(self) -> pulumi.Output[Optional[Sequence['outputs.NetworkAclEntriesEgress']]]:
|
|
348
344
|
"""
|
|
349
|
-
List of the egress entries of the network acl. The order of the egress entries determines the priority.
|
|
345
|
+
List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
|
|
350
346
|
"""
|
|
351
347
|
return pulumi.get(self, "egresses")
|
|
352
348
|
|
|
@@ -354,7 +350,7 @@ class NetworkAclEntries(pulumi.CustomResource):
|
|
|
354
350
|
@pulumi.getter
|
|
355
351
|
def ingresses(self) -> pulumi.Output[Optional[Sequence['outputs.NetworkAclEntriesIngress']]]:
|
|
356
352
|
"""
|
|
357
|
-
List of the ingress entries of the network acl. The order of the ingress entries determines the priority.
|
|
353
|
+
List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
|
|
358
354
|
"""
|
|
359
355
|
return pulumi.get(self, "ingresses")
|
|
360
356
|
|
pulumi_alicloud/vpc/outputs.py
CHANGED
|
@@ -413,7 +413,13 @@ class NetworkAclEntriesEgress(dict):
|
|
|
413
413
|
port: Optional[_builtins.str] = None,
|
|
414
414
|
protocol: Optional[_builtins.str] = None):
|
|
415
415
|
"""
|
|
416
|
+
:param _builtins.str description: The description of the egress entry.
|
|
416
417
|
:param _builtins.str destination_cidr_ip: The destination ip of the egress entry.
|
|
418
|
+
:param _builtins.str entry_type: The entry type of the egress entry. It must be `custom` or `system`. Default value is `custom`.
|
|
419
|
+
:param _builtins.str name: The name of the egress entry.
|
|
420
|
+
:param _builtins.str policy: The policy of the egress entry. It must be `accept` or `drop`.
|
|
421
|
+
:param _builtins.str port: The port of the egress entry.
|
|
422
|
+
:param _builtins.str protocol: The protocol of the egress entry.
|
|
417
423
|
"""
|
|
418
424
|
if description is not None:
|
|
419
425
|
pulumi.set(__self__, "description", description)
|
|
@@ -433,6 +439,9 @@ class NetworkAclEntriesEgress(dict):
|
|
|
433
439
|
@_builtins.property
|
|
434
440
|
@pulumi.getter
|
|
435
441
|
def description(self) -> Optional[_builtins.str]:
|
|
442
|
+
"""
|
|
443
|
+
The description of the egress entry.
|
|
444
|
+
"""
|
|
436
445
|
return pulumi.get(self, "description")
|
|
437
446
|
|
|
438
447
|
@_builtins.property
|
|
@@ -446,26 +455,41 @@ class NetworkAclEntriesEgress(dict):
|
|
|
446
455
|
@_builtins.property
|
|
447
456
|
@pulumi.getter(name="entryType")
|
|
448
457
|
def entry_type(self) -> Optional[_builtins.str]:
|
|
458
|
+
"""
|
|
459
|
+
The entry type of the egress entry. It must be `custom` or `system`. Default value is `custom`.
|
|
460
|
+
"""
|
|
449
461
|
return pulumi.get(self, "entry_type")
|
|
450
462
|
|
|
451
463
|
@_builtins.property
|
|
452
464
|
@pulumi.getter
|
|
453
465
|
def name(self) -> Optional[_builtins.str]:
|
|
466
|
+
"""
|
|
467
|
+
The name of the egress entry.
|
|
468
|
+
"""
|
|
454
469
|
return pulumi.get(self, "name")
|
|
455
470
|
|
|
456
471
|
@_builtins.property
|
|
457
472
|
@pulumi.getter
|
|
458
473
|
def policy(self) -> Optional[_builtins.str]:
|
|
474
|
+
"""
|
|
475
|
+
The policy of the egress entry. It must be `accept` or `drop`.
|
|
476
|
+
"""
|
|
459
477
|
return pulumi.get(self, "policy")
|
|
460
478
|
|
|
461
479
|
@_builtins.property
|
|
462
480
|
@pulumi.getter
|
|
463
481
|
def port(self) -> Optional[_builtins.str]:
|
|
482
|
+
"""
|
|
483
|
+
The port of the egress entry.
|
|
484
|
+
"""
|
|
464
485
|
return pulumi.get(self, "port")
|
|
465
486
|
|
|
466
487
|
@_builtins.property
|
|
467
488
|
@pulumi.getter
|
|
468
489
|
def protocol(self) -> Optional[_builtins.str]:
|
|
490
|
+
"""
|
|
491
|
+
The protocol of the egress entry.
|
|
492
|
+
"""
|
|
469
493
|
return pulumi.get(self, "protocol")
|
|
470
494
|
|
|
471
495
|
|
|
@@ -499,6 +523,12 @@ class NetworkAclEntriesIngress(dict):
|
|
|
499
523
|
protocol: Optional[_builtins.str] = None,
|
|
500
524
|
source_cidr_ip: Optional[_builtins.str] = None):
|
|
501
525
|
"""
|
|
526
|
+
:param _builtins.str description: The description of the ingress entry.
|
|
527
|
+
:param _builtins.str entry_type: The entry type of the ingress entry. It must be `custom` or `system`. Default value is `custom`.
|
|
528
|
+
:param _builtins.str name: The name of the ingress entry.
|
|
529
|
+
:param _builtins.str policy: The policy of the ingress entry. It must be `accept` or `drop`.
|
|
530
|
+
:param _builtins.str port: The port of the ingress entry.
|
|
531
|
+
:param _builtins.str protocol: The protocol of the ingress entry.
|
|
502
532
|
:param _builtins.str source_cidr_ip: The source ip of the ingress entry.
|
|
503
533
|
"""
|
|
504
534
|
if description is not None:
|
|
@@ -519,31 +549,49 @@ class NetworkAclEntriesIngress(dict):
|
|
|
519
549
|
@_builtins.property
|
|
520
550
|
@pulumi.getter
|
|
521
551
|
def description(self) -> Optional[_builtins.str]:
|
|
552
|
+
"""
|
|
553
|
+
The description of the ingress entry.
|
|
554
|
+
"""
|
|
522
555
|
return pulumi.get(self, "description")
|
|
523
556
|
|
|
524
557
|
@_builtins.property
|
|
525
558
|
@pulumi.getter(name="entryType")
|
|
526
559
|
def entry_type(self) -> Optional[_builtins.str]:
|
|
560
|
+
"""
|
|
561
|
+
The entry type of the ingress entry. It must be `custom` or `system`. Default value is `custom`.
|
|
562
|
+
"""
|
|
527
563
|
return pulumi.get(self, "entry_type")
|
|
528
564
|
|
|
529
565
|
@_builtins.property
|
|
530
566
|
@pulumi.getter
|
|
531
567
|
def name(self) -> Optional[_builtins.str]:
|
|
568
|
+
"""
|
|
569
|
+
The name of the ingress entry.
|
|
570
|
+
"""
|
|
532
571
|
return pulumi.get(self, "name")
|
|
533
572
|
|
|
534
573
|
@_builtins.property
|
|
535
574
|
@pulumi.getter
|
|
536
575
|
def policy(self) -> Optional[_builtins.str]:
|
|
576
|
+
"""
|
|
577
|
+
The policy of the ingress entry. It must be `accept` or `drop`.
|
|
578
|
+
"""
|
|
537
579
|
return pulumi.get(self, "policy")
|
|
538
580
|
|
|
539
581
|
@_builtins.property
|
|
540
582
|
@pulumi.getter
|
|
541
583
|
def port(self) -> Optional[_builtins.str]:
|
|
584
|
+
"""
|
|
585
|
+
The port of the ingress entry.
|
|
586
|
+
"""
|
|
542
587
|
return pulumi.get(self, "port")
|
|
543
588
|
|
|
544
589
|
@_builtins.property
|
|
545
590
|
@pulumi.getter
|
|
546
591
|
def protocol(self) -> Optional[_builtins.str]:
|
|
592
|
+
"""
|
|
593
|
+
The protocol of the ingress entry.
|
|
594
|
+
"""
|
|
547
595
|
return pulumi.get(self, "protocol")
|
|
548
596
|
|
|
549
597
|
@_builtins.property
|
pulumi_alicloud/vpc/vbr_ha.py
CHANGED
|
@@ -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
|
|
30
|
-
:param pulumi.Input[_builtins.str] vbr_id: The
|
|
31
|
-
:param pulumi.Input[_builtins.str] description: The description of the VBR switching group.
|
|
32
|
-
|
|
33
|
-
:param pulumi.Input[_builtins.
|
|
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
|
|
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
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
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]
|
|
117
|
-
:param pulumi.Input[_builtins.
|
|
118
|
-
|
|
119
|
-
:param pulumi.Input[_builtins.
|
|
120
|
-
|
|
121
|
-
|
|
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.
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
266
|
+
Provides a Express Connect Vbr Ha resource.
|
|
223
267
|
|
|
224
|
-
|
|
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
|
-
|
|
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.
|
|
289
|
-
|
|
290
|
-
:param pulumi.Input[_builtins.
|
|
291
|
-
|
|
292
|
-
|
|
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
|
|
350
|
+
Provides a Express Connect Vbr Ha resource.
|
|
351
|
+
|
|
352
|
+
VBR switching Group.
|
|
302
353
|
|
|
303
|
-
For information about
|
|
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
|
-
|
|
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]
|
|
428
|
-
:param pulumi.Input[_builtins.
|
|
429
|
-
|
|
430
|
-
:param pulumi.Input[_builtins.
|
|
431
|
-
|
|
432
|
-
|
|
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.
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
571
|
+
The VBR instance ID.
|
|
491
572
|
"""
|
|
492
573
|
return pulumi.get(self, "vbr_id")
|
|
493
574
|
|