alibabacloud-vpc20160428 6.7.2__py3-none-any.whl → 6.7.3__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 +80 -64
- alibabacloud_vpc20160428/models.py +574 -101
- {alibabacloud_vpc20160428-6.7.2.dist-info → alibabacloud_vpc20160428-6.7.3.dist-info}/METADATA +3 -3
- alibabacloud_vpc20160428-6.7.3.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.3.dist-info}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.7.2.dist-info → alibabacloud_vpc20160428-6.7.3.dist-info}/WHEEL +0 -0
- {alibabacloud_vpc20160428-6.7.2.dist-info → alibabacloud_vpc20160428-6.7.3.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):
|
|
@@ -24169,11 +24299,22 @@ class DeleteExpressConnectTrafficQosRequest(TeaModel):
|
|
|
24169
24299
|
region_id: str = None,
|
|
24170
24300
|
resource_owner_account: str = None,
|
|
24171
24301
|
):
|
|
24302
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
24303
|
+
#
|
|
24304
|
+
# 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.
|
|
24305
|
+
#
|
|
24306
|
+
# > 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
24307
|
self.client_token = client_token
|
|
24173
24308
|
self.owner_account = owner_account
|
|
24174
24309
|
self.owner_id = owner_id
|
|
24310
|
+
# The instance ID of the QoS policy.
|
|
24311
|
+
#
|
|
24175
24312
|
# This parameter is required.
|
|
24176
24313
|
self.qos_id = qos_id
|
|
24314
|
+
# The region ID of the QoS policy.
|
|
24315
|
+
#
|
|
24316
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
24317
|
+
#
|
|
24177
24318
|
# This parameter is required.
|
|
24178
24319
|
self.region_id = region_id
|
|
24179
24320
|
self.resource_owner_account = resource_owner_account
|
|
@@ -24223,6 +24364,7 @@ class DeleteExpressConnectTrafficQosResponseBody(TeaModel):
|
|
|
24223
24364
|
self,
|
|
24224
24365
|
request_id: str = None,
|
|
24225
24366
|
):
|
|
24367
|
+
# The request ID.
|
|
24226
24368
|
self.request_id = request_id
|
|
24227
24369
|
|
|
24228
24370
|
def validate(self):
|
|
@@ -24432,16 +24574,29 @@ class DeleteExpressConnectTrafficQosRuleRequest(TeaModel):
|
|
|
24432
24574
|
resource_owner_account: str = None,
|
|
24433
24575
|
rule_id: str = None,
|
|
24434
24576
|
):
|
|
24577
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
24578
|
+
#
|
|
24579
|
+
# 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
24580
|
self.client_token = client_token
|
|
24436
24581
|
self.owner_account = owner_account
|
|
24437
24582
|
self.owner_id = owner_id
|
|
24583
|
+
# The ID of the QoS policy.
|
|
24584
|
+
#
|
|
24438
24585
|
# This parameter is required.
|
|
24439
24586
|
self.qos_id = qos_id
|
|
24587
|
+
# The ID of the QoS queue.
|
|
24588
|
+
#
|
|
24440
24589
|
# This parameter is required.
|
|
24441
24590
|
self.queue_id = queue_id
|
|
24591
|
+
# The region ID of the QoS policy.
|
|
24592
|
+
#
|
|
24593
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
24594
|
+
#
|
|
24442
24595
|
# This parameter is required.
|
|
24443
24596
|
self.region_id = region_id
|
|
24444
24597
|
self.resource_owner_account = resource_owner_account
|
|
24598
|
+
# The ID of the QoS rule.
|
|
24599
|
+
#
|
|
24445
24600
|
# This parameter is required.
|
|
24446
24601
|
self.rule_id = rule_id
|
|
24447
24602
|
|
|
@@ -24498,6 +24653,7 @@ class DeleteExpressConnectTrafficQosRuleResponseBody(TeaModel):
|
|
|
24498
24653
|
self,
|
|
24499
24654
|
request_id: str = None,
|
|
24500
24655
|
):
|
|
24656
|
+
# The request ID.
|
|
24501
24657
|
self.request_id = request_id
|
|
24502
24658
|
|
|
24503
24659
|
def validate(self):
|
|
@@ -24571,11 +24727,21 @@ class DeleteFailoverTestJobRequest(TeaModel):
|
|
|
24571
24727
|
region_id: str = None,
|
|
24572
24728
|
resource_owner_account: str = None,
|
|
24573
24729
|
):
|
|
24730
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
24731
|
+
#
|
|
24732
|
+
# 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.
|
|
24733
|
+
#
|
|
24734
|
+
# > 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
24735
|
self.client_token = client_token
|
|
24736
|
+
# The ID of the failover test.
|
|
24737
|
+
#
|
|
24575
24738
|
# This parameter is required.
|
|
24576
24739
|
self.job_id = job_id
|
|
24577
24740
|
self.owner_account = owner_account
|
|
24578
24741
|
self.owner_id = owner_id
|
|
24742
|
+
# The region ID of the failover test.
|
|
24743
|
+
#
|
|
24744
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
24579
24745
|
self.region_id = region_id
|
|
24580
24746
|
self.resource_owner_account = resource_owner_account
|
|
24581
24747
|
|
|
@@ -24624,6 +24790,7 @@ class DeleteFailoverTestJobResponseBody(TeaModel):
|
|
|
24624
24790
|
self,
|
|
24625
24791
|
request_id: str = None,
|
|
24626
24792
|
):
|
|
24793
|
+
# The request ID.
|
|
24627
24794
|
self.request_id = request_id
|
|
24628
24795
|
|
|
24629
24796
|
def validate(self):
|
|
@@ -31883,9 +32050,9 @@ class DescribeAccessPointsRequest(TeaModel):
|
|
|
31883
32050
|
# * **en-US** (default): English
|
|
31884
32051
|
self.accept_language = accept_language
|
|
31885
32052
|
self.owner_id = owner_id
|
|
31886
|
-
# The
|
|
32053
|
+
# The page number. Default value: **1**.
|
|
31887
32054
|
self.page_number = page_number
|
|
31888
|
-
# The number of entries
|
|
32055
|
+
# The number of entries per page. Maximum value: **50**. Default value: **10**.
|
|
31889
32056
|
self.page_size = page_size
|
|
31890
32057
|
# The region ID of the access point.
|
|
31891
32058
|
#
|
|
@@ -37591,15 +37758,28 @@ class DescribeExpressConnectTrafficQosRuleRequest(TeaModel):
|
|
|
37591
37758
|
rule_id_list: List[str] = None,
|
|
37592
37759
|
rule_name_list: List[str] = None,
|
|
37593
37760
|
):
|
|
37761
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
37762
|
+
#
|
|
37763
|
+
# 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.
|
|
37764
|
+
#
|
|
37765
|
+
# > If you do not set this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
|
|
37594
37766
|
self.client_token = client_token
|
|
37595
37767
|
self.owner_account = owner_account
|
|
37596
37768
|
self.owner_id = owner_id
|
|
37769
|
+
# The ID of the QoS policy.
|
|
37597
37770
|
self.qos_id = qos_id
|
|
37771
|
+
# The ID of the QoS queue.
|
|
37598
37772
|
self.queue_id = queue_id
|
|
37773
|
+
# The region ID of the QoS policy.
|
|
37774
|
+
#
|
|
37775
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
37776
|
+
#
|
|
37599
37777
|
# This parameter is required.
|
|
37600
37778
|
self.region_id = region_id
|
|
37601
37779
|
self.resource_owner_account = resource_owner_account
|
|
37780
|
+
# The list of QoS rule IDs.
|
|
37602
37781
|
self.rule_id_list = rule_id_list
|
|
37782
|
+
# The list of QoS rule names.
|
|
37603
37783
|
self.rule_name_list = rule_name_list
|
|
37604
37784
|
|
|
37605
37785
|
def validate(self):
|
|
@@ -37674,21 +37854,87 @@ class DescribeExpressConnectTrafficQosRuleResponseBodyRuleList(TeaModel):
|
|
|
37674
37854
|
src_port_range: str = None,
|
|
37675
37855
|
status: str = None,
|
|
37676
37856
|
):
|
|
37857
|
+
# The destination IPv4 CIDR block that matches the QoS rule traffic.
|
|
37858
|
+
#
|
|
37859
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
37677
37860
|
self.dst_cidr = dst_cidr
|
|
37861
|
+
# The destination IPv6 CIDR block that matches the QoS rule traffic.
|
|
37862
|
+
#
|
|
37863
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
37678
37864
|
self.dst_ipv_6cidr = dst_ipv_6cidr
|
|
37865
|
+
# 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:
|
|
37866
|
+
#
|
|
37867
|
+
# * **ALL** (uneditable): -1/-1.
|
|
37868
|
+
# * **ICMP(IPv4)** (uneditable): -1/-1.
|
|
37869
|
+
# * **ICMPv6(IPv6)** (uneditable): -1/-1.
|
|
37870
|
+
# * **TCP** (editable): -1/-1.
|
|
37871
|
+
# * **UDP** (editable): -1/-1.
|
|
37872
|
+
# * **GRE** (uneditable): -1/-1.
|
|
37873
|
+
# * **SSH** (uneditable): 22/22.
|
|
37874
|
+
# * **Telnet** (uneditable): 23/23.
|
|
37875
|
+
# * **HTTP** (uneditable): 80/80.
|
|
37876
|
+
# * **HTTPS** (uneditable): 443/443.
|
|
37877
|
+
# * **MS SQL** (uneditable): 1443/1443.
|
|
37878
|
+
# * **Oracle** (uneditable): 1521/1521.
|
|
37879
|
+
# * **MySql** (uneditable): 3306/3306.
|
|
37880
|
+
# * **RDP** (uneditable): 3389/3389.
|
|
37881
|
+
# * **PostgreSQL** (uneditable): 5432/5432.
|
|
37882
|
+
# * **Redis** (uneditable): 6379/6379.
|
|
37679
37883
|
self.dst_port_range = dst_port_range
|
|
37884
|
+
# The DSCP value that matches the QoS rule traffic. Valid values: **0** to **63**. If no value is matched, the value is -1.
|
|
37680
37885
|
self.match_dscp = match_dscp
|
|
37886
|
+
# 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
37887
|
self.priority = priority
|
|
37888
|
+
# The protocol of the QoS rule. Valid values:
|
|
37889
|
+
#
|
|
37890
|
+
# * **ALL**\
|
|
37891
|
+
# * **ICMP(IPv4)**\
|
|
37892
|
+
# * **ICMPv6(IPv6)**\
|
|
37893
|
+
# * **TCP**\
|
|
37894
|
+
# * **UDP**\
|
|
37895
|
+
# * **GRE**\
|
|
37896
|
+
# * **SSH**\
|
|
37897
|
+
# * **Telnet**\
|
|
37898
|
+
# * **HTTP**\
|
|
37899
|
+
# * **HTTPS**\
|
|
37900
|
+
# * **MS SQL**\
|
|
37901
|
+
# * **Oracle**\
|
|
37902
|
+
# * **MySql**\
|
|
37903
|
+
# * **RDP**\
|
|
37904
|
+
# * **PostgreSQL**\
|
|
37905
|
+
# * **Redis**\
|
|
37682
37906
|
self.protocol = protocol
|
|
37907
|
+
# The ID of the QoS policy.
|
|
37683
37908
|
self.qos_id = qos_id
|
|
37909
|
+
# The ID of the QoS queue.
|
|
37684
37910
|
self.queue_id = queue_id
|
|
37911
|
+
# The new DSCP value. Valid values: **0** to **63**. If you do not change the value, set the value to -1.
|
|
37685
37912
|
self.remarking_dscp = remarking_dscp
|
|
37913
|
+
# The description of the QoS rule.
|
|
37914
|
+
#
|
|
37915
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
37686
37916
|
self.rule_description = rule_description
|
|
37917
|
+
# The ID of the QoS rule.
|
|
37687
37918
|
self.rule_id = rule_id
|
|
37919
|
+
# The name of the QoS rule.
|
|
37920
|
+
#
|
|
37921
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
37688
37922
|
self.rule_name = rule_name
|
|
37923
|
+
# The source IPv4 CIDR block that matches the QoS rule traffic.
|
|
37924
|
+
#
|
|
37925
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
37689
37926
|
self.src_cidr = src_cidr
|
|
37927
|
+
# The source IPv6 CIDR block that matches the QoS rule traffic.
|
|
37928
|
+
#
|
|
37929
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
37690
37930
|
self.src_ipv_6cidr = src_ipv_6cidr
|
|
37931
|
+
# 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
37932
|
self.src_port_range = src_port_range
|
|
37933
|
+
# The status of the QoS rule. Valid values:
|
|
37934
|
+
#
|
|
37935
|
+
# * **Normal**\
|
|
37936
|
+
# * **Configuring**\
|
|
37937
|
+
# * **Deleting**\
|
|
37692
37938
|
self.status = status
|
|
37693
37939
|
|
|
37694
37940
|
def validate(self):
|
|
@@ -37777,7 +38023,9 @@ class DescribeExpressConnectTrafficQosRuleResponseBody(TeaModel):
|
|
|
37777
38023
|
request_id: str = None,
|
|
37778
38024
|
rule_list: List[DescribeExpressConnectTrafficQosRuleResponseBodyRuleList] = None,
|
|
37779
38025
|
):
|
|
38026
|
+
# The request ID.
|
|
37780
38027
|
self.request_id = request_id
|
|
38028
|
+
# The list of QoS rules.
|
|
37781
38029
|
self.rule_list = rule_list
|
|
37782
38030
|
|
|
37783
38031
|
def validate(self):
|
|
@@ -37863,11 +38111,21 @@ class DescribeFailoverTestJobRequest(TeaModel):
|
|
|
37863
38111
|
region_id: str = None,
|
|
37864
38112
|
resource_owner_account: str = None,
|
|
37865
38113
|
):
|
|
38114
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
38115
|
+
#
|
|
38116
|
+
# 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.
|
|
38117
|
+
#
|
|
38118
|
+
# > 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
38119
|
self.client_token = client_token
|
|
38120
|
+
# The ID of the failover test.
|
|
38121
|
+
#
|
|
37867
38122
|
# This parameter is required.
|
|
37868
38123
|
self.job_id = job_id
|
|
37869
38124
|
self.owner_account = owner_account
|
|
37870
38125
|
self.owner_id = owner_id
|
|
38126
|
+
# The region ID of the failover test.
|
|
38127
|
+
#
|
|
38128
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
37871
38129
|
self.region_id = region_id
|
|
37872
38130
|
self.resource_owner_account = resource_owner_account
|
|
37873
38131
|
|
|
@@ -37925,15 +38183,38 @@ class DescribeFailoverTestJobResponseBodyFailoverTestJobModel(TeaModel):
|
|
|
37925
38183
|
status: str = None,
|
|
37926
38184
|
stop_time: str = None,
|
|
37927
38185
|
):
|
|
38186
|
+
# The description of the failover test.
|
|
38187
|
+
#
|
|
38188
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
37928
38189
|
self.description = description
|
|
38190
|
+
# The duration of the failover test. Unit: minutes. Valid values: **1 to 4320**.
|
|
37929
38191
|
self.job_duration = job_duration
|
|
38192
|
+
# The ID of the failover test.
|
|
37930
38193
|
self.job_id = job_id
|
|
38194
|
+
# Indicates whether the failover test is performed immediately. Valid values:
|
|
38195
|
+
#
|
|
38196
|
+
# * **StartNow**\
|
|
38197
|
+
# * **StartLater**\
|
|
37931
38198
|
self.job_type = job_type
|
|
38199
|
+
# The name of the failover test.
|
|
38200
|
+
#
|
|
38201
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
37932
38202
|
self.name = name
|
|
38203
|
+
# The IDs of failover test resources.
|
|
37933
38204
|
self.resource_id = resource_id
|
|
38205
|
+
# The type of failover test resource. Only **PHYSICALCONNECTION** is returned.
|
|
37934
38206
|
self.resource_type = resource_type
|
|
38207
|
+
# 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
38208
|
self.start_time = start_time
|
|
38209
|
+
# The status of the failover test. Valid values:
|
|
38210
|
+
#
|
|
38211
|
+
# * **Init**\
|
|
38212
|
+
# * **Starting**\
|
|
38213
|
+
# * **Testing**\
|
|
38214
|
+
# * **Stopping**\
|
|
38215
|
+
# * **Stopped**\
|
|
37936
38216
|
self.status = status
|
|
38217
|
+
# 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
38218
|
self.stop_time = stop_time
|
|
37938
38219
|
|
|
37939
38220
|
def validate(self):
|
|
@@ -37998,7 +38279,9 @@ class DescribeFailoverTestJobResponseBody(TeaModel):
|
|
|
37998
38279
|
failover_test_job_model: DescribeFailoverTestJobResponseBodyFailoverTestJobModel = None,
|
|
37999
38280
|
request_id: str = None,
|
|
38000
38281
|
):
|
|
38282
|
+
# The failover test.
|
|
38001
38283
|
self.failover_test_job_model = failover_test_job_model
|
|
38284
|
+
# The request ID.
|
|
38002
38285
|
self.request_id = request_id
|
|
38003
38286
|
|
|
38004
38287
|
def validate(self):
|
|
@@ -38074,7 +38357,20 @@ class DescribeFailoverTestJobsRequestFilter(TeaModel):
|
|
|
38074
38357
|
key: str = None,
|
|
38075
38358
|
value: List[str] = None,
|
|
38076
38359
|
):
|
|
38360
|
+
# The filter key. Valid values:
|
|
38361
|
+
#
|
|
38362
|
+
# * **JobId**\
|
|
38363
|
+
# * **JobName**\
|
|
38364
|
+
# * **JobStatus**\
|
|
38365
|
+
# * **ResourceId**\
|
|
38366
|
+
# * **ResourceName**\
|
|
38367
|
+
# * **ResourceType**\
|
|
38368
|
+
#
|
|
38369
|
+
# > 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
38370
|
self.key = key
|
|
38371
|
+
# The value of the filter key.
|
|
38372
|
+
#
|
|
38373
|
+
# > 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
38374
|
self.value = value
|
|
38079
38375
|
|
|
38080
38376
|
def validate(self):
|
|
@@ -38113,12 +38409,22 @@ class DescribeFailoverTestJobsRequest(TeaModel):
|
|
|
38113
38409
|
region_id: str = None,
|
|
38114
38410
|
resource_owner_account: str = None,
|
|
38115
38411
|
):
|
|
38412
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
38413
|
+
#
|
|
38414
|
+
# 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.
|
|
38415
|
+
#
|
|
38416
|
+
# > 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
38417
|
self.client_token = client_token
|
|
38418
|
+
# The filter information.
|
|
38117
38419
|
self.filter = filter
|
|
38420
|
+
# The number of entries per page. Valid values: **1 to 100**. Default value: 20.
|
|
38118
38421
|
self.max_results = max_results
|
|
38119
38422
|
self.next_token = next_token
|
|
38120
38423
|
self.owner_account = owner_account
|
|
38121
38424
|
self.owner_id = owner_id
|
|
38425
|
+
# The region where you want to perform the failover test.
|
|
38426
|
+
#
|
|
38427
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
38122
38428
|
self.region_id = region_id
|
|
38123
38429
|
self.resource_owner_account = resource_owner_account
|
|
38124
38430
|
|
|
@@ -38192,14 +38498,35 @@ class DescribeFailoverTestJobsResponseBodyFailoverTestJobList(TeaModel):
|
|
|
38192
38498
|
status: str = None,
|
|
38193
38499
|
stop_time: str = None,
|
|
38194
38500
|
):
|
|
38501
|
+
# The description of the failover test.
|
|
38502
|
+
#
|
|
38503
|
+
# The description must be 0 to 256 characters in length and cannot start with \\*\\*http:// **or** https://\\*\\*.
|
|
38195
38504
|
self.description = description
|
|
38505
|
+
# The duration of the failover test. Unit: minutes. Valid values: **1 to 4320**.
|
|
38196
38506
|
self.job_duration = job_duration
|
|
38507
|
+
# The ID of the failover test.
|
|
38197
38508
|
self.job_id = job_id
|
|
38509
|
+
# Indicates whether the failover test is performed immediately. Valid values:
|
|
38510
|
+
#
|
|
38511
|
+
# * **StartNow**\
|
|
38512
|
+
# * **StartLater**\
|
|
38198
38513
|
self.job_type = job_type
|
|
38514
|
+
# The name of the failover test.
|
|
38515
|
+
#
|
|
38516
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
38199
38517
|
self.name = name
|
|
38518
|
+
# The IDs of the failover test resources.
|
|
38200
38519
|
self.resource_id = resource_id
|
|
38520
|
+
# The type of the failover test resource. Only **PHYSICALCONNECTION** is returned.
|
|
38201
38521
|
self.resource_type = resource_type
|
|
38202
38522
|
self.start_time = start_time
|
|
38523
|
+
# The status of the failover test. Valid values:
|
|
38524
|
+
#
|
|
38525
|
+
# * **Init**\
|
|
38526
|
+
# * **Starting**\
|
|
38527
|
+
# * **Testing**\
|
|
38528
|
+
# * **Stopping**\
|
|
38529
|
+
# * **Stopped**\
|
|
38203
38530
|
self.status = status
|
|
38204
38531
|
self.stop_time = stop_time
|
|
38205
38532
|
|
|
@@ -38270,7 +38597,9 @@ class DescribeFailoverTestJobsResponseBody(TeaModel):
|
|
|
38270
38597
|
total_count: int = None,
|
|
38271
38598
|
):
|
|
38272
38599
|
self.count = count
|
|
38600
|
+
# The list of failover tests.
|
|
38273
38601
|
self.failover_test_job_list = failover_test_job_list
|
|
38602
|
+
# The number of entries per page. Valid values: **1 to 100**. Default value: 20.
|
|
38274
38603
|
self.max_results = max_results
|
|
38275
38604
|
self.next_token = next_token
|
|
38276
38605
|
self.request_id = request_id
|
|
@@ -47391,13 +47720,13 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47391
47720
|
key: str = None,
|
|
47392
47721
|
value: str = None,
|
|
47393
47722
|
):
|
|
47394
|
-
# The key of tag N added to the resource. You can specify
|
|
47723
|
+
# 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
47724
|
#
|
|
47396
|
-
#
|
|
47725
|
+
# 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
47726
|
self.key = key
|
|
47398
|
-
# The value of tag N added to the resource. You can specify
|
|
47727
|
+
# 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
47728
|
#
|
|
47400
|
-
#
|
|
47729
|
+
# 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
47730
|
self.value = value
|
|
47402
47731
|
|
|
47403
47732
|
def validate(self):
|
|
@@ -47501,7 +47830,7 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47501
47830
|
vlan_id: str = None,
|
|
47502
47831
|
vpconn_status: str = None,
|
|
47503
47832
|
):
|
|
47504
|
-
# The ID of the
|
|
47833
|
+
# The ID of the Express Connect circuit.
|
|
47505
47834
|
self.access_point_id = access_point_id
|
|
47506
47835
|
# The type of the access point.
|
|
47507
47836
|
self.access_point_type = access_point_type
|
|
@@ -47511,13 +47840,13 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47511
47840
|
self.ad_location = ad_location
|
|
47512
47841
|
# The maximum bandwidth of the Express Connect circuit.
|
|
47513
47842
|
#
|
|
47514
|
-
# Unit:
|
|
47843
|
+
# Unit: Mbit/s.
|
|
47515
47844
|
self.bandwidth = bandwidth
|
|
47516
47845
|
# The status of the Express Connect circuit. Valid values:
|
|
47517
47846
|
#
|
|
47518
|
-
# * **Normal
|
|
47519
|
-
# * **FinancialLocked
|
|
47520
|
-
# * **SecurityLocked
|
|
47847
|
+
# * **Normal**: enabled
|
|
47848
|
+
# * **FinancialLocked**: locked due to overdue payments
|
|
47849
|
+
# * **SecurityLocked**: locked for security reasons
|
|
47521
47850
|
self.business_status = business_status
|
|
47522
47851
|
# The billing method of the Express Connect circuit.
|
|
47523
47852
|
#
|
|
@@ -47529,13 +47858,13 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47529
47858
|
self.creation_time = creation_time
|
|
47530
47859
|
# The description of the Express Connect circuit.
|
|
47531
47860
|
self.description = description
|
|
47532
|
-
# The time when the Express Connect circuit
|
|
47861
|
+
# The time when the Express Connect circuit was enabled.
|
|
47533
47862
|
self.enabled_time = enabled_time
|
|
47534
47863
|
# The time when the Express Connect circuit expires.
|
|
47535
47864
|
self.end_time = end_time
|
|
47536
47865
|
# The estimated maximum bandwidth of the shared Express Connect circuit. The estimated bandwidth takes effect after you complete the payment.
|
|
47537
47866
|
#
|
|
47538
|
-
# **M**
|
|
47867
|
+
# Unit: **M** (Mbit/s) and **G** (Gbit/s).
|
|
47539
47868
|
self.expect_spec = expect_spec
|
|
47540
47869
|
# Indicates whether the data about pending orders is returned. Valid values:
|
|
47541
47870
|
#
|
|
@@ -47553,24 +47882,24 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47553
47882
|
self.line_operator = line_operator
|
|
47554
47883
|
# The status of the letter of authorization (LOA). Valid values:
|
|
47555
47884
|
#
|
|
47556
|
-
# * **Applying
|
|
47557
|
-
# * **Accept
|
|
47558
|
-
# * **Available
|
|
47559
|
-
# * **Rejected
|
|
47560
|
-
# * **Completing
|
|
47561
|
-
# * **Complete
|
|
47562
|
-
# * **Deleted
|
|
47885
|
+
# * **Applying**: The LOA is pending for approval.
|
|
47886
|
+
# * **Accept**: The LOA is approved.
|
|
47887
|
+
# * **Available**: The LOA is available.
|
|
47888
|
+
# * **Rejected**: The LOA is rejected.
|
|
47889
|
+
# * **Completing**: The Express Connect circuit is under construction.
|
|
47890
|
+
# * **Complete**: The Express Connect circuit is installed.
|
|
47891
|
+
# * **Deleted**: The LOA is deleted.
|
|
47563
47892
|
self.loa_status = loa_status
|
|
47564
47893
|
# The name of the Express Connect circuit.
|
|
47565
47894
|
self.name = name
|
|
47566
|
-
# The payer for the
|
|
47895
|
+
# The payer for the hosted connection. Valid values:
|
|
47567
47896
|
#
|
|
47568
47897
|
# * **PayByPhysicalConnectionOwner**: The partner pays for the shared Express Connect circuit.
|
|
47569
47898
|
# * **PayByVirtualPhysicalConnectionOwner**: The tenant pays for the shared Express Connect circuit.
|
|
47570
47899
|
self.order_mode = order_mode
|
|
47571
|
-
# The ID of the Alibaba Cloud account to which the
|
|
47900
|
+
# The ID of the Alibaba Cloud account to which the parent Express Connect circuit belongs.
|
|
47572
47901
|
self.parent_physical_connection_ali_uid = parent_physical_connection_ali_uid
|
|
47573
|
-
# The ID of the Express Connect circuit
|
|
47902
|
+
# The ID of the parent Express Connect circuit.
|
|
47574
47903
|
self.parent_physical_connection_id = parent_physical_connection_id
|
|
47575
47904
|
# The geographical location of the data center.
|
|
47576
47905
|
self.peer_location = peer_location
|
|
@@ -47578,7 +47907,7 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47578
47907
|
self.physical_connection_id = physical_connection_id
|
|
47579
47908
|
# The ID of the port on the access device.
|
|
47580
47909
|
self.port_number = port_number
|
|
47581
|
-
# The port type. Valid values:
|
|
47910
|
+
# The port type of the Express Connect circuit. Valid values:
|
|
47582
47911
|
#
|
|
47583
47912
|
# * **100Base-T**: 100 Mbit/s copper Ethernet port
|
|
47584
47913
|
# * **1000Base-T**: 1,000 Mbit/s copper Ethernet port
|
|
@@ -47588,15 +47917,16 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47588
47917
|
# * **40GBase-LR**: 40,000 Mbit/s single-mode optical port
|
|
47589
47918
|
# * **100GBase-LR**: 100,000 Mbit/s single-mode optical port
|
|
47590
47919
|
#
|
|
47591
|
-
# >
|
|
47920
|
+
# > Whether 40GBase-LR and 100GBase-LR ports can be created depends on resource supplies. For more information, contact your account manager.
|
|
47592
47921
|
self.port_type = port_type
|
|
47593
47922
|
# The type of the Express Connect circuit. Valid values:
|
|
47594
47923
|
#
|
|
47595
47924
|
# * **VirtualPhysicalConnection**: shared Express Connect circuit
|
|
47596
47925
|
# * **PhysicalConnection**: dedicated Express Connect circuit
|
|
47597
47926
|
self.product_type = product_type
|
|
47927
|
+
# The ID of the QoS policy.
|
|
47598
47928
|
self.qos_id = qos_id
|
|
47599
|
-
# The ID of the
|
|
47929
|
+
# The ID of the standby Express Connect circuit.
|
|
47600
47930
|
self.redundant_physical_connection_id = redundant_physical_connection_id
|
|
47601
47931
|
# The time when the pending order takes effect.
|
|
47602
47932
|
self.reservation_active_time = reservation_active_time
|
|
@@ -47606,9 +47936,9 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47606
47936
|
self.reservation_internet_charge_type = reservation_internet_charge_type
|
|
47607
47937
|
# The type of the pending order.
|
|
47608
47938
|
#
|
|
47609
|
-
# If the value is
|
|
47939
|
+
# If the value is **RENEW**, it indicates that the order is placed for service renewal.
|
|
47610
47940
|
self.reservation_order_type = reservation_order_type
|
|
47611
|
-
# The
|
|
47941
|
+
# The resource group ID to which the instance belongs.
|
|
47612
47942
|
self.resource_group_id = resource_group_id
|
|
47613
47943
|
# The specification of the Express Connect circuit.
|
|
47614
47944
|
#
|
|
@@ -47616,27 +47946,27 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
|
|
|
47616
47946
|
self.spec = spec
|
|
47617
47947
|
# The status of the Express Connect circuit. Valid values:
|
|
47618
47948
|
#
|
|
47619
|
-
# * **Initial
|
|
47620
|
-
# * **Approved
|
|
47621
|
-
# * **Allocating
|
|
47622
|
-
# * **Allocated
|
|
47623
|
-
# * **Confirmed
|
|
47624
|
-
# * **Enabled
|
|
47625
|
-
# * **Rejected
|
|
47626
|
-
# * **Canceled
|
|
47627
|
-
# * **Allocation Failed
|
|
47628
|
-
# * **Terminating
|
|
47629
|
-
# * **Terminated
|
|
47949
|
+
# * **Initial**\
|
|
47950
|
+
# * **Approved**\
|
|
47951
|
+
# * **Allocating**\
|
|
47952
|
+
# * **Allocated**\
|
|
47953
|
+
# * **Confirmed**\
|
|
47954
|
+
# * **Enabled**\
|
|
47955
|
+
# * **Rejected**\
|
|
47956
|
+
# * **Canceled**\
|
|
47957
|
+
# * **Allocation Failed**\
|
|
47958
|
+
# * **Terminating**\
|
|
47959
|
+
# * **Terminated**\
|
|
47630
47960
|
self.status = status
|
|
47631
|
-
# The
|
|
47961
|
+
# The tags that are added to the cluster.
|
|
47632
47962
|
self.tags = tags
|
|
47633
47963
|
# The type of resource to which the Express Connect circuit is connected. Only **VPC** may be returned.
|
|
47634
47964
|
self.type = type
|
|
47635
|
-
# The number of
|
|
47965
|
+
# The number of Express Connect circuits that are established.
|
|
47636
47966
|
self.virtual_physical_connection_count = virtual_physical_connection_count
|
|
47637
47967
|
# The VLAN ID of the shared Express Connect circuit.
|
|
47638
47968
|
self.vlan_id = vlan_id
|
|
47639
|
-
# The status of the
|
|
47969
|
+
# The status of the shared Express Connect circuit. Valid values:
|
|
47640
47970
|
#
|
|
47641
47971
|
# * **Confirmed**\
|
|
47642
47972
|
# * **UnConfirmed**\
|
|
@@ -56111,7 +56441,7 @@ class DescribeVirtualBorderRoutersRequest(TeaModel):
|
|
|
56111
56441
|
self.owner_id = owner_id
|
|
56112
56442
|
# The page number. Default value: **1**.
|
|
56113
56443
|
self.page_number = page_number
|
|
56114
|
-
# The number of entries per page.
|
|
56444
|
+
# The number of entries per page. Maximum value: **50**. Default value: **10**.
|
|
56115
56445
|
self.page_size = page_size
|
|
56116
56446
|
# 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
56447
|
#
|
|
@@ -56206,16 +56536,16 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56206
56536
|
cen_owner_id: int = None,
|
|
56207
56537
|
cen_status: str = None,
|
|
56208
56538
|
):
|
|
56209
|
-
# The
|
|
56539
|
+
# The CEN instance ID.
|
|
56210
56540
|
self.cen_id = cen_id
|
|
56211
|
-
# The ID of the
|
|
56541
|
+
# The ID of the account to which the CEN instance belongs.
|
|
56212
56542
|
self.cen_owner_id = cen_owner_id
|
|
56213
56543
|
# The status of the CEN instance. Valid values:
|
|
56214
56544
|
#
|
|
56215
|
-
# * **Attached
|
|
56216
|
-
# * **Attaching
|
|
56217
|
-
# * **Detached
|
|
56218
|
-
# * **Detaching
|
|
56545
|
+
# * **Attached**\
|
|
56546
|
+
# * **Attaching**\
|
|
56547
|
+
# * **Detached**\
|
|
56548
|
+
# * **Detaching**\
|
|
56219
56549
|
# * If no value is returned, the VBR is not attached to a CEN instance.
|
|
56220
56550
|
self.cen_status = cen_status
|
|
56221
56551
|
|
|
@@ -56301,39 +56631,39 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56301
56631
|
vlan_id: str = None,
|
|
56302
56632
|
vlan_interface_id: str = None,
|
|
56303
56633
|
):
|
|
56304
|
-
# The circuit code of the Express Connect circuit
|
|
56634
|
+
# The circuit code of the Express Connect circuit, which is provided by the connectivity provider.
|
|
56305
56635
|
self.circuit_code = circuit_code
|
|
56306
56636
|
# Indicates whether IPv6 is enabled. Valid values:
|
|
56307
56637
|
#
|
|
56308
56638
|
# * **true**\
|
|
56309
56639
|
# * **false**\
|
|
56310
56640
|
self.enable_ipv_6 = enable_ipv_6
|
|
56311
|
-
# The IPv4 address of the
|
|
56641
|
+
# The IPv4 address of the VBR on the Alibaba Cloud side.
|
|
56312
56642
|
self.local_gateway_ip = local_gateway_ip
|
|
56313
|
-
# The IPv6 address of the
|
|
56643
|
+
# The IPv6 address of the VBR on the Alibaba Cloud side.
|
|
56314
56644
|
self.local_ipv_6gateway_ip = local_ipv_6gateway_ip
|
|
56315
|
-
# The IPv4 address of the
|
|
56645
|
+
# The IPv4 address of the VBR on the user side.
|
|
56316
56646
|
self.peer_gateway_ip = peer_gateway_ip
|
|
56317
|
-
# The IPv6 address of the
|
|
56647
|
+
# The IPv6 address of the VBR on the user side.
|
|
56318
56648
|
self.peer_ipv_6gateway_ip = peer_ipv_6gateway_ip
|
|
56319
|
-
# The subnet mask for the IPv6 addresses
|
|
56649
|
+
# The subnet mask for the IPv6 addresses on the user side and on the Alibaba Cloud side.
|
|
56320
56650
|
#
|
|
56321
|
-
#
|
|
56651
|
+
# Both IPv6 addresses must belong to the same subnet.
|
|
56322
56652
|
self.peering_ipv_6subnet_mask = peering_ipv_6subnet_mask
|
|
56323
|
-
# The subnet mask for the IPv4 addresses of the
|
|
56653
|
+
# The subnet mask for the IPv4 addresses of the VBR on the user side and on the Alibaba Cloud side.
|
|
56324
56654
|
#
|
|
56325
|
-
#
|
|
56655
|
+
# Both IPv4 addresses must belong to the same subnet.
|
|
56326
56656
|
self.peering_subnet_mask = peering_subnet_mask
|
|
56327
|
-
# The business status of the Express Connect circuit.
|
|
56657
|
+
# The business status of the Express Connect circuit. Valid values:
|
|
56328
56658
|
#
|
|
56329
56659
|
# * **Normal:** The Express Connect circuit is running as normal.
|
|
56330
56660
|
# * **FinancialLocked:** The Express Connect circuit is locked due to overdue payments.
|
|
56331
56661
|
self.physical_connection_business_status = physical_connection_business_status
|
|
56332
56662
|
# The ID of the Express Connect circuit.
|
|
56333
56663
|
self.physical_connection_id = physical_connection_id
|
|
56334
|
-
# The ID of the
|
|
56664
|
+
# The ID of the account to which the Express Connect circuit belongs.
|
|
56335
56665
|
self.physical_connection_owner_uid = physical_connection_owner_uid
|
|
56336
|
-
# The status of the Express Connect circuit.
|
|
56666
|
+
# The status of the Express Connect circuit. Valid values:
|
|
56337
56667
|
#
|
|
56338
56668
|
# * **Initial:** The application is under review.
|
|
56339
56669
|
# * **Approved**: The application is approved.
|
|
@@ -56349,15 +56679,15 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56349
56679
|
# The status of the VBR. Valid values:
|
|
56350
56680
|
#
|
|
56351
56681
|
# * **unconfirmed**\
|
|
56352
|
-
# * **active
|
|
56682
|
+
# * **active:**\
|
|
56353
56683
|
# * **terminating**\
|
|
56354
56684
|
# * **terminated**\
|
|
56355
56685
|
# * **recovering**\
|
|
56356
|
-
# * **deleting
|
|
56686
|
+
# * **deleting:**\
|
|
56357
56687
|
self.status = status
|
|
56358
56688
|
# The VLAN ID of the VBR.
|
|
56359
56689
|
self.vlan_id = vlan_id
|
|
56360
|
-
# The ID of the VBR interface, which can be used as
|
|
56690
|
+
# The ID of the VBR interface, which can be used as a next hop of a VBR route.
|
|
56361
56691
|
self.vlan_interface_id = vlan_interface_id
|
|
56362
56692
|
|
|
56363
56693
|
def validate(self):
|
|
@@ -56477,9 +56807,9 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56477
56807
|
key: str = None,
|
|
56478
56808
|
value: str = None,
|
|
56479
56809
|
):
|
|
56480
|
-
# The tag key.
|
|
56810
|
+
# The tag key of the resource.
|
|
56481
56811
|
self.key = key
|
|
56482
|
-
# The tag value.
|
|
56812
|
+
# The tag value of the resource.
|
|
56483
56813
|
self.value = value
|
|
56484
56814
|
|
|
56485
56815
|
def validate(self):
|
|
@@ -56588,15 +56918,15 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56588
56918
|
):
|
|
56589
56919
|
# The ID of the access point.
|
|
56590
56920
|
self.access_point_id = access_point_id
|
|
56591
|
-
# The time when the VBR was first
|
|
56921
|
+
# The time when the VBR was activated for the first time.
|
|
56592
56922
|
self.activation_time = activation_time
|
|
56593
56923
|
# The information about the Cloud Enterprise Network (CEN) instance to which the VBR is attached.
|
|
56594
56924
|
self.associated_cens = associated_cens
|
|
56595
56925
|
# The information about the Express Connect circuit that is associated with the VBR.
|
|
56596
56926
|
self.associated_physical_connections = associated_physical_connections
|
|
56597
|
-
# The bandwidth of the VBR. Unit: Mbit/s.
|
|
56927
|
+
# The bandwidth value of the VBR. Unit: Mbit/s.
|
|
56598
56928
|
self.bandwidth = bandwidth
|
|
56599
|
-
# The circuit code of the Express Connect circuit
|
|
56929
|
+
# The circuit code of the Express Connect circuit, which is provided by the connectivity provider.
|
|
56600
56930
|
self.circuit_code = circuit_code
|
|
56601
56931
|
# The ID of the cloud box.
|
|
56602
56932
|
self.cloud_box_instance_id = cloud_box_instance_id
|
|
@@ -56610,9 +56940,17 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56610
56940
|
#
|
|
56611
56941
|
# Valid values: **3 to 10**.
|
|
56612
56942
|
self.detect_multiplier = detect_multiplier
|
|
56613
|
-
# The ID of the ECC instance.
|
|
56943
|
+
# The ID of the Express Cloud Connect (ECC) instance.
|
|
56614
56944
|
self.ecc_id = ecc_id
|
|
56945
|
+
# The status of the ECR. Valid values:
|
|
56946
|
+
#
|
|
56947
|
+
# * **Attached**\
|
|
56948
|
+
# * **Attaching**\
|
|
56949
|
+
# * **Detached**\
|
|
56950
|
+
# * **Detaching**\
|
|
56951
|
+
# * If no value is returned, the VBR is not attached to a CEN instance.
|
|
56615
56952
|
self.ecr_attatch_status = ecr_attatch_status
|
|
56953
|
+
# The ID of the Express Connect Router (ECR).
|
|
56616
56954
|
self.ecr_id = ecr_id
|
|
56617
56955
|
self.ecr_owner_id = ecr_owner_id
|
|
56618
56956
|
# Indicates whether IPv6 is enabled. Valid values:
|
|
@@ -56620,41 +56958,41 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56620
56958
|
# * **true**\
|
|
56621
56959
|
# * **false**\
|
|
56622
56960
|
self.enable_ipv_6 = enable_ipv_6
|
|
56623
|
-
# The IPv4 address of the
|
|
56961
|
+
# The IPv4 address of the VBR on the Alibaba Cloud side.
|
|
56624
56962
|
self.local_gateway_ip = local_gateway_ip
|
|
56625
|
-
# The IPv6 address of the
|
|
56963
|
+
# The IPv6 address of the VBR on the Alibaba Cloud side.
|
|
56626
56964
|
self.local_ipv_6gateway_ip = local_ipv_6gateway_ip
|
|
56627
56965
|
# The time interval to receive BFD packets. Valid values: **200 to 1000**. Unit: milliseconds.
|
|
56628
56966
|
self.min_rx_interval = min_rx_interval
|
|
56629
56967
|
# The time interval to send Bidirectional Forwarding Detection (BFD) packets. Valid values: **200 to 1000**. Unit: milliseconds.
|
|
56630
56968
|
self.min_tx_interval = min_tx_interval
|
|
56631
|
-
# The name
|
|
56969
|
+
# The VBR name.
|
|
56632
56970
|
self.name = name
|
|
56633
56971
|
# The billing method of the VBR. Valid values:
|
|
56634
56972
|
#
|
|
56635
|
-
# * **PrePaid
|
|
56636
|
-
# * **PostPaid
|
|
56973
|
+
# * **PrePaid:** subscription. If you choose this billing method, make sure that your account supports balance payments or credit payments.
|
|
56974
|
+
# * **PostPaid:** pay-as-you-go.
|
|
56637
56975
|
self.pconn_vbr_charge_type = pconn_vbr_charge_type
|
|
56638
56976
|
# The time when the VBR expires.
|
|
56639
56977
|
self.pconn_vbr_expire_time = pconn_vbr_expire_time
|
|
56640
|
-
# The IPv4 address of the
|
|
56978
|
+
# The IPv4 address of the VBR on the user side.
|
|
56641
56979
|
self.peer_gateway_ip = peer_gateway_ip
|
|
56642
|
-
# The IPv6 address of the
|
|
56980
|
+
# The IPv6 address of the VBR on the user side.
|
|
56643
56981
|
self.peer_ipv_6gateway_ip = peer_ipv_6gateway_ip
|
|
56644
|
-
# The subnet mask
|
|
56982
|
+
# The subnet mask for the IPv6 addresses on the user side and on the Alibaba Cloud side.
|
|
56645
56983
|
self.peering_ipv_6subnet_mask = peering_ipv_6subnet_mask
|
|
56646
|
-
# The subnet mask
|
|
56984
|
+
# The subnet mask for the IPv4 addresses on the Alibaba Cloud side and on the user side.
|
|
56647
56985
|
self.peering_subnet_mask = peering_subnet_mask
|
|
56648
|
-
# The business status of the Express Connect circuit.
|
|
56986
|
+
# The business status of the Express Connect circuit. Valid values:
|
|
56649
56987
|
#
|
|
56650
|
-
# * **Normal:** The Express Connect circuit is running
|
|
56988
|
+
# * **Normal:** The Express Connect circuit is running as normal.
|
|
56651
56989
|
# * **FinancialLocked:** The Express Connect circuit is locked due to overdue payments.
|
|
56652
56990
|
self.physical_connection_business_status = physical_connection_business_status
|
|
56653
56991
|
# The ID of the Express Connect circuit to which the VBR belongs.
|
|
56654
56992
|
self.physical_connection_id = physical_connection_id
|
|
56655
|
-
# The ID of the
|
|
56993
|
+
# The ID of the account to which the Express Connect circuit belongs.
|
|
56656
56994
|
self.physical_connection_owner_uid = physical_connection_owner_uid
|
|
56657
|
-
# The status of the Express Connect circuit.
|
|
56995
|
+
# The status of the Express Connect circuit. Valid values:
|
|
56658
56996
|
#
|
|
56659
56997
|
# * **Initial:** The application is under review.
|
|
56660
56998
|
# * **Approved**: The application is approved.
|
|
@@ -56667,12 +57005,20 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56667
57005
|
# * **Allocation Failed:** The system failed to allocate resources.
|
|
56668
57006
|
# * **Terminated:** The Express Connect circuit is disabled.
|
|
56669
57007
|
self.physical_connection_status = physical_connection_status
|
|
56670
|
-
# The time when the status of the VBR
|
|
57008
|
+
# The last time when the status of the VBR changed from **terminated** to **active**.
|
|
56671
57009
|
self.recovery_time = recovery_time
|
|
56672
|
-
# The
|
|
57010
|
+
# The resource group ID.
|
|
57011
|
+
#
|
|
57012
|
+
# For more information about resource groups, see [Resource groups](https://help.aliyun.com/document_detail/94475.html).
|
|
56673
57013
|
self.resource_group_id = resource_group_id
|
|
56674
|
-
# The ID of the
|
|
57014
|
+
# The ID of the route table of the VBR.
|
|
56675
57015
|
self.route_table_id = route_table_id
|
|
57016
|
+
# Indicates whether to allow service access between data centers. Valid values:
|
|
57017
|
+
#
|
|
57018
|
+
# * **true**\
|
|
57019
|
+
# * **false**\
|
|
57020
|
+
#
|
|
57021
|
+
# > If no value is returned, service access between data centers is not allowed.
|
|
56676
57022
|
self.sitelink_enable = sitelink_enable
|
|
56677
57023
|
# The status of the VBR. Valid values:
|
|
56678
57024
|
#
|
|
@@ -56681,13 +57027,13 @@ class DescribeVirtualBorderRoutersResponseBodyVirtualBorderRouterSetVirtualBorde
|
|
|
56681
57027
|
# * **terminating**\
|
|
56682
57028
|
# * **terminated**\
|
|
56683
57029
|
# * **recovering**\
|
|
56684
|
-
# * **deleting
|
|
57030
|
+
# * **deleting:**\
|
|
56685
57031
|
self.status = status
|
|
56686
|
-
# The
|
|
57032
|
+
# The tag of the resource.
|
|
56687
57033
|
self.tags = tags
|
|
56688
|
-
# The time when the VBR was
|
|
57034
|
+
# The last time when the VBR was terminated.
|
|
56689
57035
|
self.termination_time = termination_time
|
|
56690
|
-
# The type
|
|
57036
|
+
# The VBR type.
|
|
56691
57037
|
self.type = type
|
|
56692
57038
|
# The VBR ID.
|
|
56693
57039
|
self.vbr_id = vbr_id
|
|
@@ -56936,7 +57282,7 @@ class DescribeVirtualBorderRoutersResponseBody(TeaModel):
|
|
|
56936
57282
|
self.request_id = request_id
|
|
56937
57283
|
# The number of entries returned.
|
|
56938
57284
|
self.total_count = total_count
|
|
56939
|
-
# The information about the
|
|
57285
|
+
# The information about the VBR.
|
|
56940
57286
|
self.virtual_border_router_set = virtual_border_router_set
|
|
56941
57287
|
|
|
56942
57288
|
def validate(self):
|
|
@@ -75918,7 +76264,7 @@ class ListPublicIpAddressPoolsResponseBodyPublicIpAddressPoolList(TeaModel):
|
|
|
75918
76264
|
tags: List[ListPublicIpAddressPoolsResponseBodyPublicIpAddressPoolListTags] = None,
|
|
75919
76265
|
total_ip_num: int = None,
|
|
75920
76266
|
used_ip_num: int = None,
|
|
75921
|
-
user_type:
|
|
76267
|
+
user_type: str = None,
|
|
75922
76268
|
zones: List[str] = None,
|
|
75923
76269
|
):
|
|
75924
76270
|
# The service type of the IP address pool.
|
|
@@ -81476,7 +81822,9 @@ class ModifyExpressConnectTrafficQosRequestAddInstanceList(TeaModel):
|
|
|
81476
81822
|
instance_id: str = None,
|
|
81477
81823
|
instance_type: str = None,
|
|
81478
81824
|
):
|
|
81825
|
+
# The ID of the instance to be associated.
|
|
81479
81826
|
self.instance_id = instance_id
|
|
81827
|
+
# The type of instance to be associated. Set the value to **PHYSICALCONNECTION**.
|
|
81480
81828
|
self.instance_type = instance_type
|
|
81481
81829
|
|
|
81482
81830
|
def validate(self):
|
|
@@ -81509,7 +81857,9 @@ class ModifyExpressConnectTrafficQosRequestRemoveInstanceList(TeaModel):
|
|
|
81509
81857
|
instance_id: str = None,
|
|
81510
81858
|
instance_type: str = None,
|
|
81511
81859
|
):
|
|
81860
|
+
# The ID of the associated instance.
|
|
81512
81861
|
self.instance_id = instance_id
|
|
81862
|
+
# The type of the associated instance. Set the value to **PHYSICALCONNECTION**.
|
|
81513
81863
|
self.instance_type = instance_type
|
|
81514
81864
|
|
|
81515
81865
|
def validate(self):
|
|
@@ -81550,16 +81900,31 @@ class ModifyExpressConnectTrafficQosRequest(TeaModel):
|
|
|
81550
81900
|
remove_instance_list: List[ModifyExpressConnectTrafficQosRequestRemoveInstanceList] = None,
|
|
81551
81901
|
resource_owner_account: str = None,
|
|
81552
81902
|
):
|
|
81903
|
+
# The instances to be added. Ignore this parameter if no instances are to be added.
|
|
81553
81904
|
self.add_instance_list = add_instance_list
|
|
81905
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
81906
|
+
#
|
|
81907
|
+
# 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.
|
|
81908
|
+
#
|
|
81909
|
+
# > 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
81910
|
self.client_token = client_token
|
|
81555
81911
|
self.owner_account = owner_account
|
|
81556
81912
|
self.owner_id = owner_id
|
|
81913
|
+
# The description of the QoS policy.
|
|
81557
81914
|
self.qos_description = qos_description
|
|
81915
|
+
# The ID of the QoS policy.
|
|
81916
|
+
#
|
|
81558
81917
|
# This parameter is required.
|
|
81559
81918
|
self.qos_id = qos_id
|
|
81919
|
+
# The name of the QoS policy.
|
|
81560
81920
|
self.qos_name = qos_name
|
|
81921
|
+
# The region ID of the resource.
|
|
81922
|
+
#
|
|
81923
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
81924
|
+
#
|
|
81561
81925
|
# This parameter is required.
|
|
81562
81926
|
self.region_id = region_id
|
|
81927
|
+
# The instances to be removed. Ignore this parameter if no instances are to be removed.
|
|
81563
81928
|
self.remove_instance_list = remove_instance_list
|
|
81564
81929
|
self.resource_owner_account = resource_owner_account
|
|
81565
81930
|
|
|
@@ -81641,6 +82006,7 @@ class ModifyExpressConnectTrafficQosResponseBody(TeaModel):
|
|
|
81641
82006
|
self,
|
|
81642
82007
|
request_id: str = None,
|
|
81643
82008
|
):
|
|
82009
|
+
# The request ID.
|
|
81644
82010
|
self.request_id = request_id
|
|
81645
82011
|
|
|
81646
82012
|
def validate(self):
|
|
@@ -81718,16 +82084,39 @@ class ModifyExpressConnectTrafficQosQueueRequest(TeaModel):
|
|
|
81718
82084
|
region_id: str = None,
|
|
81719
82085
|
resource_owner_account: str = None,
|
|
81720
82086
|
):
|
|
82087
|
+
# The percentage of bandwidth allocated to the QoS queue.
|
|
82088
|
+
#
|
|
82089
|
+
# * If QueueType is set to **Medium**, this parameter is required. Valid values: 1 to 100.
|
|
82090
|
+
# * If QueueType is set to **Default**, a value of - is returned.
|
|
81721
82091
|
self.bandwidth_percent = bandwidth_percent
|
|
82092
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
82093
|
+
#
|
|
82094
|
+
# 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.
|
|
82095
|
+
#
|
|
82096
|
+
# > If you do not set this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** might be different for each API request.
|
|
81722
82097
|
self.client_token = client_token
|
|
81723
82098
|
self.owner_account = owner_account
|
|
81724
82099
|
self.owner_id = owner_id
|
|
82100
|
+
# The ID of the QoS policy.
|
|
82101
|
+
#
|
|
81725
82102
|
# This parameter is required.
|
|
81726
82103
|
self.qos_id = qos_id
|
|
82104
|
+
# The description of the QoS queue.
|
|
82105
|
+
#
|
|
82106
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
81727
82107
|
self.queue_description = queue_description
|
|
82108
|
+
# The ID of the QoS queue.
|
|
82109
|
+
#
|
|
81728
82110
|
# This parameter is required.
|
|
81729
82111
|
self.queue_id = queue_id
|
|
82112
|
+
# The name of the QoS queue.
|
|
82113
|
+
#
|
|
82114
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
81730
82115
|
self.queue_name = queue_name
|
|
82116
|
+
# The region ID of the QoS policy.
|
|
82117
|
+
#
|
|
82118
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
82119
|
+
#
|
|
81731
82120
|
# This parameter is required.
|
|
81732
82121
|
self.region_id = region_id
|
|
81733
82122
|
self.resource_owner_account = resource_owner_account
|
|
@@ -81793,6 +82182,7 @@ class ModifyExpressConnectTrafficQosQueueResponseBody(TeaModel):
|
|
|
81793
82182
|
self,
|
|
81794
82183
|
request_id: str = None,
|
|
81795
82184
|
):
|
|
82185
|
+
# The request ID.
|
|
81796
82186
|
self.request_id = request_id
|
|
81797
82187
|
|
|
81798
82188
|
def validate(self):
|
|
@@ -81880,29 +82270,100 @@ class ModifyExpressConnectTrafficQosRuleRequest(TeaModel):
|
|
|
81880
82270
|
src_ipv_6cidr: str = None,
|
|
81881
82271
|
src_port_range: str = None,
|
|
81882
82272
|
):
|
|
82273
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
82274
|
+
#
|
|
82275
|
+
# 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
82276
|
self.client_token = client_token
|
|
82277
|
+
# The destination IPv4 CIDR block that matches the QoS rule traffic.
|
|
82278
|
+
#
|
|
82279
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
81884
82280
|
self.dst_cidr = dst_cidr
|
|
82281
|
+
# The destination IPv6 CIDR block that matches the QoS rule traffic.
|
|
82282
|
+
#
|
|
82283
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
81885
82284
|
self.dst_ipv_6cidr = dst_ipv_6cidr
|
|
82285
|
+
# 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:
|
|
82286
|
+
#
|
|
82287
|
+
# * **ALL** (uneditable): -1/-1.
|
|
82288
|
+
# * **ICMP(IPv4)** (uneditable): -1/-1.
|
|
82289
|
+
# * **ICMPv6(IPv6)** (uneditable): -1/-1.
|
|
82290
|
+
# * **TCP** (editable): -1/-1.
|
|
82291
|
+
# * **UDP** (editable): -1/-1.
|
|
82292
|
+
# * **GRE** (uneditable): -1/-1.
|
|
82293
|
+
# * **SSH** (uneditable): 22/22.
|
|
82294
|
+
# * **Telnet** (uneditable): 23/23.
|
|
82295
|
+
# * **HTTP** (uneditable): 80/80.
|
|
82296
|
+
# * **HTTPS** (uneditable): 443/443.
|
|
82297
|
+
# * **MS SQL** (uneditable): 1443/1443.
|
|
82298
|
+
# * **Oracle** (uneditable): 1521/1521.
|
|
82299
|
+
# * **MySql** (uneditable): 3306/3306.
|
|
82300
|
+
# * **RDP** (uneditable): 3389/3389.
|
|
82301
|
+
# * **PostgreSQL** (uneditable): 5432/5432.
|
|
82302
|
+
# * **Redis** (uneditable): 6379/6379.
|
|
81886
82303
|
self.dst_port_range = dst_port_range
|
|
82304
|
+
# The DSCP value that matches the QoS rule traffic. Valid values: **0** to **63**. If no value is matched, the value is -1.
|
|
81887
82305
|
self.match_dscp = match_dscp
|
|
81888
82306
|
self.owner_account = owner_account
|
|
81889
82307
|
self.owner_id = owner_id
|
|
82308
|
+
# 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
82309
|
self.priority = priority
|
|
82310
|
+
# The protocol of the QoS rule. Valid values:
|
|
82311
|
+
#
|
|
82312
|
+
# * **ALL**\
|
|
82313
|
+
# * **ICMP(IPv4)**\
|
|
82314
|
+
# * **ICMPv6(IPv6)**\
|
|
82315
|
+
# * **TCP**\
|
|
82316
|
+
# * **UDP**\
|
|
82317
|
+
# * **GRE**\
|
|
82318
|
+
# * **SSH**\
|
|
82319
|
+
# * **Telnet**\
|
|
82320
|
+
# * **HTTP**\
|
|
82321
|
+
# * **HTTPS**\
|
|
82322
|
+
# * **MS SQL**\
|
|
82323
|
+
# * **Oracle**\
|
|
82324
|
+
# * **MySql**\
|
|
82325
|
+
# * **RDP**\
|
|
82326
|
+
# * **PostgreSQL**\
|
|
82327
|
+
# * **Redis**\
|
|
81891
82328
|
self.protocol = protocol
|
|
82329
|
+
# The ID of the QoS policy.
|
|
82330
|
+
#
|
|
81892
82331
|
# This parameter is required.
|
|
81893
82332
|
self.qos_id = qos_id
|
|
82333
|
+
# The ID of the QoS queue.
|
|
82334
|
+
#
|
|
81894
82335
|
# This parameter is required.
|
|
81895
82336
|
self.queue_id = queue_id
|
|
82337
|
+
# The region ID of the QoS policy.
|
|
82338
|
+
#
|
|
82339
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
82340
|
+
#
|
|
81896
82341
|
# This parameter is required.
|
|
81897
82342
|
self.region_id = region_id
|
|
82343
|
+
# The new DSCP value. Valid values: **0** to **63**. If you do not change the value, set the value to -1.
|
|
81898
82344
|
self.remarking_dscp = remarking_dscp
|
|
81899
82345
|
self.resource_owner_account = resource_owner_account
|
|
82346
|
+
# The description of the QoS rule.
|
|
82347
|
+
#
|
|
82348
|
+
# The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
81900
82349
|
self.rule_description = rule_description
|
|
82350
|
+
# The ID of the QoS rule.
|
|
82351
|
+
#
|
|
81901
82352
|
# This parameter is required.
|
|
81902
82353
|
self.rule_id = rule_id
|
|
82354
|
+
# The name of the QoS rule.
|
|
82355
|
+
#
|
|
82356
|
+
# The name must be 0 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
81903
82357
|
self.rule_name = rule_name
|
|
82358
|
+
# The source IPv4 CIDR block that matches the QoS rule traffic.
|
|
82359
|
+
#
|
|
82360
|
+
# > When this parameter is unavailable, specify **SrcIPv6Cidr** or **DstIPv6Cidr**.
|
|
81904
82361
|
self.src_cidr = src_cidr
|
|
82362
|
+
# The source IPv6 CIDR block that matches the QoS rule traffic.
|
|
82363
|
+
#
|
|
82364
|
+
# > When this parameter is unavailable, specify **SrcCidr** or **DstCidr**.
|
|
81905
82365
|
self.src_ipv_6cidr = src_ipv_6cidr
|
|
82366
|
+
# 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
82367
|
self.src_port_range = src_port_range
|
|
81907
82368
|
|
|
81908
82369
|
def validate(self):
|
|
@@ -82006,6 +82467,7 @@ class ModifyExpressConnectTrafficQosRuleResponseBody(TeaModel):
|
|
|
82006
82467
|
self,
|
|
82007
82468
|
request_id: str = None,
|
|
82008
82469
|
):
|
|
82470
|
+
# The request ID.
|
|
82009
82471
|
self.request_id = request_id
|
|
82010
82472
|
|
|
82011
82473
|
def validate(self):
|
|
@@ -96428,11 +96890,21 @@ class StartFailoverTestJobRequest(TeaModel):
|
|
|
96428
96890
|
region_id: str = None,
|
|
96429
96891
|
resource_owner_account: str = None,
|
|
96430
96892
|
):
|
|
96893
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
96894
|
+
#
|
|
96895
|
+
# 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.
|
|
96896
|
+
#
|
|
96897
|
+
# > 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
96898
|
self.client_token = client_token
|
|
96899
|
+
# The ID of the failover test.
|
|
96900
|
+
#
|
|
96432
96901
|
# This parameter is required.
|
|
96433
96902
|
self.job_id = job_id
|
|
96434
96903
|
self.owner_account = owner_account
|
|
96435
96904
|
self.owner_id = owner_id
|
|
96905
|
+
# The region ID of the failover test.
|
|
96906
|
+
#
|
|
96907
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
96436
96908
|
self.region_id = region_id
|
|
96437
96909
|
self.resource_owner_account = resource_owner_account
|
|
96438
96910
|
|
|
@@ -96481,6 +96953,7 @@ class StartFailoverTestJobResponseBody(TeaModel):
|
|
|
96481
96953
|
self,
|
|
96482
96954
|
request_id: str = None,
|
|
96483
96955
|
):
|
|
96956
|
+
# The request ID.
|
|
96484
96957
|
self.request_id = request_id
|
|
96485
96958
|
|
|
96486
96959
|
def validate(self):
|