alibabacloud-vpc20160428 6.11.7__py3-none-any.whl → 6.11.8__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 +192 -172
- alibabacloud_vpc20160428/models.py +205 -112
- {alibabacloud_vpc20160428-6.11.7.dist-info → alibabacloud_vpc20160428-6.11.8.dist-info}/METADATA +1 -1
- alibabacloud_vpc20160428-6.11.8.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.8.dist-info}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.11.7.dist-info → alibabacloud_vpc20160428-6.11.8.dist-info}/WHEEL +0 -0
- {alibabacloud_vpc20160428-6.11.7.dist-info → alibabacloud_vpc20160428-6.11.8.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
|
|
@@ -5389,6 +5389,8 @@ class Client(OpenApiClient):
|
|
|
5389
5389
|
runtime: util_models.RuntimeOptions,
|
|
5390
5390
|
) -> vpc_20160428_models.ConvertBandwidthPackageResponse:
|
|
5391
5391
|
"""
|
|
5392
|
+
@deprecated OpenAPI ConvertBandwidthPackage is deprecated
|
|
5393
|
+
|
|
5392
5394
|
@summary Converts a NAT service plan to an Internet Shared Bandwidth instance.
|
|
5393
5395
|
|
|
5394
5396
|
@description Before you convert a NAT service plan to an Internet Shared Bandwidth instance, take note of the following limits:
|
|
@@ -5399,6 +5401,7 @@ class Client(OpenApiClient):
|
|
|
5399
5401
|
@param request: ConvertBandwidthPackageRequest
|
|
5400
5402
|
@param runtime: runtime options for this request RuntimeOptions
|
|
5401
5403
|
@return: ConvertBandwidthPackageResponse
|
|
5404
|
+
Deprecated
|
|
5402
5405
|
"""
|
|
5403
5406
|
UtilClient.validate_model(request)
|
|
5404
5407
|
query = {}
|
|
@@ -5441,6 +5444,8 @@ class Client(OpenApiClient):
|
|
|
5441
5444
|
runtime: util_models.RuntimeOptions,
|
|
5442
5445
|
) -> vpc_20160428_models.ConvertBandwidthPackageResponse:
|
|
5443
5446
|
"""
|
|
5447
|
+
@deprecated OpenAPI ConvertBandwidthPackage is deprecated
|
|
5448
|
+
|
|
5444
5449
|
@summary Converts a NAT service plan to an Internet Shared Bandwidth instance.
|
|
5445
5450
|
|
|
5446
5451
|
@description Before you convert a NAT service plan to an Internet Shared Bandwidth instance, take note of the following limits:
|
|
@@ -5451,6 +5456,7 @@ class Client(OpenApiClient):
|
|
|
5451
5456
|
@param request: ConvertBandwidthPackageRequest
|
|
5452
5457
|
@param runtime: runtime options for this request RuntimeOptions
|
|
5453
5458
|
@return: ConvertBandwidthPackageResponse
|
|
5459
|
+
Deprecated
|
|
5454
5460
|
"""
|
|
5455
5461
|
UtilClient.validate_model(request)
|
|
5456
5462
|
query = {}
|
|
@@ -5492,6 +5498,8 @@ class Client(OpenApiClient):
|
|
|
5492
5498
|
request: vpc_20160428_models.ConvertBandwidthPackageRequest,
|
|
5493
5499
|
) -> vpc_20160428_models.ConvertBandwidthPackageResponse:
|
|
5494
5500
|
"""
|
|
5501
|
+
@deprecated OpenAPI ConvertBandwidthPackage is deprecated
|
|
5502
|
+
|
|
5495
5503
|
@summary Converts a NAT service plan to an Internet Shared Bandwidth instance.
|
|
5496
5504
|
|
|
5497
5505
|
@description Before you convert a NAT service plan to an Internet Shared Bandwidth instance, take note of the following limits:
|
|
@@ -5501,6 +5509,7 @@ class Client(OpenApiClient):
|
|
|
5501
5509
|
|
|
5502
5510
|
@param request: ConvertBandwidthPackageRequest
|
|
5503
5511
|
@return: ConvertBandwidthPackageResponse
|
|
5512
|
+
Deprecated
|
|
5504
5513
|
"""
|
|
5505
5514
|
runtime = util_models.RuntimeOptions()
|
|
5506
5515
|
return self.convert_bandwidth_package_with_options(request, runtime)
|
|
@@ -5510,6 +5519,8 @@ class Client(OpenApiClient):
|
|
|
5510
5519
|
request: vpc_20160428_models.ConvertBandwidthPackageRequest,
|
|
5511
5520
|
) -> vpc_20160428_models.ConvertBandwidthPackageResponse:
|
|
5512
5521
|
"""
|
|
5522
|
+
@deprecated OpenAPI ConvertBandwidthPackage is deprecated
|
|
5523
|
+
|
|
5513
5524
|
@summary Converts a NAT service plan to an Internet Shared Bandwidth instance.
|
|
5514
5525
|
|
|
5515
5526
|
@description Before you convert a NAT service plan to an Internet Shared Bandwidth instance, take note of the following limits:
|
|
@@ -5519,6 +5530,7 @@ class Client(OpenApiClient):
|
|
|
5519
5530
|
|
|
5520
5531
|
@param request: ConvertBandwidthPackageRequest
|
|
5521
5532
|
@return: ConvertBandwidthPackageResponse
|
|
5533
|
+
Deprecated
|
|
5522
5534
|
"""
|
|
5523
5535
|
runtime = util_models.RuntimeOptions()
|
|
5524
5536
|
return await self.convert_bandwidth_package_with_options_async(request, runtime)
|
|
@@ -8313,11 +8325,11 @@ class Client(OpenApiClient):
|
|
|
8313
8325
|
runtime: util_models.RuntimeOptions,
|
|
8314
8326
|
) -> vpc_20160428_models.CreateHaVipResponse:
|
|
8315
8327
|
"""
|
|
8316
|
-
@summary Creates a high-availability virtual IP address (
|
|
8328
|
+
@summary Creates a high-availability virtual IP address (HaVip).
|
|
8317
8329
|
|
|
8318
8330
|
@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
|
|
8331
|
+
If the HaVip is in the **Creating** state, the HaVip is being created.
|
|
8332
|
+
If the HaVip is in the **Available** state, the HaVip is created.
|
|
8321
8333
|
|
|
8322
8334
|
@param request: CreateHaVipRequest
|
|
8323
8335
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -8374,11 +8386,11 @@ class Client(OpenApiClient):
|
|
|
8374
8386
|
runtime: util_models.RuntimeOptions,
|
|
8375
8387
|
) -> vpc_20160428_models.CreateHaVipResponse:
|
|
8376
8388
|
"""
|
|
8377
|
-
@summary Creates a high-availability virtual IP address (
|
|
8389
|
+
@summary Creates a high-availability virtual IP address (HaVip).
|
|
8378
8390
|
|
|
8379
8391
|
@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
|
|
8392
|
+
If the HaVip is in the **Creating** state, the HaVip is being created.
|
|
8393
|
+
If the HaVip is in the **Available** state, the HaVip is created.
|
|
8382
8394
|
|
|
8383
8395
|
@param request: CreateHaVipRequest
|
|
8384
8396
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -8434,11 +8446,11 @@ class Client(OpenApiClient):
|
|
|
8434
8446
|
request: vpc_20160428_models.CreateHaVipRequest,
|
|
8435
8447
|
) -> vpc_20160428_models.CreateHaVipResponse:
|
|
8436
8448
|
"""
|
|
8437
|
-
@summary Creates a high-availability virtual IP address (
|
|
8449
|
+
@summary Creates a high-availability virtual IP address (HaVip).
|
|
8438
8450
|
|
|
8439
8451
|
@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
|
|
8452
|
+
If the HaVip is in the **Creating** state, the HaVip is being created.
|
|
8453
|
+
If the HaVip is in the **Available** state, the HaVip is created.
|
|
8442
8454
|
|
|
8443
8455
|
@param request: CreateHaVipRequest
|
|
8444
8456
|
@return: CreateHaVipResponse
|
|
@@ -8451,11 +8463,11 @@ class Client(OpenApiClient):
|
|
|
8451
8463
|
request: vpc_20160428_models.CreateHaVipRequest,
|
|
8452
8464
|
) -> vpc_20160428_models.CreateHaVipResponse:
|
|
8453
8465
|
"""
|
|
8454
|
-
@summary Creates a high-availability virtual IP address (
|
|
8466
|
+
@summary Creates a high-availability virtual IP address (HaVip).
|
|
8455
8467
|
|
|
8456
8468
|
@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
|
|
8469
|
+
If the HaVip is in the **Creating** state, the HaVip is being created.
|
|
8470
|
+
If the HaVip is in the **Available** state, the HaVip is created.
|
|
8459
8471
|
|
|
8460
8472
|
@param request: CreateHaVipRequest
|
|
8461
8473
|
@return: CreateHaVipResponse
|
|
@@ -12413,7 +12425,7 @@ class Client(OpenApiClient):
|
|
|
12413
12425
|
runtime: util_models.RuntimeOptions,
|
|
12414
12426
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
12415
12427
|
"""
|
|
12416
|
-
@summary Creates a filter for traffic
|
|
12428
|
+
@summary Creates a filter for traffic mirror.
|
|
12417
12429
|
|
|
12418
12430
|
@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
12431
|
If the filter is in the **Creating** state, the filter is being created.
|
|
@@ -12476,7 +12488,7 @@ class Client(OpenApiClient):
|
|
|
12476
12488
|
runtime: util_models.RuntimeOptions,
|
|
12477
12489
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
12478
12490
|
"""
|
|
12479
|
-
@summary Creates a filter for traffic
|
|
12491
|
+
@summary Creates a filter for traffic mirror.
|
|
12480
12492
|
|
|
12481
12493
|
@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
12494
|
If the filter is in the **Creating** state, the filter is being created.
|
|
@@ -12538,7 +12550,7 @@ class Client(OpenApiClient):
|
|
|
12538
12550
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRequest,
|
|
12539
12551
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
12540
12552
|
"""
|
|
12541
|
-
@summary Creates a filter for traffic
|
|
12553
|
+
@summary Creates a filter for traffic mirror.
|
|
12542
12554
|
|
|
12543
12555
|
@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
12556
|
If the filter is in the **Creating** state, the filter is being created.
|
|
@@ -12555,7 +12567,7 @@ class Client(OpenApiClient):
|
|
|
12555
12567
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRequest,
|
|
12556
12568
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterResponse:
|
|
12557
12569
|
"""
|
|
12558
|
-
@summary Creates a filter for traffic
|
|
12570
|
+
@summary Creates a filter for traffic mirror.
|
|
12559
12571
|
|
|
12560
12572
|
@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
12573
|
If the filter is in the **Creating** state, the filter is being created.
|
|
@@ -12573,7 +12585,7 @@ class Client(OpenApiClient):
|
|
|
12573
12585
|
runtime: util_models.RuntimeOptions,
|
|
12574
12586
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
12575
12587
|
"""
|
|
12576
|
-
@summary Creates an inbound or outbound rule for traffic
|
|
12588
|
+
@summary Creates an inbound or outbound rule for traffic mirror.
|
|
12577
12589
|
|
|
12578
12590
|
@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
12591
|
If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
@@ -12631,7 +12643,7 @@ class Client(OpenApiClient):
|
|
|
12631
12643
|
runtime: util_models.RuntimeOptions,
|
|
12632
12644
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
12633
12645
|
"""
|
|
12634
|
-
@summary Creates an inbound or outbound rule for traffic
|
|
12646
|
+
@summary Creates an inbound or outbound rule for traffic mirror.
|
|
12635
12647
|
|
|
12636
12648
|
@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
12649
|
If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
@@ -12688,7 +12700,7 @@ class Client(OpenApiClient):
|
|
|
12688
12700
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRulesRequest,
|
|
12689
12701
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
12690
12702
|
"""
|
|
12691
|
-
@summary Creates an inbound or outbound rule for traffic
|
|
12703
|
+
@summary Creates an inbound or outbound rule for traffic mirror.
|
|
12692
12704
|
|
|
12693
12705
|
@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
12706
|
If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
@@ -12706,7 +12718,7 @@ class Client(OpenApiClient):
|
|
|
12706
12718
|
request: vpc_20160428_models.CreateTrafficMirrorFilterRulesRequest,
|
|
12707
12719
|
) -> vpc_20160428_models.CreateTrafficMirrorFilterRulesResponse:
|
|
12708
12720
|
"""
|
|
12709
|
-
@summary Creates an inbound or outbound rule for traffic
|
|
12721
|
+
@summary Creates an inbound or outbound rule for traffic mirror.
|
|
12710
12722
|
|
|
12711
12723
|
@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
12724
|
If the inbound or outbound rule is in the **Creating** state, the rule is being created.
|
|
@@ -17729,16 +17741,16 @@ class Client(OpenApiClient):
|
|
|
17729
17741
|
runtime: util_models.RuntimeOptions,
|
|
17730
17742
|
) -> vpc_20160428_models.DeleteHaVipResponse:
|
|
17731
17743
|
"""
|
|
17732
|
-
@summary Deletes a high-availability virtual IP address (
|
|
17744
|
+
@summary Deletes a high-availability virtual IP address (HaVip).
|
|
17733
17745
|
|
|
17734
17746
|
@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
|
|
17747
|
+
The HaVip must be in the available state before it can be deleted.
|
|
17748
|
+
Make sure that no routes are destined for the HaVip.
|
|
17749
|
+
Make sure that no elastic IP addresses (EIPs) are associated with the HaVip.
|
|
17750
|
+
**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:
|
|
17751
|
+
The **Deleting** state indicates the HaVip is being deleted.
|
|
17752
|
+
If no HaVip is found, the HaVip is deleted.
|
|
17753
|
+
You cannot repeatedly call the **DeleteHaVip** operation to delete the same HaVip.
|
|
17742
17754
|
|
|
17743
17755
|
@param request: DeleteHaVipRequest
|
|
17744
17756
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -17785,16 +17797,16 @@ class Client(OpenApiClient):
|
|
|
17785
17797
|
runtime: util_models.RuntimeOptions,
|
|
17786
17798
|
) -> vpc_20160428_models.DeleteHaVipResponse:
|
|
17787
17799
|
"""
|
|
17788
|
-
@summary Deletes a high-availability virtual IP address (
|
|
17800
|
+
@summary Deletes a high-availability virtual IP address (HaVip).
|
|
17789
17801
|
|
|
17790
17802
|
@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
|
|
17803
|
+
The HaVip must be in the available state before it can be deleted.
|
|
17804
|
+
Make sure that no routes are destined for the HaVip.
|
|
17805
|
+
Make sure that no elastic IP addresses (EIPs) are associated with the HaVip.
|
|
17806
|
+
**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:
|
|
17807
|
+
The **Deleting** state indicates the HaVip is being deleted.
|
|
17808
|
+
If no HaVip is found, the HaVip is deleted.
|
|
17809
|
+
You cannot repeatedly call the **DeleteHaVip** operation to delete the same HaVip.
|
|
17798
17810
|
|
|
17799
17811
|
@param request: DeleteHaVipRequest
|
|
17800
17812
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -17840,16 +17852,16 @@ class Client(OpenApiClient):
|
|
|
17840
17852
|
request: vpc_20160428_models.DeleteHaVipRequest,
|
|
17841
17853
|
) -> vpc_20160428_models.DeleteHaVipResponse:
|
|
17842
17854
|
"""
|
|
17843
|
-
@summary Deletes a high-availability virtual IP address (
|
|
17855
|
+
@summary Deletes a high-availability virtual IP address (HaVip).
|
|
17844
17856
|
|
|
17845
17857
|
@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
|
|
17858
|
+
The HaVip must be in the available state before it can be deleted.
|
|
17859
|
+
Make sure that no routes are destined for the HaVip.
|
|
17860
|
+
Make sure that no elastic IP addresses (EIPs) are associated with the HaVip.
|
|
17861
|
+
**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:
|
|
17862
|
+
The **Deleting** state indicates the HaVip is being deleted.
|
|
17863
|
+
If no HaVip is found, the HaVip is deleted.
|
|
17864
|
+
You cannot repeatedly call the **DeleteHaVip** operation to delete the same HaVip.
|
|
17853
17865
|
|
|
17854
17866
|
@param request: DeleteHaVipRequest
|
|
17855
17867
|
@return: DeleteHaVipResponse
|
|
@@ -17862,16 +17874,16 @@ class Client(OpenApiClient):
|
|
|
17862
17874
|
request: vpc_20160428_models.DeleteHaVipRequest,
|
|
17863
17875
|
) -> vpc_20160428_models.DeleteHaVipResponse:
|
|
17864
17876
|
"""
|
|
17865
|
-
@summary Deletes a high-availability virtual IP address (
|
|
17877
|
+
@summary Deletes a high-availability virtual IP address (HaVip).
|
|
17866
17878
|
|
|
17867
17879
|
@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
|
|
17880
|
+
The HaVip must be in the available state before it can be deleted.
|
|
17881
|
+
Make sure that no routes are destined for the HaVip.
|
|
17882
|
+
Make sure that no elastic IP addresses (EIPs) are associated with the HaVip.
|
|
17883
|
+
**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:
|
|
17884
|
+
The **Deleting** state indicates the HaVip is being deleted.
|
|
17885
|
+
If no HaVip is found, the HaVip is deleted.
|
|
17886
|
+
You cannot repeatedly call the **DeleteHaVip** operation to delete the same HaVip.
|
|
17875
17887
|
|
|
17876
17888
|
@param request: DeleteHaVipRequest
|
|
17877
17889
|
@return: DeleteHaVipResponse
|
|
@@ -21065,7 +21077,7 @@ class Client(OpenApiClient):
|
|
|
21065
21077
|
runtime: util_models.RuntimeOptions,
|
|
21066
21078
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterResponse:
|
|
21067
21079
|
"""
|
|
21068
|
-
@summary Deletes a filter of traffic
|
|
21080
|
+
@summary Deletes a filter of traffic mirror.
|
|
21069
21081
|
|
|
21070
21082
|
@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
21083
|
If the filter is in the **Deleting** state, the filter is being deleted.
|
|
@@ -21119,7 +21131,7 @@ class Client(OpenApiClient):
|
|
|
21119
21131
|
runtime: util_models.RuntimeOptions,
|
|
21120
21132
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterResponse:
|
|
21121
21133
|
"""
|
|
21122
|
-
@summary Deletes a filter of traffic
|
|
21134
|
+
@summary Deletes a filter of traffic mirror.
|
|
21123
21135
|
|
|
21124
21136
|
@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
21137
|
If the filter is in the **Deleting** state, the filter is being deleted.
|
|
@@ -21172,7 +21184,7 @@ class Client(OpenApiClient):
|
|
|
21172
21184
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRequest,
|
|
21173
21185
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterResponse:
|
|
21174
21186
|
"""
|
|
21175
|
-
@summary Deletes a filter of traffic
|
|
21187
|
+
@summary Deletes a filter of traffic mirror.
|
|
21176
21188
|
|
|
21177
21189
|
@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
21190
|
If the filter is in the **Deleting** state, the filter is being deleted.
|
|
@@ -21190,7 +21202,7 @@ class Client(OpenApiClient):
|
|
|
21190
21202
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRequest,
|
|
21191
21203
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterResponse:
|
|
21192
21204
|
"""
|
|
21193
|
-
@summary Deletes a filter of traffic
|
|
21205
|
+
@summary Deletes a filter of traffic mirror.
|
|
21194
21206
|
|
|
21195
21207
|
@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
21208
|
If the filter is in the **Deleting** state, the filter is being deleted.
|
|
@@ -21209,7 +21221,7 @@ class Client(OpenApiClient):
|
|
|
21209
21221
|
runtime: util_models.RuntimeOptions,
|
|
21210
21222
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
21211
21223
|
"""
|
|
21212
|
-
@summary Deletes an inbound or outbound rule of a filter for traffic
|
|
21224
|
+
@summary Deletes an inbound or outbound rule of a filter for traffic mirror.
|
|
21213
21225
|
|
|
21214
21226
|
@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
21227
|
If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
@@ -21265,7 +21277,7 @@ class Client(OpenApiClient):
|
|
|
21265
21277
|
runtime: util_models.RuntimeOptions,
|
|
21266
21278
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
21267
21279
|
"""
|
|
21268
|
-
@summary Deletes an inbound or outbound rule of a filter for traffic
|
|
21280
|
+
@summary Deletes an inbound or outbound rule of a filter for traffic mirror.
|
|
21269
21281
|
|
|
21270
21282
|
@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
21283
|
If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
@@ -21320,7 +21332,7 @@ class Client(OpenApiClient):
|
|
|
21320
21332
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRulesRequest,
|
|
21321
21333
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
21322
21334
|
"""
|
|
21323
|
-
@summary Deletes an inbound or outbound rule of a filter for traffic
|
|
21335
|
+
@summary Deletes an inbound or outbound rule of a filter for traffic mirror.
|
|
21324
21336
|
|
|
21325
21337
|
@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
21338
|
If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
@@ -21338,7 +21350,7 @@ class Client(OpenApiClient):
|
|
|
21338
21350
|
request: vpc_20160428_models.DeleteTrafficMirrorFilterRulesRequest,
|
|
21339
21351
|
) -> vpc_20160428_models.DeleteTrafficMirrorFilterRulesResponse:
|
|
21340
21352
|
"""
|
|
21341
|
-
@summary Deletes an inbound or outbound rule of a filter for traffic
|
|
21353
|
+
@summary Deletes an inbound or outbound rule of a filter for traffic mirror.
|
|
21342
21354
|
|
|
21343
21355
|
@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
21356
|
If the inbound or outbound rule is in the **Deleting** state, the rule is being deleted.
|
|
@@ -21504,7 +21516,7 @@ class Client(OpenApiClient):
|
|
|
21504
21516
|
@summary Deletes a vSwitch.
|
|
21505
21517
|
|
|
21506
21518
|
@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 (
|
|
21519
|
+
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
21520
|
You can delete only vSwitches that are in the **Available** state.
|
|
21509
21521
|
You cannot delete a vSwitch from a VPC where a vSwitch or a route is being created or deleted.
|
|
21510
21522
|
**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 +21572,7 @@ class Client(OpenApiClient):
|
|
|
21560
21572
|
@summary Deletes a vSwitch.
|
|
21561
21573
|
|
|
21562
21574
|
@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 (
|
|
21575
|
+
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
21576
|
You can delete only vSwitches that are in the **Available** state.
|
|
21565
21577
|
You cannot delete a vSwitch from a VPC where a vSwitch or a route is being created or deleted.
|
|
21566
21578
|
**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 +21627,7 @@ class Client(OpenApiClient):
|
|
|
21615
21627
|
@summary Deletes a vSwitch.
|
|
21616
21628
|
|
|
21617
21629
|
@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 (
|
|
21630
|
+
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
21631
|
You can delete only vSwitches that are in the **Available** state.
|
|
21620
21632
|
You cannot delete a vSwitch from a VPC where a vSwitch or a route is being created or deleted.
|
|
21621
21633
|
**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 +21649,7 @@ class Client(OpenApiClient):
|
|
|
21637
21649
|
@summary Deletes a vSwitch.
|
|
21638
21650
|
|
|
21639
21651
|
@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 (
|
|
21652
|
+
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
21653
|
You can delete only vSwitches that are in the **Available** state.
|
|
21642
21654
|
You cannot delete a vSwitch from a VPC where a vSwitch or a route is being created or deleted.
|
|
21643
21655
|
**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 +22232,7 @@ class Client(OpenApiClient):
|
|
|
22220
22232
|
@summary Deletes a virtual private cloud (VPC).
|
|
22221
22233
|
|
|
22222
22234
|
@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 (
|
|
22235
|
+
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
22236
|
You can delete only a VPC that is in the **Available** state.
|
|
22225
22237
|
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
22238
|
If the VPC is in the **Deleting** state, the VPC is being deleted.
|
|
@@ -22279,7 +22291,7 @@ class Client(OpenApiClient):
|
|
|
22279
22291
|
@summary Deletes a virtual private cloud (VPC).
|
|
22280
22292
|
|
|
22281
22293
|
@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 (
|
|
22294
|
+
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
22295
|
You can delete only a VPC that is in the **Available** state.
|
|
22284
22296
|
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
22297
|
If the VPC is in the **Deleting** state, the VPC is being deleted.
|
|
@@ -22337,7 +22349,7 @@ class Client(OpenApiClient):
|
|
|
22337
22349
|
@summary Deletes a virtual private cloud (VPC).
|
|
22338
22350
|
|
|
22339
22351
|
@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 (
|
|
22352
|
+
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
22353
|
You can delete only a VPC that is in the **Available** state.
|
|
22342
22354
|
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
22355
|
If the VPC is in the **Deleting** state, the VPC is being deleted.
|
|
@@ -22358,7 +22370,7 @@ class Client(OpenApiClient):
|
|
|
22358
22370
|
@summary Deletes a virtual private cloud (VPC).
|
|
22359
22371
|
|
|
22360
22372
|
@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 (
|
|
22373
|
+
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
22374
|
You can delete only a VPC that is in the **Available** state.
|
|
22363
22375
|
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
22376
|
If the VPC is in the **Deleting** state, the VPC is being deleted.
|
|
@@ -26485,7 +26497,7 @@ class Client(OpenApiClient):
|
|
|
26485
26497
|
runtime: util_models.RuntimeOptions,
|
|
26486
26498
|
) -> vpc_20160428_models.DescribeHaVipsResponse:
|
|
26487
26499
|
"""
|
|
26488
|
-
@summary Queries
|
|
26500
|
+
@summary Queries HaVips in a region.
|
|
26489
26501
|
|
|
26490
26502
|
@param request: DescribeHaVipsRequest
|
|
26491
26503
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26538,7 +26550,7 @@ class Client(OpenApiClient):
|
|
|
26538
26550
|
runtime: util_models.RuntimeOptions,
|
|
26539
26551
|
) -> vpc_20160428_models.DescribeHaVipsResponse:
|
|
26540
26552
|
"""
|
|
26541
|
-
@summary Queries
|
|
26553
|
+
@summary Queries HaVips in a region.
|
|
26542
26554
|
|
|
26543
26555
|
@param request: DescribeHaVipsRequest
|
|
26544
26556
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26590,7 +26602,7 @@ class Client(OpenApiClient):
|
|
|
26590
26602
|
request: vpc_20160428_models.DescribeHaVipsRequest,
|
|
26591
26603
|
) -> vpc_20160428_models.DescribeHaVipsResponse:
|
|
26592
26604
|
"""
|
|
26593
|
-
@summary Queries
|
|
26605
|
+
@summary Queries HaVips in a region.
|
|
26594
26606
|
|
|
26595
26607
|
@param request: DescribeHaVipsRequest
|
|
26596
26608
|
@return: DescribeHaVipsResponse
|
|
@@ -26603,7 +26615,7 @@ class Client(OpenApiClient):
|
|
|
26603
26615
|
request: vpc_20160428_models.DescribeHaVipsRequest,
|
|
26604
26616
|
) -> vpc_20160428_models.DescribeHaVipsResponse:
|
|
26605
26617
|
"""
|
|
26606
|
-
@summary Queries
|
|
26618
|
+
@summary Queries HaVips in a region.
|
|
26607
26619
|
|
|
26608
26620
|
@param request: DescribeHaVipsRequest
|
|
26609
26621
|
@return: DescribeHaVipsResponse
|
|
@@ -30581,7 +30593,7 @@ class Client(OpenApiClient):
|
|
|
30581
30593
|
runtime: util_models.RuntimeOptions,
|
|
30582
30594
|
) -> vpc_20160428_models.DescribeTagKeysResponse:
|
|
30583
30595
|
"""
|
|
30584
|
-
@summary
|
|
30596
|
+
@summary Queries tag keys.
|
|
30585
30597
|
|
|
30586
30598
|
@param request: DescribeTagKeysRequest
|
|
30587
30599
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -30634,7 +30646,7 @@ class Client(OpenApiClient):
|
|
|
30634
30646
|
runtime: util_models.RuntimeOptions,
|
|
30635
30647
|
) -> vpc_20160428_models.DescribeTagKeysResponse:
|
|
30636
30648
|
"""
|
|
30637
|
-
@summary
|
|
30649
|
+
@summary Queries tag keys.
|
|
30638
30650
|
|
|
30639
30651
|
@param request: DescribeTagKeysRequest
|
|
30640
30652
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -30686,7 +30698,7 @@ class Client(OpenApiClient):
|
|
|
30686
30698
|
request: vpc_20160428_models.DescribeTagKeysRequest,
|
|
30687
30699
|
) -> vpc_20160428_models.DescribeTagKeysResponse:
|
|
30688
30700
|
"""
|
|
30689
|
-
@summary
|
|
30701
|
+
@summary Queries tag keys.
|
|
30690
30702
|
|
|
30691
30703
|
@param request: DescribeTagKeysRequest
|
|
30692
30704
|
@return: DescribeTagKeysResponse
|
|
@@ -30699,7 +30711,7 @@ class Client(OpenApiClient):
|
|
|
30699
30711
|
request: vpc_20160428_models.DescribeTagKeysRequest,
|
|
30700
30712
|
) -> vpc_20160428_models.DescribeTagKeysResponse:
|
|
30701
30713
|
"""
|
|
30702
|
-
@summary
|
|
30714
|
+
@summary Queries tag keys.
|
|
30703
30715
|
|
|
30704
30716
|
@param request: DescribeTagKeysRequest
|
|
30705
30717
|
@return: DescribeTagKeysResponse
|
|
@@ -36145,7 +36157,7 @@ class Client(OpenApiClient):
|
|
|
36145
36157
|
runtime: util_models.RuntimeOptions,
|
|
36146
36158
|
) -> vpc_20160428_models.GetTrafficMirrorServiceStatusResponse:
|
|
36147
36159
|
"""
|
|
36148
|
-
@summary Queries the status of the traffic
|
|
36160
|
+
@summary Queries the status of the traffic mirror feature.
|
|
36149
36161
|
|
|
36150
36162
|
@param request: GetTrafficMirrorServiceStatusRequest
|
|
36151
36163
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36192,7 +36204,7 @@ class Client(OpenApiClient):
|
|
|
36192
36204
|
runtime: util_models.RuntimeOptions,
|
|
36193
36205
|
) -> vpc_20160428_models.GetTrafficMirrorServiceStatusResponse:
|
|
36194
36206
|
"""
|
|
36195
|
-
@summary Queries the status of the traffic
|
|
36207
|
+
@summary Queries the status of the traffic mirror feature.
|
|
36196
36208
|
|
|
36197
36209
|
@param request: GetTrafficMirrorServiceStatusRequest
|
|
36198
36210
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36238,7 +36250,7 @@ class Client(OpenApiClient):
|
|
|
36238
36250
|
request: vpc_20160428_models.GetTrafficMirrorServiceStatusRequest,
|
|
36239
36251
|
) -> vpc_20160428_models.GetTrafficMirrorServiceStatusResponse:
|
|
36240
36252
|
"""
|
|
36241
|
-
@summary Queries the status of the traffic
|
|
36253
|
+
@summary Queries the status of the traffic mirror feature.
|
|
36242
36254
|
|
|
36243
36255
|
@param request: GetTrafficMirrorServiceStatusRequest
|
|
36244
36256
|
@return: GetTrafficMirrorServiceStatusResponse
|
|
@@ -36251,7 +36263,7 @@ class Client(OpenApiClient):
|
|
|
36251
36263
|
request: vpc_20160428_models.GetTrafficMirrorServiceStatusRequest,
|
|
36252
36264
|
) -> vpc_20160428_models.GetTrafficMirrorServiceStatusResponse:
|
|
36253
36265
|
"""
|
|
36254
|
-
@summary Queries the status of the traffic
|
|
36266
|
+
@summary Queries the status of the traffic mirror feature.
|
|
36255
36267
|
|
|
36256
36268
|
@param request: GetTrafficMirrorServiceStatusRequest
|
|
36257
36269
|
@return: GetTrafficMirrorServiceStatusResponse
|
|
@@ -39431,7 +39443,7 @@ class Client(OpenApiClient):
|
|
|
39431
39443
|
runtime: util_models.RuntimeOptions,
|
|
39432
39444
|
) -> vpc_20160428_models.ListTrafficMirrorFiltersResponse:
|
|
39433
39445
|
"""
|
|
39434
|
-
@summary Queries filters for traffic
|
|
39446
|
+
@summary Queries filters for traffic mirror.
|
|
39435
39447
|
|
|
39436
39448
|
@param request: ListTrafficMirrorFiltersRequest
|
|
39437
39449
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -39486,7 +39498,7 @@ class Client(OpenApiClient):
|
|
|
39486
39498
|
runtime: util_models.RuntimeOptions,
|
|
39487
39499
|
) -> vpc_20160428_models.ListTrafficMirrorFiltersResponse:
|
|
39488
39500
|
"""
|
|
39489
|
-
@summary Queries filters for traffic
|
|
39501
|
+
@summary Queries filters for traffic mirror.
|
|
39490
39502
|
|
|
39491
39503
|
@param request: ListTrafficMirrorFiltersRequest
|
|
39492
39504
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -39540,7 +39552,7 @@ class Client(OpenApiClient):
|
|
|
39540
39552
|
request: vpc_20160428_models.ListTrafficMirrorFiltersRequest,
|
|
39541
39553
|
) -> vpc_20160428_models.ListTrafficMirrorFiltersResponse:
|
|
39542
39554
|
"""
|
|
39543
|
-
@summary Queries filters for traffic
|
|
39555
|
+
@summary Queries filters for traffic mirror.
|
|
39544
39556
|
|
|
39545
39557
|
@param request: ListTrafficMirrorFiltersRequest
|
|
39546
39558
|
@return: ListTrafficMirrorFiltersResponse
|
|
@@ -39553,7 +39565,7 @@ class Client(OpenApiClient):
|
|
|
39553
39565
|
request: vpc_20160428_models.ListTrafficMirrorFiltersRequest,
|
|
39554
39566
|
) -> vpc_20160428_models.ListTrafficMirrorFiltersResponse:
|
|
39555
39567
|
"""
|
|
39556
|
-
@summary Queries filters for traffic
|
|
39568
|
+
@summary Queries filters for traffic mirror.
|
|
39557
39569
|
|
|
39558
39570
|
@param request: ListTrafficMirrorFiltersRequest
|
|
39559
39571
|
@return: ListTrafficMirrorFiltersResponse
|
|
@@ -40275,7 +40287,7 @@ class Client(OpenApiClient):
|
|
|
40275
40287
|
runtime: util_models.RuntimeOptions,
|
|
40276
40288
|
) -> vpc_20160428_models.ListVpcPublishedRouteEntriesResponse:
|
|
40277
40289
|
"""
|
|
40278
|
-
@summary
|
|
40290
|
+
@summary Queries advertised routes.
|
|
40279
40291
|
|
|
40280
40292
|
@param request: ListVpcPublishedRouteEntriesRequest
|
|
40281
40293
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -40332,7 +40344,7 @@ class Client(OpenApiClient):
|
|
|
40332
40344
|
runtime: util_models.RuntimeOptions,
|
|
40333
40345
|
) -> vpc_20160428_models.ListVpcPublishedRouteEntriesResponse:
|
|
40334
40346
|
"""
|
|
40335
|
-
@summary
|
|
40347
|
+
@summary Queries advertised routes.
|
|
40336
40348
|
|
|
40337
40349
|
@param request: ListVpcPublishedRouteEntriesRequest
|
|
40338
40350
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -40388,7 +40400,7 @@ class Client(OpenApiClient):
|
|
|
40388
40400
|
request: vpc_20160428_models.ListVpcPublishedRouteEntriesRequest,
|
|
40389
40401
|
) -> vpc_20160428_models.ListVpcPublishedRouteEntriesResponse:
|
|
40390
40402
|
"""
|
|
40391
|
-
@summary
|
|
40403
|
+
@summary Queries advertised routes.
|
|
40392
40404
|
|
|
40393
40405
|
@param request: ListVpcPublishedRouteEntriesRequest
|
|
40394
40406
|
@return: ListVpcPublishedRouteEntriesResponse
|
|
@@ -40401,7 +40413,7 @@ class Client(OpenApiClient):
|
|
|
40401
40413
|
request: vpc_20160428_models.ListVpcPublishedRouteEntriesRequest,
|
|
40402
40414
|
) -> vpc_20160428_models.ListVpcPublishedRouteEntriesResponse:
|
|
40403
40415
|
"""
|
|
40404
|
-
@summary
|
|
40416
|
+
@summary Queries advertised routes.
|
|
40405
40417
|
|
|
40406
40418
|
@param request: ListVpcPublishedRouteEntriesRequest
|
|
40407
40419
|
@return: ListVpcPublishedRouteEntriesResponse
|
|
@@ -43143,7 +43155,9 @@ class Client(OpenApiClient):
|
|
|
43143
43155
|
runtime: util_models.RuntimeOptions,
|
|
43144
43156
|
) -> vpc_20160428_models.ModifyHaVipAttributeResponse:
|
|
43145
43157
|
"""
|
|
43146
|
-
@
|
|
43158
|
+
@summary Modifies the name and description of a high-availability virtual IP address (HaVip).
|
|
43159
|
+
|
|
43160
|
+
@description You cannot repeatedly call the *ModifyHaVipAttribute** operation to modify the name and description of an HaVip within the specified periods of time.
|
|
43147
43161
|
|
|
43148
43162
|
@param request: ModifyHaVipAttributeRequest
|
|
43149
43163
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -43194,7 +43208,9 @@ class Client(OpenApiClient):
|
|
|
43194
43208
|
runtime: util_models.RuntimeOptions,
|
|
43195
43209
|
) -> vpc_20160428_models.ModifyHaVipAttributeResponse:
|
|
43196
43210
|
"""
|
|
43197
|
-
@
|
|
43211
|
+
@summary Modifies the name and description of a high-availability virtual IP address (HaVip).
|
|
43212
|
+
|
|
43213
|
+
@description You cannot repeatedly call the *ModifyHaVipAttribute** operation to modify the name and description of an HaVip within the specified periods of time.
|
|
43198
43214
|
|
|
43199
43215
|
@param request: ModifyHaVipAttributeRequest
|
|
43200
43216
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -43244,7 +43260,9 @@ class Client(OpenApiClient):
|
|
|
43244
43260
|
request: vpc_20160428_models.ModifyHaVipAttributeRequest,
|
|
43245
43261
|
) -> vpc_20160428_models.ModifyHaVipAttributeResponse:
|
|
43246
43262
|
"""
|
|
43247
|
-
@
|
|
43263
|
+
@summary Modifies the name and description of a high-availability virtual IP address (HaVip).
|
|
43264
|
+
|
|
43265
|
+
@description You cannot repeatedly call the *ModifyHaVipAttribute** operation to modify the name and description of an HaVip within the specified periods of time.
|
|
43248
43266
|
|
|
43249
43267
|
@param request: ModifyHaVipAttributeRequest
|
|
43250
43268
|
@return: ModifyHaVipAttributeResponse
|
|
@@ -43257,7 +43275,9 @@ class Client(OpenApiClient):
|
|
|
43257
43275
|
request: vpc_20160428_models.ModifyHaVipAttributeRequest,
|
|
43258
43276
|
) -> vpc_20160428_models.ModifyHaVipAttributeResponse:
|
|
43259
43277
|
"""
|
|
43260
|
-
@
|
|
43278
|
+
@summary Modifies the name and description of a high-availability virtual IP address (HaVip).
|
|
43279
|
+
|
|
43280
|
+
@description You cannot repeatedly call the *ModifyHaVipAttribute** operation to modify the name and description of an HaVip within the specified periods of time.
|
|
43261
43281
|
|
|
43262
43282
|
@param request: ModifyHaVipAttributeRequest
|
|
43263
43283
|
@return: ModifyHaVipAttributeResponse
|
|
@@ -49531,10 +49551,10 @@ class Client(OpenApiClient):
|
|
|
49531
49551
|
runtime: util_models.RuntimeOptions,
|
|
49532
49552
|
) -> vpc_20160428_models.OpenTrafficMirrorServiceResponse:
|
|
49533
49553
|
"""
|
|
49534
|
-
@summary Enables traffic
|
|
49554
|
+
@summary Enables traffic mirror.
|
|
49535
49555
|
|
|
49536
49556
|
@description ## [](#)Usage notes
|
|
49537
|
-
You can enable traffic
|
|
49557
|
+
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
49558
|
|
|
49539
49559
|
@param request: OpenTrafficMirrorServiceRequest
|
|
49540
49560
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -49581,10 +49601,10 @@ class Client(OpenApiClient):
|
|
|
49581
49601
|
runtime: util_models.RuntimeOptions,
|
|
49582
49602
|
) -> vpc_20160428_models.OpenTrafficMirrorServiceResponse:
|
|
49583
49603
|
"""
|
|
49584
|
-
@summary Enables traffic
|
|
49604
|
+
@summary Enables traffic mirror.
|
|
49585
49605
|
|
|
49586
49606
|
@description ## [](#)Usage notes
|
|
49587
|
-
You can enable traffic
|
|
49607
|
+
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
49608
|
|
|
49589
49609
|
@param request: OpenTrafficMirrorServiceRequest
|
|
49590
49610
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -49630,10 +49650,10 @@ class Client(OpenApiClient):
|
|
|
49630
49650
|
request: vpc_20160428_models.OpenTrafficMirrorServiceRequest,
|
|
49631
49651
|
) -> vpc_20160428_models.OpenTrafficMirrorServiceResponse:
|
|
49632
49652
|
"""
|
|
49633
|
-
@summary Enables traffic
|
|
49653
|
+
@summary Enables traffic mirror.
|
|
49634
49654
|
|
|
49635
49655
|
@description ## [](#)Usage notes
|
|
49636
|
-
You can enable traffic
|
|
49656
|
+
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
49657
|
|
|
49638
49658
|
@param request: OpenTrafficMirrorServiceRequest
|
|
49639
49659
|
@return: OpenTrafficMirrorServiceResponse
|
|
@@ -49646,10 +49666,10 @@ class Client(OpenApiClient):
|
|
|
49646
49666
|
request: vpc_20160428_models.OpenTrafficMirrorServiceRequest,
|
|
49647
49667
|
) -> vpc_20160428_models.OpenTrafficMirrorServiceResponse:
|
|
49648
49668
|
"""
|
|
49649
|
-
@summary Enables traffic
|
|
49669
|
+
@summary Enables traffic mirror.
|
|
49650
49670
|
|
|
49651
49671
|
@description ## [](#)Usage notes
|
|
49652
|
-
You can enable traffic
|
|
49672
|
+
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
49673
|
|
|
49654
49674
|
@param request: OpenTrafficMirrorServiceRequest
|
|
49655
49675
|
@return: OpenTrafficMirrorServiceResponse
|
|
@@ -49663,7 +49683,7 @@ class Client(OpenApiClient):
|
|
|
49663
49683
|
runtime: util_models.RuntimeOptions,
|
|
49664
49684
|
) -> vpc_20160428_models.PublishVpcRouteEntriesResponse:
|
|
49665
49685
|
"""
|
|
49666
|
-
@summary
|
|
49686
|
+
@summary Advertises VPC routes to an external component.
|
|
49667
49687
|
|
|
49668
49688
|
@param request: PublishVpcRouteEntriesRequest
|
|
49669
49689
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -49716,7 +49736,7 @@ class Client(OpenApiClient):
|
|
|
49716
49736
|
runtime: util_models.RuntimeOptions,
|
|
49717
49737
|
) -> vpc_20160428_models.PublishVpcRouteEntriesResponse:
|
|
49718
49738
|
"""
|
|
49719
|
-
@summary
|
|
49739
|
+
@summary Advertises VPC routes to an external component.
|
|
49720
49740
|
|
|
49721
49741
|
@param request: PublishVpcRouteEntriesRequest
|
|
49722
49742
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -49768,7 +49788,7 @@ class Client(OpenApiClient):
|
|
|
49768
49788
|
request: vpc_20160428_models.PublishVpcRouteEntriesRequest,
|
|
49769
49789
|
) -> vpc_20160428_models.PublishVpcRouteEntriesResponse:
|
|
49770
49790
|
"""
|
|
49771
|
-
@summary
|
|
49791
|
+
@summary Advertises VPC routes to an external component.
|
|
49772
49792
|
|
|
49773
49793
|
@param request: PublishVpcRouteEntriesRequest
|
|
49774
49794
|
@return: PublishVpcRouteEntriesResponse
|
|
@@ -49781,7 +49801,7 @@ class Client(OpenApiClient):
|
|
|
49781
49801
|
request: vpc_20160428_models.PublishVpcRouteEntriesRequest,
|
|
49782
49802
|
) -> vpc_20160428_models.PublishVpcRouteEntriesResponse:
|
|
49783
49803
|
"""
|
|
49784
|
-
@summary
|
|
49804
|
+
@summary Advertises VPC routes to an external component.
|
|
49785
49805
|
|
|
49786
49806
|
@param request: PublishVpcRouteEntriesRequest
|
|
49787
49807
|
@return: PublishVpcRouteEntriesResponse
|
|
@@ -53343,16 +53363,16 @@ class Client(OpenApiClient):
|
|
|
53343
53363
|
runtime: util_models.RuntimeOptions,
|
|
53344
53364
|
) -> vpc_20160428_models.UnassociateHaVipResponse:
|
|
53345
53365
|
"""
|
|
53346
|
-
@summary Disassociates a high-availability virtual IP address (
|
|
53366
|
+
@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
53367
|
|
|
53348
53368
|
@description ## [](#)
|
|
53349
53369
|
When you call this operation, take note of the following limits:
|
|
53350
53370
|
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
|
|
53371
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
53372
|
+
**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:
|
|
53373
|
+
If the HaVip is in the **Unassociating** state, the HaVip is being disassociated.
|
|
53374
|
+
If the HaVip is in the **Inuse** or **Available** state, the HaVip is disassociated.
|
|
53375
|
+
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an HaVip within the specified period of time.
|
|
53356
53376
|
|
|
53357
53377
|
@param request: UnassociateHaVipRequest
|
|
53358
53378
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -53405,16 +53425,16 @@ class Client(OpenApiClient):
|
|
|
53405
53425
|
runtime: util_models.RuntimeOptions,
|
|
53406
53426
|
) -> vpc_20160428_models.UnassociateHaVipResponse:
|
|
53407
53427
|
"""
|
|
53408
|
-
@summary Disassociates a high-availability virtual IP address (
|
|
53428
|
+
@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
53429
|
|
|
53410
53430
|
@description ## [](#)
|
|
53411
53431
|
When you call this operation, take note of the following limits:
|
|
53412
53432
|
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
|
|
53433
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
53434
|
+
**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:
|
|
53435
|
+
If the HaVip is in the **Unassociating** state, the HaVip is being disassociated.
|
|
53436
|
+
If the HaVip is in the **Inuse** or **Available** state, the HaVip is disassociated.
|
|
53437
|
+
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an HaVip within the specified period of time.
|
|
53418
53438
|
|
|
53419
53439
|
@param request: UnassociateHaVipRequest
|
|
53420
53440
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -53466,16 +53486,16 @@ class Client(OpenApiClient):
|
|
|
53466
53486
|
request: vpc_20160428_models.UnassociateHaVipRequest,
|
|
53467
53487
|
) -> vpc_20160428_models.UnassociateHaVipResponse:
|
|
53468
53488
|
"""
|
|
53469
|
-
@summary Disassociates a high-availability virtual IP address (
|
|
53489
|
+
@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
53490
|
|
|
53471
53491
|
@description ## [](#)
|
|
53472
53492
|
When you call this operation, take note of the following limits:
|
|
53473
53493
|
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
|
|
53494
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
53495
|
+
**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:
|
|
53496
|
+
If the HaVip is in the **Unassociating** state, the HaVip is being disassociated.
|
|
53497
|
+
If the HaVip is in the **Inuse** or **Available** state, the HaVip is disassociated.
|
|
53498
|
+
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an HaVip within the specified period of time.
|
|
53479
53499
|
|
|
53480
53500
|
@param request: UnassociateHaVipRequest
|
|
53481
53501
|
@return: UnassociateHaVipResponse
|
|
@@ -53488,16 +53508,16 @@ class Client(OpenApiClient):
|
|
|
53488
53508
|
request: vpc_20160428_models.UnassociateHaVipRequest,
|
|
53489
53509
|
) -> vpc_20160428_models.UnassociateHaVipResponse:
|
|
53490
53510
|
"""
|
|
53491
|
-
@summary Disassociates a high-availability virtual IP address (
|
|
53511
|
+
@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
53512
|
|
|
53493
53513
|
@description ## [](#)
|
|
53494
53514
|
When you call this operation, take note of the following limits:
|
|
53495
53515
|
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
|
|
53516
|
+
The HaVip must be in the **Available** or **InUse** state.
|
|
53517
|
+
**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:
|
|
53518
|
+
If the HaVip is in the **Unassociating** state, the HaVip is being disassociated.
|
|
53519
|
+
If the HaVip is in the **Inuse** or **Available** state, the HaVip is disassociated.
|
|
53520
|
+
You cannot repeatedly call the **UnassociateHaVip** operation to disassociate an HaVip within the specified period of time.
|
|
53501
53521
|
|
|
53502
53522
|
@param request: UnassociateHaVipRequest
|
|
53503
53523
|
@return: UnassociateHaVipResponse
|
|
@@ -55451,9 +55471,9 @@ class Client(OpenApiClient):
|
|
|
55451
55471
|
runtime: util_models.RuntimeOptions,
|
|
55452
55472
|
) -> vpc_20160428_models.UpdateTrafficMirrorFilterAttributeResponse:
|
|
55453
55473
|
"""
|
|
55454
|
-
@summary Modifies the configuration of a filter for traffic
|
|
55474
|
+
@summary Modifies the configuration of a filter for traffic mirror.
|
|
55455
55475
|
|
|
55456
|
-
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic
|
|
55476
|
+
@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
55477
|
|
|
55458
55478
|
@param request: UpdateTrafficMirrorFilterAttributeRequest
|
|
55459
55479
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -55506,9 +55526,9 @@ class Client(OpenApiClient):
|
|
|
55506
55526
|
runtime: util_models.RuntimeOptions,
|
|
55507
55527
|
) -> vpc_20160428_models.UpdateTrafficMirrorFilterAttributeResponse:
|
|
55508
55528
|
"""
|
|
55509
|
-
@summary Modifies the configuration of a filter for traffic
|
|
55529
|
+
@summary Modifies the configuration of a filter for traffic mirror.
|
|
55510
55530
|
|
|
55511
|
-
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic
|
|
55531
|
+
@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
55532
|
|
|
55513
55533
|
@param request: UpdateTrafficMirrorFilterAttributeRequest
|
|
55514
55534
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -55560,9 +55580,9 @@ class Client(OpenApiClient):
|
|
|
55560
55580
|
request: vpc_20160428_models.UpdateTrafficMirrorFilterAttributeRequest,
|
|
55561
55581
|
) -> vpc_20160428_models.UpdateTrafficMirrorFilterAttributeResponse:
|
|
55562
55582
|
"""
|
|
55563
|
-
@summary Modifies the configuration of a filter for traffic
|
|
55583
|
+
@summary Modifies the configuration of a filter for traffic mirror.
|
|
55564
55584
|
|
|
55565
|
-
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic
|
|
55585
|
+
@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
55586
|
|
|
55567
55587
|
@param request: UpdateTrafficMirrorFilterAttributeRequest
|
|
55568
55588
|
@return: UpdateTrafficMirrorFilterAttributeResponse
|
|
@@ -55575,9 +55595,9 @@ class Client(OpenApiClient):
|
|
|
55575
55595
|
request: vpc_20160428_models.UpdateTrafficMirrorFilterAttributeRequest,
|
|
55576
55596
|
) -> vpc_20160428_models.UpdateTrafficMirrorFilterAttributeResponse:
|
|
55577
55597
|
"""
|
|
55578
|
-
@summary Modifies the configuration of a filter for traffic
|
|
55598
|
+
@summary Modifies the configuration of a filter for traffic mirror.
|
|
55579
55599
|
|
|
55580
|
-
@description You cannot repeatedly call the *UpdateTrafficMirrorFilterAttribute** operation to modify the configuration of a filter for traffic
|
|
55600
|
+
@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
55601
|
|
|
55582
55602
|
@param request: UpdateTrafficMirrorFilterAttributeRequest
|
|
55583
55603
|
@return: UpdateTrafficMirrorFilterAttributeResponse
|