alibabacloud-vpc20160428 6.11.7__py3-none-any.whl → 6.11.9__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 +204 -172
- alibabacloud_vpc20160428/models.py +225 -115
- {alibabacloud_vpc20160428-6.11.7.dist-info → alibabacloud_vpc20160428-6.11.9.dist-info}/METADATA +1 -1
- alibabacloud_vpc20160428-6.11.9.dist-info/RECORD +8 -0
- alibabacloud_vpc20160428-6.11.7.dist-info/RECORD +0 -8
- {alibabacloud_vpc20160428-6.11.7.dist-info → alibabacloud_vpc20160428-6.11.9.dist-info}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.11.7.dist-info → alibabacloud_vpc20160428-6.11.9.dist-info}/WHEEL +0 -0
- {alibabacloud_vpc20160428-6.11.7.dist-info → alibabacloud_vpc20160428-6.11.9.dist-info}/top_level.txt +0 -0
|
@@ -2845,18 +2845,18 @@ class Client(OpenApiClient):
|
|
|
2845
2845
|
runtime: util_models.RuntimeOptions,
|
|
2846
2846
|
) -> vpc_20160428_models.AssociateHaVipResponse:
|
|
2847
2847
|
"""
|
|
2848
|
-
@summary Associates a high-availability virtual IP address (
|
|
2848
|
+
@summary Associates a high-availability virtual IP address (HaVip) with an Elastic Compute Service (ECS) instance or an elastic network interface (ENI).
|
|
2849
2849
|
|
|
2850
2850
|
@description When you call this operation, take note of the following limits:
|
|
2851
|
-
An
|
|
2852
|
-
The
|
|
2853
|
-
You can associate an
|
|
2851
|
+
An HaVip immediately takes effect after it is associated. You do not need to restart the ECS instance. However, you must associate the HaVip with the ENI of the ECS instance.
|
|
2852
|
+
The HaVip and ECS instance must belong to the same vSwitch.
|
|
2853
|
+
You can associate an HaVip with at most two ECS instances.
|
|
2854
2854
|
The ECS instance must be in the **Running** or **Stopped** state.
|
|
2855
|
-
The
|
|
2856
|
-
The **AssociateHaVip** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an
|
|
2857
|
-
If the
|
|
2858
|
-
If the
|
|
2859
|
-
You cannot repeatedly call the **AssociateHaVip** operation to associate an
|
|
2855
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
2856
|
+
The **AssociateHaVip** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
2857
|
+
If the HaVip is in the **Associating** state, the HaVip is being associated.
|
|
2858
|
+
If the HaVip is in the **InUse** state, the HaVip is associated.
|
|
2859
|
+
You cannot repeatedly call the **AssociateHaVip** operation to associate an HaVip within the specified period of time.
|
|
2860
2860
|
|
|
2861
2861
|
@param request: AssociateHaVipRequest
|
|
2862
2862
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -2907,18 +2907,18 @@ class Client(OpenApiClient):
|
|
|
2907
2907
|
runtime: util_models.RuntimeOptions,
|
|
2908
2908
|
) -> vpc_20160428_models.AssociateHaVipResponse:
|
|
2909
2909
|
"""
|
|
2910
|
-
@summary Associates a high-availability virtual IP address (
|
|
2910
|
+
@summary Associates a high-availability virtual IP address (HaVip) with an Elastic Compute Service (ECS) instance or an elastic network interface (ENI).
|
|
2911
2911
|
|
|
2912
2912
|
@description When you call this operation, take note of the following limits:
|
|
2913
|
-
An
|
|
2914
|
-
The
|
|
2915
|
-
You can associate an
|
|
2913
|
+
An HaVip immediately takes effect after it is associated. You do not need to restart the ECS instance. However, you must associate the HaVip with the ENI of the ECS instance.
|
|
2914
|
+
The HaVip and ECS instance must belong to the same vSwitch.
|
|
2915
|
+
You can associate an HaVip with at most two ECS instances.
|
|
2916
2916
|
The ECS instance must be in the **Running** or **Stopped** state.
|
|
2917
|
-
The
|
|
2918
|
-
The **AssociateHaVip** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an
|
|
2919
|
-
If the
|
|
2920
|
-
If the
|
|
2921
|
-
You cannot repeatedly call the **AssociateHaVip** operation to associate an
|
|
2917
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
2918
|
+
The **AssociateHaVip** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
2919
|
+
If the HaVip is in the **Associating** state, the HaVip is being associated.
|
|
2920
|
+
If the HaVip is in the **InUse** state, the HaVip is associated.
|
|
2921
|
+
You cannot repeatedly call the **AssociateHaVip** operation to associate an HaVip within the specified period of time.
|
|
2922
2922
|
|
|
2923
2923
|
@param request: AssociateHaVipRequest
|
|
2924
2924
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -2968,18 +2968,18 @@ class Client(OpenApiClient):
|
|
|
2968
2968
|
request: vpc_20160428_models.AssociateHaVipRequest,
|
|
2969
2969
|
) -> vpc_20160428_models.AssociateHaVipResponse:
|
|
2970
2970
|
"""
|
|
2971
|
-
@summary Associates a high-availability virtual IP address (
|
|
2971
|
+
@summary Associates a high-availability virtual IP address (HaVip) with an Elastic Compute Service (ECS) instance or an elastic network interface (ENI).
|
|
2972
2972
|
|
|
2973
2973
|
@description When you call this operation, take note of the following limits:
|
|
2974
|
-
An
|
|
2975
|
-
The
|
|
2976
|
-
You can associate an
|
|
2974
|
+
An HaVip immediately takes effect after it is associated. You do not need to restart the ECS instance. However, you must associate the HaVip with the ENI of the ECS instance.
|
|
2975
|
+
The HaVip and ECS instance must belong to the same vSwitch.
|
|
2976
|
+
You can associate an HaVip with at most two ECS instances.
|
|
2977
2977
|
The ECS instance must be in the **Running** or **Stopped** state.
|
|
2978
|
-
The
|
|
2979
|
-
The **AssociateHaVip** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an
|
|
2980
|
-
If the
|
|
2981
|
-
If the
|
|
2982
|
-
You cannot repeatedly call the **AssociateHaVip** operation to associate an
|
|
2978
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
2979
|
+
The **AssociateHaVip** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
2980
|
+
If the HaVip is in the **Associating** state, the HaVip is being associated.
|
|
2981
|
+
If the HaVip is in the **InUse** state, the HaVip is associated.
|
|
2982
|
+
You cannot repeatedly call the **AssociateHaVip** operation to associate an HaVip within the specified period of time.
|
|
2983
2983
|
|
|
2984
2984
|
@param request: AssociateHaVipRequest
|
|
2985
2985
|
@return: AssociateHaVipResponse
|
|
@@ -2992,18 +2992,18 @@ class Client(OpenApiClient):
|
|
|
2992
2992
|
request: vpc_20160428_models.AssociateHaVipRequest,
|
|
2993
2993
|
) -> vpc_20160428_models.AssociateHaVipResponse:
|
|
2994
2994
|
"""
|
|
2995
|
-
@summary Associates a high-availability virtual IP address (
|
|
2995
|
+
@summary Associates a high-availability virtual IP address (HaVip) with an Elastic Compute Service (ECS) instance or an elastic network interface (ENI).
|
|
2996
2996
|
|
|
2997
2997
|
@description When you call this operation, take note of the following limits:
|
|
2998
|
-
An
|
|
2999
|
-
The
|
|
3000
|
-
You can associate an
|
|
2998
|
+
An HaVip immediately takes effect after it is associated. You do not need to restart the ECS instance. However, you must associate the HaVip with the ENI of the ECS instance.
|
|
2999
|
+
The HaVip and ECS instance must belong to the same vSwitch.
|
|
3000
|
+
You can associate an HaVip with at most two ECS instances.
|
|
3001
3001
|
The ECS instance must be in the **Running** or **Stopped** state.
|
|
3002
|
-
The
|
|
3003
|
-
The **AssociateHaVip** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an
|
|
3004
|
-
If the
|
|
3005
|
-
If the
|
|
3006
|
-
You cannot repeatedly call the **AssociateHaVip** operation to associate an
|
|
3002
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
3003
|
+
The **AssociateHaVip** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
3004
|
+
If the HaVip is in the **Associating** state, the HaVip is being associated.
|
|
3005
|
+
If the HaVip is in the **InUse** state, the HaVip is associated.
|
|
3006
|
+
You cannot repeatedly call the **AssociateHaVip** operation to associate an HaVip within the specified period of time.
|
|
3007
3007
|
|
|
3008
3008
|
@param request: AssociateHaVipRequest
|
|
3009
3009
|
@return: AssociateHaVipResponse
|
|
@@ -3809,6 +3809,8 @@ class Client(OpenApiClient):
|
|
|
3809
3809
|
query['IpVersion'] = request.ip_version
|
|
3810
3810
|
if not UtilClient.is_unset(request.ipam_pool_id):
|
|
3811
3811
|
query['IpamPoolId'] = request.ipam_pool_id
|
|
3812
|
+
if not UtilClient.is_unset(request.ipv_6cidr_mask):
|
|
3813
|
+
query['Ipv6CidrMask'] = request.ipv_6cidr_mask
|
|
3812
3814
|
if not UtilClient.is_unset(request.ipv_6isp):
|
|
3813
3815
|
query['Ipv6Isp'] = request.ipv_6isp
|
|
3814
3816
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -3874,6 +3876,8 @@ class Client(OpenApiClient):
|
|
|
3874
3876
|
query['IpVersion'] = request.ip_version
|
|
3875
3877
|
if not UtilClient.is_unset(request.ipam_pool_id):
|
|
3876
3878
|
query['IpamPoolId'] = request.ipam_pool_id
|
|
3879
|
+
if not UtilClient.is_unset(request.ipv_6cidr_mask):
|
|
3880
|
+
query['Ipv6CidrMask'] = request.ipv_6cidr_mask
|
|
3877
3881
|
if not UtilClient.is_unset(request.ipv_6isp):
|
|
3878
3882
|
query['Ipv6Isp'] = request.ipv_6isp
|
|
3879
3883
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -5389,6 +5393,8 @@ class Client(OpenApiClient):
|
|
|
5389
5393
|
runtime: util_models.RuntimeOptions,
|
|
5390
5394
|
) -> vpc_20160428_models.ConvertBandwidthPackageResponse:
|
|
5391
5395
|
"""
|
|
5396
|
+
@deprecated OpenAPI ConvertBandwidthPackage is deprecated
|
|
5397
|
+
|
|
5392
5398
|
@summary Converts a NAT service plan to an Internet Shared Bandwidth instance.
|
|
5393
5399
|
|
|
5394
5400
|
@description Before you convert a NAT service plan to an Internet Shared Bandwidth instance, take note of the following limits:
|
|
@@ -5399,6 +5405,7 @@ class Client(OpenApiClient):
|
|
|
5399
5405
|
@param request: ConvertBandwidthPackageRequest
|
|
5400
5406
|
@param runtime: runtime options for this request RuntimeOptions
|
|
5401
5407
|
@return: ConvertBandwidthPackageResponse
|
|
5408
|
+
Deprecated
|
|
5402
5409
|
"""
|
|
5403
5410
|
UtilClient.validate_model(request)
|
|
5404
5411
|
query = {}
|
|
@@ -5441,6 +5448,8 @@ class Client(OpenApiClient):
|
|
|
5441
5448
|
runtime: util_models.RuntimeOptions,
|
|
5442
5449
|
) -> vpc_20160428_models.ConvertBandwidthPackageResponse:
|
|
5443
5450
|
"""
|
|
5451
|
+
@deprecated OpenAPI ConvertBandwidthPackage is deprecated
|
|
5452
|
+
|
|
5444
5453
|
@summary Converts a NAT service plan to an Internet Shared Bandwidth instance.
|
|
5445
5454
|
|
|
5446
5455
|
@description Before you convert a NAT service plan to an Internet Shared Bandwidth instance, take note of the following limits:
|
|
@@ -5451,6 +5460,7 @@ class Client(OpenApiClient):
|
|
|
5451
5460
|
@param request: ConvertBandwidthPackageRequest
|
|
5452
5461
|
@param runtime: runtime options for this request RuntimeOptions
|
|
5453
5462
|
@return: ConvertBandwidthPackageResponse
|
|
5463
|
+
Deprecated
|
|
5454
5464
|
"""
|
|
5455
5465
|
UtilClient.validate_model(request)
|
|
5456
5466
|
query = {}
|
|
@@ -5492,6 +5502,8 @@ class Client(OpenApiClient):
|
|
|
5492
5502
|
request: vpc_20160428_models.ConvertBandwidthPackageRequest,
|
|
5493
5503
|
) -> vpc_20160428_models.ConvertBandwidthPackageResponse:
|
|
5494
5504
|
"""
|
|
5505
|
+
@deprecated OpenAPI ConvertBandwidthPackage is deprecated
|
|
5506
|
+
|
|
5495
5507
|
@summary Converts a NAT service plan to an Internet Shared Bandwidth instance.
|
|
5496
5508
|
|
|
5497
5509
|
@description Before you convert a NAT service plan to an Internet Shared Bandwidth instance, take note of the following limits:
|
|
@@ -5501,6 +5513,7 @@ class Client(OpenApiClient):
|
|
|
5501
5513
|
|
|
5502
5514
|
@param request: ConvertBandwidthPackageRequest
|
|
5503
5515
|
@return: ConvertBandwidthPackageResponse
|
|
5516
|
+
Deprecated
|
|
5504
5517
|
"""
|
|
5505
5518
|
runtime = util_models.RuntimeOptions()
|
|
5506
5519
|
return self.convert_bandwidth_package_with_options(request, runtime)
|
|
@@ -5510,6 +5523,8 @@ class Client(OpenApiClient):
|
|
|
5510
5523
|
request: vpc_20160428_models.ConvertBandwidthPackageRequest,
|
|
5511
5524
|
) -> vpc_20160428_models.ConvertBandwidthPackageResponse:
|
|
5512
5525
|
"""
|
|
5526
|
+
@deprecated OpenAPI ConvertBandwidthPackage is deprecated
|
|
5527
|
+
|
|
5513
5528
|
@summary Converts a NAT service plan to an Internet Shared Bandwidth instance.
|
|
5514
5529
|
|
|
5515
5530
|
@description Before you convert a NAT service plan to an Internet Shared Bandwidth instance, take note of the following limits:
|
|
@@ -5519,6 +5534,7 @@ class Client(OpenApiClient):
|
|
|
5519
5534
|
|
|
5520
5535
|
@param request: ConvertBandwidthPackageRequest
|
|
5521
5536
|
@return: ConvertBandwidthPackageResponse
|
|
5537
|
+
Deprecated
|
|
5522
5538
|
"""
|
|
5523
5539
|
runtime = util_models.RuntimeOptions()
|
|
5524
5540
|
return await self.convert_bandwidth_package_with_options_async(request, runtime)
|
|
@@ -8313,11 +8329,11 @@ class Client(OpenApiClient):
|
|
|
8313
8329
|
runtime: util_models.RuntimeOptions,
|
|
8314
8330
|
) -> vpc_20160428_models.CreateHaVipResponse:
|
|
8315
8331
|
"""
|
|
8316
|
-
@summary Creates a high-availability virtual IP address (
|
|
8332
|
+
@summary Creates a high-availability virtual IP address (HaVip).
|
|
8317
8333
|
|
|
8318
8334
|
@description *CreateHaVip** 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 [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of the task:
|
|
8319
|
-
If the
|
|
8320
|
-
If the
|
|
8335
|
+
If the HaVip is in the **Creating** state, the HaVip is being created.
|
|
8336
|
+
If the HaVip is in the **Available** state, the HaVip is created.
|
|
8321
8337
|
|
|
8322
8338
|
@param request: CreateHaVipRequest
|
|
8323
8339
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -8374,11 +8390,11 @@ class Client(OpenApiClient):
|
|
|
8374
8390
|
runtime: util_models.RuntimeOptions,
|
|
8375
8391
|
) -> vpc_20160428_models.CreateHaVipResponse:
|
|
8376
8392
|
"""
|
|
8377
|
-
@summary Creates a high-availability virtual IP address (
|
|
8393
|
+
@summary Creates a high-availability virtual IP address (HaVip).
|
|
8378
8394
|
|
|
8379
8395
|
@description *CreateHaVip** 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 [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of the task:
|
|
8380
|
-
If the
|
|
8381
|
-
If the
|
|
8396
|
+
If the HaVip is in the **Creating** state, the HaVip is being created.
|
|
8397
|
+
If the HaVip is in the **Available** state, the HaVip is created.
|
|
8382
8398
|
|
|
8383
8399
|
@param request: CreateHaVipRequest
|
|
8384
8400
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -8434,11 +8450,11 @@ class Client(OpenApiClient):
|
|
|
8434
8450
|
request: vpc_20160428_models.CreateHaVipRequest,
|
|
8435
8451
|
) -> vpc_20160428_models.CreateHaVipResponse:
|
|
8436
8452
|
"""
|
|
8437
|
-
@summary Creates a high-availability virtual IP address (
|
|
8453
|
+
@summary Creates a high-availability virtual IP address (HaVip).
|
|
8438
8454
|
|
|
8439
8455
|
@description *CreateHaVip** 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 [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of the task:
|
|
8440
|
-
If the
|
|
8441
|
-
If the
|
|
8456
|
+
If the HaVip is in the **Creating** state, the HaVip is being created.
|
|
8457
|
+
If the HaVip is in the **Available** state, the HaVip is created.
|
|
8442
8458
|
|
|
8443
8459
|
@param request: CreateHaVipRequest
|
|
8444
8460
|
@return: CreateHaVipResponse
|
|
@@ -8451,11 +8467,11 @@ class Client(OpenApiClient):
|
|
|
8451
8467
|
request: vpc_20160428_models.CreateHaVipRequest,
|
|
8452
8468
|
) -> vpc_20160428_models.CreateHaVipResponse:
|
|
8453
8469
|
"""
|
|
8454
|
-
@summary Creates a high-availability virtual IP address (
|
|
8470
|
+
@summary Creates a high-availability virtual IP address (HaVip).
|
|
8455
8471
|
|
|
8456
8472
|
@description *CreateHaVip** 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 [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of the task:
|
|
8457
|
-
If the
|
|
8458
|
-
If the
|
|
8473
|
+
If the HaVip is in the **Creating** state, the HaVip is being created.
|
|
8474
|
+
If the HaVip is in the **Available** state, the HaVip is created.
|
|
8459
8475
|
|
|
8460
8476
|
@param request: CreateHaVipRequest
|
|
8461
8477
|
@return: CreateHaVipResponse
|
|
@@ -12413,7 +12429,7 @@ class Client(OpenApiClient):
|
|
|
12413
12429
|
runtime: util_models.RuntimeOptions,
|
|
12414
12430
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
12415
12431
|
"""
|
|
12416
|
-
@summary Creates a filter for traffic
|
|
12432
|
+
@summary Creates a filter for traffic mirror.
|
|
12417
12433
|
|
|
12418
12434
|
@description *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](https://help.aliyun.com/document_detail/261353.html) operation to query the status of the task.
|
|
12419
12435
|
If the filter is in the **Creating** state, the filter is being created.
|
|
@@ -12476,7 +12492,7 @@ class Client(OpenApiClient):
|
|
|
12476
12492
|
runtime: util_models.RuntimeOptions,
|
|
12477
12493
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
12478
12494
|
"""
|
|
12479
|
-
@summary Creates a filter for traffic
|
|
12495
|
+
@summary Creates a filter for traffic mirror.
|
|
12480
12496
|
|
|
12481
12497
|
@description *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](https://help.aliyun.com/document_detail/261353.html) operation to query the status of the task.
|
|
12482
12498
|
If the filter is in the **Creating** state, the filter is being created.
|
|
@@ -12538,7 +12554,7 @@ class Client(OpenApiClient):
|
|
|
12538
12554
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRequest,
|
|
12539
12555
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
12540
12556
|
"""
|
|
12541
|
-
@summary Creates a filter for traffic
|
|
12557
|
+
@summary Creates a filter for traffic mirror.
|
|
12542
12558
|
|
|
12543
12559
|
@description *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](https://help.aliyun.com/document_detail/261353.html) operation to query the status of the task.
|
|
12544
12560
|
If the filter is in the **Creating** state, the filter is being created.
|
|
@@ -12555,7 +12571,7 @@ class Client(OpenApiClient):
|
|
|
12555
12571
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRequest,
|
|
12556
12572
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
12557
12573
|
"""
|
|
12558
|
-
@summary Creates a filter for traffic
|
|
12574
|
+
@summary Creates a filter for traffic mirror.
|
|
12559
12575
|
|
|
12560
12576
|
@description *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](https://help.aliyun.com/document_detail/261353.html) operation to query the status of the task.
|
|
12561
12577
|
If the filter is in the **Creating** state, the filter is being created.
|
|
@@ -12573,7 +12589,7 @@ class Client(OpenApiClient):
|
|
|
12573
12589
|
runtime: util_models.RuntimeOptions,
|
|
12574
12590
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
12575
12591
|
"""
|
|
12576
|
-
@summary Creates an inbound or outbound rule for traffic
|
|
12592
|
+
@summary Creates an inbound or outbound rule for traffic mirror.
|
|
12577
12593
|
|
|
12578
12594
|
@description **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](https://help.aliyun.com/document_detail/261353.html) to query the status of the task.
|
|
12579
12595
|
If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
@@ -12631,7 +12647,7 @@ class Client(OpenApiClient):
|
|
|
12631
12647
|
runtime: util_models.RuntimeOptions,
|
|
12632
12648
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
12633
12649
|
"""
|
|
12634
|
-
@summary Creates an inbound or outbound rule for traffic
|
|
12650
|
+
@summary Creates an inbound or outbound rule for traffic mirror.
|
|
12635
12651
|
|
|
12636
12652
|
@description **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](https://help.aliyun.com/document_detail/261353.html) to query the status of the task.
|
|
12637
12653
|
If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
@@ -12688,7 +12704,7 @@ class Client(OpenApiClient):
|
|
|
12688
12704
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRulesRequest,
|
|
12689
12705
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
12690
12706
|
"""
|
|
12691
|
-
@summary Creates an inbound or outbound rule for traffic
|
|
12707
|
+
@summary Creates an inbound or outbound rule for traffic mirror.
|
|
12692
12708
|
|
|
12693
12709
|
@description **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](https://help.aliyun.com/document_detail/261353.html) to query the status of the task.
|
|
12694
12710
|
If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
@@ -12706,7 +12722,7 @@ class Client(OpenApiClient):
|
|
|
12706
12722
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRulesRequest,
|
|
12707
12723
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
12708
12724
|
"""
|
|
12709
|
-
@summary Creates an inbound or outbound rule for traffic
|
|
12725
|
+
@summary Creates an inbound or outbound rule for traffic mirror.
|
|
12710
12726
|
|
|
12711
12727
|
@description **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](https://help.aliyun.com/document_detail/261353.html) to query the status of the task.
|
|
12712
12728
|
If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
@@ -13982,6 +13998,10 @@ class Client(OpenApiClient):
|
|
|
13982
13998
|
query['Ipv4IpamPoolId'] = request.ipv_4ipam_pool_id
|
|
13983
13999
|
if not UtilClient.is_unset(request.ipv_6cidr_block):
|
|
13984
14000
|
query['Ipv6CidrBlock'] = request.ipv_6cidr_block
|
|
14001
|
+
if not UtilClient.is_unset(request.ipv_6cidr_mask):
|
|
14002
|
+
query['Ipv6CidrMask'] = request.ipv_6cidr_mask
|
|
14003
|
+
if not UtilClient.is_unset(request.ipv_6ipam_pool_id):
|
|
14004
|
+
query['Ipv6IpamPoolId'] = request.ipv_6ipam_pool_id
|
|
13985
14005
|
if not UtilClient.is_unset(request.ipv_6isp):
|
|
13986
14006
|
query['Ipv6Isp'] = request.ipv_6isp
|
|
13987
14007
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -14064,6 +14084,10 @@ class Client(OpenApiClient):
|
|
|
14064
14084
|
query['Ipv4IpamPoolId'] = request.ipv_4ipam_pool_id
|
|
14065
14085
|
if not UtilClient.is_unset(request.ipv_6cidr_block):
|
|
14066
14086
|
query['Ipv6CidrBlock'] = request.ipv_6cidr_block
|
|
14087
|
+
if not UtilClient.is_unset(request.ipv_6cidr_mask):
|
|
14088
|
+
query['Ipv6CidrMask'] = request.ipv_6cidr_mask
|
|
14089
|
+
if not UtilClient.is_unset(request.ipv_6ipam_pool_id):
|
|
14090
|
+
query['Ipv6IpamPoolId'] = request.ipv_6ipam_pool_id
|
|
14067
14091
|
if not UtilClient.is_unset(request.ipv_6isp):
|
|
14068
14092
|
query['Ipv6Isp'] = request.ipv_6isp
|
|
14069
14093
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -17729,16 +17753,16 @@ class Client(OpenApiClient):
|
|
|
17729
17753
|
runtime: util_models.RuntimeOptions,
|
|
17730
17754
|
) -> vpc_20160428_models.DeleteHaVipResponse:
|
|
17731
17755
|
"""
|
|
17732
|
-
@summary Deletes a high-availability virtual IP address (
|
|
17756
|
+
@summary Deletes a high-availability virtual IP address (HaVip).
|
|
17733
17757
|
|
|
17734
17758
|
@description When you call this operation, take note of the following rules:
|
|
17735
|
-
|
|
17736
|
-
Make sure that no
|
|
17737
|
-
Make sure that no elastic IP
|
|
17738
|
-
|
|
17739
|
-
|
|
17740
|
-
If
|
|
17741
|
-
You cannot repeatedly call the **DeleteHaVip** operation to delete
|
|
17759
|
+
The HaVip must be in the available state before it can be deleted.
|
|
17760
|
+
Make sure that no routes are destined for the HaVip.
|
|
17761
|
+
Make sure that no elastic IP addresses (EIPs) are associated with the HaVip.
|
|
17762
|
+
**DeleteHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID while deleting the HaVip in the background. Call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
17763
|
+
The **Deleting** state indicates the HaVip is being deleted.
|
|
17764
|
+
If no HaVip is found, the HaVip is deleted.
|
|
17765
|
+
You cannot repeatedly call the **DeleteHaVip** operation to delete the same HaVip.
|
|
17742
17766
|
|
|
17743
17767
|
@param request: DeleteHaVipRequest
|
|
17744
17768
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -17785,16 +17809,16 @@ class Client(OpenApiClient):
|
|
|
17785
17809
|
runtime: util_models.RuntimeOptions,
|
|
17786
17810
|
) -> vpc_20160428_models.DeleteHaVipResponse:
|
|
17787
17811
|
"""
|
|
17788
|
-
@summary Deletes a high-availability virtual IP address (
|
|
17812
|
+
@summary Deletes a high-availability virtual IP address (HaVip).
|
|
17789
17813
|
|
|
17790
17814
|
@description When you call this operation, take note of the following rules:
|
|
17791
|
-
|
|
17792
|
-
Make sure that no
|
|
17793
|
-
Make sure that no elastic IP
|
|
17794
|
-
|
|
17795
|
-
|
|
17796
|
-
If
|
|
17797
|
-
You cannot repeatedly call the **DeleteHaVip** operation to delete
|
|
17815
|
+
The HaVip must be in the available state before it can be deleted.
|
|
17816
|
+
Make sure that no routes are destined for the HaVip.
|
|
17817
|
+
Make sure that no elastic IP addresses (EIPs) are associated with the HaVip.
|
|
17818
|
+
**DeleteHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID while deleting the HaVip in the background. Call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
17819
|
+
The **Deleting** state indicates the HaVip is being deleted.
|
|
17820
|
+
If no HaVip is found, the HaVip is deleted.
|
|
17821
|
+
You cannot repeatedly call the **DeleteHaVip** operation to delete the same HaVip.
|
|
17798
17822
|
|
|
17799
17823
|
@param request: DeleteHaVipRequest
|
|
17800
17824
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -17840,16 +17864,16 @@ class Client(OpenApiClient):
|
|
|
17840
17864
|
request: vpc_20160428_models.DeleteHaVipRequest,
|
|
17841
17865
|
) -> vpc_20160428_models.DeleteHaVipResponse:
|
|
17842
17866
|
"""
|
|
17843
|
-
@summary Deletes a high-availability virtual IP address (
|
|
17867
|
+
@summary Deletes a high-availability virtual IP address (HaVip).
|
|
17844
17868
|
|
|
17845
17869
|
@description When you call this operation, take note of the following rules:
|
|
17846
|
-
|
|
17847
|
-
Make sure that no
|
|
17848
|
-
Make sure that no elastic IP
|
|
17849
|
-
|
|
17850
|
-
|
|
17851
|
-
If
|
|
17852
|
-
You cannot repeatedly call the **DeleteHaVip** operation to delete
|
|
17870
|
+
The HaVip must be in the available state before it can be deleted.
|
|
17871
|
+
Make sure that no routes are destined for the HaVip.
|
|
17872
|
+
Make sure that no elastic IP addresses (EIPs) are associated with the HaVip.
|
|
17873
|
+
**DeleteHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID while deleting the HaVip in the background. Call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
17874
|
+
The **Deleting** state indicates the HaVip is being deleted.
|
|
17875
|
+
If no HaVip is found, the HaVip is deleted.
|
|
17876
|
+
You cannot repeatedly call the **DeleteHaVip** operation to delete the same HaVip.
|
|
17853
17877
|
|
|
17854
17878
|
@param request: DeleteHaVipRequest
|
|
17855
17879
|
@return: DeleteHaVipResponse
|
|
@@ -17862,16 +17886,16 @@ class Client(OpenApiClient):
|
|
|
17862
17886
|
request: vpc_20160428_models.DeleteHaVipRequest,
|
|
17863
17887
|
) -> vpc_20160428_models.DeleteHaVipResponse:
|
|
17864
17888
|
"""
|
|
17865
|
-
@summary Deletes a high-availability virtual IP address (
|
|
17889
|
+
@summary Deletes a high-availability virtual IP address (HaVip).
|
|
17866
17890
|
|
|
17867
17891
|
@description When you call this operation, take note of the following rules:
|
|
17868
|
-
|
|
17869
|
-
Make sure that no
|
|
17870
|
-
Make sure that no elastic IP
|
|
17871
|
-
|
|
17872
|
-
|
|
17873
|
-
If
|
|
17874
|
-
You cannot repeatedly call the **DeleteHaVip** operation to delete
|
|
17892
|
+
The HaVip must be in the available state before it can be deleted.
|
|
17893
|
+
Make sure that no routes are destined for the HaVip.
|
|
17894
|
+
Make sure that no elastic IP addresses (EIPs) are associated with the HaVip.
|
|
17895
|
+
**DeleteHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID while deleting the HaVip in the background. Call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
17896
|
+
The **Deleting** state indicates the HaVip is being deleted.
|
|
17897
|
+
If no HaVip is found, the HaVip is deleted.
|
|
17898
|
+
You cannot repeatedly call the **DeleteHaVip** operation to delete the same HaVip.
|
|
17875
17899
|
|
|
17876
17900
|
@param request: DeleteHaVipRequest
|
|
17877
17901
|
@return: DeleteHaVipResponse
|
|
@@ -21065,7 +21089,7 @@ class Client(OpenApiClient):
|
|
|
21065
21089
|
runtime: util_models.RuntimeOptions,
|
|
21066
21090
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterResponse:
|
|
21067
21091
|
"""
|
|
21068
|
-
@summary Deletes a filter of traffic
|
|
21092
|
+
@summary Deletes a filter of traffic mirror.
|
|
21069
21093
|
|
|
21070
21094
|
@description The **DeleteTrafficMirrorFilter** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [ListTrafficMirrorFilters](https://help.aliyun.com/document_detail/261353.html) operation to query the status of a filter:
|
|
21071
21095
|
If the filter is in the **Deleting** state, the filter is being deleted.
|
|
@@ -21119,7 +21143,7 @@ class Client(OpenApiClient):
|
|
|
21119
21143
|
runtime: util_models.RuntimeOptions,
|
|
21120
21144
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterResponse:
|
|
21121
21145
|
"""
|
|
21122
|
-
@summary Deletes a filter of traffic
|
|
21146
|
+
@summary Deletes a filter of traffic mirror.
|
|
21123
21147
|
|
|
21124
21148
|
@description The **DeleteTrafficMirrorFilter** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [ListTrafficMirrorFilters](https://help.aliyun.com/document_detail/261353.html) operation to query the status of a filter:
|
|
21125
21149
|
If the filter is in the **Deleting** state, the filter is being deleted.
|
|
@@ -21172,7 +21196,7 @@ class Client(OpenApiClient):
|
|
|
21172
21196
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRequest,
|
|
21173
21197
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterResponse:
|
|
21174
21198
|
"""
|
|
21175
|
-
@summary Deletes a filter of traffic
|
|
21199
|
+
@summary Deletes a filter of traffic mirror.
|
|
21176
21200
|
|
|
21177
21201
|
@description The **DeleteTrafficMirrorFilter** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [ListTrafficMirrorFilters](https://help.aliyun.com/document_detail/261353.html) operation to query the status of a filter:
|
|
21178
21202
|
If the filter is in the **Deleting** state, the filter is being deleted.
|
|
@@ -21190,7 +21214,7 @@ class Client(OpenApiClient):
|
|
|
21190
21214
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRequest,
|
|
21191
21215
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterResponse:
|
|
21192
21216
|
"""
|
|
21193
|
-
@summary Deletes a filter of traffic
|
|
21217
|
+
@summary Deletes a filter of traffic mirror.
|
|
21194
21218
|
|
|
21195
21219
|
@description The **DeleteTrafficMirrorFilter** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [ListTrafficMirrorFilters](https://help.aliyun.com/document_detail/261353.html) operation to query the status of a filter:
|
|
21196
21220
|
If the filter is in the **Deleting** state, the filter is being deleted.
|
|
@@ -21209,7 +21233,7 @@ class Client(OpenApiClient):
|
|
|
21209
21233
|
runtime: util_models.RuntimeOptions,
|
|
21210
21234
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
21211
21235
|
"""
|
|
21212
|
-
@summary Deletes an inbound or outbound rule of a filter for traffic
|
|
21236
|
+
@summary Deletes an inbound or outbound rule of a filter for traffic mirror.
|
|
21213
21237
|
|
|
21214
21238
|
@description **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](https://help.aliyun.com/document_detail/261353.html) to query the status of the task.
|
|
21215
21239
|
If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
@@ -21265,7 +21289,7 @@ class Client(OpenApiClient):
|
|
|
21265
21289
|
runtime: util_models.RuntimeOptions,
|
|
21266
21290
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
21267
21291
|
"""
|
|
21268
|
-
@summary Deletes an inbound or outbound rule of a filter for traffic
|
|
21292
|
+
@summary Deletes an inbound or outbound rule of a filter for traffic mirror.
|
|
21269
21293
|
|
|
21270
21294
|
@description **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](https://help.aliyun.com/document_detail/261353.html) to query the status of the task.
|
|
21271
21295
|
If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
@@ -21320,7 +21344,7 @@ class Client(OpenApiClient):
|
|
|
21320
21344
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRulesRequest,
|
|
21321
21345
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
21322
21346
|
"""
|
|
21323
|
-
@summary Deletes an inbound or outbound rule of a filter for traffic
|
|
21347
|
+
@summary Deletes an inbound or outbound rule of a filter for traffic mirror.
|
|
21324
21348
|
|
|
21325
21349
|
@description **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](https://help.aliyun.com/document_detail/261353.html) to query the status of the task.
|
|
21326
21350
|
If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
@@ -21338,7 +21362,7 @@ class Client(OpenApiClient):
|
|
|
21338
21362
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRulesRequest,
|
|
21339
21363
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
21340
21364
|
"""
|
|
21341
|
-
@summary Deletes an inbound or outbound rule of a filter for traffic
|
|
21365
|
+
@summary Deletes an inbound or outbound rule of a filter for traffic mirror.
|
|
21342
21366
|
|
|
21343
21367
|
@description **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](https://help.aliyun.com/document_detail/261353.html) to query the status of the task.
|
|
21344
21368
|
If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
@@ -21504,7 +21528,7 @@ class Client(OpenApiClient):
|
|
|
21504
21528
|
@summary Deletes a vSwitch.
|
|
21505
21529
|
|
|
21506
21530
|
@description When you call this operation, take note of the following limits:
|
|
21507
|
-
Before you delete a vSwitch, you must first release or remove all virtual private cloud (VPC) resources, including vSwitches, instances, router interfaces, and high-availability virtual IP addresses (
|
|
21531
|
+
Before you delete a vSwitch, you must first release or remove all virtual private cloud (VPC) resources, including vSwitches, instances, router interfaces, and high-availability virtual IP addresses (HaVips).
|
|
21508
21532
|
You can delete only vSwitches that are in the **Available** state.
|
|
21509
21533
|
You cannot delete a vSwitch from a VPC where a vSwitch or a route is being created or deleted.
|
|
21510
21534
|
**DeleteVSwitch** 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 [DescribeVSwitchAttributes](https://help.aliyun.com/document_detail/94567.html) operation to query the status of the task:
|
|
@@ -21560,7 +21584,7 @@ class Client(OpenApiClient):
|
|
|
21560
21584
|
@summary Deletes a vSwitch.
|
|
21561
21585
|
|
|
21562
21586
|
@description When you call this operation, take note of the following limits:
|
|
21563
|
-
Before you delete a vSwitch, you must first release or remove all virtual private cloud (VPC) resources, including vSwitches, instances, router interfaces, and high-availability virtual IP addresses (
|
|
21587
|
+
Before you delete a vSwitch, you must first release or remove all virtual private cloud (VPC) resources, including vSwitches, instances, router interfaces, and high-availability virtual IP addresses (HaVips).
|
|
21564
21588
|
You can delete only vSwitches that are in the **Available** state.
|
|
21565
21589
|
You cannot delete a vSwitch from a VPC where a vSwitch or a route is being created or deleted.
|
|
21566
21590
|
**DeleteVSwitch** 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 [DescribeVSwitchAttributes](https://help.aliyun.com/document_detail/94567.html) operation to query the status of the task:
|
|
@@ -21615,7 +21639,7 @@ class Client(OpenApiClient):
|
|
|
21615
21639
|
@summary Deletes a vSwitch.
|
|
21616
21640
|
|
|
21617
21641
|
@description When you call this operation, take note of the following limits:
|
|
21618
|
-
Before you delete a vSwitch, you must first release or remove all virtual private cloud (VPC) resources, including vSwitches, instances, router interfaces, and high-availability virtual IP addresses (
|
|
21642
|
+
Before you delete a vSwitch, you must first release or remove all virtual private cloud (VPC) resources, including vSwitches, instances, router interfaces, and high-availability virtual IP addresses (HaVips).
|
|
21619
21643
|
You can delete only vSwitches that are in the **Available** state.
|
|
21620
21644
|
You cannot delete a vSwitch from a VPC where a vSwitch or a route is being created or deleted.
|
|
21621
21645
|
**DeleteVSwitch** 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 [DescribeVSwitchAttributes](https://help.aliyun.com/document_detail/94567.html) operation to query the status of the task:
|
|
@@ -21637,7 +21661,7 @@ class Client(OpenApiClient):
|
|
|
21637
21661
|
@summary Deletes a vSwitch.
|
|
21638
21662
|
|
|
21639
21663
|
@description When you call this operation, take note of the following limits:
|
|
21640
|
-
Before you delete a vSwitch, you must first release or remove all virtual private cloud (VPC) resources, including vSwitches, instances, router interfaces, and high-availability virtual IP addresses (
|
|
21664
|
+
Before you delete a vSwitch, you must first release or remove all virtual private cloud (VPC) resources, including vSwitches, instances, router interfaces, and high-availability virtual IP addresses (HaVips).
|
|
21641
21665
|
You can delete only vSwitches that are in the **Available** state.
|
|
21642
21666
|
You cannot delete a vSwitch from a VPC where a vSwitch or a route is being created or deleted.
|
|
21643
21667
|
**DeleteVSwitch** 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 [DescribeVSwitchAttributes](https://help.aliyun.com/document_detail/94567.html) operation to query the status of the task:
|
|
@@ -22220,7 +22244,7 @@ class Client(OpenApiClient):
|
|
|
22220
22244
|
@summary Deletes a virtual private cloud (VPC).
|
|
22221
22245
|
|
|
22222
22246
|
@description When you call this operation, take note of the following limits:
|
|
22223
|
-
Before you delete a VPC, make sure that all resources deployed in the VPC are released or removed, such as vSwitches, instances, and high-availability virtual IP addresses (
|
|
22247
|
+
Before you delete a VPC, make sure that all resources deployed in the VPC are released or removed, such as vSwitches, instances, and high-availability virtual IP addresses (HaVips).
|
|
22224
22248
|
You can delete only a VPC that is in the **Available** state.
|
|
22225
22249
|
The **DeleteVpc** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeVpcAttribute](https://help.aliyun.com/document_detail/94565.html) operation to query the status of a VPC:
|
|
22226
22250
|
If the VPC is in the **Deleting** state, the VPC is being deleted.
|
|
@@ -22279,7 +22303,7 @@ class Client(OpenApiClient):
|
|
|
22279
22303
|
@summary Deletes a virtual private cloud (VPC).
|
|
22280
22304
|
|
|
22281
22305
|
@description When you call this operation, take note of the following limits:
|
|
22282
|
-
Before you delete a VPC, make sure that all resources deployed in the VPC are released or removed, such as vSwitches, instances, and high-availability virtual IP addresses (
|
|
22306
|
+
Before you delete a VPC, make sure that all resources deployed in the VPC are released or removed, such as vSwitches, instances, and high-availability virtual IP addresses (HaVips).
|
|
22283
22307
|
You can delete only a VPC that is in the **Available** state.
|
|
22284
22308
|
The **DeleteVpc** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeVpcAttribute](https://help.aliyun.com/document_detail/94565.html) operation to query the status of a VPC:
|
|
22285
22309
|
If the VPC is in the **Deleting** state, the VPC is being deleted.
|
|
@@ -22337,7 +22361,7 @@ class Client(OpenApiClient):
|
|
|
22337
22361
|
@summary Deletes a virtual private cloud (VPC).
|
|
22338
22362
|
|
|
22339
22363
|
@description When you call this operation, take note of the following limits:
|
|
22340
|
-
Before you delete a VPC, make sure that all resources deployed in the VPC are released or removed, such as vSwitches, instances, and high-availability virtual IP addresses (
|
|
22364
|
+
Before you delete a VPC, make sure that all resources deployed in the VPC are released or removed, such as vSwitches, instances, and high-availability virtual IP addresses (HaVips).
|
|
22341
22365
|
You can delete only a VPC that is in the **Available** state.
|
|
22342
22366
|
The **DeleteVpc** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeVpcAttribute](https://help.aliyun.com/document_detail/94565.html) operation to query the status of a VPC:
|
|
22343
22367
|
If the VPC is in the **Deleting** state, the VPC is being deleted.
|
|
@@ -22358,7 +22382,7 @@ class Client(OpenApiClient):
|
|
|
22358
22382
|
@summary Deletes a virtual private cloud (VPC).
|
|
22359
22383
|
|
|
22360
22384
|
@description When you call this operation, take note of the following limits:
|
|
22361
|
-
Before you delete a VPC, make sure that all resources deployed in the VPC are released or removed, such as vSwitches, instances, and high-availability virtual IP addresses (
|
|
22385
|
+
Before you delete a VPC, make sure that all resources deployed in the VPC are released or removed, such as vSwitches, instances, and high-availability virtual IP addresses (HaVips).
|
|
22362
22386
|
You can delete only a VPC that is in the **Available** state.
|
|
22363
22387
|
The **DeleteVpc** operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the [DescribeVpcAttribute](https://help.aliyun.com/document_detail/94565.html) operation to query the status of a VPC:
|
|
22364
22388
|
If the VPC is in the **Deleting** state, the VPC is being deleted.
|
|
@@ -26485,7 +26509,7 @@ class Client(OpenApiClient):
|
|
|
26485
26509
|
runtime: util_models.RuntimeOptions,
|
|
26486
26510
|
) -> vpc_20160428_models.DescribeHaVipsResponse:
|
|
26487
26511
|
"""
|
|
26488
|
-
@summary Queries
|
|
26512
|
+
@summary Queries HaVips in a region.
|
|
26489
26513
|
|
|
26490
26514
|
@param request: DescribeHaVipsRequest
|
|
26491
26515
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26538,7 +26562,7 @@ class Client(OpenApiClient):
|
|
|
26538
26562
|
runtime: util_models.RuntimeOptions,
|
|
26539
26563
|
) -> vpc_20160428_models.DescribeHaVipsResponse:
|
|
26540
26564
|
"""
|
|
26541
|
-
@summary Queries
|
|
26565
|
+
@summary Queries HaVips in a region.
|
|
26542
26566
|
|
|
26543
26567
|
@param request: DescribeHaVipsRequest
|
|
26544
26568
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26590,7 +26614,7 @@ class Client(OpenApiClient):
|
|
|
26590
26614
|
request: vpc_20160428_models.DescribeHaVipsRequest,
|
|
26591
26615
|
) -> vpc_20160428_models.DescribeHaVipsResponse:
|
|
26592
26616
|
"""
|
|
26593
|
-
@summary Queries
|
|
26617
|
+
@summary Queries HaVips in a region.
|
|
26594
26618
|
|
|
26595
26619
|
@param request: DescribeHaVipsRequest
|
|
26596
26620
|
@return: DescribeHaVipsResponse
|
|
@@ -26603,7 +26627,7 @@ class Client(OpenApiClient):
|
|
|
26603
26627
|
request: vpc_20160428_models.DescribeHaVipsRequest,
|
|
26604
26628
|
) -> vpc_20160428_models.DescribeHaVipsResponse:
|
|
26605
26629
|
"""
|
|
26606
|
-
@summary Queries
|
|
26630
|
+
@summary Queries HaVips in a region.
|
|
26607
26631
|
|
|
26608
26632
|
@param request: DescribeHaVipsRequest
|
|
26609
26633
|
@return: DescribeHaVipsResponse
|
|
@@ -30581,7 +30605,7 @@ class Client(OpenApiClient):
|
|
|
30581
30605
|
runtime: util_models.RuntimeOptions,
|
|
30582
30606
|
) -> vpc_20160428_models.DescribeTagKeysResponse:
|
|
30583
30607
|
"""
|
|
30584
|
-
@summary
|
|
30608
|
+
@summary Queries tag keys.
|
|
30585
30609
|
|
|
30586
30610
|
@param request: DescribeTagKeysRequest
|
|
30587
30611
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -30634,7 +30658,7 @@ class Client(OpenApiClient):
|
|
|
30634
30658
|
runtime: util_models.RuntimeOptions,
|
|
30635
30659
|
) -> vpc_20160428_models.DescribeTagKeysResponse:
|
|
30636
30660
|
"""
|
|
30637
|
-
@summary
|
|
30661
|
+
@summary Queries tag keys.
|
|
30638
30662
|
|
|
30639
30663
|
@param request: DescribeTagKeysRequest
|
|
30640
30664
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -30686,7 +30710,7 @@ class Client(OpenApiClient):
|
|
|
30686
30710
|
request: vpc_20160428_models.DescribeTagKeysRequest,
|
|
30687
30711
|
) -> vpc_20160428_models.DescribeTagKeysResponse:
|
|
30688
30712
|
"""
|
|
30689
|
-
@summary
|
|
30713
|
+
@summary Queries tag keys.
|
|
30690
30714
|
|
|
30691
30715
|
@param request: DescribeTagKeysRequest
|
|
30692
30716
|
@return: DescribeTagKeysResponse
|
|
@@ -30699,7 +30723,7 @@ class Client(OpenApiClient):
|
|
|
30699
30723
|
request: vpc_20160428_models.DescribeTagKeysRequest,
|
|
30700
30724
|
) -> vpc_20160428_models.DescribeTagKeysResponse:
|
|
30701
30725
|
"""
|
|
30702
|
-
@summary
|
|
30726
|
+
@summary Queries tag keys.
|
|
30703
30727
|
|
|
30704
30728
|
@param request: DescribeTagKeysRequest
|
|
30705
30729
|
@return: DescribeTagKeysResponse
|
|
@@ -36145,7 +36169,7 @@ class Client(OpenApiClient):
|
|
|
36145
36169
|
runtime: util_models.RuntimeOptions,
|
|
36146
36170
|
) -> vpc_20160428_models.GetTrafficMirrorServiceStatusResponse:
|
|
36147
36171
|
"""
|
|
36148
|
-
@summary Queries the status of the traffic
|
|
36172
|
+
@summary Queries the status of the traffic mirror feature.
|
|
36149
36173
|
|
|
36150
36174
|
@param request: GetTrafficMirrorServiceStatusRequest
|
|
36151
36175
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36192,7 +36216,7 @@ class Client(OpenApiClient):
|
|
|
36192
36216
|
runtime: util_models.RuntimeOptions,
|
|
36193
36217
|
) -> vpc_20160428_models.GetTrafficMirrorServiceStatusResponse:
|
|
36194
36218
|
"""
|
|
36195
|
-
@summary Queries the status of the traffic
|
|
36219
|
+
@summary Queries the status of the traffic mirror feature.
|
|
36196
36220
|
|
|
36197
36221
|
@param request: GetTrafficMirrorServiceStatusRequest
|
|
36198
36222
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36238,7 +36262,7 @@ class Client(OpenApiClient):
|
|
|
36238
36262
|
request: vpc_20160428_models.GetTrafficMirrorServiceStatusRequest,
|
|
36239
36263
|
) -> vpc_20160428_models.GetTrafficMirrorServiceStatusResponse:
|
|
36240
36264
|
"""
|
|
36241
|
-
@summary Queries the status of the traffic
|
|
36265
|
+
@summary Queries the status of the traffic mirror feature.
|
|
36242
36266
|
|
|
36243
36267
|
@param request: GetTrafficMirrorServiceStatusRequest
|
|
36244
36268
|
@return: GetTrafficMirrorServiceStatusResponse
|
|
@@ -36251,7 +36275,7 @@ class Client(OpenApiClient):
|
|
|
36251
36275
|
request: vpc_20160428_models.GetTrafficMirrorServiceStatusRequest,
|
|
36252
36276
|
) -> vpc_20160428_models.GetTrafficMirrorServiceStatusResponse:
|
|
36253
36277
|
"""
|
|
36254
|
-
@summary Queries the status of the traffic
|
|
36278
|
+
@summary Queries the status of the traffic mirror feature.
|
|
36255
36279
|
|
|
36256
36280
|
@param request: GetTrafficMirrorServiceStatusRequest
|
|
36257
36281
|
@return: GetTrafficMirrorServiceStatusResponse
|
|
@@ -39431,7 +39455,7 @@ class Client(OpenApiClient):
|
|
|
39431
39455
|
runtime: util_models.RuntimeOptions,
|
|
39432
39456
|
) -> vpc_20160428_models.ListTrafficMirrorFiltersResponse:
|
|
39433
39457
|
"""
|
|
39434
|
-
@summary Queries filters for traffic
|
|
39458
|
+
@summary Queries filters for traffic mirror.
|
|
39435
39459
|
|
|
39436
39460
|
@param request: ListTrafficMirrorFiltersRequest
|
|
39437
39461
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -39486,7 +39510,7 @@ class Client(OpenApiClient):
|
|
|
39486
39510
|
runtime: util_models.RuntimeOptions,
|
|
39487
39511
|
) -> vpc_20160428_models.ListTrafficMirrorFiltersResponse:
|
|
39488
39512
|
"""
|
|
39489
|
-
@summary Queries filters for traffic
|
|
39513
|
+
@summary Queries filters for traffic mirror.
|
|
39490
39514
|
|
|
39491
39515
|
@param request: ListTrafficMirrorFiltersRequest
|
|
39492
39516
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -39540,7 +39564,7 @@ class Client(OpenApiClient):
|
|
|
39540
39564
|
request: vpc_20160428_models.ListTrafficMirrorFiltersRequest,
|
|
39541
39565
|
) -> vpc_20160428_models.ListTrafficMirrorFiltersResponse:
|
|
39542
39566
|
"""
|
|
39543
|
-
@summary Queries filters for traffic
|
|
39567
|
+
@summary Queries filters for traffic mirror.
|
|
39544
39568
|
|
|
39545
39569
|
@param request: ListTrafficMirrorFiltersRequest
|
|
39546
39570
|
@return: ListTrafficMirrorFiltersResponse
|
|
@@ -39553,7 +39577,7 @@ class Client(OpenApiClient):
|
|
|
39553
39577
|
request: vpc_20160428_models.ListTrafficMirrorFiltersRequest,
|
|
39554
39578
|
) -> vpc_20160428_models.ListTrafficMirrorFiltersResponse:
|
|
39555
39579
|
"""
|
|
39556
|
-
@summary Queries filters for traffic
|
|
39580
|
+
@summary Queries filters for traffic mirror.
|
|
39557
39581
|
|
|
39558
39582
|
@param request: ListTrafficMirrorFiltersRequest
|
|
39559
39583
|
@return: ListTrafficMirrorFiltersResponse
|
|
@@ -40275,7 +40299,7 @@ class Client(OpenApiClient):
|
|
|
40275
40299
|
runtime: util_models.RuntimeOptions,
|
|
40276
40300
|
) -> vpc_20160428_models.ListVpcPublishedRouteEntriesResponse:
|
|
40277
40301
|
"""
|
|
40278
|
-
@summary
|
|
40302
|
+
@summary Queries advertised routes.
|
|
40279
40303
|
|
|
40280
40304
|
@param request: ListVpcPublishedRouteEntriesRequest
|
|
40281
40305
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -40332,7 +40356,7 @@ class Client(OpenApiClient):
|
|
|
40332
40356
|
runtime: util_models.RuntimeOptions,
|
|
40333
40357
|
) -> vpc_20160428_models.ListVpcPublishedRouteEntriesResponse:
|
|
40334
40358
|
"""
|
|
40335
|
-
@summary
|
|
40359
|
+
@summary Queries advertised routes.
|
|
40336
40360
|
|
|
40337
40361
|
@param request: ListVpcPublishedRouteEntriesRequest
|
|
40338
40362
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -40388,7 +40412,7 @@ class Client(OpenApiClient):
|
|
|
40388
40412
|
request: vpc_20160428_models.ListVpcPublishedRouteEntriesRequest,
|
|
40389
40413
|
) -> vpc_20160428_models.ListVpcPublishedRouteEntriesResponse:
|
|
40390
40414
|
"""
|
|
40391
|
-
@summary
|
|
40415
|
+
@summary Queries advertised routes.
|
|
40392
40416
|
|
|
40393
40417
|
@param request: ListVpcPublishedRouteEntriesRequest
|
|
40394
40418
|
@return: ListVpcPublishedRouteEntriesResponse
|
|
@@ -40401,7 +40425,7 @@ class Client(OpenApiClient):
|
|
|
40401
40425
|
request: vpc_20160428_models.ListVpcPublishedRouteEntriesRequest,
|
|
40402
40426
|
) -> vpc_20160428_models.ListVpcPublishedRouteEntriesResponse:
|
|
40403
40427
|
"""
|
|
40404
|
-
@summary
|
|
40428
|
+
@summary Queries advertised routes.
|
|
40405
40429
|
|
|
40406
40430
|
@param request: ListVpcPublishedRouteEntriesRequest
|
|
40407
40431
|
@return: ListVpcPublishedRouteEntriesResponse
|
|
@@ -43143,7 +43167,9 @@ class Client(OpenApiClient):
|
|
|
43143
43167
|
runtime: util_models.RuntimeOptions,
|
|
43144
43168
|
) -> vpc_20160428_models.ModifyHaVipAttributeResponse:
|
|
43145
43169
|
"""
|
|
43146
|
-
@
|
|
43170
|
+
@summary Modifies the name and description of a high-availability virtual IP address (HaVip).
|
|
43171
|
+
|
|
43172
|
+
@description You cannot repeatedly call the *ModifyHaVipAttribute** operation to modify the name and description of an HaVip within the specified periods of time.
|
|
43147
43173
|
|
|
43148
43174
|
@param request: ModifyHaVipAttributeRequest
|
|
43149
43175
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -43194,7 +43220,9 @@ class Client(OpenApiClient):
|
|
|
43194
43220
|
runtime: util_models.RuntimeOptions,
|
|
43195
43221
|
) -> vpc_20160428_models.ModifyHaVipAttributeResponse:
|
|
43196
43222
|
"""
|
|
43197
|
-
@
|
|
43223
|
+
@summary Modifies the name and description of a high-availability virtual IP address (HaVip).
|
|
43224
|
+
|
|
43225
|
+
@description You cannot repeatedly call the *ModifyHaVipAttribute** operation to modify the name and description of an HaVip within the specified periods of time.
|
|
43198
43226
|
|
|
43199
43227
|
@param request: ModifyHaVipAttributeRequest
|
|
43200
43228
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -43244,7 +43272,9 @@ class Client(OpenApiClient):
|
|
|
43244
43272
|
request: vpc_20160428_models.ModifyHaVipAttributeRequest,
|
|
43245
43273
|
) -> vpc_20160428_models.ModifyHaVipAttributeResponse:
|
|
43246
43274
|
"""
|
|
43247
|
-
@
|
|
43275
|
+
@summary Modifies the name and description of a high-availability virtual IP address (HaVip).
|
|
43276
|
+
|
|
43277
|
+
@description You cannot repeatedly call the *ModifyHaVipAttribute** operation to modify the name and description of an HaVip within the specified periods of time.
|
|
43248
43278
|
|
|
43249
43279
|
@param request: ModifyHaVipAttributeRequest
|
|
43250
43280
|
@return: ModifyHaVipAttributeResponse
|
|
@@ -43257,7 +43287,9 @@ class Client(OpenApiClient):
|
|
|
43257
43287
|
request: vpc_20160428_models.ModifyHaVipAttributeRequest,
|
|
43258
43288
|
) -> vpc_20160428_models.ModifyHaVipAttributeResponse:
|
|
43259
43289
|
"""
|
|
43260
|
-
@
|
|
43290
|
+
@summary Modifies the name and description of a high-availability virtual IP address (HaVip).
|
|
43291
|
+
|
|
43292
|
+
@description You cannot repeatedly call the *ModifyHaVipAttribute** operation to modify the name and description of an HaVip within the specified periods of time.
|
|
43261
43293
|
|
|
43262
43294
|
@param request: ModifyHaVipAttributeRequest
|
|
43263
43295
|
@return: ModifyHaVipAttributeResponse
|
|
@@ -49531,10 +49563,10 @@ class Client(OpenApiClient):
|
|
|
49531
49563
|
runtime: util_models.RuntimeOptions,
|
|
49532
49564
|
) -> vpc_20160428_models.OpenTrafficMirrorServiceResponse:
|
|
49533
49565
|
"""
|
|
49534
|
-
@summary Enables traffic
|
|
49566
|
+
@summary Enables traffic mirror.
|
|
49535
49567
|
|
|
49536
49568
|
@description ## [](#)Usage notes
|
|
49537
|
-
You can enable traffic
|
|
49569
|
+
You can enable traffic mirror for different regions. You cannot repeatedly call the *OpenTrafficMirrorService** operation to enable traffic mirror for one region within the specified period of time.
|
|
49538
49570
|
|
|
49539
49571
|
@param request: OpenTrafficMirrorServiceRequest
|
|
49540
49572
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -49581,10 +49613,10 @@ class Client(OpenApiClient):
|
|
|
49581
49613
|
runtime: util_models.RuntimeOptions,
|
|
49582
49614
|
) -> vpc_20160428_models.OpenTrafficMirrorServiceResponse:
|
|
49583
49615
|
"""
|
|
49584
|
-
@summary Enables traffic
|
|
49616
|
+
@summary Enables traffic mirror.
|
|
49585
49617
|
|
|
49586
49618
|
@description ## [](#)Usage notes
|
|
49587
|
-
You can enable traffic
|
|
49619
|
+
You can enable traffic mirror for different regions. You cannot repeatedly call the *OpenTrafficMirrorService** operation to enable traffic mirror for one region within the specified period of time.
|
|
49588
49620
|
|
|
49589
49621
|
@param request: OpenTrafficMirrorServiceRequest
|
|
49590
49622
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -49630,10 +49662,10 @@ class Client(OpenApiClient):
|
|
|
49630
49662
|
request: vpc_20160428_models.OpenTrafficMirrorServiceRequest,
|
|
49631
49663
|
) -> vpc_20160428_models.OpenTrafficMirrorServiceResponse:
|
|
49632
49664
|
"""
|
|
49633
|
-
@summary Enables traffic
|
|
49665
|
+
@summary Enables traffic mirror.
|
|
49634
49666
|
|
|
49635
49667
|
@description ## [](#)Usage notes
|
|
49636
|
-
You can enable traffic
|
|
49668
|
+
You can enable traffic mirror for different regions. You cannot repeatedly call the *OpenTrafficMirrorService** operation to enable traffic mirror for one region within the specified period of time.
|
|
49637
49669
|
|
|
49638
49670
|
@param request: OpenTrafficMirrorServiceRequest
|
|
49639
49671
|
@return: OpenTrafficMirrorServiceResponse
|
|
@@ -49646,10 +49678,10 @@ class Client(OpenApiClient):
|
|
|
49646
49678
|
request: vpc_20160428_models.OpenTrafficMirrorServiceRequest,
|
|
49647
49679
|
) -> vpc_20160428_models.OpenTrafficMirrorServiceResponse:
|
|
49648
49680
|
"""
|
|
49649
|
-
@summary Enables traffic
|
|
49681
|
+
@summary Enables traffic mirror.
|
|
49650
49682
|
|
|
49651
49683
|
@description ## [](#)Usage notes
|
|
49652
|
-
You can enable traffic
|
|
49684
|
+
You can enable traffic mirror for different regions. You cannot repeatedly call the *OpenTrafficMirrorService** operation to enable traffic mirror for one region within the specified period of time.
|
|
49653
49685
|
|
|
49654
49686
|
@param request: OpenTrafficMirrorServiceRequest
|
|
49655
49687
|
@return: OpenTrafficMirrorServiceResponse
|
|
@@ -49663,7 +49695,7 @@ class Client(OpenApiClient):
|
|
|
49663
49695
|
runtime: util_models.RuntimeOptions,
|
|
49664
49696
|
) -> vpc_20160428_models.PublishVpcRouteEntriesResponse:
|
|
49665
49697
|
"""
|
|
49666
|
-
@summary
|
|
49698
|
+
@summary Advertises VPC routes to an external component.
|
|
49667
49699
|
|
|
49668
49700
|
@param request: PublishVpcRouteEntriesRequest
|
|
49669
49701
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -49716,7 +49748,7 @@ class Client(OpenApiClient):
|
|
|
49716
49748
|
runtime: util_models.RuntimeOptions,
|
|
49717
49749
|
) -> vpc_20160428_models.PublishVpcRouteEntriesResponse:
|
|
49718
49750
|
"""
|
|
49719
|
-
@summary
|
|
49751
|
+
@summary Advertises VPC routes to an external component.
|
|
49720
49752
|
|
|
49721
49753
|
@param request: PublishVpcRouteEntriesRequest
|
|
49722
49754
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -49768,7 +49800,7 @@ class Client(OpenApiClient):
|
|
|
49768
49800
|
request: vpc_20160428_models.PublishVpcRouteEntriesRequest,
|
|
49769
49801
|
) -> vpc_20160428_models.PublishVpcRouteEntriesResponse:
|
|
49770
49802
|
"""
|
|
49771
|
-
@summary
|
|
49803
|
+
@summary Advertises VPC routes to an external component.
|
|
49772
49804
|
|
|
49773
49805
|
@param request: PublishVpcRouteEntriesRequest
|
|
49774
49806
|
@return: PublishVpcRouteEntriesResponse
|
|
@@ -49781,7 +49813,7 @@ class Client(OpenApiClient):
|
|
|
49781
49813
|
request: vpc_20160428_models.PublishVpcRouteEntriesRequest,
|
|
49782
49814
|
) -> vpc_20160428_models.PublishVpcRouteEntriesResponse:
|
|
49783
49815
|
"""
|
|
49784
|
-
@summary
|
|
49816
|
+
@summary Advertises VPC routes to an external component.
|
|
49785
49817
|
|
|
49786
49818
|
@param request: PublishVpcRouteEntriesRequest
|
|
49787
49819
|
@return: PublishVpcRouteEntriesResponse
|
|
@@ -53343,16 +53375,16 @@ class Client(OpenApiClient):
|
|
|
53343
53375
|
runtime: util_models.RuntimeOptions,
|
|
53344
53376
|
) -> vpc_20160428_models.UnassociateHaVipResponse:
|
|
53345
53377
|
"""
|
|
53346
|
-
@summary Disassociates a high-availability virtual IP address (
|
|
53378
|
+
@summary Disassociates a high-availability virtual IP address (HaVip) from an Elastic Compute Service (ECS) in a virtual private cloud (VPC) or from an elastic network interface (ENI).
|
|
53347
53379
|
|
|
53348
53380
|
@description ## [](#)
|
|
53349
53381
|
When you call this operation, take note of the following limits:
|
|
53350
53382
|
The ECS instance must be in the **Running** or **Stopped** state.
|
|
53351
|
-
The
|
|
53352
|
-
**UnassociateHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID and an instance ID and runs the task in the background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an
|
|
53353
|
-
If the
|
|
53354
|
-
If the
|
|
53355
|
-
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an
|
|
53383
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
53384
|
+
**UnassociateHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID and an instance ID and runs the task in the background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
53385
|
+
If the HaVip is in the **Unassociating** state, the HaVip is being disassociated.
|
|
53386
|
+
If the HaVip is in the **Inuse** or **Available** state, the HaVip is disassociated.
|
|
53387
|
+
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an HaVip within the specified period of time.
|
|
53356
53388
|
|
|
53357
53389
|
@param request: UnassociateHaVipRequest
|
|
53358
53390
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -53405,16 +53437,16 @@ class Client(OpenApiClient):
|
|
|
53405
53437
|
runtime: util_models.RuntimeOptions,
|
|
53406
53438
|
) -> vpc_20160428_models.UnassociateHaVipResponse:
|
|
53407
53439
|
"""
|
|
53408
|
-
@summary Disassociates a high-availability virtual IP address (
|
|
53440
|
+
@summary Disassociates a high-availability virtual IP address (HaVip) from an Elastic Compute Service (ECS) in a virtual private cloud (VPC) or from an elastic network interface (ENI).
|
|
53409
53441
|
|
|
53410
53442
|
@description ## [](#)
|
|
53411
53443
|
When you call this operation, take note of the following limits:
|
|
53412
53444
|
The ECS instance must be in the **Running** or **Stopped** state.
|
|
53413
|
-
The
|
|
53414
|
-
**UnassociateHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID and an instance ID and runs the task in the background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an
|
|
53415
|
-
If the
|
|
53416
|
-
If the
|
|
53417
|
-
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an
|
|
53445
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
53446
|
+
**UnassociateHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID and an instance ID and runs the task in the background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
53447
|
+
If the HaVip is in the **Unassociating** state, the HaVip is being disassociated.
|
|
53448
|
+
If the HaVip is in the **Inuse** or **Available** state, the HaVip is disassociated.
|
|
53449
|
+
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an HaVip within the specified period of time.
|
|
53418
53450
|
|
|
53419
53451
|
@param request: UnassociateHaVipRequest
|
|
53420
53452
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -53466,16 +53498,16 @@ class Client(OpenApiClient):
|
|
|
53466
53498
|
request: vpc_20160428_models.UnassociateHaVipRequest,
|
|
53467
53499
|
) -> vpc_20160428_models.UnassociateHaVipResponse:
|
|
53468
53500
|
"""
|
|
53469
|
-
@summary Disassociates a high-availability virtual IP address (
|
|
53501
|
+
@summary Disassociates a high-availability virtual IP address (HaVip) from an Elastic Compute Service (ECS) in a virtual private cloud (VPC) or from an elastic network interface (ENI).
|
|
53470
53502
|
|
|
53471
53503
|
@description ## [](#)
|
|
53472
53504
|
When you call this operation, take note of the following limits:
|
|
53473
53505
|
The ECS instance must be in the **Running** or **Stopped** state.
|
|
53474
|
-
The
|
|
53475
|
-
**UnassociateHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID and an instance ID and runs the task in the background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an
|
|
53476
|
-
If the
|
|
53477
|
-
If the
|
|
53478
|
-
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an
|
|
53506
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
53507
|
+
**UnassociateHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID and an instance ID and runs the task in the background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
53508
|
+
If the HaVip is in the **Unassociating** state, the HaVip is being disassociated.
|
|
53509
|
+
If the HaVip is in the **Inuse** or **Available** state, the HaVip is disassociated.
|
|
53510
|
+
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an HaVip within the specified period of time.
|
|
53479
53511
|
|
|
53480
53512
|
@param request: UnassociateHaVipRequest
|
|
53481
53513
|
@return: UnassociateHaVipResponse
|
|
@@ -53488,16 +53520,16 @@ class Client(OpenApiClient):
|
|
|
53488
53520
|
request: vpc_20160428_models.UnassociateHaVipRequest,
|
|
53489
53521
|
) -> vpc_20160428_models.UnassociateHaVipResponse:
|
|
53490
53522
|
"""
|
|
53491
|
-
@summary Disassociates a high-availability virtual IP address (
|
|
53523
|
+
@summary Disassociates a high-availability virtual IP address (HaVip) from an Elastic Compute Service (ECS) in a virtual private cloud (VPC) or from an elastic network interface (ENI).
|
|
53492
53524
|
|
|
53493
53525
|
@description ## [](#)
|
|
53494
53526
|
When you call this operation, take note of the following limits:
|
|
53495
53527
|
The ECS instance must be in the **Running** or **Stopped** state.
|
|
53496
|
-
The
|
|
53497
|
-
**UnassociateHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID and an instance ID and runs the task in the background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an
|
|
53498
|
-
If the
|
|
53499
|
-
If the
|
|
53500
|
-
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an
|
|
53528
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
53529
|
+
**UnassociateHaVip** is an asynchronous operation. After a request is sent, the system returns a request ID and an instance ID and runs the task in the background. You can call the [DescribeHaVips](https://help.aliyun.com/document_detail/114611.html) operation to query the status of an HaVip:
|
|
53530
|
+
If the HaVip is in the **Unassociating** state, the HaVip is being disassociated.
|
|
53531
|
+
If the HaVip is in the **Inuse** or **Available** state, the HaVip is disassociated.
|
|
53532
|
+
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an HaVip within the specified period of time.
|
|
53501
53533
|
|
|
53502
53534
|
@param request: UnassociateHaVipRequest
|
|
53503
53535
|
@return: UnassociateHaVipResponse
|
|
@@ -55451,9 +55483,9 @@ class Client(OpenApiClient):
|
|
|
55451
55483
|
runtime: util_models.RuntimeOptions,
|
|
55452
55484
|
) -> vpc_20160428_models.UpdateTrafficMirrorFilterAttributeResponse:
|
|
55453
55485
|
"""
|
|
55454
|
-
@summary Modifies the configuration of a filter for traffic
|
|
55486
|
+
@summary Modifies the configuration of a filter for traffic mirror.
|
|
55455
55487
|
|
|
55456
|
-
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic
|
|
55488
|
+
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic mirror within the specified period of time.
|
|
55457
55489
|
|
|
55458
55490
|
@param request: UpdateTrafficMirrorFilterAttributeRequest
|
|
55459
55491
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -55506,9 +55538,9 @@ class Client(OpenApiClient):
|
|
|
55506
55538
|
runtime: util_models.RuntimeOptions,
|
|
55507
55539
|
) -> vpc_20160428_models.UpdateTrafficMirrorFilterAttributeResponse:
|
|
55508
55540
|
"""
|
|
55509
|
-
@summary Modifies the configuration of a filter for traffic
|
|
55541
|
+
@summary Modifies the configuration of a filter for traffic mirror.
|
|
55510
55542
|
|
|
55511
|
-
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic
|
|
55543
|
+
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic mirror within the specified period of time.
|
|
55512
55544
|
|
|
55513
55545
|
@param request: UpdateTrafficMirrorFilterAttributeRequest
|
|
55514
55546
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -55560,9 +55592,9 @@ class Client(OpenApiClient):
|
|
|
55560
55592
|
request: vpc_20160428_models.UpdateTrafficMirrorFilterAttributeRequest,
|
|
55561
55593
|
) -> vpc_20160428_models.UpdateTrafficMirrorFilterAttributeResponse:
|
|
55562
55594
|
"""
|
|
55563
|
-
@summary Modifies the configuration of a filter for traffic
|
|
55595
|
+
@summary Modifies the configuration of a filter for traffic mirror.
|
|
55564
55596
|
|
|
55565
|
-
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic
|
|
55597
|
+
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic mirror within the specified period of time.
|
|
55566
55598
|
|
|
55567
55599
|
@param request: UpdateTrafficMirrorFilterAttributeRequest
|
|
55568
55600
|
@return: UpdateTrafficMirrorFilterAttributeResponse
|
|
@@ -55575,9 +55607,9 @@ class Client(OpenApiClient):
|
|
|
55575
55607
|
request: vpc_20160428_models.UpdateTrafficMirrorFilterAttributeRequest,
|
|
55576
55608
|
) -> vpc_20160428_models.UpdateTrafficMirrorFilterAttributeResponse:
|
|
55577
55609
|
"""
|
|
55578
|
-
@summary Modifies the configuration of a filter for traffic
|
|
55610
|
+
@summary Modifies the configuration of a filter for traffic mirror.
|
|
55579
55611
|
|
|
55580
|
-
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic
|
|
55612
|
+
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic mirror within the specified period of time.
|
|
55581
55613
|
|
|
55582
55614
|
@param request: UpdateTrafficMirrorFilterAttributeRequest
|
|
55583
55615
|
@return: UpdateTrafficMirrorFilterAttributeResponse
|