alibabacloud-vpc20160428 6.7.2__py3-none-any.whl → 6.7.4__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.
- alibabacloud_vpc20160428/__init__.py +1 -1
- alibabacloud_vpc20160428/client.py +92 -64
- alibabacloud_vpc20160428/models.py +598 -103
- {alibabacloud_vpc20160428-6.7.2.dist-info → alibabacloud_vpc20160428-6.7.4.dist-info}/METADATA +3 -3
- alibabacloud_vpc20160428-6.7.4.dist-info/RECORD +8 -0
- alibabacloud_vpc20160428-6.7.2.dist-info/RECORD +0 -8
- {alibabacloud_vpc20160428-6.7.2.dist-info → alibabacloud_vpc20160428-6.7.4.dist-info}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.7.2.dist-info → alibabacloud_vpc20160428-6.7.4.dist-info}/WHEEL +0 -0
- {alibabacloud_vpc20160428-6.7.2.dist-info → alibabacloud_vpc20160428-6.7.4.dist-info}/top_level.txt +0 -0
|
@@ -2374,6 +2374,10 @@ class AllocateIpv6AddressRequest(TeaModel):
|
|
|
2374
2374
|
tag: List[AllocateIpv6AddressRequestTag] = None,
|
|
2375
2375
|
v_switch_id: str = None,
|
|
2376
2376
|
):
|
|
2377
|
+
# The type of the IPv6 address. Valid values:
|
|
2378
|
+
#
|
|
2379
|
+
# * IPv6Address (default): an IPv6 address.
|
|
2380
|
+
# * IPv6Prefix: an IPv6 CIDR block.
|
|
2377
2381
|
self.address_type = address_type
|
|
2378
2382
|
# The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
|
|
2379
2383
|
#
|
|
@@ -8653,11 +8657,26 @@ class CreateExpressConnectTrafficQosRequest(TeaModel):
|
|
|
8653
8657
|
region_id: str = None,
|
|
8654
8658
|
resource_owner_account: str = None,
|
|
8655
8659
|
):
|
|
8660
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
8661
|
+
#
|
|
8662
|
+
# You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters.
|
|
8663
|
+
#
|
|
8664
|
+
# > If you do not specify this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** in each API request may be different.
|
|
8656
8665
|
self.client_token = client_token
|
|
8657
8666
|
self.owner_account = owner_account
|
|
8658
8667
|
self.owner_id = owner_id
|
|
8668
|
+
# The description of the QoS policy.
|
|
8669
|
+
#
|
|
8670
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
8659
8671
|
self.qos_description = qos_description
|
|
8672
|
+
# The name of the QoS policy.
|
|
8673
|
+
#
|
|
8674
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
8660
8675
|
self.qos_name = qos_name
|
|
8676
|
+
# The region ID of the QoS policy.
|
|
8677
|
+
#
|
|
8678
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
8679
|
+
#
|
|
8661
8680
|
# This parameter is required.
|
|
8662
8681
|
self.region_id = region_id
|
|
8663
8682
|
self.resource_owner_account = resource_owner_account
|
|
@@ -8712,7 +8731,9 @@ class CreateExpressConnectTrafficQosResponseBody(TeaModel):
|
|
|
8712
8731
|
qos_id: str = None,
|
|
8713
8732
|
request_id: str = None,
|
|
8714
8733
|
):
|
|
8734
|
+
# The ID of the QoS policy.
|
|
8715
8735
|
self.qos_id = qos_id
|
|
8736
|
+
# The ID of the request.
|
|
8716
8737
|
self.request_id = request_id
|
|
8717
8738
|
|
|
8718
8739
|
def validate(self):
|
|
@@ -8794,16 +8815,45 @@ class CreateExpressConnectTrafficQosQueueRequest(TeaModel):
|
|
|
8794
8815
|
region_id: str = None,
|
|
8795
8816
|
resource_owner_account: str = None,
|
|
8796
8817
|
):
|
|
8818
|
+
# The percentage of bandwidth allocated to the QoS queue.
|
|
8819
|
+
#
|
|
8820
|
+
# * If QueueType is set to **Medium**, this parameter is required. Valid values: 1 to 100.
|
|
8821
|
+
# * If QueueType is set to **Default**, a value of - is returned.
|
|
8797
8822
|
self.bandwidth_percent = bandwidth_percent
|
|
8823
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
8824
|
+
#
|
|
8825
|
+
# You can use the client to generate the value, but you must make sure that it is unique among all requests. ClientToken can contain only ASCII characters.
|
|
8826
|
+
#
|
|
8827
|
+
# > If you do not specify this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** for each API request may be different.
|
|
8798
8828
|
self.client_token = client_token
|
|
8799
8829
|
self.owner_account = owner_account
|
|
8800
8830
|
self.owner_id = owner_id
|
|
8831
|
+
# The ID of the QoS policy.
|
|
8832
|
+
#
|
|
8801
8833
|
# This parameter is required.
|
|
8802
8834
|
self.qos_id = qos_id
|
|
8835
|
+
# The description of the QoS queue.
|
|
8836
|
+
#
|
|
8837
|
+
# It must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
8803
8838
|
self.queue_description = queue_description
|
|
8839
|
+
# The name of the QoS queue.
|
|
8840
|
+
#
|
|
8841
|
+
# It must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
8804
8842
|
self.queue_name = queue_name
|
|
8843
|
+
# The priority of the QoS queue. Valid values:
|
|
8844
|
+
#
|
|
8845
|
+
# * **High**\
|
|
8846
|
+
# * **Medium**\
|
|
8847
|
+
# * **Default**: default queue.
|
|
8848
|
+
#
|
|
8849
|
+
# > You cannot create a QoS queue of the default priority.
|
|
8850
|
+
#
|
|
8805
8851
|
# This parameter is required.
|
|
8806
8852
|
self.queue_type = queue_type
|
|
8853
|
+
# The region ID of the QoS policy.
|
|
8854
|
+
#
|
|
8855
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
8856
|
+
#
|
|
8807
8857
|
# This parameter is required.
|
|
8808
8858
|
self.region_id = region_id
|
|
8809
8859
|
self.resource_owner_account = resource_owner_account
|
|
@@ -8871,8 +8921,11 @@ class CreateExpressConnectTrafficQosQueueResponseBody(TeaModel):
|
|
|
8871
8921
|
queue_id: str = None,
|
|
8872
8922
|
request_id: str = None,
|
|
8873
8923
|
):
|
|
8924
|
+
# The ID of the QoS policy.
|
|
8874
8925
|
self.qos_id = qos_id
|
|
8926
|
+
# The ID of the QoS queue.
|
|
8875
8927
|
self.queue_id = queue_id
|
|
8928
|
+
# The request ID.
|
|
8876
8929
|
self.request_id = request_id
|
|
8877
8930
|
|
|
8878
8931
|
def validate(self):
|
|
@@ -8967,29 +9020,102 @@ class CreateExpressConnectTrafficQosRuleRequest(TeaModel):
|
|
|
8967
9020
|
src_ipv_6cidr: str = None,
|
|
8968
9021
|
src_port_range: str = None,
|
|
8969
9022
|
):
|
|
9023
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
9024
|
+
#
|
|
9025
|
+
# You can use the client to generate a token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
|
|
9026
|
+
#
|
|
9027
|
+
# > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
|
|
8970
9028
|
self.client_token = client_token
|
|
9029
|
+
# The destination IPv4 CIDR block that matches the QoS rule traffic.
|
|
9030
|
+
#
|
|
9031
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
8971
9032
|
self.dst_cidr = dst_cidr
|
|
9033
|
+
# The destination IPv6 CIDR block that matches the QoS rule traffic.
|
|
9034
|
+
#
|
|
9035
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
8972
9036
|
self.dst_ipv_6cidr = dst_ipv_6cidr
|
|
9037
|
+
# The range of destination ports that match the QoS rule traffic. Valid values: **0** to **65535**. If the traffic does not match, the value is -1. You can specify only one port. The start port number must be the same as the end port number. Different protocols correspond to different ports. Valid values:
|
|
9038
|
+
#
|
|
9039
|
+
# * **ALL** (uneditable): -1/-1.
|
|
9040
|
+
# * **ICMP(IPv4)** (uneditable): -1/-1.
|
|
9041
|
+
# * **ICMPv6(IPv6)** (uneditable): -1/-1.
|
|
9042
|
+
# * **TCP** (editable): -1/-1.
|
|
9043
|
+
# * **UDP** (editable): -1/-1.
|
|
9044
|
+
# * **GRE** (uneditable): -1/-1.
|
|
9045
|
+
# * **SSH** (uneditable): 22/22.
|
|
9046
|
+
# * **Telnet** (uneditable): 23/23.
|
|
9047
|
+
# * **HTTP** (uneditable): 80/80.
|
|
9048
|
+
# * **HTTPS** (uneditable): 443/443.
|
|
9049
|
+
# * **MS SQL** (uneditable): 1443/1443.
|
|
9050
|
+
# * **Oracle** (uneditable): 1521/1521.
|
|
9051
|
+
# * **MySql** (uneditable): 3306/3306.
|
|
9052
|
+
# * **RDP** (uneditable): 3389/3389.
|
|
9053
|
+
# * **PostgreSQL** (uneditable): 5432/5432.
|
|
9054
|
+
# * **Redis** (uneditable): 6379/6379.
|
|
8973
9055
|
self.dst_port_range = dst_port_range
|
|
9056
|
+
# The DSCP value that matches the QoS rule traffic. Valid values: **0** to **63**. If no value is matched, the value is -1.
|
|
8974
9057
|
self.match_dscp = match_dscp
|
|
8975
9058
|
self.owner_account = owner_account
|
|
8976
9059
|
self.owner_id = owner_id
|
|
9060
|
+
# The priority of the QoS rule. Valid values: **1** to **9000**. A larger value indicates a higher priority. The priority of each QoS rule must be unique in the same QoS policy.
|
|
9061
|
+
#
|
|
8977
9062
|
# This parameter is required.
|
|
8978
9063
|
self.priority = priority
|
|
9064
|
+
# The protocol of the QoS rule. Valid values:
|
|
9065
|
+
#
|
|
9066
|
+
# * **ALL**\
|
|
9067
|
+
# * **ICMP(IPv4)**\
|
|
9068
|
+
# * **ICMPv6(IPv6)**\
|
|
9069
|
+
# * **TCP**\
|
|
9070
|
+
# * **UDP**\
|
|
9071
|
+
# * **GRE**\
|
|
9072
|
+
# * **SSH**\
|
|
9073
|
+
# * **Telnet**\
|
|
9074
|
+
# * **HTTP**\
|
|
9075
|
+
# * **HTTPS**\
|
|
9076
|
+
# * **MS SQL**\
|
|
9077
|
+
# * **Oracle**\
|
|
9078
|
+
# * **MySql**\
|
|
9079
|
+
# * **RDP**\
|
|
9080
|
+
# * **PostgreSQL**\
|
|
9081
|
+
# * **Redis**\
|
|
9082
|
+
#
|
|
8979
9083
|
# This parameter is required.
|
|
8980
9084
|
self.protocol = protocol
|
|
9085
|
+
# The ID of the QoS policy.
|
|
9086
|
+
#
|
|
8981
9087
|
# This parameter is required.
|
|
8982
9088
|
self.qos_id = qos_id
|
|
9089
|
+
# The ID of the QoS queue.
|
|
9090
|
+
#
|
|
8983
9091
|
# This parameter is required.
|
|
8984
9092
|
self.queue_id = queue_id
|
|
9093
|
+
# The region ID of the QoS policy.
|
|
9094
|
+
#
|
|
9095
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
9096
|
+
#
|
|
8985
9097
|
# This parameter is required.
|
|
8986
9098
|
self.region_id = region_id
|
|
9099
|
+
# The new DSCP value. Valid values: **0** to **63**. If you do not change the value, set the value to -1.
|
|
8987
9100
|
self.remarking_dscp = remarking_dscp
|
|
8988
9101
|
self.resource_owner_account = resource_owner_account
|
|
9102
|
+
# The description of the QoS rule.
|
|
9103
|
+
#
|
|
9104
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
8989
9105
|
self.rule_description = rule_description
|
|
9106
|
+
# The name of the QoS rule.
|
|
9107
|
+
#
|
|
9108
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
8990
9109
|
self.rule_name = rule_name
|
|
9110
|
+
# The source IPv4 CIDR block that matches the QoS rule traffic.
|
|
9111
|
+
#
|
|
9112
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
8991
9113
|
self.src_cidr = src_cidr
|
|
9114
|
+
# The source IPv6 CIDR block that matches the QoS rule traffic.
|
|
9115
|
+
#
|
|
9116
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
8992
9117
|
self.src_ipv_6cidr = src_ipv_6cidr
|
|
9118
|
+
# The range of source ports that match the QoS rule traffic. Valid values: **0** to **65535**. If the traffic does not match, the value is -1. You can specify only one port. The start port number must be the same as the end port number.
|
|
8993
9119
|
self.src_port_range = src_port_range
|
|
8994
9120
|
|
|
8995
9121
|
def validate(self):
|
|
@@ -9092,9 +9218,13 @@ class CreateExpressConnectTrafficQosRuleResponseBody(TeaModel):
|
|
|
9092
9218
|
request_id: str = None,
|
|
9093
9219
|
rule_id: str = None,
|
|
9094
9220
|
):
|
|
9221
|
+
# The ID of the QoS policy.
|
|
9095
9222
|
self.qos_id = qos_id
|
|
9223
|
+
# The ID of the QoS queue.
|
|
9096
9224
|
self.queue_id = queue_id
|
|
9225
|
+
# The request ID.
|
|
9097
9226
|
self.request_id = request_id
|
|
9227
|
+
# The ID of the QoS rule.
|
|
9098
9228
|
self.rule_id = rule_id
|
|
9099
9229
|
|
|
9100
9230
|
def validate(self):
|
|
@@ -14612,16 +14742,16 @@ class CreatePhysicalConnectionSetupOrderRequest(TeaModel):
|
|
|
14612
14742
|
#
|
|
14613
14743
|
# This parameter is required.
|
|
14614
14744
|
self.access_point_id = access_point_id
|
|
14615
|
-
# Specifies whether to enable automatic
|
|
14745
|
+
# Specifies whether to enable automatic payments. Valid values:
|
|
14616
14746
|
#
|
|
14617
14747
|
# * **false** (default): disables automatic payment.
|
|
14618
|
-
# * **true
|
|
14748
|
+
# * **true**\
|
|
14619
14749
|
self.auto_pay = auto_pay
|
|
14620
14750
|
# The client token that is used to ensure the idempotence of the request.
|
|
14621
14751
|
#
|
|
14622
|
-
# You can use the client to generate the
|
|
14752
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
|
|
14623
14753
|
#
|
|
14624
|
-
# > If you do not
|
|
14754
|
+
# > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
|
|
14625
14755
|
self.client_token = client_token
|
|
14626
14756
|
# The connectivity provider of the Express Connect circuit. Valid values:
|
|
14627
14757
|
#
|
|
@@ -14636,7 +14766,7 @@ class CreatePhysicalConnectionSetupOrderRequest(TeaModel):
|
|
|
14636
14766
|
self.line_operator = line_operator
|
|
14637
14767
|
self.owner_account = owner_account
|
|
14638
14768
|
self.owner_id = owner_id
|
|
14639
|
-
# The port type. Valid values:
|
|
14769
|
+
# The port type of the Express Connect circuit. Valid values:
|
|
14640
14770
|
#
|
|
14641
14771
|
# * **100Base-T**: 100 Mbit/s copper Ethernet port
|
|
14642
14772
|
# * **1000Base-T** (default): 1,000 Mbit/s copper Ethernet port
|
|
@@ -14646,9 +14776,9 @@ class CreatePhysicalConnectionSetupOrderRequest(TeaModel):
|
|
|
14646
14776
|
# * **40GBase-LR**: 40,000 Mbit/s single-mode optical port
|
|
14647
14777
|
# * **100GBase-LR**: 100,000 Mbit/s single-mode optical port
|
|
14648
14778
|
#
|
|
14649
|
-
# > Whether 40GBase-LR and 100GBase-LR ports can be created
|
|
14779
|
+
# > Whether 40GBase-LR and 100GBase-LR ports can be created depends on resource supplies. For more information, contact your account manager.
|
|
14650
14780
|
self.port_type = port_type
|
|
14651
|
-
# The ID of the redundant
|
|
14781
|
+
# The ID of the redundant physical connection. The redundant physical connection must be in the **Allocated**, **Confirmed**, or **Enabled** state.
|
|
14652
14782
|
self.redundant_physical_connection_id = redundant_physical_connection_id
|
|
14653
14783
|
# The region ID of the Express Connect circuit.
|
|
14654
14784
|
#
|
|
@@ -14726,11 +14856,11 @@ class CreatePhysicalConnectionSetupOrderResponseBody(TeaModel):
|
|
|
14726
14856
|
physical_connection_id: str = None,
|
|
14727
14857
|
request_id: str = None,
|
|
14728
14858
|
):
|
|
14729
|
-
# The ID
|
|
14859
|
+
# The order ID.
|
|
14730
14860
|
self.order_id = order_id
|
|
14731
14861
|
# The ID of the Express Connect circuit.
|
|
14732
14862
|
self.physical_connection_id = physical_connection_id
|
|
14733
|
-
# The ID
|
|
14863
|
+
# The request ID.
|
|
14734
14864
|
self.request_id = request_id
|
|
14735
14865
|
|
|
14736
14866
|
def validate(self):
|
|
@@ -16373,6 +16503,7 @@ class CreateSnatEntryRequest(TeaModel):
|
|
|
16373
16503
|
self,
|
|
16374
16504
|
client_token: str = None,
|
|
16375
16505
|
eip_affinity: int = None,
|
|
16506
|
+
network_interface_id: str = None,
|
|
16376
16507
|
owner_account: str = None,
|
|
16377
16508
|
owner_id: int = None,
|
|
16378
16509
|
region_id: str = None,
|
|
@@ -16401,6 +16532,7 @@ class CreateSnatEntryRequest(TeaModel):
|
|
|
16401
16532
|
#
|
|
16402
16533
|
# **Description** After you enable EIP affinity, if multiple EIPs are associated with an SNAT entry, each client uses one EIP to access the Internet. If EIP affinity is disabled, each client uses a random EIP to access the Internet.
|
|
16403
16534
|
self.eip_affinity = eip_affinity
|
|
16535
|
+
self.network_interface_id = network_interface_id
|
|
16404
16536
|
self.owner_account = owner_account
|
|
16405
16537
|
self.owner_id = owner_id
|
|
16406
16538
|
# The region ID of the NAT gateway.
|
|
@@ -16436,8 +16568,6 @@ class CreateSnatEntryRequest(TeaModel):
|
|
|
16436
16568
|
# > If you specify multiple EIPs in the SNAT IP address pool, the service connection is allocated to multiple EIPs by using the hashing algorithm. The traffic of each EIP may be different. Therefore, we recommend that you associate the EIPs with an Internet Shared Bandwidth instance to prevent service interruptions caused by bandwidth exhaustion.
|
|
16437
16569
|
#
|
|
16438
16570
|
# * When you add SNAT entries for a VPC NAT gateway, this parameter specifies the NAT IP addresses in the SNAT entry. Separate multiple NAT IP addresses with commas (,).
|
|
16439
|
-
#
|
|
16440
|
-
# This parameter is required.
|
|
16441
16571
|
self.snat_ip = snat_ip
|
|
16442
16572
|
# The ID of the SNAT table.
|
|
16443
16573
|
#
|
|
@@ -16477,6 +16607,8 @@ class CreateSnatEntryRequest(TeaModel):
|
|
|
16477
16607
|
result['ClientToken'] = self.client_token
|
|
16478
16608
|
if self.eip_affinity is not None:
|
|
16479
16609
|
result['EipAffinity'] = self.eip_affinity
|
|
16610
|
+
if self.network_interface_id is not None:
|
|
16611
|
+
result['NetworkInterfaceId'] = self.network_interface_id
|
|
16480
16612
|
if self.owner_account is not None:
|
|
16481
16613
|
result['OwnerAccount'] = self.owner_account
|
|
16482
16614
|
if self.owner_id is not None:
|
|
@@ -16505,6 +16637,8 @@ class CreateSnatEntryRequest(TeaModel):
|
|
|
16505
16637
|
self.client_token = m.get('ClientToken')
|
|
16506
16638
|
if m.get('EipAffinity') is not None:
|
|
16507
16639
|
self.eip_affinity = m.get('EipAffinity')
|
|
16640
|
+
if m.get('NetworkInterfaceId') is not None:
|
|
16641
|
+
self.network_interface_id = m.get('NetworkInterfaceId')
|
|
16508
16642
|
if m.get('OwnerAccount') is not None:
|
|
16509
16643
|
self.owner_account = m.get('OwnerAccount')
|
|
16510
16644
|
if m.get('OwnerId') is not None:
|
|
@@ -24169,11 +24303,22 @@ class DeleteExpressConnectTrafficQosRequest(TeaModel):
|
|
|
24169
24303
|
region_id: str = None,
|
|
24170
24304
|
resource_owner_account: str = None,
|
|
24171
24305
|
):
|
|
24306
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
24307
|
+
#
|
|
24308
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
|
|
24309
|
+
#
|
|
24310
|
+
# > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
|
|
24172
24311
|
self.client_token = client_token
|
|
24173
24312
|
self.owner_account = owner_account
|
|
24174
24313
|
self.owner_id = owner_id
|
|
24314
|
+
# The instance ID of the QoS policy.
|
|
24315
|
+
#
|
|
24175
24316
|
# This parameter is required.
|
|
24176
24317
|
self.qos_id = qos_id
|
|
24318
|
+
# The region ID of the QoS policy.
|
|
24319
|
+
#
|
|
24320
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
24321
|
+
#
|
|
24177
24322
|
# This parameter is required.
|
|
24178
24323
|
self.region_id = region_id
|
|
24179
24324
|
self.resource_owner_account = resource_owner_account
|
|
@@ -24223,6 +24368,7 @@ class DeleteExpressConnectTrafficQosResponseBody(TeaModel):
|
|
|
24223
24368
|
self,
|
|
24224
24369
|
request_id: str = None,
|
|
24225
24370
|
):
|
|
24371
|
+
# The request ID.
|
|
24226
24372
|
self.request_id = request_id
|
|
24227
24373
|
|
|
24228
24374
|
def validate(self):
|
|
@@ -24432,16 +24578,29 @@ class DeleteExpressConnectTrafficQosRuleRequest(TeaModel):
|
|
|
24432
24578
|
resource_owner_account: str = None,
|
|
24433
24579
|
rule_id: str = None,
|
|
24434
24580
|
):
|
|
24581
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
24582
|
+
#
|
|
24583
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
24435
24584
|
self.client_token = client_token
|
|
24436
24585
|
self.owner_account = owner_account
|
|
24437
24586
|
self.owner_id = owner_id
|
|
24587
|
+
# The ID of the QoS policy.
|
|
24588
|
+
#
|
|
24438
24589
|
# This parameter is required.
|
|
24439
24590
|
self.qos_id = qos_id
|
|
24591
|
+
# The ID of the QoS queue.
|
|
24592
|
+
#
|
|
24440
24593
|
# This parameter is required.
|
|
24441
24594
|
self.queue_id = queue_id
|
|
24595
|
+
# The region ID of the QoS policy.
|
|
24596
|
+
#
|
|
24597
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
24598
|
+
#
|
|
24442
24599
|
# This parameter is required.
|
|
24443
24600
|
self.region_id = region_id
|
|
24444
24601
|
self.resource_owner_account = resource_owner_account
|
|
24602
|
+
# The ID of the QoS rule.
|
|
24603
|
+
#
|
|
24445
24604
|
# This parameter is required.
|
|
24446
24605
|
self.rule_id = rule_id
|
|
24447
24606
|
|
|
@@ -24498,6 +24657,7 @@ class DeleteExpressConnectTrafficQosRuleResponseBody(TeaModel):
|
|
|
24498
24657
|
self,
|
|
24499
24658
|
request_id: str = None,
|
|
24500
24659
|
):
|
|
24660
|
+
# The request ID.
|
|
24501
24661
|
self.request_id = request_id
|
|
24502
24662
|
|
|
24503
24663
|
def validate(self):
|
|
@@ -24571,11 +24731,21 @@ class DeleteFailoverTestJobRequest(TeaModel):
|
|
|
24571
24731
|
region_id: str = None,
|
|
24572
24732
|
resource_owner_account: str = None,
|
|
24573
24733
|
):
|
|
24734
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
24735
|
+
#
|
|
24736
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
|
|
24737
|
+
#
|
|
24738
|
+
# > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
|
|
24574
24739
|
self.client_token = client_token
|
|
24740
|
+
# The ID of the failover test.
|
|
24741
|
+
#
|
|
24575
24742
|
# This parameter is required.
|
|
24576
24743
|
self.job_id = job_id
|
|
24577
24744
|
self.owner_account = owner_account
|
|
24578
24745
|
self.owner_id = owner_id
|
|
24746
|
+
# The region ID of the failover test.
|
|
24747
|
+
#
|
|
24748
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
24579
24749
|
self.region_id = region_id
|
|
24580
24750
|
self.resource_owner_account = resource_owner_account
|
|
24581
24751
|
|
|
@@ -24624,6 +24794,7 @@ class DeleteFailoverTestJobResponseBody(TeaModel):
|
|
|
24624
24794
|
self,
|
|
24625
24795
|
request_id: str = None,
|
|
24626
24796
|
):
|
|
24797
|
+
# The request ID.
|
|
24627
24798
|
self.request_id = request_id
|
|
24628
24799
|
|
|
24629
24800
|
def validate(self):
|
|
@@ -31883,9 +32054,9 @@ class DescribeAccessPointsRequest(TeaModel):
|
|
|
31883
32054
|
# * **en-US** (default): English
|
|
31884
32055
|
self.accept_language = accept_language
|
|
31885
32056
|
self.owner_id = owner_id
|
|
31886
|
-
# The
|
|
32057
|
+
# The page number. Default value: **1**.
|
|
31887
32058
|
self.page_number = page_number
|
|
31888
|
-
# The number of entries
|
|
32059
|
+
# The number of entries per page. Maximum value: **50**. Default value: **10**.
|
|
31889
32060
|
self.page_size = page_size
|
|
31890
32061
|
# The region ID of the access point.
|
|
31891
32062
|
#
|
|
@@ -37591,15 +37762,28 @@ class DescribeExpressConnectTrafficQosRuleRequest(TeaModel):
|
|
|
37591
37762
|
rule_id_list: List[str] = None,
|
|
37592
37763
|
rule_name_list: List[str] = None,
|
|
37593
37764
|
):
|
|
37765
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
37766
|
+
#
|
|
37767
|
+
# You can use the client to generate the value, but you must make sure that it is unique among different requests. The client token can contain only ASCII characters.
|
|
37768
|
+
#
|
|
37769
|
+
# > If you do not set this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
|
|
37594
37770
|
self.client_token = client_token
|
|
37595
37771
|
self.owner_account = owner_account
|
|
37596
37772
|
self.owner_id = owner_id
|
|
37773
|
+
# The ID of the QoS policy.
|
|
37597
37774
|
self.qos_id = qos_id
|
|
37775
|
+
# The ID of the QoS queue.
|
|
37598
37776
|
self.queue_id = queue_id
|
|
37777
|
+
# The region ID of the QoS policy.
|
|
37778
|
+
#
|
|
37779
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
37780
|
+
#
|
|
37599
37781
|
# This parameter is required.
|
|
37600
37782
|
self.region_id = region_id
|
|
37601
37783
|
self.resource_owner_account = resource_owner_account
|
|
37784
|
+
# The list of QoS rule IDs.
|
|
37602
37785
|
self.rule_id_list = rule_id_list
|
|
37786
|
+
# The list of QoS rule names.
|
|
37603
37787
|
self.rule_name_list = rule_name_list
|
|
37604
37788
|
|
|
37605
37789
|
def validate(self):
|
|
@@ -37674,21 +37858,87 @@ class DescribeExpressConnectTrafficQosRuleResponseBodyRuleList(TeaModel):
|
|
|
37674
37858
|
src_port_range: str = None,
|
|
37675
37859
|
status: str = None,
|
|
37676
37860
|
):
|
|
37861
|
+
# The destination IPv4 CIDR block that matches the QoS rule traffic.
|
|
37862
|
+
#
|
|
37863
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
37677
37864
|
self.dst_cidr = dst_cidr
|
|
37865
|
+
# The destination IPv6 CIDR block that matches the QoS rule traffic.
|
|
37866
|
+
#
|
|
37867
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
37678
37868
|
self.dst_ipv_6cidr = dst_ipv_6cidr
|
|
37869
|
+
# The range of destination ports that match the QoS rule traffic. Valid values: **0** to **65535**. If the traffic does not match, the value is -1. You can specify only one port. The start port number must be the same as the end port number. Different protocols correspond to different ports. Valid values:
|
|
37870
|
+
#
|
|
37871
|
+
# * **ALL** (uneditable): -1/-1.
|
|
37872
|
+
# * **ICMP(IPv4)** (uneditable): -1/-1.
|
|
37873
|
+
# * **ICMPv6(IPv6)** (uneditable): -1/-1.
|
|
37874
|
+
# * **TCP** (editable): -1/-1.
|
|
37875
|
+
# * **UDP** (editable): -1/-1.
|
|
37876
|
+
# * **GRE** (uneditable): -1/-1.
|
|
37877
|
+
# * **SSH** (uneditable): 22/22.
|
|
37878
|
+
# * **Telnet** (uneditable): 23/23.
|
|
37879
|
+
# * **HTTP** (uneditable): 80/80.
|
|
37880
|
+
# * **HTTPS** (uneditable): 443/443.
|
|
37881
|
+
# * **MS SQL** (uneditable): 1443/1443.
|
|
37882
|
+
# * **Oracle** (uneditable): 1521/1521.
|
|
37883
|
+
# * **MySql** (uneditable): 3306/3306.
|
|
37884
|
+
# * **RDP** (uneditable): 3389/3389.
|
|
37885
|
+
# * **PostgreSQL** (uneditable): 5432/5432.
|
|
37886
|
+
# * **Redis** (uneditable): 6379/6379.
|
|
37679
37887
|
self.dst_port_range = dst_port_range
|
|
37888
|
+
# The DSCP value that matches the QoS rule traffic. Valid values: **0** to **63**. If no value is matched, the value is -1.
|
|
37680
37889
|
self.match_dscp = match_dscp
|
|
37890
|
+
# The priority of the QoS rule. Valid values: **1** to **9000**. A larger value indicates a higher priority. The priority of each QoS rule must be unique in the same QoS policy.
|
|
37681
37891
|
self.priority = priority
|
|
37892
|
+
# The protocol of the QoS rule. Valid values:
|
|
37893
|
+
#
|
|
37894
|
+
# * **ALL**\
|
|
37895
|
+
# * **ICMP(IPv4)**\
|
|
37896
|
+
# * **ICMPv6(IPv6)**\
|
|
37897
|
+
# * **TCP**\
|
|
37898
|
+
# * **UDP**\
|
|
37899
|
+
# * **GRE**\
|
|
37900
|
+
# * **SSH**\
|
|
37901
|
+
# * **Telnet**\
|
|
37902
|
+
# * **HTTP**\
|
|
37903
|
+
# * **HTTPS**\
|
|
37904
|
+
# * **MS SQL**\
|
|
37905
|
+
# * **Oracle**\
|
|
37906
|
+
# * **MySql**\
|
|
37907
|
+
# * **RDP**\
|
|
37908
|
+
# * **PostgreSQL**\
|
|
37909
|
+
# * **Redis**\
|
|
37682
37910
|
self.protocol = protocol
|
|
37911
|
+
# The ID of the QoS policy.
|
|
37683
37912
|
self.qos_id = qos_id
|
|
37913
|
+
# The ID of the QoS queue.
|
|
37684
37914
|
self.queue_id = queue_id
|
|
37915
|
+
# The new DSCP value. Valid values: **0** to **63**. If you do not change the value, set the value to -1.
|
|
37685
37916
|
self.remarking_dscp = remarking_dscp
|
|
37917
|
+
# The description of the QoS rule.
|
|
37918
|
+
#
|
|
37919
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
37686
37920
|
self.rule_description = rule_description
|
|
37921
|
+
# The ID of the QoS rule.
|
|
37687
37922
|
self.rule_id = rule_id
|
|
37923
|
+
# The name of the QoS rule.
|
|
37924
|
+
#
|
|
37925
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
37688
37926
|
self.rule_name = rule_name
|
|
37927
|
+
# The source IPv4 CIDR block that matches the QoS rule traffic.
|
|
37928
|
+
#
|
|
37929
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
37689
37930
|
self.src_cidr = src_cidr
|
|
37931
|
+
# The source IPv6 CIDR block that matches the QoS rule traffic.
|
|
37932
|
+
#
|
|
37933
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
37690
37934
|
self.src_ipv_6cidr = src_ipv_6cidr
|
|
37935
|
+
# The range of source ports that match the QoS rule traffic. Valid values: **0** to **65535**. If the traffic does not match, the value is -1. You can specify only one port. The start port number must be the same as the end port number.
|
|
37691
37936
|
self.src_port_range = src_port_range
|
|
37937
|
+
# The status of the QoS rule. Valid values:
|
|
37938
|
+
#
|
|
37939
|
+
# * **Normal**\
|
|
37940
|
+
# * **Configuring**\
|
|
37941
|
+
# * **Deleting**\
|
|
37692
37942
|
self.status = status
|
|
37693
37943
|
|
|
37694
37944
|
def validate(self):
|
|
@@ -37777,7 +38027,9 @@ class DescribeExpressConnectTrafficQosRuleResponseBody(TeaModel):
|
|
|
37777
38027
|
request_id: str = None,
|
|
37778
38028
|
rule_list: List[DescribeExpressConnectTrafficQosRuleResponseBodyRuleList] = None,
|
|
37779
38029
|
):
|
|
38030
|
+
# The request ID.
|
|
37780
38031
|
self.request_id = request_id
|
|
38032
|
+
# The list of QoS rules.
|
|
37781
38033
|
self.rule_list = rule_list
|
|
37782
38034
|
|
|
37783
38035
|
def validate(self):
|
|
@@ -37863,11 +38115,21 @@ class DescribeFailoverTestJobRequest(TeaModel):
|
|
|
37863
38115
|
region_id: str = None,
|
|
37864
38116
|
resource_owner_account: str = None,
|
|
37865
38117
|
):
|
|
38118
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
38119
|
+
#
|
|
38120
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
|
|
38121
|
+
#
|
|
38122
|
+
# > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
|
|
37866
38123
|
self.client_token = client_token
|
|
38124
|
+
# The ID of the failover test.
|
|
38125
|
+
#
|
|
37867
38126
|
# This parameter is required.
|
|
37868
38127
|
self.job_id = job_id
|
|
37869
38128
|
self.owner_account = owner_account
|
|
37870
38129
|
self.owner_id = owner_id
|
|
38130
|
+
# The region ID of the failover test.
|
|
38131
|
+
#
|
|
38132
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
37871
38133
|
self.region_id = region_id
|
|
37872
38134
|
self.resource_owner_account = resource_owner_account
|
|
37873
38135
|
|
|
@@ -37925,15 +38187,38 @@ class DescribeFailoverTestJobResponseBodyFailoverTestJobModel(TeaModel):
|
|
|
37925
38187
|
status: str = None,
|
|
37926
38188
|
stop_time: str = None,
|
|
37927
38189
|
):
|
|
38190
|
+
# The description of the failover test.
|
|
38191
|
+
#
|
|
38192
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
37928
38193
|
self.description = description
|
|
38194
|
+
# The duration of the failover test. Unit: minutes. Valid values: **1 to 4320**.
|
|
37929
38195
|
self.job_duration = job_duration
|
|
38196
|
+
# The ID of the failover test.
|
|
37930
38197
|
self.job_id = job_id
|
|
38198
|
+
# Indicates whether the failover test is performed immediately. Valid values:
|
|
38199
|
+
#
|
|
38200
|
+
# * **StartNow**\
|
|
38201
|
+
# * **StartLater**\
|
|
37931
38202
|
self.job_type = job_type
|
|
38203
|
+
# The name of the failover test.
|
|
38204
|
+
#
|
|
38205
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
37932
38206
|
self.name = name
|
|
38207
|
+
# The IDs of failover test resources.
|
|
37933
38208
|
self.resource_id = resource_id
|
|
38209
|
+
# The type of failover test resource. Only **PHYSICALCONNECTION** is returned.
|
|
37934
38210
|
self.resource_type = resource_type
|
|
38211
|
+
# The start time of the failover test. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
|
|
37935
38212
|
self.start_time = start_time
|
|
38213
|
+
# The status of the failover test. Valid values:
|
|
38214
|
+
#
|
|
38215
|
+
# * **Init**\
|
|
38216
|
+
# * **Starting**\
|
|
38217
|
+
# * **Testing**\
|
|
38218
|
+
# * **Stopping**\
|
|
38219
|
+
# * **Stopped**\
|
|
37936
38220
|
self.status = status
|
|
38221
|
+
# The end time of the failover test. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
|
|
37937
38222
|
self.stop_time = stop_time
|
|
37938
38223
|
|
|
37939
38224
|
def validate(self):
|
|
@@ -37998,7 +38283,9 @@ class DescribeFailoverTestJobResponseBody(TeaModel):
|
|
|
37998
38283
|
failover_test_job_model: DescribeFailoverTestJobResponseBodyFailoverTestJobModel = None,
|
|
37999
38284
|
request_id: str = None,
|
|
38000
38285
|
):
|
|
38286
|
+
# The failover test.
|
|
38001
38287
|
self.failover_test_job_model = failover_test_job_model
|
|
38288
|
+
# The request ID.
|
|
38002
38289
|
self.request_id = request_id
|
|
38003
38290
|
|
|
38004
38291
|
def validate(self):
|
|
@@ -38074,7 +38361,20 @@ class DescribeFailoverTestJobsRequestFilter(TeaModel):
|
|
|
38074
38361
|
key: str = None,
|
|
38075
38362
|
value: List[str] = None,
|
|
38076
38363
|
):
|
|
38364
|
+
# The filter key. Valid values:
|
|
38365
|
+
#
|
|
38366
|
+
# * **JobId**\
|
|
38367
|
+
# * **JobName**\
|
|
38368
|
+
# * **JobStatus**\
|
|
38369
|
+
# * **ResourceId**\
|
|
38370
|
+
# * **ResourceName**\
|
|
38371
|
+
# * **ResourceType**\
|
|
38372
|
+
#
|
|
38373
|
+
# > You can specify at most five different filter keys. If you specify ResourceId or ResourceName, you must also specify ResourceType. The logical operator among the filter keys is AND. Results that meet all specified filter keys are returned.
|
|
38077
38374
|
self.key = key
|
|
38375
|
+
# The value of the filter key.
|
|
38376
|
+
#
|
|
38377
|
+
# > You can specify at most five filter values for each filter key. The logical operator among filter values is OR. If a filter value is matched, the filter key is considered matched.
|
|
38078
38378
|
self.value = value
|
|
38079
38379
|
|
|
38080
38380
|
def validate(self):
|
|
@@ -38113,12 +38413,22 @@ class DescribeFailoverTestJobsRequest(TeaModel):
|
|
|
38113
38413
|
region_id: str = None,
|
|
38114
38414
|
resource_owner_account: str = None,
|
|
38115
38415
|
):
|
|
38416
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
38417
|
+
#
|
|
38418
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
|
|
38419
|
+
#
|
|
38420
|
+
# > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
|
|
38116
38421
|
self.client_token = client_token
|
|
38422
|
+
# The filter information.
|
|
38117
38423
|
self.filter = filter
|
|
38424
|
+
# The number of entries per page. Valid values: **1 to 100**. Default value: 20.
|
|
38118
38425
|
self.max_results = max_results
|
|
38119
38426
|
self.next_token = next_token
|
|
38120
38427
|
self.owner_account = owner_account
|
|
38121
38428
|
self.owner_id = owner_id
|
|
38429
|
+
# The region where you want to perform the failover test.
|
|
38430
|
+
#
|
|
38431
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
38122
38432
|
self.region_id = region_id
|
|
38123
38433
|
self.resource_owner_account = resource_owner_account
|
|
38124
38434
|
|
|
@@ -38192,14 +38502,35 @@ class DescribeFailoverTestJobsResponseBodyFailoverTestJobList(TeaModel):
|
|
|
38192
38502
|
status: str = None,
|
|
38193
38503
|
stop_time: str = None,
|
|
38194
38504
|
):
|
|
38505
|
+
# The description of the failover test.
|
|
38506
|
+
#
|
|
38507
|
+
# The description must be 0 to 256 characters in length and cannot start with \\*\\*http:// **or** https://\\*\\*.
|
|
38195
38508
|
self.description = description
|
|
38509
|
+
# The duration of the failover test. Unit: minutes. Valid values: **1 to 4320**.
|
|
38196
38510
|
self.job_duration = job_duration
|
|
38511
|
+
# The ID of the failover test.
|
|
38197
38512
|
self.job_id = job_id
|
|
38513
|
+
# Indicates whether the failover test is performed immediately. Valid values:
|
|
38514
|
+
#
|
|
38515
|
+
# * **StartNow**\
|
|
38516
|
+
# * **StartLater**\
|
|
38198
38517
|
self.job_type = job_type
|
|
38518
|
+
# The name of the failover test.
|
|
38519
|
+
#
|
|
38520
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
38199
38521
|
self.name = name
|
|
38522
|
+
# The IDs of the failover test resources.
|
|
38200
38523
|
self.resource_id = resource_id
|
|
38524
|
+
# The type of the failover test resource. Only **PHYSICALCONNECTION** is returned.
|
|
38201
38525
|
self.resource_type = resource_type
|
|
38202
38526
|
self.start_time = start_time
|
|
38527
|
+
# The status of the failover test. Valid values:
|
|
38528
|
+
#
|
|
38529
|
+
# * **Init**\
|
|
38530
|
+
# * **Starting**\
|
|
38531
|
+
# * **Testing**\
|
|
38532
|
+
# * **Stopping**\
|
|
38533
|
+
# * **Stopped**\
|
|
38203
38534
|
self.status = status
|
|
38204
38535
|
self.stop_time = stop_time
|
|
38205
38536
|
|
|
@@ -38270,7 +38601,9 @@ class DescribeFailoverTestJobsResponseBody(TeaModel):
|
|
|
38270
38601
|
total_count: int = None,
|
|
38271
38602
|
):
|
|
38272
38603
|
self.count = count
|
|
38604
|
+
# The list of failover tests.
|
|
38273
38605
|
self.failover_test_job_list = failover_test_job_list
|
|
38606
|
+
# The number of entries per page. Valid values: **1 to 100**. Default value: 20.
|
|
38274
38607
|
self.max_results = max_results
|
|
38275
38608
|
self.next_token = next_token
|
|
38276
38609
|
self.request_id = request_id
|
|
@@ -47391,13 +47724,13 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47391
47724
|
key: str = None,
|
|
47392
47725
|
value: str = None,
|
|
47393
47726
|
):
|
|
47394
|
-
# The key of tag N added to the resource. You can specify
|
|
47727
|
+
# The key of tag N added to the resource. You can specify up to 20 tag keys. The tag key cannot be an empty string.
|
|
47395
47728
|
#
|
|
47396
|
-
#
|
|
47729
|
+
# The tag key can be up to 64 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
|
|
47397
47730
|
self.key = key
|
|
47398
|
-
# The value of tag N added to the resource. You can specify
|
|
47731
|
+
# The value of tag N added to the resource. You can specify up to 20 tag values. The tag value can be an empty string.
|
|
47399
47732
|
#
|
|
47400
|
-
#
|
|
47733
|
+
# The tag value can be up to 128 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
|
|
47401
47734
|
self.value = value
|
|
47402
47735
|
|
|
47403
47736
|
def validate(self):
|
|
@@ -47501,7 +47834,7 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47501
47834
|
vlan_id: str = None,
|
|
47502
47835
|
vpconn_status: str = None,
|
|
47503
47836
|
):
|
|
47504
|
-
# The ID of the
|
|
47837
|
+
# The ID of the Express Connect circuit.
|
|
47505
47838
|
self.access_point_id = access_point_id
|
|
47506
47839
|
# The type of the access point.
|
|
47507
47840
|
self.access_point_type = access_point_type
|
|
@@ -47511,13 +47844,13 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47511
47844
|
self.ad_location = ad_location
|
|
47512
47845
|
# The maximum bandwidth of the Express Connect circuit.
|
|
47513
47846
|
#
|
|
47514
|
-
# Unit:
|
|
47847
|
+
# Unit: Mbit/s.
|
|
47515
47848
|
self.bandwidth = bandwidth
|
|
47516
47849
|
# The status of the Express Connect circuit. Valid values:
|
|
47517
47850
|
#
|
|
47518
|
-
# * **Normal
|
|
47519
|
-
# * **FinancialLocked
|
|
47520
|
-
# * **SecurityLocked
|
|
47851
|
+
# * **Normal**: enabled
|
|
47852
|
+
# * **FinancialLocked**: locked due to overdue payments
|
|
47853
|
+
# * **SecurityLocked**: locked for security reasons
|
|
47521
47854
|
self.business_status = business_status
|
|
47522
47855
|
# The billing method of the Express Connect circuit.
|
|
47523
47856
|
#
|
|
@@ -47529,13 +47862,13 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47529
47862
|
self.creation_time = creation_time
|
|
47530
47863
|
# The description of the Express Connect circuit.
|
|
47531
47864
|
self.description = description
|
|
47532
|
-
# The time when the Express Connect circuit
|
|
47865
|
+
# The time when the Express Connect circuit was enabled.
|
|
47533
47866
|
self.enabled_time = enabled_time
|
|
47534
47867
|
# The time when the Express Connect circuit expires.
|
|
47535
47868
|
self.end_time = end_time
|
|
47536
47869
|
# The estimated maximum bandwidth of the shared Express Connect circuit. The estimated bandwidth takes effect after you complete the payment.
|
|
47537
47870
|
#
|
|
47538
|
-
# **M**
|
|
47871
|
+
# Unit: **M** (Mbit/s) and **G** (Gbit/s).
|
|
47539
47872
|
self.expect_spec = expect_spec
|
|
47540
47873
|
# Indicates whether the data about pending orders is returned. Valid values:
|
|
47541
47874
|
#
|
|
@@ -47553,24 +47886,24 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47553
47886
|
self.line_operator = line_operator
|
|
47554
47887
|
# The status of the letter of authorization (LOA). Valid values:
|
|
47555
47888
|
#
|
|
47556
|
-
# * **Applying
|
|
47557
|
-
# * **Accept
|
|
47558
|
-
# * **Available
|
|
47559
|
-
# * **Rejected
|
|
47560
|
-
# * **Completing
|
|
47561
|
-
# * **Complete
|
|
47562
|
-
# * **Deleted
|
|
47889
|
+
# * **Applying**: The LOA is pending for approval.
|
|
47890
|
+
# * **Accept**: The LOA is approved.
|
|
47891
|
+
# * **Available**: The LOA is available.
|
|
47892
|
+
# * **Rejected**: The LOA is rejected.
|
|
47893
|
+
# * **Completing**: The Express Connect circuit is under construction.
|
|
47894
|
+
# * **Complete**: The Express Connect circuit is installed.
|
|
47895
|
+
# * **Deleted**: The LOA is deleted.
|
|
47563
47896
|
self.loa_status = loa_status
|
|
47564
47897
|
# The name of the Express Connect circuit.
|
|
47565
47898
|
self.name = name
|
|
47566
|
-
# The payer for the
|
|
47899
|
+
# The payer for the hosted connection. Valid values:
|
|
47567
47900
|
#
|
|
47568
47901
|
# * **PayByPhysicalConnectionOwner**: The partner pays for the shared Express Connect circuit.
|
|
47569
47902
|
# * **PayByVirtualPhysicalConnectionOwner**: The tenant pays for the shared Express Connect circuit.
|
|
47570
47903
|
self.order_mode = order_mode
|
|
47571
|
-
# The ID of the Alibaba Cloud account to which the
|
|
47904
|
+
# The ID of the Alibaba Cloud account to which the parent Express Connect circuit belongs.
|
|
47572
47905
|
self.parent_physical_connection_ali_uid = parent_physical_connection_ali_uid
|
|
47573
|
-
# The ID of the Express Connect circuit
|
|
47906
|
+
# The ID of the parent Express Connect circuit.
|
|
47574
47907
|
self.parent_physical_connection_id = parent_physical_connection_id
|
|
47575
47908
|
# The geographical location of the data center.
|
|
47576
47909
|
self.peer_location = peer_location
|
|
@@ -47578,7 +47911,7 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47578
47911
|
self.physical_connection_id = physical_connection_id
|
|
47579
47912
|
# The ID of the port on the access device.
|
|
47580
47913
|
self.port_number = port_number
|
|
47581
|
-
# The port type. Valid values:
|
|
47914
|
+
# The port type of the Express Connect circuit. Valid values:
|
|
47582
47915
|
#
|
|
47583
47916
|
# * **100Base-T**: 100 Mbit/s copper Ethernet port
|
|
47584
47917
|
# * **1000Base-T**: 1,000 Mbit/s copper Ethernet port
|
|
@@ -47588,15 +47921,16 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47588
47921
|
# * **40GBase-LR**: 40,000 Mbit/s single-mode optical port
|
|
47589
47922
|
# * **100GBase-LR**: 100,000 Mbit/s single-mode optical port
|
|
47590
47923
|
#
|
|
47591
|
-
# >
|
|
47924
|
+
# > Whether 40GBase-LR and 100GBase-LR ports can be created depends on resource supplies. For more information, contact your account manager.
|
|
47592
47925
|
self.port_type = port_type
|
|
47593
47926
|
# The type of the Express Connect circuit. Valid values:
|
|
47594
47927
|
#
|
|
47595
47928
|
# * **VirtualPhysicalConnection**: shared Express Connect circuit
|
|
47596
47929
|
# * **PhysicalConnection**: dedicated Express Connect circuit
|
|
47597
47930
|
self.product_type = product_type
|
|
47931
|
+
# The ID of the QoS policy.
|
|
47598
47932
|
self.qos_id = qos_id
|
|
47599
|
-
# The ID of the
|
|
47933
|
+
# The ID of the standby Express Connect circuit.
|
|
47600
47934
|
self.redundant_physical_connection_id = redundant_physical_connection_id
|
|
47601
47935
|
# The time when the pending order takes effect.
|
|
47602
47936
|
self.reservation_active_time = reservation_active_time
|
|
@@ -47606,9 +47940,9 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47606
47940
|
self.reservation_internet_charge_type = reservation_internet_charge_type
|
|
47607
47941
|
# The type of the pending order.
|
|
47608
47942
|
#
|
|
47609
|
-
# If the value is
|
|
47943
|
+
# If the value is **RENEW**, it indicates that the order is placed for service renewal.
|
|
47610
47944
|
self.reservation_order_type = reservation_order_type
|
|
47611
|
-
# The
|
|
47945
|
+
# The resource group ID to which the instance belongs.
|
|
47612
47946
|
self.resource_group_id = resource_group_id
|
|
47613
47947
|
# The specification of the Express Connect circuit.
|
|
47614
47948
|
#
|
|
@@ -47616,27 +47950,27 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47616
47950
|
self.spec = spec
|
|
47617
47951
|
# The status of the Express Connect circuit. Valid values:
|
|
47618
47952
|
#
|
|
47619
|
-
# * **Initial
|
|
47620
|
-
# * **Approved
|
|
47621
|
-
# * **Allocating
|
|
47622
|
-
# * **Allocated
|
|
47623
|
-
# * **Confirmed
|
|
47624
|
-
# * **Enabled
|
|
47625
|
-
# * **Rejected
|
|
47626
|
-
# * **Canceled
|
|
47627
|
-
# * **Allocation Failed
|
|
47628
|
-
# * **Terminating
|
|
47629
|
-
# * **Terminated
|
|
47953
|
+
# * **Initial**\
|
|
47954
|
+
# * **Approved**\
|
|
47955
|
+
# * **Allocating**\
|
|
47956
|
+
# * **Allocated**\
|
|
47957
|
+
# * **Confirmed**\
|
|
47958
|
+
# * **Enabled**\
|
|
47959
|
+
# * **Rejected**\
|
|
47960
|
+
# * **Canceled**\
|
|
47961
|
+
# * **Allocation Failed**\
|
|
47962
|
+
# * **Terminating**\
|
|
47963
|
+
# * **Terminated**\
|
|
47630
47964
|
self.status = status
|
|
47631
|
-
# The
|
|
47965
|
+
# The tags that are added to the cluster.
|
|
47632
47966
|
self.tags = tags
|
|
47633
47967
|
# The type of resource to which the Express Connect circuit is connected. Only **VPC** may be returned.
|
|
47634
47968
|
self.type = type
|
|
47635
|
-
# The number of
|
|
47969
|
+
# The number of Express Connect circuits that are established.
|
|
47636
47970
|
self.virtual_physical_connection_count = virtual_physical_connection_count
|
|
47637
47971
|
# The VLAN ID of the shared Express Connect circuit.
|
|
47638
47972
|
self.vlan_id = vlan_id
|
|
47639
|
-
# The status of the
|
|
47973
|
+
# The status of the shared Express Connect circuit. Valid values:
|
|
47640
47974
|
#
|
|
47641
47975
|
# * **Confirmed**\
|
|
47642
47976
|
# * **UnConfirmed**\
|
|
@@ -51761,6 +52095,7 @@ class DescribeSnatTableEntriesRequest(TeaModel):
|
|
|
51761
52095
|
def __init__(
|
|
51762
52096
|
self,
|
|
51763
52097
|
nat_gateway_id: str = None,
|
|
52098
|
+
network_interface_ids: List[str] = None,
|
|
51764
52099
|
owner_account: str = None,
|
|
51765
52100
|
owner_id: int = None,
|
|
51766
52101
|
page_number: int = None,
|
|
@@ -51779,6 +52114,7 @@ class DescribeSnatTableEntriesRequest(TeaModel):
|
|
|
51779
52114
|
#
|
|
51780
52115
|
# > You must specify at least one of **SnatTableId** and **NatGatewayId**.
|
|
51781
52116
|
self.nat_gateway_id = nat_gateway_id
|
|
52117
|
+
self.network_interface_ids = network_interface_ids
|
|
51782
52118
|
self.owner_account = owner_account
|
|
51783
52119
|
self.owner_id = owner_id
|
|
51784
52120
|
# The page number. Default value: **1**.
|
|
@@ -51825,6 +52161,8 @@ class DescribeSnatTableEntriesRequest(TeaModel):
|
|
|
51825
52161
|
result = dict()
|
|
51826
52162
|
if self.nat_gateway_id is not None:
|
|
51827
52163
|
result['NatGatewayId'] = self.nat_gateway_id
|
|
52164
|
+
if self.network_interface_ids is not None:
|
|
52165
|
+
result['NetworkInterfaceIds'] = self.network_interface_ids
|
|
51828
52166
|
if self.owner_account is not None:
|
|
51829
52167
|
result['OwnerAccount'] = self.owner_account
|
|
51830
52168
|
if self.owner_id is not None:
|
|
@@ -51857,6 +52195,8 @@ class DescribeSnatTableEntriesRequest(TeaModel):
|
|
|
51857
52195
|
m = m or dict()
|
|
51858
52196
|
if m.get('NatGatewayId') is not None:
|
|
51859
52197
|
self.nat_gateway_id = m.get('NatGatewayId')
|
|
52198
|
+
if m.get('NetworkInterfaceIds') is not None:
|
|
52199
|
+
self.network_interface_ids = m.get('NetworkInterfaceIds')
|
|
51860
52200
|
if m.get('OwnerAccount') is not None:
|
|
51861
52201
|
self.owner_account = m.get('OwnerAccount')
|
|
51862
52202
|
if m.get('OwnerId') is not None:
|
|
@@ -51891,6 +52231,7 @@ class DescribeSnatTableEntriesResponseBodySnatTableEntriesSnatTableEntry(TeaMode
|
|
|
51891
52231
|
self,
|
|
51892
52232
|
eip_affinity: str = None,
|
|
51893
52233
|
nat_gateway_id: str = None,
|
|
52234
|
+
network_interface_id: str = None,
|
|
51894
52235
|
snat_entry_id: str = None,
|
|
51895
52236
|
snat_entry_name: str = None,
|
|
51896
52237
|
snat_ip: str = None,
|
|
@@ -51902,6 +52243,7 @@ class DescribeSnatTableEntriesResponseBodySnatTableEntriesSnatTableEntry(TeaMode
|
|
|
51902
52243
|
self.eip_affinity = eip_affinity
|
|
51903
52244
|
# The ID of the NAT gateway to which the SNAT entry belongs.
|
|
51904
52245
|
self.nat_gateway_id = nat_gateway_id
|
|
52246
|
+
self.network_interface_id = network_interface_id
|
|
51905
52247
|
# The ID of the SNAT entry.
|
|
51906
52248
|
self.snat_entry_id = snat_entry_id
|
|
51907
52249
|
# The name of the SNAT entry.
|
|
@@ -51936,6 +52278,8 @@ class DescribeSnatTableEntriesResponseBodySnatTableEntriesSnatTableEntry(TeaMode
|
|
|
51936
52278
|
result['EipAffinity'] = self.eip_affinity
|
|
51937
52279
|
if self.nat_gateway_id is not None:
|
|
51938
52280
|
result['NatGatewayId'] = self.nat_gateway_id
|
|
52281
|
+
if self.network_interface_id is not None:
|
|
52282
|
+
result['NetworkInterfaceId'] = self.network_interface_id
|
|
51939
52283
|
if self.snat_entry_id is not None:
|
|
51940
52284
|
result['SnatEntryId'] = self.snat_entry_id
|
|
51941
52285
|
if self.snat_entry_name is not None:
|
|
@@ -51958,6 +52302,8 @@ class DescribeSnatTableEntriesResponseBodySnatTableEntriesSnatTableEntry(TeaMode
|
|
|
51958
52302
|
self.eip_affinity = m.get('EipAffinity')
|
|
51959
52303
|
if m.get('NatGatewayId') is not None:
|
|
51960
52304
|
self.nat_gateway_id = m.get('NatGatewayId')
|
|
52305
|
+
if m.get('NetworkInterfaceId') is not None:
|
|
52306
|
+
self.network_interface_id = m.get('NetworkInterfaceId')
|
|
51961
52307
|
if m.get('SnatEntryId') is not None:
|
|
51962
52308
|
self.snat_entry_id = m.get('SnatEntryId')
|
|
51963
52309
|
if m.get('SnatEntryName') is not None:
|
|
@@ -56111,7 +56457,7 @@ class DescribeVirtualBorderRoutersRequest(TeaModel):
|
|
|
56111
56457
|
self.owner_id = owner_id
|
|
56112
56458
|
# The page number. Default value: **1**.
|
|
56113
56459
|
self.page_number = page_number
|
|
56114
|
-
# The number of entries per page.
|
|
56460
|
+
# The number of entries per page. Maximum value: **50**. Default value: **10**.
|
|
56115
56461
|
self.page_size = page_size
|
|
56116
56462
|
# The ID of the region in which the VBR is deployed. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to obtain the region ID.
|
|
56117
56463
|
#
|
|
@@ -56206,16 +56552,16 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56206
56552
|
cen_owner_id: int = None,
|
|
56207
56553
|
cen_status: str = None,
|
|
56208
56554
|
):
|
|
56209
|
-
# The
|
|
56555
|
+
# The CEN instance ID.
|
|
56210
56556
|
self.cen_id = cen_id
|
|
56211
|
-
# The ID of the
|
|
56557
|
+
# The ID of the account to which the CEN instance belongs.
|
|
56212
56558
|
self.cen_owner_id = cen_owner_id
|
|
56213
56559
|
# The status of the CEN instance. Valid values:
|
|
56214
56560
|
#
|
|
56215
|
-
# * **Attached
|
|
56216
|
-
# * **Attaching
|
|
56217
|
-
# * **Detached
|
|
56218
|
-
# * **Detaching
|
|
56561
|
+
# * **Attached**\
|
|
56562
|
+
# * **Attaching**\
|
|
56563
|
+
# * **Detached**\
|
|
56564
|
+
# * **Detaching**\
|
|
56219
56565
|
# * If no value is returned, the VBR is not attached to a CEN instance.
|
|
56220
56566
|
self.cen_status = cen_status
|
|
56221
56567
|
|
|
@@ -56301,39 +56647,39 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56301
56647
|
vlan_id: str = None,
|
|
56302
56648
|
vlan_interface_id: str = None,
|
|
56303
56649
|
):
|
|
56304
|
-
# The circuit code of the Express Connect circuit
|
|
56650
|
+
# The circuit code of the Express Connect circuit, which is provided by the connectivity provider.
|
|
56305
56651
|
self.circuit_code = circuit_code
|
|
56306
56652
|
# Indicates whether IPv6 is enabled. Valid values:
|
|
56307
56653
|
#
|
|
56308
56654
|
# * **true**\
|
|
56309
56655
|
# * **false**\
|
|
56310
56656
|
self.enable_ipv_6 = enable_ipv_6
|
|
56311
|
-
# The IPv4 address of the
|
|
56657
|
+
# The IPv4 address of the VBR on the Alibaba Cloud side.
|
|
56312
56658
|
self.local_gateway_ip = local_gateway_ip
|
|
56313
|
-
# The IPv6 address of the
|
|
56659
|
+
# The IPv6 address of the VBR on the Alibaba Cloud side.
|
|
56314
56660
|
self.local_ipv_6gateway_ip = local_ipv_6gateway_ip
|
|
56315
|
-
# The IPv4 address of the
|
|
56661
|
+
# The IPv4 address of the VBR on the user side.
|
|
56316
56662
|
self.peer_gateway_ip = peer_gateway_ip
|
|
56317
|
-
# The IPv6 address of the
|
|
56663
|
+
# The IPv6 address of the VBR on the user side.
|
|
56318
56664
|
self.peer_ipv_6gateway_ip = peer_ipv_6gateway_ip
|
|
56319
|
-
# The subnet mask for the IPv6 addresses
|
|
56665
|
+
# The subnet mask for the IPv6 addresses on the user side and on the Alibaba Cloud side.
|
|
56320
56666
|
#
|
|
56321
|
-
#
|
|
56667
|
+
# Both IPv6 addresses must belong to the same subnet.
|
|
56322
56668
|
self.peering_ipv_6subnet_mask = peering_ipv_6subnet_mask
|
|
56323
|
-
# The subnet mask for the IPv4 addresses of the
|
|
56669
|
+
# The subnet mask for the IPv4 addresses of the VBR on the user side and on the Alibaba Cloud side.
|
|
56324
56670
|
#
|
|
56325
|
-
#
|
|
56671
|
+
# Both IPv4 addresses must belong to the same subnet.
|
|
56326
56672
|
self.peering_subnet_mask = peering_subnet_mask
|
|
56327
|
-
# The business status of the Express Connect circuit.
|
|
56673
|
+
# The business status of the Express Connect circuit. Valid values:
|
|
56328
56674
|
#
|
|
56329
56675
|
# * **Normal:** The Express Connect circuit is running as normal.
|
|
56330
56676
|
# * **FinancialLocked:** The Express Connect circuit is locked due to overdue payments.
|
|
56331
56677
|
self.physical_connection_business_status = physical_connection_business_status
|
|
56332
56678
|
# The ID of the Express Connect circuit.
|
|
56333
56679
|
self.physical_connection_id = physical_connection_id
|
|
56334
|
-
# The ID of the
|
|
56680
|
+
# The ID of the account to which the Express Connect circuit belongs.
|
|
56335
56681
|
self.physical_connection_owner_uid = physical_connection_owner_uid
|
|
56336
|
-
# The status of the Express Connect circuit.
|
|
56682
|
+
# The status of the Express Connect circuit. Valid values:
|
|
56337
56683
|
#
|
|
56338
56684
|
# * **Initial:** The application is under review.
|
|
56339
56685
|
# * **Approved**: The application is approved.
|
|
@@ -56349,15 +56695,15 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56349
56695
|
# The status of the VBR. Valid values:
|
|
56350
56696
|
#
|
|
56351
56697
|
# * **unconfirmed**\
|
|
56352
|
-
# * **active
|
|
56698
|
+
# * **active:**\
|
|
56353
56699
|
# * **terminating**\
|
|
56354
56700
|
# * **terminated**\
|
|
56355
56701
|
# * **recovering**\
|
|
56356
|
-
# * **deleting
|
|
56702
|
+
# * **deleting:**\
|
|
56357
56703
|
self.status = status
|
|
56358
56704
|
# The VLAN ID of the VBR.
|
|
56359
56705
|
self.vlan_id = vlan_id
|
|
56360
|
-
# The ID of the VBR interface, which can be used as
|
|
56706
|
+
# The ID of the VBR interface, which can be used as a next hop of a VBR route.
|
|
56361
56707
|
self.vlan_interface_id = vlan_interface_id
|
|
56362
56708
|
|
|
56363
56709
|
def validate(self):
|
|
@@ -56477,9 +56823,9 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56477
56823
|
key: str = None,
|
|
56478
56824
|
value: str = None,
|
|
56479
56825
|
):
|
|
56480
|
-
# The tag key.
|
|
56826
|
+
# The tag key of the resource.
|
|
56481
56827
|
self.key = key
|
|
56482
|
-
# The tag value.
|
|
56828
|
+
# The tag value of the resource.
|
|
56483
56829
|
self.value = value
|
|
56484
56830
|
|
|
56485
56831
|
def validate(self):
|
|
@@ -56588,15 +56934,15 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56588
56934
|
):
|
|
56589
56935
|
# The ID of the access point.
|
|
56590
56936
|
self.access_point_id = access_point_id
|
|
56591
|
-
# The time when the VBR was first
|
|
56937
|
+
# The time when the VBR was activated for the first time.
|
|
56592
56938
|
self.activation_time = activation_time
|
|
56593
56939
|
# The information about the Cloud Enterprise Network (CEN) instance to which the VBR is attached.
|
|
56594
56940
|
self.associated_cens = associated_cens
|
|
56595
56941
|
# The information about the Express Connect circuit that is associated with the VBR.
|
|
56596
56942
|
self.associated_physical_connections = associated_physical_connections
|
|
56597
|
-
# The bandwidth of the VBR. Unit: Mbit/s.
|
|
56943
|
+
# The bandwidth value of the VBR. Unit: Mbit/s.
|
|
56598
56944
|
self.bandwidth = bandwidth
|
|
56599
|
-
# The circuit code of the Express Connect circuit
|
|
56945
|
+
# The circuit code of the Express Connect circuit, which is provided by the connectivity provider.
|
|
56600
56946
|
self.circuit_code = circuit_code
|
|
56601
56947
|
# The ID of the cloud box.
|
|
56602
56948
|
self.cloud_box_instance_id = cloud_box_instance_id
|
|
@@ -56610,9 +56956,17 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56610
56956
|
#
|
|
56611
56957
|
# Valid values: **3 to 10**.
|
|
56612
56958
|
self.detect_multiplier = detect_multiplier
|
|
56613
|
-
# The ID of the ECC instance.
|
|
56959
|
+
# The ID of the Express Cloud Connect (ECC) instance.
|
|
56614
56960
|
self.ecc_id = ecc_id
|
|
56961
|
+
# The status of the ECR. Valid values:
|
|
56962
|
+
#
|
|
56963
|
+
# * **Attached**\
|
|
56964
|
+
# * **Attaching**\
|
|
56965
|
+
# * **Detached**\
|
|
56966
|
+
# * **Detaching**\
|
|
56967
|
+
# * If no value is returned, the VBR is not attached to a CEN instance.
|
|
56615
56968
|
self.ecr_attatch_status = ecr_attatch_status
|
|
56969
|
+
# The ID of the Express Connect Router (ECR).
|
|
56616
56970
|
self.ecr_id = ecr_id
|
|
56617
56971
|
self.ecr_owner_id = ecr_owner_id
|
|
56618
56972
|
# Indicates whether IPv6 is enabled. Valid values:
|
|
@@ -56620,41 +56974,41 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56620
56974
|
# * **true**\
|
|
56621
56975
|
# * **false**\
|
|
56622
56976
|
self.enable_ipv_6 = enable_ipv_6
|
|
56623
|
-
# The IPv4 address of the
|
|
56977
|
+
# The IPv4 address of the VBR on the Alibaba Cloud side.
|
|
56624
56978
|
self.local_gateway_ip = local_gateway_ip
|
|
56625
|
-
# The IPv6 address of the
|
|
56979
|
+
# The IPv6 address of the VBR on the Alibaba Cloud side.
|
|
56626
56980
|
self.local_ipv_6gateway_ip = local_ipv_6gateway_ip
|
|
56627
56981
|
# The time interval to receive BFD packets. Valid values: **200 to 1000**. Unit: milliseconds.
|
|
56628
56982
|
self.min_rx_interval = min_rx_interval
|
|
56629
56983
|
# The time interval to send Bidirectional Forwarding Detection (BFD) packets. Valid values: **200 to 1000**. Unit: milliseconds.
|
|
56630
56984
|
self.min_tx_interval = min_tx_interval
|
|
56631
|
-
# The name
|
|
56985
|
+
# The VBR name.
|
|
56632
56986
|
self.name = name
|
|
56633
56987
|
# The billing method of the VBR. Valid values:
|
|
56634
56988
|
#
|
|
56635
|
-
# * **PrePaid
|
|
56636
|
-
# * **PostPaid
|
|
56989
|
+
# * **PrePaid:** subscription. If you choose this billing method, make sure that your account supports balance payments or credit payments.
|
|
56990
|
+
# * **PostPaid:** pay-as-you-go.
|
|
56637
56991
|
self.pconn_vbr_charge_type = pconn_vbr_charge_type
|
|
56638
56992
|
# The time when the VBR expires.
|
|
56639
56993
|
self.pconn_vbr_expire_time = pconn_vbr_expire_time
|
|
56640
|
-
# The IPv4 address of the
|
|
56994
|
+
# The IPv4 address of the VBR on the user side.
|
|
56641
56995
|
self.peer_gateway_ip = peer_gateway_ip
|
|
56642
|
-
# The IPv6 address of the
|
|
56996
|
+
# The IPv6 address of the VBR on the user side.
|
|
56643
56997
|
self.peer_ipv_6gateway_ip = peer_ipv_6gateway_ip
|
|
56644
|
-
# The subnet mask
|
|
56998
|
+
# The subnet mask for the IPv6 addresses on the user side and on the Alibaba Cloud side.
|
|
56645
56999
|
self.peering_ipv_6subnet_mask = peering_ipv_6subnet_mask
|
|
56646
|
-
# The subnet mask
|
|
57000
|
+
# The subnet mask for the IPv4 addresses on the Alibaba Cloud side and on the user side.
|
|
56647
57001
|
self.peering_subnet_mask = peering_subnet_mask
|
|
56648
|
-
# The business status of the Express Connect circuit.
|
|
57002
|
+
# The business status of the Express Connect circuit. Valid values:
|
|
56649
57003
|
#
|
|
56650
|
-
# * **Normal:** The Express Connect circuit is running
|
|
57004
|
+
# * **Normal:** The Express Connect circuit is running as normal.
|
|
56651
57005
|
# * **FinancialLocked:** The Express Connect circuit is locked due to overdue payments.
|
|
56652
57006
|
self.physical_connection_business_status = physical_connection_business_status
|
|
56653
57007
|
# The ID of the Express Connect circuit to which the VBR belongs.
|
|
56654
57008
|
self.physical_connection_id = physical_connection_id
|
|
56655
|
-
# The ID of the
|
|
57009
|
+
# The ID of the account to which the Express Connect circuit belongs.
|
|
56656
57010
|
self.physical_connection_owner_uid = physical_connection_owner_uid
|
|
56657
|
-
# The status of the Express Connect circuit.
|
|
57011
|
+
# The status of the Express Connect circuit. Valid values:
|
|
56658
57012
|
#
|
|
56659
57013
|
# * **Initial:** The application is under review.
|
|
56660
57014
|
# * **Approved**: The application is approved.
|
|
@@ -56667,12 +57021,20 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56667
57021
|
# * **Allocation Failed:** The system failed to allocate resources.
|
|
56668
57022
|
# * **Terminated:** The Express Connect circuit is disabled.
|
|
56669
57023
|
self.physical_connection_status = physical_connection_status
|
|
56670
|
-
# The time when the status of the VBR
|
|
57024
|
+
# The last time when the status of the VBR changed from **terminated** to **active**.
|
|
56671
57025
|
self.recovery_time = recovery_time
|
|
56672
|
-
# The
|
|
57026
|
+
# The resource group ID.
|
|
57027
|
+
#
|
|
57028
|
+
# For more information about resource groups, see [Resource groups](https://help.aliyun.com/document_detail/94475.html).
|
|
56673
57029
|
self.resource_group_id = resource_group_id
|
|
56674
|
-
# The ID of the
|
|
57030
|
+
# The ID of the route table of the VBR.
|
|
56675
57031
|
self.route_table_id = route_table_id
|
|
57032
|
+
# Indicates whether to allow service access between data centers. Valid values:
|
|
57033
|
+
#
|
|
57034
|
+
# * **true**\
|
|
57035
|
+
# * **false**\
|
|
57036
|
+
#
|
|
57037
|
+
# > If no value is returned, service access between data centers is not allowed.
|
|
56676
57038
|
self.sitelink_enable = sitelink_enable
|
|
56677
57039
|
# The status of the VBR. Valid values:
|
|
56678
57040
|
#
|
|
@@ -56681,13 +57043,13 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56681
57043
|
# * **terminating**\
|
|
56682
57044
|
# * **terminated**\
|
|
56683
57045
|
# * **recovering**\
|
|
56684
|
-
# * **deleting
|
|
57046
|
+
# * **deleting:**\
|
|
56685
57047
|
self.status = status
|
|
56686
|
-
# The
|
|
57048
|
+
# The tag of the resource.
|
|
56687
57049
|
self.tags = tags
|
|
56688
|
-
# The time when the VBR was
|
|
57050
|
+
# The last time when the VBR was terminated.
|
|
56689
57051
|
self.termination_time = termination_time
|
|
56690
|
-
# The type
|
|
57052
|
+
# The VBR type.
|
|
56691
57053
|
self.type = type
|
|
56692
57054
|
# The VBR ID.
|
|
56693
57055
|
self.vbr_id = vbr_id
|
|
@@ -56936,7 +57298,7 @@ class DescribeVirtualBorderRoutersResponseBody(TeaModel):
|
|
|
56936
57298
|
self.request_id = request_id
|
|
56937
57299
|
# The number of entries returned.
|
|
56938
57300
|
self.total_count = total_count
|
|
56939
|
-
# The information about the
|
|
57301
|
+
# The information about the VBR.
|
|
56940
57302
|
self.virtual_border_router_set = virtual_border_router_set
|
|
56941
57303
|
|
|
56942
57304
|
def validate(self):
|
|
@@ -75918,7 +76280,7 @@ class ListPublicIpAddressPoolsResponseBodyPublicIpAddressPoolList(TeaModel):
|
|
|
75918
76280
|
tags: List[ListPublicIpAddressPoolsResponseBodyPublicIpAddressPoolListTags] = None,
|
|
75919
76281
|
total_ip_num: int = None,
|
|
75920
76282
|
used_ip_num: int = None,
|
|
75921
|
-
user_type:
|
|
76283
|
+
user_type: str = None,
|
|
75922
76284
|
zones: List[str] = None,
|
|
75923
76285
|
):
|
|
75924
76286
|
# The service type of the IP address pool.
|
|
@@ -81476,7 +81838,9 @@ class ModifyExpressConnectTrafficQosRequestAddInstanceList(TeaModel):
|
|
|
81476
81838
|
instance_id: str = None,
|
|
81477
81839
|
instance_type: str = None,
|
|
81478
81840
|
):
|
|
81841
|
+
# The ID of the instance to be associated.
|
|
81479
81842
|
self.instance_id = instance_id
|
|
81843
|
+
# The type of instance to be associated. Set the value to **PHYSICALCONNECTION**.
|
|
81480
81844
|
self.instance_type = instance_type
|
|
81481
81845
|
|
|
81482
81846
|
def validate(self):
|
|
@@ -81509,7 +81873,9 @@ class ModifyExpressConnectTrafficQosRequestRemoveInstanceList(TeaModel):
|
|
|
81509
81873
|
instance_id: str = None,
|
|
81510
81874
|
instance_type: str = None,
|
|
81511
81875
|
):
|
|
81876
|
+
# The ID of the associated instance.
|
|
81512
81877
|
self.instance_id = instance_id
|
|
81878
|
+
# The type of the associated instance. Set the value to **PHYSICALCONNECTION**.
|
|
81513
81879
|
self.instance_type = instance_type
|
|
81514
81880
|
|
|
81515
81881
|
def validate(self):
|
|
@@ -81550,16 +81916,31 @@ class ModifyExpressConnectTrafficQosRequest(TeaModel):
|
|
|
81550
81916
|
remove_instance_list: List[ModifyExpressConnectTrafficQosRequestRemoveInstanceList] = None,
|
|
81551
81917
|
resource_owner_account: str = None,
|
|
81552
81918
|
):
|
|
81919
|
+
# The instances to be added. Ignore this parameter if no instances are to be added.
|
|
81553
81920
|
self.add_instance_list = add_instance_list
|
|
81921
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
81922
|
+
#
|
|
81923
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
|
|
81924
|
+
#
|
|
81925
|
+
# > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
|
|
81554
81926
|
self.client_token = client_token
|
|
81555
81927
|
self.owner_account = owner_account
|
|
81556
81928
|
self.owner_id = owner_id
|
|
81929
|
+
# The description of the QoS policy.
|
|
81557
81930
|
self.qos_description = qos_description
|
|
81931
|
+
# The ID of the QoS policy.
|
|
81932
|
+
#
|
|
81558
81933
|
# This parameter is required.
|
|
81559
81934
|
self.qos_id = qos_id
|
|
81935
|
+
# The name of the QoS policy.
|
|
81560
81936
|
self.qos_name = qos_name
|
|
81937
|
+
# The region ID of the resource.
|
|
81938
|
+
#
|
|
81939
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
81940
|
+
#
|
|
81561
81941
|
# This parameter is required.
|
|
81562
81942
|
self.region_id = region_id
|
|
81943
|
+
# The instances to be removed. Ignore this parameter if no instances are to be removed.
|
|
81563
81944
|
self.remove_instance_list = remove_instance_list
|
|
81564
81945
|
self.resource_owner_account = resource_owner_account
|
|
81565
81946
|
|
|
@@ -81641,6 +82022,7 @@ class ModifyExpressConnectTrafficQosResponseBody(TeaModel):
|
|
|
81641
82022
|
self,
|
|
81642
82023
|
request_id: str = None,
|
|
81643
82024
|
):
|
|
82025
|
+
# The request ID.
|
|
81644
82026
|
self.request_id = request_id
|
|
81645
82027
|
|
|
81646
82028
|
def validate(self):
|
|
@@ -81718,16 +82100,39 @@ class ModifyExpressConnectTrafficQosQueueRequest(TeaModel):
|
|
|
81718
82100
|
region_id: str = None,
|
|
81719
82101
|
resource_owner_account: str = None,
|
|
81720
82102
|
):
|
|
82103
|
+
# The percentage of bandwidth allocated to the QoS queue.
|
|
82104
|
+
#
|
|
82105
|
+
# * If QueueType is set to **Medium**, this parameter is required. Valid values: 1 to 100.
|
|
82106
|
+
# * If QueueType is set to **Default**, a value of - is returned.
|
|
81721
82107
|
self.bandwidth_percent = bandwidth_percent
|
|
82108
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
82109
|
+
#
|
|
82110
|
+
# You can use the client to generate the value, but you must ensure that the value is unique among all requests. The client token can contain only ASCII characters.
|
|
82111
|
+
#
|
|
82112
|
+
# > If you do not set this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** might be different for each API request.
|
|
81722
82113
|
self.client_token = client_token
|
|
81723
82114
|
self.owner_account = owner_account
|
|
81724
82115
|
self.owner_id = owner_id
|
|
82116
|
+
# The ID of the QoS policy.
|
|
82117
|
+
#
|
|
81725
82118
|
# This parameter is required.
|
|
81726
82119
|
self.qos_id = qos_id
|
|
82120
|
+
# The description of the QoS queue.
|
|
82121
|
+
#
|
|
82122
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
81727
82123
|
self.queue_description = queue_description
|
|
82124
|
+
# The ID of the QoS queue.
|
|
82125
|
+
#
|
|
81728
82126
|
# This parameter is required.
|
|
81729
82127
|
self.queue_id = queue_id
|
|
82128
|
+
# The name of the QoS queue.
|
|
82129
|
+
#
|
|
82130
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
81730
82131
|
self.queue_name = queue_name
|
|
82132
|
+
# The region ID of the QoS policy.
|
|
82133
|
+
#
|
|
82134
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
82135
|
+
#
|
|
81731
82136
|
# This parameter is required.
|
|
81732
82137
|
self.region_id = region_id
|
|
81733
82138
|
self.resource_owner_account = resource_owner_account
|
|
@@ -81793,6 +82198,7 @@ class ModifyExpressConnectTrafficQosQueueResponseBody(TeaModel):
|
|
|
81793
82198
|
self,
|
|
81794
82199
|
request_id: str = None,
|
|
81795
82200
|
):
|
|
82201
|
+
# The request ID.
|
|
81796
82202
|
self.request_id = request_id
|
|
81797
82203
|
|
|
81798
82204
|
def validate(self):
|
|
@@ -81880,29 +82286,100 @@ class ModifyExpressConnectTrafficQosRuleRequest(TeaModel):
|
|
|
81880
82286
|
src_ipv_6cidr: str = None,
|
|
81881
82287
|
src_port_range: str = None,
|
|
81882
82288
|
):
|
|
82289
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
82290
|
+
#
|
|
82291
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
81883
82292
|
self.client_token = client_token
|
|
82293
|
+
# The destination IPv4 CIDR block that matches the QoS rule traffic.
|
|
82294
|
+
#
|
|
82295
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
81884
82296
|
self.dst_cidr = dst_cidr
|
|
82297
|
+
# The destination IPv6 CIDR block that matches the QoS rule traffic.
|
|
82298
|
+
#
|
|
82299
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
81885
82300
|
self.dst_ipv_6cidr = dst_ipv_6cidr
|
|
82301
|
+
# The range of destination ports that match the QoS rule traffic. Valid values: **0** to **65535**. If the traffic does not match, the value is -1. You can specify only one port. The start port number must be the same as the end port number. Different protocols correspond to different ports. Valid values:
|
|
82302
|
+
#
|
|
82303
|
+
# * **ALL** (uneditable): -1/-1.
|
|
82304
|
+
# * **ICMP(IPv4)** (uneditable): -1/-1.
|
|
82305
|
+
# * **ICMPv6(IPv6)** (uneditable): -1/-1.
|
|
82306
|
+
# * **TCP** (editable): -1/-1.
|
|
82307
|
+
# * **UDP** (editable): -1/-1.
|
|
82308
|
+
# * **GRE** (uneditable): -1/-1.
|
|
82309
|
+
# * **SSH** (uneditable): 22/22.
|
|
82310
|
+
# * **Telnet** (uneditable): 23/23.
|
|
82311
|
+
# * **HTTP** (uneditable): 80/80.
|
|
82312
|
+
# * **HTTPS** (uneditable): 443/443.
|
|
82313
|
+
# * **MS SQL** (uneditable): 1443/1443.
|
|
82314
|
+
# * **Oracle** (uneditable): 1521/1521.
|
|
82315
|
+
# * **MySql** (uneditable): 3306/3306.
|
|
82316
|
+
# * **RDP** (uneditable): 3389/3389.
|
|
82317
|
+
# * **PostgreSQL** (uneditable): 5432/5432.
|
|
82318
|
+
# * **Redis** (uneditable): 6379/6379.
|
|
81886
82319
|
self.dst_port_range = dst_port_range
|
|
82320
|
+
# The DSCP value that matches the QoS rule traffic. Valid values: **0** to **63**. If no value is matched, the value is -1.
|
|
81887
82321
|
self.match_dscp = match_dscp
|
|
81888
82322
|
self.owner_account = owner_account
|
|
81889
82323
|
self.owner_id = owner_id
|
|
82324
|
+
# The priority of the QoS rule. Valid values: **1** to **9000**. A larger value indicates a higher priority. The priority of each QoS rule must be unique in the same QoS policy.
|
|
81890
82325
|
self.priority = priority
|
|
82326
|
+
# The protocol of the QoS rule. Valid values:
|
|
82327
|
+
#
|
|
82328
|
+
# * **ALL**\
|
|
82329
|
+
# * **ICMP(IPv4)**\
|
|
82330
|
+
# * **ICMPv6(IPv6)**\
|
|
82331
|
+
# * **TCP**\
|
|
82332
|
+
# * **UDP**\
|
|
82333
|
+
# * **GRE**\
|
|
82334
|
+
# * **SSH**\
|
|
82335
|
+
# * **Telnet**\
|
|
82336
|
+
# * **HTTP**\
|
|
82337
|
+
# * **HTTPS**\
|
|
82338
|
+
# * **MS SQL**\
|
|
82339
|
+
# * **Oracle**\
|
|
82340
|
+
# * **MySql**\
|
|
82341
|
+
# * **RDP**\
|
|
82342
|
+
# * **PostgreSQL**\
|
|
82343
|
+
# * **Redis**\
|
|
81891
82344
|
self.protocol = protocol
|
|
82345
|
+
# The ID of the QoS policy.
|
|
82346
|
+
#
|
|
81892
82347
|
# This parameter is required.
|
|
81893
82348
|
self.qos_id = qos_id
|
|
82349
|
+
# The ID of the QoS queue.
|
|
82350
|
+
#
|
|
81894
82351
|
# This parameter is required.
|
|
81895
82352
|
self.queue_id = queue_id
|
|
82353
|
+
# The region ID of the QoS policy.
|
|
82354
|
+
#
|
|
82355
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
82356
|
+
#
|
|
81896
82357
|
# This parameter is required.
|
|
81897
82358
|
self.region_id = region_id
|
|
82359
|
+
# The new DSCP value. Valid values: **0** to **63**. If you do not change the value, set the value to -1.
|
|
81898
82360
|
self.remarking_dscp = remarking_dscp
|
|
81899
82361
|
self.resource_owner_account = resource_owner_account
|
|
82362
|
+
# The description of the QoS rule.
|
|
82363
|
+
#
|
|
82364
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
81900
82365
|
self.rule_description = rule_description
|
|
82366
|
+
# The ID of the QoS rule.
|
|
82367
|
+
#
|
|
81901
82368
|
# This parameter is required.
|
|
81902
82369
|
self.rule_id = rule_id
|
|
82370
|
+
# The name of the QoS rule.
|
|
82371
|
+
#
|
|
82372
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
81903
82373
|
self.rule_name = rule_name
|
|
82374
|
+
# The source IPv4 CIDR block that matches the QoS rule traffic.
|
|
82375
|
+
#
|
|
82376
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
81904
82377
|
self.src_cidr = src_cidr
|
|
82378
|
+
# The source IPv6 CIDR block that matches the QoS rule traffic.
|
|
82379
|
+
#
|
|
82380
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
81905
82381
|
self.src_ipv_6cidr = src_ipv_6cidr
|
|
82382
|
+
# The range of source ports that match the QoS rule traffic. Valid values: **0** to **65535**. If the traffic does not match, the value is -1. You can specify only one port. The start port number must be the same as the end port number.
|
|
81906
82383
|
self.src_port_range = src_port_range
|
|
81907
82384
|
|
|
81908
82385
|
def validate(self):
|
|
@@ -82006,6 +82483,7 @@ class ModifyExpressConnectTrafficQosRuleResponseBody(TeaModel):
|
|
|
82006
82483
|
self,
|
|
82007
82484
|
request_id: str = None,
|
|
82008
82485
|
):
|
|
82486
|
+
# The request ID.
|
|
82009
82487
|
self.request_id = request_id
|
|
82010
82488
|
|
|
82011
82489
|
def validate(self):
|
|
@@ -86475,6 +86953,7 @@ class ModifySnatEntryRequest(TeaModel):
|
|
|
86475
86953
|
self,
|
|
86476
86954
|
client_token: str = None,
|
|
86477
86955
|
eip_affinity: int = None,
|
|
86956
|
+
network_interface_id: str = None,
|
|
86478
86957
|
owner_account: str = None,
|
|
86479
86958
|
owner_id: int = None,
|
|
86480
86959
|
region_id: str = None,
|
|
@@ -86492,6 +86971,7 @@ class ModifySnatEntryRequest(TeaModel):
|
|
|
86492
86971
|
# > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
|
|
86493
86972
|
self.client_token = client_token
|
|
86494
86973
|
self.eip_affinity = eip_affinity
|
|
86974
|
+
self.network_interface_id = network_interface_id
|
|
86495
86975
|
self.owner_account = owner_account
|
|
86496
86976
|
self.owner_id = owner_id
|
|
86497
86977
|
# The region ID of the NAT gateway.
|
|
@@ -86534,6 +87014,8 @@ class ModifySnatEntryRequest(TeaModel):
|
|
|
86534
87014
|
result['ClientToken'] = self.client_token
|
|
86535
87015
|
if self.eip_affinity is not None:
|
|
86536
87016
|
result['EipAffinity'] = self.eip_affinity
|
|
87017
|
+
if self.network_interface_id is not None:
|
|
87018
|
+
result['NetworkInterfaceId'] = self.network_interface_id
|
|
86537
87019
|
if self.owner_account is not None:
|
|
86538
87020
|
result['OwnerAccount'] = self.owner_account
|
|
86539
87021
|
if self.owner_id is not None:
|
|
@@ -86560,6 +87042,8 @@ class ModifySnatEntryRequest(TeaModel):
|
|
|
86560
87042
|
self.client_token = m.get('ClientToken')
|
|
86561
87043
|
if m.get('EipAffinity') is not None:
|
|
86562
87044
|
self.eip_affinity = m.get('EipAffinity')
|
|
87045
|
+
if m.get('NetworkInterfaceId') is not None:
|
|
87046
|
+
self.network_interface_id = m.get('NetworkInterfaceId')
|
|
86563
87047
|
if m.get('OwnerAccount') is not None:
|
|
86564
87048
|
self.owner_account = m.get('OwnerAccount')
|
|
86565
87049
|
if m.get('OwnerId') is not None:
|
|
@@ -96428,11 +96912,21 @@ class StartFailoverTestJobRequest(TeaModel):
|
|
|
96428
96912
|
region_id: str = None,
|
|
96429
96913
|
resource_owner_account: str = None,
|
|
96430
96914
|
):
|
|
96915
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
96916
|
+
#
|
|
96917
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
|
|
96918
|
+
#
|
|
96919
|
+
# > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
|
|
96431
96920
|
self.client_token = client_token
|
|
96921
|
+
# The ID of the failover test.
|
|
96922
|
+
#
|
|
96432
96923
|
# This parameter is required.
|
|
96433
96924
|
self.job_id = job_id
|
|
96434
96925
|
self.owner_account = owner_account
|
|
96435
96926
|
self.owner_id = owner_id
|
|
96927
|
+
# The region ID of the failover test.
|
|
96928
|
+
#
|
|
96929
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
96436
96930
|
self.region_id = region_id
|
|
96437
96931
|
self.resource_owner_account = resource_owner_account
|
|
96438
96932
|
|
|
@@ -96481,6 +96975,7 @@ class StartFailoverTestJobResponseBody(TeaModel):
|
|
|
96481
96975
|
self,
|
|
96482
96976
|
request_id: str = None,
|
|
96483
96977
|
):
|
|
96978
|
+
# The request ID.
|
|
96484
96979
|
self.request_id = request_id
|
|
96485
96980
|
|
|
96486
96981
|
def validate(self):
|