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
|
@@ -33,16 +33,22 @@ class VbrPconnAssociationArgs:
|
|
|
33
33
|
The set of arguments for constructing a VbrPconnAssociation resource.
|
|
34
34
|
:param pulumi.Input[_builtins.str] physical_connection_id: The ID of the leased line instance.
|
|
35
35
|
:param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
|
|
36
|
-
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
36
|
+
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
37
|
+
|
|
38
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
37
39
|
:param pulumi.Input[_builtins.bool] enable_ipv6: Whether IPv6 is enabled. Value:
|
|
38
|
-
- **true**: on.
|
|
39
|
-
- **false** (default): Off.
|
|
40
40
|
:param pulumi.Input[_builtins.str] local_gateway_ip: The Alibaba cloud IP address of the VBR instance.
|
|
41
41
|
:param pulumi.Input[_builtins.str] local_ipv6_gateway_ip: The IPv6 address on the Alibaba Cloud side of the VBR instance.
|
|
42
|
-
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
:param pulumi.Input[_builtins.str]
|
|
42
|
+
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
43
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
44
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
45
|
+
:param pulumi.Input[_builtins.str] peer_ipv6_gateway_ip: The IPv6 address of the client side of the VBR instance.
|
|
46
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
47
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
48
|
+
:param pulumi.Input[_builtins.str] peering_ipv6_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
49
|
+
Two IPv6 addresses must be in the same subnet.
|
|
50
|
+
:param pulumi.Input[_builtins.str] peering_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
51
|
+
The two IP addresses must be in the same subnet.
|
|
46
52
|
"""
|
|
47
53
|
pulumi.set(__self__, "physical_connection_id", physical_connection_id)
|
|
48
54
|
pulumi.set(__self__, "vbr_id", vbr_id)
|
|
@@ -90,7 +96,9 @@ class VbrPconnAssociationArgs:
|
|
|
90
96
|
@pulumi.getter(name="vlanId")
|
|
91
97
|
def vlan_id(self) -> pulumi.Input[_builtins.int]:
|
|
92
98
|
"""
|
|
93
|
-
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
99
|
+
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
100
|
+
|
|
101
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
94
102
|
"""
|
|
95
103
|
return pulumi.get(self, "vlan_id")
|
|
96
104
|
|
|
@@ -103,8 +111,6 @@ class VbrPconnAssociationArgs:
|
|
|
103
111
|
def enable_ipv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
104
112
|
"""
|
|
105
113
|
Whether IPv6 is enabled. Value:
|
|
106
|
-
- **true**: on.
|
|
107
|
-
- **false** (default): Off.
|
|
108
114
|
"""
|
|
109
115
|
return pulumi.get(self, "enable_ipv6")
|
|
110
116
|
|
|
@@ -140,7 +146,9 @@ class VbrPconnAssociationArgs:
|
|
|
140
146
|
@pulumi.getter(name="peerGatewayIp")
|
|
141
147
|
def peer_gateway_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
142
148
|
"""
|
|
143
|
-
The client IP address of the VBR instance.
|
|
149
|
+
The client IP address of the VBR instance.
|
|
150
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
151
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
144
152
|
"""
|
|
145
153
|
return pulumi.get(self, "peer_gateway_ip")
|
|
146
154
|
|
|
@@ -152,7 +160,9 @@ class VbrPconnAssociationArgs:
|
|
|
152
160
|
@pulumi.getter(name="peerIpv6GatewayIp")
|
|
153
161
|
def peer_ipv6_gateway_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
154
162
|
"""
|
|
155
|
-
The IPv6 address of the client side of the VBR instance.
|
|
163
|
+
The IPv6 address of the client side of the VBR instance.
|
|
164
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
165
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
156
166
|
"""
|
|
157
167
|
return pulumi.get(self, "peer_ipv6_gateway_ip")
|
|
158
168
|
|
|
@@ -164,7 +174,8 @@ class VbrPconnAssociationArgs:
|
|
|
164
174
|
@pulumi.getter(name="peeringIpv6SubnetMask")
|
|
165
175
|
def peering_ipv6_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
166
176
|
"""
|
|
167
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
177
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
178
|
+
Two IPv6 addresses must be in the same subnet.
|
|
168
179
|
"""
|
|
169
180
|
return pulumi.get(self, "peering_ipv6_subnet_mask")
|
|
170
181
|
|
|
@@ -176,7 +187,8 @@ class VbrPconnAssociationArgs:
|
|
|
176
187
|
@pulumi.getter(name="peeringSubnetMask")
|
|
177
188
|
def peering_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
178
189
|
"""
|
|
179
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
190
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
191
|
+
The two IP addresses must be in the same subnet.
|
|
180
192
|
"""
|
|
181
193
|
return pulumi.get(self, "peering_subnet_mask")
|
|
182
194
|
|
|
@@ -202,20 +214,26 @@ class _VbrPconnAssociationState:
|
|
|
202
214
|
vlan_id: Optional[pulumi.Input[_builtins.int]] = None):
|
|
203
215
|
"""
|
|
204
216
|
Input properties used for looking up and filtering VbrPconnAssociation resources.
|
|
205
|
-
:param pulumi.Input[_builtins.str] circuit_code: The circuit code provided by the operator for the physical connection.
|
|
217
|
+
:param pulumi.Input[_builtins.str] circuit_code: (Optional, ForceNew, Computed) The circuit code provided by the operator for the physical connection.
|
|
206
218
|
:param pulumi.Input[_builtins.bool] enable_ipv6: Whether IPv6 is enabled. Value:
|
|
207
|
-
- **true**: on.
|
|
208
|
-
- **false** (default): Off.
|
|
209
219
|
:param pulumi.Input[_builtins.str] local_gateway_ip: The Alibaba cloud IP address of the VBR instance.
|
|
210
220
|
:param pulumi.Input[_builtins.str] local_ipv6_gateway_ip: The IPv6 address on the Alibaba Cloud side of the VBR instance.
|
|
211
|
-
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
:param pulumi.Input[_builtins.str]
|
|
221
|
+
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
222
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
223
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
224
|
+
:param pulumi.Input[_builtins.str] peer_ipv6_gateway_ip: The IPv6 address of the client side of the VBR instance.
|
|
225
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
226
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
227
|
+
:param pulumi.Input[_builtins.str] peering_ipv6_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
228
|
+
Two IPv6 addresses must be in the same subnet.
|
|
229
|
+
:param pulumi.Input[_builtins.str] peering_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
230
|
+
The two IP addresses must be in the same subnet.
|
|
215
231
|
:param pulumi.Input[_builtins.str] physical_connection_id: The ID of the leased line instance.
|
|
216
|
-
:param pulumi.Input[_builtins.str] status: The status of the resource
|
|
232
|
+
:param pulumi.Input[_builtins.str] status: The status of the resource
|
|
217
233
|
:param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
|
|
218
|
-
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
234
|
+
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
235
|
+
|
|
236
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
219
237
|
"""
|
|
220
238
|
if circuit_code is not None:
|
|
221
239
|
pulumi.set(__self__, "circuit_code", circuit_code)
|
|
@@ -246,7 +264,7 @@ class _VbrPconnAssociationState:
|
|
|
246
264
|
@pulumi.getter(name="circuitCode")
|
|
247
265
|
def circuit_code(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
248
266
|
"""
|
|
249
|
-
The circuit code provided by the operator for the physical connection.
|
|
267
|
+
(Optional, ForceNew, Computed) The circuit code provided by the operator for the physical connection.
|
|
250
268
|
"""
|
|
251
269
|
return pulumi.get(self, "circuit_code")
|
|
252
270
|
|
|
@@ -259,8 +277,6 @@ class _VbrPconnAssociationState:
|
|
|
259
277
|
def enable_ipv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
260
278
|
"""
|
|
261
279
|
Whether IPv6 is enabled. Value:
|
|
262
|
-
- **true**: on.
|
|
263
|
-
- **false** (default): Off.
|
|
264
280
|
"""
|
|
265
281
|
return pulumi.get(self, "enable_ipv6")
|
|
266
282
|
|
|
@@ -296,7 +312,9 @@ class _VbrPconnAssociationState:
|
|
|
296
312
|
@pulumi.getter(name="peerGatewayIp")
|
|
297
313
|
def peer_gateway_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
298
314
|
"""
|
|
299
|
-
The client IP address of the VBR instance.
|
|
315
|
+
The client IP address of the VBR instance.
|
|
316
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
317
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
300
318
|
"""
|
|
301
319
|
return pulumi.get(self, "peer_gateway_ip")
|
|
302
320
|
|
|
@@ -308,7 +326,9 @@ class _VbrPconnAssociationState:
|
|
|
308
326
|
@pulumi.getter(name="peerIpv6GatewayIp")
|
|
309
327
|
def peer_ipv6_gateway_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
310
328
|
"""
|
|
311
|
-
The IPv6 address of the client side of the VBR instance.
|
|
329
|
+
The IPv6 address of the client side of the VBR instance.
|
|
330
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
331
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
312
332
|
"""
|
|
313
333
|
return pulumi.get(self, "peer_ipv6_gateway_ip")
|
|
314
334
|
|
|
@@ -320,7 +340,8 @@ class _VbrPconnAssociationState:
|
|
|
320
340
|
@pulumi.getter(name="peeringIpv6SubnetMask")
|
|
321
341
|
def peering_ipv6_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
322
342
|
"""
|
|
323
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
343
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
344
|
+
Two IPv6 addresses must be in the same subnet.
|
|
324
345
|
"""
|
|
325
346
|
return pulumi.get(self, "peering_ipv6_subnet_mask")
|
|
326
347
|
|
|
@@ -332,7 +353,8 @@ class _VbrPconnAssociationState:
|
|
|
332
353
|
@pulumi.getter(name="peeringSubnetMask")
|
|
333
354
|
def peering_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
334
355
|
"""
|
|
335
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
356
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
357
|
+
The two IP addresses must be in the same subnet.
|
|
336
358
|
"""
|
|
337
359
|
return pulumi.get(self, "peering_subnet_mask")
|
|
338
360
|
|
|
@@ -356,7 +378,7 @@ class _VbrPconnAssociationState:
|
|
|
356
378
|
@pulumi.getter
|
|
357
379
|
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
358
380
|
"""
|
|
359
|
-
The status of the resource
|
|
381
|
+
The status of the resource
|
|
360
382
|
"""
|
|
361
383
|
return pulumi.get(self, "status")
|
|
362
384
|
|
|
@@ -380,7 +402,9 @@ class _VbrPconnAssociationState:
|
|
|
380
402
|
@pulumi.getter(name="vlanId")
|
|
381
403
|
def vlan_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
382
404
|
"""
|
|
383
|
-
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
405
|
+
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
406
|
+
|
|
407
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
384
408
|
"""
|
|
385
409
|
return pulumi.get(self, "vlan_id")
|
|
386
410
|
|
|
@@ -409,6 +433,8 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
409
433
|
"""
|
|
410
434
|
Provides a Express Connect Vbr Pconn Association resource.
|
|
411
435
|
|
|
436
|
+
VBR multi-pconn Association.
|
|
437
|
+
|
|
412
438
|
For information about Express Connect Vbr Pconn Association and how to use it, see [What is Vbr Pconn Association](https://www.alibabacloud.com/help/en/express-connect/latest/associatephysicalconnectiontovirtualborderrouter#doc-api-Vpc-AssociatePhysicalConnectionToVirtualBorderRouter).
|
|
413
439
|
|
|
414
440
|
> **NOTE:** Available since v1.196.0.
|
|
@@ -458,23 +484,29 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
458
484
|
Express Connect Vbr Pconn Association can be imported using the id, e.g.
|
|
459
485
|
|
|
460
486
|
```sh
|
|
461
|
-
$ pulumi import alicloud:expressconnect/vbrPconnAssociation:VbrPconnAssociation example <
|
|
487
|
+
$ pulumi import alicloud:expressconnect/vbrPconnAssociation:VbrPconnAssociation example <vbr_id>:<physical_connection_id>
|
|
462
488
|
```
|
|
463
489
|
|
|
464
490
|
:param str resource_name: The name of the resource.
|
|
465
491
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
466
492
|
:param pulumi.Input[_builtins.bool] enable_ipv6: Whether IPv6 is enabled. Value:
|
|
467
|
-
- **true**: on.
|
|
468
|
-
- **false** (default): Off.
|
|
469
493
|
:param pulumi.Input[_builtins.str] local_gateway_ip: The Alibaba cloud IP address of the VBR instance.
|
|
470
494
|
:param pulumi.Input[_builtins.str] local_ipv6_gateway_ip: The IPv6 address on the Alibaba Cloud side of the VBR instance.
|
|
471
|
-
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
:param pulumi.Input[_builtins.str]
|
|
495
|
+
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
496
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
497
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
498
|
+
:param pulumi.Input[_builtins.str] peer_ipv6_gateway_ip: The IPv6 address of the client side of the VBR instance.
|
|
499
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
500
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
501
|
+
:param pulumi.Input[_builtins.str] peering_ipv6_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
502
|
+
Two IPv6 addresses must be in the same subnet.
|
|
503
|
+
:param pulumi.Input[_builtins.str] peering_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
504
|
+
The two IP addresses must be in the same subnet.
|
|
475
505
|
:param pulumi.Input[_builtins.str] physical_connection_id: The ID of the leased line instance.
|
|
476
506
|
:param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
|
|
477
|
-
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
507
|
+
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
508
|
+
|
|
509
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
478
510
|
"""
|
|
479
511
|
...
|
|
480
512
|
@overload
|
|
@@ -485,6 +517,8 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
485
517
|
"""
|
|
486
518
|
Provides a Express Connect Vbr Pconn Association resource.
|
|
487
519
|
|
|
520
|
+
VBR multi-pconn Association.
|
|
521
|
+
|
|
488
522
|
For information about Express Connect Vbr Pconn Association and how to use it, see [What is Vbr Pconn Association](https://www.alibabacloud.com/help/en/express-connect/latest/associatephysicalconnectiontovirtualborderrouter#doc-api-Vpc-AssociatePhysicalConnectionToVirtualBorderRouter).
|
|
489
523
|
|
|
490
524
|
> **NOTE:** Available since v1.196.0.
|
|
@@ -534,7 +568,7 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
534
568
|
Express Connect Vbr Pconn Association can be imported using the id, e.g.
|
|
535
569
|
|
|
536
570
|
```sh
|
|
537
|
-
$ pulumi import alicloud:expressconnect/vbrPconnAssociation:VbrPconnAssociation example <
|
|
571
|
+
$ pulumi import alicloud:expressconnect/vbrPconnAssociation:VbrPconnAssociation example <vbr_id>:<physical_connection_id>
|
|
538
572
|
```
|
|
539
573
|
|
|
540
574
|
:param str resource_name: The name of the resource.
|
|
@@ -618,20 +652,26 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
618
652
|
:param str resource_name: The unique name of the resulting resource.
|
|
619
653
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
620
654
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
621
|
-
:param pulumi.Input[_builtins.str] circuit_code: The circuit code provided by the operator for the physical connection.
|
|
655
|
+
:param pulumi.Input[_builtins.str] circuit_code: (Optional, ForceNew, Computed) The circuit code provided by the operator for the physical connection.
|
|
622
656
|
:param pulumi.Input[_builtins.bool] enable_ipv6: Whether IPv6 is enabled. Value:
|
|
623
|
-
- **true**: on.
|
|
624
|
-
- **false** (default): Off.
|
|
625
657
|
:param pulumi.Input[_builtins.str] local_gateway_ip: The Alibaba cloud IP address of the VBR instance.
|
|
626
658
|
:param pulumi.Input[_builtins.str] local_ipv6_gateway_ip: The IPv6 address on the Alibaba Cloud side of the VBR instance.
|
|
627
|
-
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
:param pulumi.Input[_builtins.str]
|
|
659
|
+
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
660
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
661
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
662
|
+
:param pulumi.Input[_builtins.str] peer_ipv6_gateway_ip: The IPv6 address of the client side of the VBR instance.
|
|
663
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
664
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
665
|
+
:param pulumi.Input[_builtins.str] peering_ipv6_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
666
|
+
Two IPv6 addresses must be in the same subnet.
|
|
667
|
+
:param pulumi.Input[_builtins.str] peering_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
668
|
+
The two IP addresses must be in the same subnet.
|
|
631
669
|
:param pulumi.Input[_builtins.str] physical_connection_id: The ID of the leased line instance.
|
|
632
|
-
:param pulumi.Input[_builtins.str] status: The status of the resource
|
|
670
|
+
:param pulumi.Input[_builtins.str] status: The status of the resource
|
|
633
671
|
:param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
|
|
634
|
-
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
672
|
+
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
673
|
+
|
|
674
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
635
675
|
"""
|
|
636
676
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
637
677
|
|
|
@@ -655,7 +695,7 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
655
695
|
@pulumi.getter(name="circuitCode")
|
|
656
696
|
def circuit_code(self) -> pulumi.Output[_builtins.str]:
|
|
657
697
|
"""
|
|
658
|
-
The circuit code provided by the operator for the physical connection.
|
|
698
|
+
(Optional, ForceNew, Computed) The circuit code provided by the operator for the physical connection.
|
|
659
699
|
"""
|
|
660
700
|
return pulumi.get(self, "circuit_code")
|
|
661
701
|
|
|
@@ -664,8 +704,6 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
664
704
|
def enable_ipv6(self) -> pulumi.Output[_builtins.bool]:
|
|
665
705
|
"""
|
|
666
706
|
Whether IPv6 is enabled. Value:
|
|
667
|
-
- **true**: on.
|
|
668
|
-
- **false** (default): Off.
|
|
669
707
|
"""
|
|
670
708
|
return pulumi.get(self, "enable_ipv6")
|
|
671
709
|
|
|
@@ -689,7 +727,9 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
689
727
|
@pulumi.getter(name="peerGatewayIp")
|
|
690
728
|
def peer_gateway_ip(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
691
729
|
"""
|
|
692
|
-
The client IP address of the VBR instance.
|
|
730
|
+
The client IP address of the VBR instance.
|
|
731
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
732
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
693
733
|
"""
|
|
694
734
|
return pulumi.get(self, "peer_gateway_ip")
|
|
695
735
|
|
|
@@ -697,7 +737,9 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
697
737
|
@pulumi.getter(name="peerIpv6GatewayIp")
|
|
698
738
|
def peer_ipv6_gateway_ip(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
699
739
|
"""
|
|
700
|
-
The IPv6 address of the client side of the VBR instance.
|
|
740
|
+
The IPv6 address of the client side of the VBR instance.
|
|
741
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
742
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
701
743
|
"""
|
|
702
744
|
return pulumi.get(self, "peer_ipv6_gateway_ip")
|
|
703
745
|
|
|
@@ -705,7 +747,8 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
705
747
|
@pulumi.getter(name="peeringIpv6SubnetMask")
|
|
706
748
|
def peering_ipv6_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
707
749
|
"""
|
|
708
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
750
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
751
|
+
Two IPv6 addresses must be in the same subnet.
|
|
709
752
|
"""
|
|
710
753
|
return pulumi.get(self, "peering_ipv6_subnet_mask")
|
|
711
754
|
|
|
@@ -713,7 +756,8 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
713
756
|
@pulumi.getter(name="peeringSubnetMask")
|
|
714
757
|
def peering_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
715
758
|
"""
|
|
716
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
759
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
760
|
+
The two IP addresses must be in the same subnet.
|
|
717
761
|
"""
|
|
718
762
|
return pulumi.get(self, "peering_subnet_mask")
|
|
719
763
|
|
|
@@ -729,7 +773,7 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
729
773
|
@pulumi.getter
|
|
730
774
|
def status(self) -> pulumi.Output[_builtins.str]:
|
|
731
775
|
"""
|
|
732
|
-
The status of the resource
|
|
776
|
+
The status of the resource
|
|
733
777
|
"""
|
|
734
778
|
return pulumi.get(self, "status")
|
|
735
779
|
|
|
@@ -745,7 +789,9 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
745
789
|
@pulumi.getter(name="vlanId")
|
|
746
790
|
def vlan_id(self) -> pulumi.Output[_builtins.int]:
|
|
747
791
|
"""
|
|
748
|
-
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
792
|
+
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
793
|
+
|
|
794
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
749
795
|
"""
|
|
750
796
|
return pulumi.get(self, "vlan_id")
|
|
751
797
|
|
pulumi_alicloud/ga/_inputs.py
CHANGED
|
@@ -160,14 +160,14 @@ if not MYPY:
|
|
|
160
160
|
The type of Endpoint N in the endpoint group. Valid values:
|
|
161
161
|
- `Domain`: A custom domain name.
|
|
162
162
|
- `Ip`: A custom IP address.
|
|
163
|
+
- `IpTarget`: (Available since v1.262.0) An Alibaba Cloud public IP address.
|
|
163
164
|
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
164
165
|
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
165
166
|
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
166
|
-
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
167
|
-
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
168
|
-
- `ENI`: An Elastic Network Interface (ENI).
|
|
169
|
-
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
170
|
-
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
167
|
+
- `ALB`: (Available since v1.232.0) An Application Load Balancer (ALB) instance.
|
|
168
|
+
- `NLB`: (Available since v1.232.0) A Network Load Balancer (NLB) instance.
|
|
169
|
+
- `ENI`: (Available since v1.232.0) An Elastic Network Interface (ENI).
|
|
170
|
+
- `OSS`: (Available since v1.232.0) An Object Storage Service (OSS) bucket.
|
|
171
171
|
"""
|
|
172
172
|
weight: pulumi.Input[_builtins.int]
|
|
173
173
|
"""
|
|
@@ -187,6 +187,14 @@ if not MYPY:
|
|
|
187
187
|
The private IP address of the ENI.
|
|
188
188
|
> **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
|
|
189
189
|
"""
|
|
190
|
+
vpc_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
191
|
+
"""
|
|
192
|
+
The ID of the VPC.
|
|
193
|
+
"""
|
|
194
|
+
vswitch_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
195
|
+
"""
|
|
196
|
+
The IDs of vSwitches that are deployed in the VPC.
|
|
197
|
+
"""
|
|
190
198
|
elif False:
|
|
191
199
|
EndpointGroupEndpointConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
192
200
|
|
|
@@ -198,26 +206,30 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
198
206
|
weight: pulumi.Input[_builtins.int],
|
|
199
207
|
enable_clientip_preservation: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
200
208
|
enable_proxy_protocol: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
201
|
-
sub_address: Optional[pulumi.Input[_builtins.str]] = None
|
|
209
|
+
sub_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
210
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
211
|
+
vswitch_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
202
212
|
"""
|
|
203
213
|
:param pulumi.Input[_builtins.str] endpoint: The IP address or domain name of Endpoint N in the endpoint group.
|
|
204
214
|
:param pulumi.Input[_builtins.str] type: The type of Endpoint N in the endpoint group. Valid values:
|
|
205
215
|
- `Domain`: A custom domain name.
|
|
206
216
|
- `Ip`: A custom IP address.
|
|
217
|
+
- `IpTarget`: (Available since v1.262.0) An Alibaba Cloud public IP address.
|
|
207
218
|
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
208
219
|
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
209
220
|
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
210
|
-
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
211
|
-
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
212
|
-
- `ENI`: An Elastic Network Interface (ENI).
|
|
213
|
-
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
214
|
-
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
221
|
+
- `ALB`: (Available since v1.232.0) An Application Load Balancer (ALB) instance.
|
|
222
|
+
- `NLB`: (Available since v1.232.0) A Network Load Balancer (NLB) instance.
|
|
223
|
+
- `ENI`: (Available since v1.232.0) An Elastic Network Interface (ENI).
|
|
224
|
+
- `OSS`: (Available since v1.232.0) An Object Storage Service (OSS) bucket.
|
|
215
225
|
:param pulumi.Input[_builtins.int] weight: The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
|
|
216
226
|
> **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
|
|
217
227
|
:param pulumi.Input[_builtins.bool] enable_clientip_preservation: Indicates whether client IP addresses are reserved. Default Value: `false`. Valid values:
|
|
218
228
|
:param pulumi.Input[_builtins.bool] enable_proxy_protocol: Specifies whether to preserve client IP addresses by using the ProxyProtocol module. Default Value: `false`. Valid values:
|
|
219
229
|
:param pulumi.Input[_builtins.str] sub_address: The private IP address of the ENI.
|
|
220
230
|
> **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
|
|
231
|
+
:param pulumi.Input[_builtins.str] vpc_id: The ID of the VPC.
|
|
232
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] vswitch_ids: The IDs of vSwitches that are deployed in the VPC.
|
|
221
233
|
"""
|
|
222
234
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
223
235
|
pulumi.set(__self__, "type", type)
|
|
@@ -228,6 +240,10 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
228
240
|
pulumi.set(__self__, "enable_proxy_protocol", enable_proxy_protocol)
|
|
229
241
|
if sub_address is not None:
|
|
230
242
|
pulumi.set(__self__, "sub_address", sub_address)
|
|
243
|
+
if vpc_id is not None:
|
|
244
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
245
|
+
if vswitch_ids is not None:
|
|
246
|
+
pulumi.set(__self__, "vswitch_ids", vswitch_ids)
|
|
231
247
|
|
|
232
248
|
@_builtins.property
|
|
233
249
|
@pulumi.getter
|
|
@@ -248,14 +264,14 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
248
264
|
The type of Endpoint N in the endpoint group. Valid values:
|
|
249
265
|
- `Domain`: A custom domain name.
|
|
250
266
|
- `Ip`: A custom IP address.
|
|
267
|
+
- `IpTarget`: (Available since v1.262.0) An Alibaba Cloud public IP address.
|
|
251
268
|
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
252
269
|
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
253
270
|
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
254
|
-
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
255
|
-
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
256
|
-
- `ENI`: An Elastic Network Interface (ENI).
|
|
257
|
-
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
258
|
-
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
271
|
+
- `ALB`: (Available since v1.232.0) An Application Load Balancer (ALB) instance.
|
|
272
|
+
- `NLB`: (Available since v1.232.0) A Network Load Balancer (NLB) instance.
|
|
273
|
+
- `ENI`: (Available since v1.232.0) An Elastic Network Interface (ENI).
|
|
274
|
+
- `OSS`: (Available since v1.232.0) An Object Storage Service (OSS) bucket.
|
|
259
275
|
"""
|
|
260
276
|
return pulumi.get(self, "type")
|
|
261
277
|
|
|
@@ -313,6 +329,30 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
313
329
|
def sub_address(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
314
330
|
pulumi.set(self, "sub_address", value)
|
|
315
331
|
|
|
332
|
+
@_builtins.property
|
|
333
|
+
@pulumi.getter(name="vpcId")
|
|
334
|
+
def vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
335
|
+
"""
|
|
336
|
+
The ID of the VPC.
|
|
337
|
+
"""
|
|
338
|
+
return pulumi.get(self, "vpc_id")
|
|
339
|
+
|
|
340
|
+
@vpc_id.setter
|
|
341
|
+
def vpc_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
342
|
+
pulumi.set(self, "vpc_id", value)
|
|
343
|
+
|
|
344
|
+
@_builtins.property
|
|
345
|
+
@pulumi.getter(name="vswitchIds")
|
|
346
|
+
def vswitch_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
347
|
+
"""
|
|
348
|
+
The IDs of vSwitches that are deployed in the VPC.
|
|
349
|
+
"""
|
|
350
|
+
return pulumi.get(self, "vswitch_ids")
|
|
351
|
+
|
|
352
|
+
@vswitch_ids.setter
|
|
353
|
+
def vswitch_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
354
|
+
pulumi.set(self, "vswitch_ids", value)
|
|
355
|
+
|
|
316
356
|
|
|
317
357
|
if not MYPY:
|
|
318
358
|
class EndpointGroupPortOverridesArgsDict(TypedDict):
|
pulumi_alicloud/ga/outputs.py
CHANGED
|
@@ -177,6 +177,10 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
177
177
|
suggest = "enable_proxy_protocol"
|
|
178
178
|
elif key == "subAddress":
|
|
179
179
|
suggest = "sub_address"
|
|
180
|
+
elif key == "vpcId":
|
|
181
|
+
suggest = "vpc_id"
|
|
182
|
+
elif key == "vswitchIds":
|
|
183
|
+
suggest = "vswitch_ids"
|
|
180
184
|
|
|
181
185
|
if suggest:
|
|
182
186
|
pulumi.log.warn(f"Key '{key}' not found in EndpointGroupEndpointConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -195,26 +199,30 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
195
199
|
weight: _builtins.int,
|
|
196
200
|
enable_clientip_preservation: Optional[_builtins.bool] = None,
|
|
197
201
|
enable_proxy_protocol: Optional[_builtins.bool] = None,
|
|
198
|
-
sub_address: Optional[_builtins.str] = None
|
|
202
|
+
sub_address: Optional[_builtins.str] = None,
|
|
203
|
+
vpc_id: Optional[_builtins.str] = None,
|
|
204
|
+
vswitch_ids: Optional[Sequence[_builtins.str]] = None):
|
|
199
205
|
"""
|
|
200
206
|
:param _builtins.str endpoint: The IP address or domain name of Endpoint N in the endpoint group.
|
|
201
207
|
:param _builtins.str type: The type of Endpoint N in the endpoint group. Valid values:
|
|
202
208
|
- `Domain`: A custom domain name.
|
|
203
209
|
- `Ip`: A custom IP address.
|
|
210
|
+
- `IpTarget`: (Available since v1.262.0) An Alibaba Cloud public IP address.
|
|
204
211
|
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
205
212
|
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
206
213
|
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
207
|
-
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
208
|
-
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
209
|
-
- `ENI`: An Elastic Network Interface (ENI).
|
|
210
|
-
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
211
|
-
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
214
|
+
- `ALB`: (Available since v1.232.0) An Application Load Balancer (ALB) instance.
|
|
215
|
+
- `NLB`: (Available since v1.232.0) A Network Load Balancer (NLB) instance.
|
|
216
|
+
- `ENI`: (Available since v1.232.0) An Elastic Network Interface (ENI).
|
|
217
|
+
- `OSS`: (Available since v1.232.0) An Object Storage Service (OSS) bucket.
|
|
212
218
|
:param _builtins.int weight: The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
|
|
213
219
|
> **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
|
|
214
220
|
:param _builtins.bool enable_clientip_preservation: Indicates whether client IP addresses are reserved. Default Value: `false`. Valid values:
|
|
215
221
|
:param _builtins.bool enable_proxy_protocol: Specifies whether to preserve client IP addresses by using the ProxyProtocol module. Default Value: `false`. Valid values:
|
|
216
222
|
:param _builtins.str sub_address: The private IP address of the ENI.
|
|
217
223
|
> **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
|
|
224
|
+
:param _builtins.str vpc_id: The ID of the VPC.
|
|
225
|
+
:param Sequence[_builtins.str] vswitch_ids: The IDs of vSwitches that are deployed in the VPC.
|
|
218
226
|
"""
|
|
219
227
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
220
228
|
pulumi.set(__self__, "type", type)
|
|
@@ -225,6 +233,10 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
225
233
|
pulumi.set(__self__, "enable_proxy_protocol", enable_proxy_protocol)
|
|
226
234
|
if sub_address is not None:
|
|
227
235
|
pulumi.set(__self__, "sub_address", sub_address)
|
|
236
|
+
if vpc_id is not None:
|
|
237
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
238
|
+
if vswitch_ids is not None:
|
|
239
|
+
pulumi.set(__self__, "vswitch_ids", vswitch_ids)
|
|
228
240
|
|
|
229
241
|
@_builtins.property
|
|
230
242
|
@pulumi.getter
|
|
@@ -241,14 +253,14 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
241
253
|
The type of Endpoint N in the endpoint group. Valid values:
|
|
242
254
|
- `Domain`: A custom domain name.
|
|
243
255
|
- `Ip`: A custom IP address.
|
|
256
|
+
- `IpTarget`: (Available since v1.262.0) An Alibaba Cloud public IP address.
|
|
244
257
|
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
245
258
|
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
246
259
|
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
247
|
-
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
248
|
-
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
249
|
-
- `ENI`: An Elastic Network Interface (ENI).
|
|
250
|
-
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
251
|
-
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
260
|
+
- `ALB`: (Available since v1.232.0) An Application Load Balancer (ALB) instance.
|
|
261
|
+
- `NLB`: (Available since v1.232.0) A Network Load Balancer (NLB) instance.
|
|
262
|
+
- `ENI`: (Available since v1.232.0) An Elastic Network Interface (ENI).
|
|
263
|
+
- `OSS`: (Available since v1.232.0) An Object Storage Service (OSS) bucket.
|
|
252
264
|
"""
|
|
253
265
|
return pulumi.get(self, "type")
|
|
254
266
|
|
|
@@ -286,6 +298,22 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
286
298
|
"""
|
|
287
299
|
return pulumi.get(self, "sub_address")
|
|
288
300
|
|
|
301
|
+
@_builtins.property
|
|
302
|
+
@pulumi.getter(name="vpcId")
|
|
303
|
+
def vpc_id(self) -> Optional[_builtins.str]:
|
|
304
|
+
"""
|
|
305
|
+
The ID of the VPC.
|
|
306
|
+
"""
|
|
307
|
+
return pulumi.get(self, "vpc_id")
|
|
308
|
+
|
|
309
|
+
@_builtins.property
|
|
310
|
+
@pulumi.getter(name="vswitchIds")
|
|
311
|
+
def vswitch_ids(self) -> Optional[Sequence[_builtins.str]]:
|
|
312
|
+
"""
|
|
313
|
+
The IDs of vSwitches that are deployed in the VPC.
|
|
314
|
+
"""
|
|
315
|
+
return pulumi.get(self, "vswitch_ids")
|
|
316
|
+
|
|
289
317
|
|
|
290
318
|
@pulumi.output_type
|
|
291
319
|
class EndpointGroupPortOverrides(dict):
|