alibabacloud-vpc20160428 6.3.0__py3-none-any.whl → 6.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- alibabacloud_vpc20160428/__init__.py +1 -1
- alibabacloud_vpc20160428/client.py +72 -72
- alibabacloud_vpc20160428/models.py +326 -1320
- {alibabacloud_vpc20160428-6.3.0.dist-info → alibabacloud_vpc20160428-6.4.0.dist-info}/METADATA +2 -2
- alibabacloud_vpc20160428-6.4.0.dist-info/RECORD +8 -0
- alibabacloud_vpc20160428-6.3.0.dist-info/RECORD +0 -8
- {alibabacloud_vpc20160428-6.3.0.dist-info → alibabacloud_vpc20160428-6.4.0.dist-info}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.3.0.dist-info → alibabacloud_vpc20160428-6.4.0.dist-info}/WHEEL +0 -0
- {alibabacloud_vpc20160428-6.3.0.dist-info → alibabacloud_vpc20160428-6.4.0.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '6.
|
|
1
|
+
__version__ = '6.4.0'
|
|
@@ -3446,7 +3446,7 @@ class Client(OpenApiClient):
|
|
|
3446
3446
|
## [](#)
|
|
3447
3447
|
* Take note of the following limits:
|
|
3448
3448
|
* Each VPC can contain up to five secondary IPv4 CIDR blocks.
|
|
3449
|
-
* Each VPC can contain up to
|
|
3449
|
+
* Each VPC can contain up to five secondary IPv6 CIDR blocks.
|
|
3450
3450
|
* You cannot repeatedly call the **AssociateVpcCidrBlock** operation to add secondary CIDR blocks to a VPC within the specified period of time.
|
|
3451
3451
|
|
|
3452
3452
|
@param request: AssociateVpcCidrBlockRequest
|
|
@@ -3507,7 +3507,7 @@ class Client(OpenApiClient):
|
|
|
3507
3507
|
## [](#)
|
|
3508
3508
|
* Take note of the following limits:
|
|
3509
3509
|
* Each VPC can contain up to five secondary IPv4 CIDR blocks.
|
|
3510
|
-
* Each VPC can contain up to
|
|
3510
|
+
* Each VPC can contain up to five secondary IPv6 CIDR blocks.
|
|
3511
3511
|
* You cannot repeatedly call the **AssociateVpcCidrBlock** operation to add secondary CIDR blocks to a VPC within the specified period of time.
|
|
3512
3512
|
|
|
3513
3513
|
@param request: AssociateVpcCidrBlockRequest
|
|
@@ -3567,7 +3567,7 @@ class Client(OpenApiClient):
|
|
|
3567
3567
|
## [](#)
|
|
3568
3568
|
* Take note of the following limits:
|
|
3569
3569
|
* Each VPC can contain up to five secondary IPv4 CIDR blocks.
|
|
3570
|
-
* Each VPC can contain up to
|
|
3570
|
+
* Each VPC can contain up to five secondary IPv6 CIDR blocks.
|
|
3571
3571
|
* You cannot repeatedly call the **AssociateVpcCidrBlock** operation to add secondary CIDR blocks to a VPC within the specified period of time.
|
|
3572
3572
|
|
|
3573
3573
|
@param request: AssociateVpcCidrBlockRequest
|
|
@@ -3584,7 +3584,7 @@ class Client(OpenApiClient):
|
|
|
3584
3584
|
## [](#)
|
|
3585
3585
|
* Take note of the following limits:
|
|
3586
3586
|
* Each VPC can contain up to five secondary IPv4 CIDR blocks.
|
|
3587
|
-
* Each VPC can contain up to
|
|
3587
|
+
* Each VPC can contain up to five secondary IPv6 CIDR blocks.
|
|
3588
3588
|
* You cannot repeatedly call the **AssociateVpcCidrBlock** operation to add secondary CIDR blocks to a VPC within the specified period of time.
|
|
3589
3589
|
|
|
3590
3590
|
@param request: AssociateVpcCidrBlockRequest
|
|
@@ -10025,10 +10025,10 @@ class Client(OpenApiClient):
|
|
|
10025
10025
|
runtime: util_models.RuntimeOptions,
|
|
10026
10026
|
) -> vpc_20160428_models.CreateRouteTableResponse:
|
|
10027
10027
|
"""
|
|
10028
|
-
|
|
10028
|
+
**CreateRouteTable** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the operation in the background. You can call the [DescribeRouteTableList](~~87602~~) operation to query the status of the task.
|
|
10029
10029
|
* If the custom route table is in the **Creating** state, the custom route table is being created.
|
|
10030
10030
|
* If the custom route table is in the **Created** state, the custom route table is created.
|
|
10031
|
-
* You cannot repeatedly call the **CreateRouteTable** operation
|
|
10031
|
+
* You cannot repeatedly call the **CreateRouteTable** operation within the specified period of time.
|
|
10032
10032
|
|
|
10033
10033
|
@param request: CreateRouteTableRequest
|
|
10034
10034
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -10085,10 +10085,10 @@ class Client(OpenApiClient):
|
|
|
10085
10085
|
runtime: util_models.RuntimeOptions,
|
|
10086
10086
|
) -> vpc_20160428_models.CreateRouteTableResponse:
|
|
10087
10087
|
"""
|
|
10088
|
-
|
|
10088
|
+
**CreateRouteTable** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the operation in the background. You can call the [DescribeRouteTableList](~~87602~~) operation to query the status of the task.
|
|
10089
10089
|
* If the custom route table is in the **Creating** state, the custom route table is being created.
|
|
10090
10090
|
* If the custom route table is in the **Created** state, the custom route table is created.
|
|
10091
|
-
* You cannot repeatedly call the **CreateRouteTable** operation
|
|
10091
|
+
* You cannot repeatedly call the **CreateRouteTable** operation within the specified period of time.
|
|
10092
10092
|
|
|
10093
10093
|
@param request: CreateRouteTableRequest
|
|
10094
10094
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -10144,10 +10144,10 @@ class Client(OpenApiClient):
|
|
|
10144
10144
|
request: vpc_20160428_models.CreateRouteTableRequest,
|
|
10145
10145
|
) -> vpc_20160428_models.CreateRouteTableResponse:
|
|
10146
10146
|
"""
|
|
10147
|
-
|
|
10147
|
+
**CreateRouteTable** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the operation in the background. You can call the [DescribeRouteTableList](~~87602~~) operation to query the status of the task.
|
|
10148
10148
|
* If the custom route table is in the **Creating** state, the custom route table is being created.
|
|
10149
10149
|
* If the custom route table is in the **Created** state, the custom route table is created.
|
|
10150
|
-
* You cannot repeatedly call the **CreateRouteTable** operation
|
|
10150
|
+
* You cannot repeatedly call the **CreateRouteTable** operation within the specified period of time.
|
|
10151
10151
|
|
|
10152
10152
|
@param request: CreateRouteTableRequest
|
|
10153
10153
|
@return: CreateRouteTableResponse
|
|
@@ -10160,10 +10160,10 @@ class Client(OpenApiClient):
|
|
|
10160
10160
|
request: vpc_20160428_models.CreateRouteTableRequest,
|
|
10161
10161
|
) -> vpc_20160428_models.CreateRouteTableResponse:
|
|
10162
10162
|
"""
|
|
10163
|
-
|
|
10163
|
+
**CreateRouteTable** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the operation in the background. You can call the [DescribeRouteTableList](~~87602~~) operation to query the status of the task.
|
|
10164
10164
|
* If the custom route table is in the **Creating** state, the custom route table is being created.
|
|
10165
10165
|
* If the custom route table is in the **Created** state, the custom route table is created.
|
|
10166
|
-
* You cannot repeatedly call the **CreateRouteTable** operation
|
|
10166
|
+
* You cannot repeatedly call the **CreateRouteTable** operation within the specified period of time.
|
|
10167
10167
|
|
|
10168
10168
|
@param request: CreateRouteTableRequest
|
|
10169
10169
|
@return: CreateRouteTableResponse
|
|
@@ -10859,7 +10859,7 @@ class Client(OpenApiClient):
|
|
|
10859
10859
|
runtime: util_models.RuntimeOptions,
|
|
10860
10860
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
10861
10861
|
"""
|
|
10862
|
-
*CreateTrafficMirrorFilter** is an asynchronous operation. After
|
|
10862
|
+
*CreateTrafficMirrorFilter** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListTrafficMirrorFilters](~~261353~~) operation to query the status of the task.
|
|
10863
10863
|
* If the filter is in the **Creating** state, the filter is being created.
|
|
10864
10864
|
* If the filter is in the **Created** state, the filter is created.
|
|
10865
10865
|
|
|
@@ -10920,7 +10920,7 @@ class Client(OpenApiClient):
|
|
|
10920
10920
|
runtime: util_models.RuntimeOptions,
|
|
10921
10921
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
10922
10922
|
"""
|
|
10923
|
-
*CreateTrafficMirrorFilter** is an asynchronous operation. After
|
|
10923
|
+
*CreateTrafficMirrorFilter** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListTrafficMirrorFilters](~~261353~~) operation to query the status of the task.
|
|
10924
10924
|
* If the filter is in the **Creating** state, the filter is being created.
|
|
10925
10925
|
* If the filter is in the **Created** state, the filter is created.
|
|
10926
10926
|
|
|
@@ -10980,7 +10980,7 @@ class Client(OpenApiClient):
|
|
|
10980
10980
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRequest,
|
|
10981
10981
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
10982
10982
|
"""
|
|
10983
|
-
*CreateTrafficMirrorFilter** is an asynchronous operation. After
|
|
10983
|
+
*CreateTrafficMirrorFilter** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListTrafficMirrorFilters](~~261353~~) operation to query the status of the task.
|
|
10984
10984
|
* If the filter is in the **Creating** state, the filter is being created.
|
|
10985
10985
|
* If the filter is in the **Created** state, the filter is created.
|
|
10986
10986
|
|
|
@@ -10995,7 +10995,7 @@ class Client(OpenApiClient):
|
|
|
10995
10995
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRequest,
|
|
10996
10996
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
10997
10997
|
"""
|
|
10998
|
-
*CreateTrafficMirrorFilter** is an asynchronous operation. After
|
|
10998
|
+
*CreateTrafficMirrorFilter** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListTrafficMirrorFilters](~~261353~~) operation to query the status of the task.
|
|
10999
10999
|
* If the filter is in the **Creating** state, the filter is being created.
|
|
11000
11000
|
* If the filter is in the **Created** state, the filter is created.
|
|
11001
11001
|
|
|
@@ -11011,10 +11011,10 @@ class Client(OpenApiClient):
|
|
|
11011
11011
|
runtime: util_models.RuntimeOptions,
|
|
11012
11012
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
11013
11013
|
"""
|
|
11014
|
-
|
|
11015
|
-
* If the rule is in the **Creating** state, the rule is being created.
|
|
11016
|
-
* If the rule is in the **Created** state, the rule is created.
|
|
11017
|
-
* You cannot
|
|
11014
|
+
**CreateTrafficMirrorFilterRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorFilters](~~261353~~) to query the status of the task.
|
|
11015
|
+
* If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
11016
|
+
* If the inbound or outbound rule is in the **Created** state, the rule is created.
|
|
11017
|
+
* You cannot call **CreateTrafficMirrorFilterRules** within the specified period of time.
|
|
11018
11018
|
|
|
11019
11019
|
@param request: CreateTrafficMirrorFilterRulesRequest
|
|
11020
11020
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -11067,10 +11067,10 @@ class Client(OpenApiClient):
|
|
|
11067
11067
|
runtime: util_models.RuntimeOptions,
|
|
11068
11068
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
11069
11069
|
"""
|
|
11070
|
-
|
|
11071
|
-
* If the rule is in the **Creating** state, the rule is being created.
|
|
11072
|
-
* If the rule is in the **Created** state, the rule is created.
|
|
11073
|
-
* You cannot
|
|
11070
|
+
**CreateTrafficMirrorFilterRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorFilters](~~261353~~) to query the status of the task.
|
|
11071
|
+
* If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
11072
|
+
* If the inbound or outbound rule is in the **Created** state, the rule is created.
|
|
11073
|
+
* You cannot call **CreateTrafficMirrorFilterRules** within the specified period of time.
|
|
11074
11074
|
|
|
11075
11075
|
@param request: CreateTrafficMirrorFilterRulesRequest
|
|
11076
11076
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -11122,10 +11122,10 @@ class Client(OpenApiClient):
|
|
|
11122
11122
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRulesRequest,
|
|
11123
11123
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
11124
11124
|
"""
|
|
11125
|
-
|
|
11126
|
-
* If the rule is in the **Creating** state, the rule is being created.
|
|
11127
|
-
* If the rule is in the **Created** state, the rule is created.
|
|
11128
|
-
* You cannot
|
|
11125
|
+
**CreateTrafficMirrorFilterRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorFilters](~~261353~~) to query the status of the task.
|
|
11126
|
+
* If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
11127
|
+
* If the inbound or outbound rule is in the **Created** state, the rule is created.
|
|
11128
|
+
* You cannot call **CreateTrafficMirrorFilterRules** within the specified period of time.
|
|
11129
11129
|
|
|
11130
11130
|
@param request: CreateTrafficMirrorFilterRulesRequest
|
|
11131
11131
|
@return: CreateTrafficMirrorFilterRulesResponse
|
|
@@ -11138,10 +11138,10 @@ class Client(OpenApiClient):
|
|
|
11138
11138
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRulesRequest,
|
|
11139
11139
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
11140
11140
|
"""
|
|
11141
|
-
|
|
11142
|
-
* If the rule is in the **Creating** state, the rule is being created.
|
|
11143
|
-
* If the rule is in the **Created** state, the rule is created.
|
|
11144
|
-
* You cannot
|
|
11141
|
+
**CreateTrafficMirrorFilterRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorFilters](~~261353~~) to query the status of the task.
|
|
11142
|
+
* If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
11143
|
+
* If the inbound or outbound rule is in the **Created** state, the rule is created.
|
|
11144
|
+
* You cannot call **CreateTrafficMirrorFilterRules** within the specified period of time.
|
|
11145
11145
|
|
|
11146
11146
|
@param request: CreateTrafficMirrorFilterRulesRequest
|
|
11147
11147
|
@return: CreateTrafficMirrorFilterRulesResponse
|
|
@@ -11155,9 +11155,9 @@ class Client(OpenApiClient):
|
|
|
11155
11155
|
runtime: util_models.RuntimeOptions,
|
|
11156
11156
|
) -> vpc_20160428_models.CreateTrafficMirrorSessionResponse:
|
|
11157
11157
|
"""
|
|
11158
|
-
*CreateTrafficMirrorSession** is an asynchronous operation. After
|
|
11159
|
-
* If the traffic mirror session is in the **Creating** state,
|
|
11160
|
-
* If the traffic mirror session is in the **Created** state,
|
|
11158
|
+
*CreateTrafficMirrorSession** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorSessions](~~261367~~) to query the status of the task.
|
|
11159
|
+
* If the traffic mirror session is in the **Creating** state, it is being created.
|
|
11160
|
+
* If the traffic mirror session is in the **Created** state, it is created.
|
|
11161
11161
|
|
|
11162
11162
|
@param request: CreateTrafficMirrorSessionRequest
|
|
11163
11163
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -11228,9 +11228,9 @@ class Client(OpenApiClient):
|
|
|
11228
11228
|
runtime: util_models.RuntimeOptions,
|
|
11229
11229
|
) -> vpc_20160428_models.CreateTrafficMirrorSessionResponse:
|
|
11230
11230
|
"""
|
|
11231
|
-
*CreateTrafficMirrorSession** is an asynchronous operation. After
|
|
11232
|
-
* If the traffic mirror session is in the **Creating** state,
|
|
11233
|
-
* If the traffic mirror session is in the **Created** state,
|
|
11231
|
+
*CreateTrafficMirrorSession** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorSessions](~~261367~~) to query the status of the task.
|
|
11232
|
+
* If the traffic mirror session is in the **Creating** state, it is being created.
|
|
11233
|
+
* If the traffic mirror session is in the **Created** state, it is created.
|
|
11234
11234
|
|
|
11235
11235
|
@param request: CreateTrafficMirrorSessionRequest
|
|
11236
11236
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -11300,9 +11300,9 @@ class Client(OpenApiClient):
|
|
|
11300
11300
|
request: vpc_20160428_models.CreateTrafficMirrorSessionRequest,
|
|
11301
11301
|
) -> vpc_20160428_models.CreateTrafficMirrorSessionResponse:
|
|
11302
11302
|
"""
|
|
11303
|
-
*CreateTrafficMirrorSession** is an asynchronous operation. After
|
|
11304
|
-
* If the traffic mirror session is in the **Creating** state,
|
|
11305
|
-
* If the traffic mirror session is in the **Created** state,
|
|
11303
|
+
*CreateTrafficMirrorSession** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorSessions](~~261367~~) to query the status of the task.
|
|
11304
|
+
* If the traffic mirror session is in the **Creating** state, it is being created.
|
|
11305
|
+
* If the traffic mirror session is in the **Created** state, it is created.
|
|
11306
11306
|
|
|
11307
11307
|
@param request: CreateTrafficMirrorSessionRequest
|
|
11308
11308
|
@return: CreateTrafficMirrorSessionResponse
|
|
@@ -11315,9 +11315,9 @@ class Client(OpenApiClient):
|
|
|
11315
11315
|
request: vpc_20160428_models.CreateTrafficMirrorSessionRequest,
|
|
11316
11316
|
) -> vpc_20160428_models.CreateTrafficMirrorSessionResponse:
|
|
11317
11317
|
"""
|
|
11318
|
-
*CreateTrafficMirrorSession** is an asynchronous operation. After
|
|
11319
|
-
* If the traffic mirror session is in the **Creating** state,
|
|
11320
|
-
* If the traffic mirror session is in the **Created** state,
|
|
11318
|
+
*CreateTrafficMirrorSession** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorSessions](~~261367~~) to query the status of the task.
|
|
11319
|
+
* If the traffic mirror session is in the **Creating** state, it is being created.
|
|
11320
|
+
* If the traffic mirror session is in the **Created** state, it is created.
|
|
11321
11321
|
|
|
11322
11322
|
@param request: CreateTrafficMirrorSessionRequest
|
|
11323
11323
|
@return: CreateTrafficMirrorSessionResponse
|
|
@@ -16078,7 +16078,7 @@ class Client(OpenApiClient):
|
|
|
16078
16078
|
**DeleteIpv6EgressOnlyRule** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpv6EgressOnlyRules](~~102208~~) operation to query the status of the task.
|
|
16079
16079
|
* If the egress-only rule is in the **Deleting** state, the egress-only rule is being deleted.
|
|
16080
16080
|
* If you cannot query the egress-only rule, the egress-only rule is deleted.
|
|
16081
|
-
* You cannot call the **DeleteIpv6EgressOnlyRule**
|
|
16081
|
+
* You cannot call the **DeleteIpv6EgressOnlyRule** within the specified period of time.
|
|
16082
16082
|
|
|
16083
16083
|
@param request: DeleteIpv6EgressOnlyRuleRequest
|
|
16084
16084
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -16130,7 +16130,7 @@ class Client(OpenApiClient):
|
|
|
16130
16130
|
**DeleteIpv6EgressOnlyRule** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpv6EgressOnlyRules](~~102208~~) operation to query the status of the task.
|
|
16131
16131
|
* If the egress-only rule is in the **Deleting** state, the egress-only rule is being deleted.
|
|
16132
16132
|
* If you cannot query the egress-only rule, the egress-only rule is deleted.
|
|
16133
|
-
* You cannot call the **DeleteIpv6EgressOnlyRule**
|
|
16133
|
+
* You cannot call the **DeleteIpv6EgressOnlyRule** within the specified period of time.
|
|
16134
16134
|
|
|
16135
16135
|
@param request: DeleteIpv6EgressOnlyRuleRequest
|
|
16136
16136
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -16181,7 +16181,7 @@ class Client(OpenApiClient):
|
|
|
16181
16181
|
**DeleteIpv6EgressOnlyRule** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpv6EgressOnlyRules](~~102208~~) operation to query the status of the task.
|
|
16182
16182
|
* If the egress-only rule is in the **Deleting** state, the egress-only rule is being deleted.
|
|
16183
16183
|
* If you cannot query the egress-only rule, the egress-only rule is deleted.
|
|
16184
|
-
* You cannot call the **DeleteIpv6EgressOnlyRule**
|
|
16184
|
+
* You cannot call the **DeleteIpv6EgressOnlyRule** within the specified period of time.
|
|
16185
16185
|
|
|
16186
16186
|
@param request: DeleteIpv6EgressOnlyRuleRequest
|
|
16187
16187
|
@return: DeleteIpv6EgressOnlyRuleResponse
|
|
@@ -16197,7 +16197,7 @@ class Client(OpenApiClient):
|
|
|
16197
16197
|
**DeleteIpv6EgressOnlyRule** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpv6EgressOnlyRules](~~102208~~) operation to query the status of the task.
|
|
16198
16198
|
* If the egress-only rule is in the **Deleting** state, the egress-only rule is being deleted.
|
|
16199
16199
|
* If you cannot query the egress-only rule, the egress-only rule is deleted.
|
|
16200
|
-
* You cannot call the **DeleteIpv6EgressOnlyRule**
|
|
16200
|
+
* You cannot call the **DeleteIpv6EgressOnlyRule** within the specified period of time.
|
|
16201
16201
|
|
|
16202
16202
|
@param request: DeleteIpv6EgressOnlyRuleRequest
|
|
16203
16203
|
@return: DeleteIpv6EgressOnlyRuleResponse
|
|
@@ -16347,7 +16347,7 @@ class Client(OpenApiClient):
|
|
|
16347
16347
|
runtime: util_models.RuntimeOptions,
|
|
16348
16348
|
) -> vpc_20160428_models.DeleteIpv6InternetBandwidthResponse:
|
|
16349
16349
|
"""
|
|
16350
|
-
You cannot call the *DeleteIpv6InternetBandwidth** operation
|
|
16350
|
+
You cannot call the *DeleteIpv6InternetBandwidth** operation within the specified period of time.
|
|
16351
16351
|
|
|
16352
16352
|
@param request: DeleteIpv6InternetBandwidthRequest
|
|
16353
16353
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -16396,7 +16396,7 @@ class Client(OpenApiClient):
|
|
|
16396
16396
|
runtime: util_models.RuntimeOptions,
|
|
16397
16397
|
) -> vpc_20160428_models.DeleteIpv6InternetBandwidthResponse:
|
|
16398
16398
|
"""
|
|
16399
|
-
You cannot call the *DeleteIpv6InternetBandwidth** operation
|
|
16399
|
+
You cannot call the *DeleteIpv6InternetBandwidth** operation within the specified period of time.
|
|
16400
16400
|
|
|
16401
16401
|
@param request: DeleteIpv6InternetBandwidthRequest
|
|
16402
16402
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -16444,7 +16444,7 @@ class Client(OpenApiClient):
|
|
|
16444
16444
|
request: vpc_20160428_models.DeleteIpv6InternetBandwidthRequest,
|
|
16445
16445
|
) -> vpc_20160428_models.DeleteIpv6InternetBandwidthResponse:
|
|
16446
16446
|
"""
|
|
16447
|
-
You cannot call the *DeleteIpv6InternetBandwidth** operation
|
|
16447
|
+
You cannot call the *DeleteIpv6InternetBandwidth** operation within the specified period of time.
|
|
16448
16448
|
|
|
16449
16449
|
@param request: DeleteIpv6InternetBandwidthRequest
|
|
16450
16450
|
@return: DeleteIpv6InternetBandwidthResponse
|
|
@@ -16457,7 +16457,7 @@ class Client(OpenApiClient):
|
|
|
16457
16457
|
request: vpc_20160428_models.DeleteIpv6InternetBandwidthRequest,
|
|
16458
16458
|
) -> vpc_20160428_models.DeleteIpv6InternetBandwidthResponse:
|
|
16459
16459
|
"""
|
|
16460
|
-
You cannot call the *DeleteIpv6InternetBandwidth** operation
|
|
16460
|
+
You cannot call the *DeleteIpv6InternetBandwidth** operation within the specified period of time.
|
|
16461
16461
|
|
|
16462
16462
|
@param request: DeleteIpv6InternetBandwidthRequest
|
|
16463
16463
|
@return: DeleteIpv6InternetBandwidthResponse
|
|
@@ -18539,10 +18539,10 @@ class Client(OpenApiClient):
|
|
|
18539
18539
|
runtime: util_models.RuntimeOptions,
|
|
18540
18540
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
18541
18541
|
"""
|
|
18542
|
-
|
|
18543
|
-
* If the rule is in the **Deleting** state, the rule is being deleted.
|
|
18542
|
+
**DeleteTrafficMirrorFilterRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorFilters](~~261353~~) to query the status of the task.
|
|
18543
|
+
* If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
18544
18544
|
* If you cannot query the rule, the rule is deleted.
|
|
18545
|
-
* You cannot repeatedly call
|
|
18545
|
+
* You cannot repeatedly call **DeleteTrafficMirrorFilterRules** within the specified period of time.
|
|
18546
18546
|
|
|
18547
18547
|
@param request: DeleteTrafficMirrorFilterRulesRequest
|
|
18548
18548
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -18593,10 +18593,10 @@ class Client(OpenApiClient):
|
|
|
18593
18593
|
runtime: util_models.RuntimeOptions,
|
|
18594
18594
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
18595
18595
|
"""
|
|
18596
|
-
|
|
18597
|
-
* If the rule is in the **Deleting** state, the rule is being deleted.
|
|
18596
|
+
**DeleteTrafficMirrorFilterRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorFilters](~~261353~~) to query the status of the task.
|
|
18597
|
+
* If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
18598
18598
|
* If you cannot query the rule, the rule is deleted.
|
|
18599
|
-
* You cannot repeatedly call
|
|
18599
|
+
* You cannot repeatedly call **DeleteTrafficMirrorFilterRules** within the specified period of time.
|
|
18600
18600
|
|
|
18601
18601
|
@param request: DeleteTrafficMirrorFilterRulesRequest
|
|
18602
18602
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -18646,10 +18646,10 @@ class Client(OpenApiClient):
|
|
|
18646
18646
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRulesRequest,
|
|
18647
18647
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
18648
18648
|
"""
|
|
18649
|
-
|
|
18650
|
-
* If the rule is in the **Deleting** state, the rule is being deleted.
|
|
18649
|
+
**DeleteTrafficMirrorFilterRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorFilters](~~261353~~) to query the status of the task.
|
|
18650
|
+
* If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
18651
18651
|
* If you cannot query the rule, the rule is deleted.
|
|
18652
|
-
* You cannot repeatedly call
|
|
18652
|
+
* You cannot repeatedly call **DeleteTrafficMirrorFilterRules** within the specified period of time.
|
|
18653
18653
|
|
|
18654
18654
|
@param request: DeleteTrafficMirrorFilterRulesRequest
|
|
18655
18655
|
@return: DeleteTrafficMirrorFilterRulesResponse
|
|
@@ -18662,10 +18662,10 @@ class Client(OpenApiClient):
|
|
|
18662
18662
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRulesRequest,
|
|
18663
18663
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
18664
18664
|
"""
|
|
18665
|
-
|
|
18666
|
-
* If the rule is in the **Deleting** state, the rule is being deleted.
|
|
18665
|
+
**DeleteTrafficMirrorFilterRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [ListTrafficMirrorFilters](~~261353~~) to query the status of the task.
|
|
18666
|
+
* If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
18667
18667
|
* If you cannot query the rule, the rule is deleted.
|
|
18668
|
-
* You cannot repeatedly call
|
|
18668
|
+
* You cannot repeatedly call **DeleteTrafficMirrorFilterRules** within the specified period of time.
|
|
18669
18669
|
|
|
18670
18670
|
@param request: DeleteTrafficMirrorFilterRulesRequest
|
|
18671
18671
|
@return: DeleteTrafficMirrorFilterRulesResponse
|
|
@@ -42597,10 +42597,10 @@ class Client(OpenApiClient):
|
|
|
42597
42597
|
runtime: util_models.RuntimeOptions,
|
|
42598
42598
|
) -> vpc_20160428_models.RemoveSourcesFromTrafficMirrorSessionResponse:
|
|
42599
42599
|
"""
|
|
42600
|
-
|
|
42600
|
+
**RemoveSourcesFromTrafficMirrorSession** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListTrafficMirrorSessions](~~261367~~) operation to query the status of the task.
|
|
42601
42601
|
* If the traffic mirror session is in the **Modifying** state, the traffic mirror source is being deleted.
|
|
42602
42602
|
* If the traffic mirror session is in the **Created** state, the traffic mirror source is deleted.
|
|
42603
|
-
* You cannot repeatedly call
|
|
42603
|
+
* You cannot repeatedly call **RemoveSourcesFromTrafficMirrorSession** within the specified period of time.
|
|
42604
42604
|
|
|
42605
42605
|
@param request: RemoveSourcesFromTrafficMirrorSessionRequest
|
|
42606
42606
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -42651,10 +42651,10 @@ class Client(OpenApiClient):
|
|
|
42651
42651
|
runtime: util_models.RuntimeOptions,
|
|
42652
42652
|
) -> vpc_20160428_models.RemoveSourcesFromTrafficMirrorSessionResponse:
|
|
42653
42653
|
"""
|
|
42654
|
-
|
|
42654
|
+
**RemoveSourcesFromTrafficMirrorSession** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListTrafficMirrorSessions](~~261367~~) operation to query the status of the task.
|
|
42655
42655
|
* If the traffic mirror session is in the **Modifying** state, the traffic mirror source is being deleted.
|
|
42656
42656
|
* If the traffic mirror session is in the **Created** state, the traffic mirror source is deleted.
|
|
42657
|
-
* You cannot repeatedly call
|
|
42657
|
+
* You cannot repeatedly call **RemoveSourcesFromTrafficMirrorSession** within the specified period of time.
|
|
42658
42658
|
|
|
42659
42659
|
@param request: RemoveSourcesFromTrafficMirrorSessionRequest
|
|
42660
42660
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -42704,10 +42704,10 @@ class Client(OpenApiClient):
|
|
|
42704
42704
|
request: vpc_20160428_models.RemoveSourcesFromTrafficMirrorSessionRequest,
|
|
42705
42705
|
) -> vpc_20160428_models.RemoveSourcesFromTrafficMirrorSessionResponse:
|
|
42706
42706
|
"""
|
|
42707
|
-
|
|
42707
|
+
**RemoveSourcesFromTrafficMirrorSession** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListTrafficMirrorSessions](~~261367~~) operation to query the status of the task.
|
|
42708
42708
|
* If the traffic mirror session is in the **Modifying** state, the traffic mirror source is being deleted.
|
|
42709
42709
|
* If the traffic mirror session is in the **Created** state, the traffic mirror source is deleted.
|
|
42710
|
-
* You cannot repeatedly call
|
|
42710
|
+
* You cannot repeatedly call **RemoveSourcesFromTrafficMirrorSession** within the specified period of time.
|
|
42711
42711
|
|
|
42712
42712
|
@param request: RemoveSourcesFromTrafficMirrorSessionRequest
|
|
42713
42713
|
@return: RemoveSourcesFromTrafficMirrorSessionResponse
|
|
@@ -42720,10 +42720,10 @@ class Client(OpenApiClient):
|
|
|
42720
42720
|
request: vpc_20160428_models.RemoveSourcesFromTrafficMirrorSessionRequest,
|
|
42721
42721
|
) -> vpc_20160428_models.RemoveSourcesFromTrafficMirrorSessionResponse:
|
|
42722
42722
|
"""
|
|
42723
|
-
|
|
42723
|
+
**RemoveSourcesFromTrafficMirrorSession** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListTrafficMirrorSessions](~~261367~~) operation to query the status of the task.
|
|
42724
42724
|
* If the traffic mirror session is in the **Modifying** state, the traffic mirror source is being deleted.
|
|
42725
42725
|
* If the traffic mirror session is in the **Created** state, the traffic mirror source is deleted.
|
|
42726
|
-
* You cannot repeatedly call
|
|
42726
|
+
* You cannot repeatedly call **RemoveSourcesFromTrafficMirrorSession** within the specified period of time.
|
|
42727
42727
|
|
|
42728
42728
|
@param request: RemoveSourcesFromTrafficMirrorSessionRequest
|
|
42729
42729
|
@return: RemoveSourcesFromTrafficMirrorSessionResponse
|