tencentcloud-sdk-python 3.0.1240__py2.py3-none-any.whl → 3.0.1242__py2.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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -3
- tencentcloud/ca/__init__.py +0 -0
- tencentcloud/ca/v20230228/__init__.py +0 -0
- tencentcloud/ca/v20230228/ca_client.py +95 -0
- tencentcloud/ca/v20230228/errorcodes.py +30 -0
- tencentcloud/ca/v20230228/models.py +398 -0
- tencentcloud/ccc/v20200210/models.py +12 -0
- tencentcloud/cdn/v20180606/models.py +32 -0
- tencentcloud/cvm/v20170312/models.py +14 -0
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +6 -6
- tencentcloud/cynosdb/v20190107/models.py +1 -1
- tencentcloud/dts/v20211206/models.py +12 -12
- tencentcloud/emr/v20190103/models.py +12 -0
- tencentcloud/ess/v20201111/ess_client.py +1 -2
- tencentcloud/ess/v20201111/models.py +21 -17
- tencentcloud/essbasic/v20210526/models.py +1 -1
- tencentcloud/lcic/v20220817/models.py +1 -1
- tencentcloud/lighthouse/v20200324/models.py +2 -2
- tencentcloud/ocr/v20181119/models.py +19 -0
- tencentcloud/ses/v20201002/models.py +65 -0
- tencentcloud/teo/v20220901/errorcodes.py +33 -0
- tencentcloud/teo/v20220901/models.py +2993 -1598
- tencentcloud/teo/v20220901/teo_client.py +254 -0
- tencentcloud/vpc/v20170312/errorcodes.py +6 -0
- tencentcloud/vpc/v20170312/models.py +2095 -189
- tencentcloud/vpc/v20170312/vpc_client.py +506 -0
- {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1242.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1242.dist-info}/RECORD +32 -27
- {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1242.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1242.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1242.dist-info}/top_level.txt +0 -0
@@ -7486,6 +7486,68 @@ class CreateCcnRouteTablesResponse(AbstractModel):
|
|
7486
7486
|
self._RequestId = params.get("RequestId")
|
7487
7487
|
|
7488
7488
|
|
7489
|
+
class CreateCdcLDCXListRequest(AbstractModel):
|
7490
|
+
"""CreateCdcLDCXList请求参数结构体
|
7491
|
+
|
7492
|
+
"""
|
7493
|
+
|
7494
|
+
|
7495
|
+
class CreateCdcLDCXListResponse(AbstractModel):
|
7496
|
+
"""CreateCdcLDCXList返回参数结构体
|
7497
|
+
|
7498
|
+
"""
|
7499
|
+
|
7500
|
+
def __init__(self):
|
7501
|
+
r"""
|
7502
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7503
|
+
:type RequestId: str
|
7504
|
+
"""
|
7505
|
+
self._RequestId = None
|
7506
|
+
|
7507
|
+
@property
|
7508
|
+
def RequestId(self):
|
7509
|
+
return self._RequestId
|
7510
|
+
|
7511
|
+
@RequestId.setter
|
7512
|
+
def RequestId(self, RequestId):
|
7513
|
+
self._RequestId = RequestId
|
7514
|
+
|
7515
|
+
|
7516
|
+
def _deserialize(self, params):
|
7517
|
+
self._RequestId = params.get("RequestId")
|
7518
|
+
|
7519
|
+
|
7520
|
+
class CreateCdcNetPlanesRequest(AbstractModel):
|
7521
|
+
"""CreateCdcNetPlanes请求参数结构体
|
7522
|
+
|
7523
|
+
"""
|
7524
|
+
|
7525
|
+
|
7526
|
+
class CreateCdcNetPlanesResponse(AbstractModel):
|
7527
|
+
"""CreateCdcNetPlanes返回参数结构体
|
7528
|
+
|
7529
|
+
"""
|
7530
|
+
|
7531
|
+
def __init__(self):
|
7532
|
+
r"""
|
7533
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7534
|
+
:type RequestId: str
|
7535
|
+
"""
|
7536
|
+
self._RequestId = None
|
7537
|
+
|
7538
|
+
@property
|
7539
|
+
def RequestId(self):
|
7540
|
+
return self._RequestId
|
7541
|
+
|
7542
|
+
@RequestId.setter
|
7543
|
+
def RequestId(self, RequestId):
|
7544
|
+
self._RequestId = RequestId
|
7545
|
+
|
7546
|
+
|
7547
|
+
def _deserialize(self, params):
|
7548
|
+
self._RequestId = params.get("RequestId")
|
7549
|
+
|
7550
|
+
|
7489
7551
|
class CreateCustomerGatewayRequest(AbstractModel):
|
7490
7552
|
"""CreateCustomerGateway请求参数结构体
|
7491
7553
|
|
@@ -8424,6 +8486,199 @@ class CreateHaVipResponse(AbstractModel):
|
|
8424
8486
|
self._RequestId = params.get("RequestId")
|
8425
8487
|
|
8426
8488
|
|
8489
|
+
class CreateHighPriorityRouteTableRequest(AbstractModel):
|
8490
|
+
"""CreateHighPriorityRouteTable请求参数结构体
|
8491
|
+
|
8492
|
+
"""
|
8493
|
+
|
8494
|
+
def __init__(self):
|
8495
|
+
r"""
|
8496
|
+
:param _VpcId: 待操作的VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
|
8497
|
+
:type VpcId: str
|
8498
|
+
:param _Name: 高优路由表名称,最大长度不能超过60个字节。
|
8499
|
+
:type Name: str
|
8500
|
+
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
|
8501
|
+
:type Tags: list of Tag
|
8502
|
+
"""
|
8503
|
+
self._VpcId = None
|
8504
|
+
self._Name = None
|
8505
|
+
self._Tags = None
|
8506
|
+
|
8507
|
+
@property
|
8508
|
+
def VpcId(self):
|
8509
|
+
return self._VpcId
|
8510
|
+
|
8511
|
+
@VpcId.setter
|
8512
|
+
def VpcId(self, VpcId):
|
8513
|
+
self._VpcId = VpcId
|
8514
|
+
|
8515
|
+
@property
|
8516
|
+
def Name(self):
|
8517
|
+
return self._Name
|
8518
|
+
|
8519
|
+
@Name.setter
|
8520
|
+
def Name(self, Name):
|
8521
|
+
self._Name = Name
|
8522
|
+
|
8523
|
+
@property
|
8524
|
+
def Tags(self):
|
8525
|
+
return self._Tags
|
8526
|
+
|
8527
|
+
@Tags.setter
|
8528
|
+
def Tags(self, Tags):
|
8529
|
+
self._Tags = Tags
|
8530
|
+
|
8531
|
+
|
8532
|
+
def _deserialize(self, params):
|
8533
|
+
self._VpcId = params.get("VpcId")
|
8534
|
+
self._Name = params.get("Name")
|
8535
|
+
if params.get("Tags") is not None:
|
8536
|
+
self._Tags = []
|
8537
|
+
for item in params.get("Tags"):
|
8538
|
+
obj = Tag()
|
8539
|
+
obj._deserialize(item)
|
8540
|
+
self._Tags.append(obj)
|
8541
|
+
memeber_set = set(params.keys())
|
8542
|
+
for name, value in vars(self).items():
|
8543
|
+
property_name = name[1:]
|
8544
|
+
if property_name in memeber_set:
|
8545
|
+
memeber_set.remove(property_name)
|
8546
|
+
if len(memeber_set) > 0:
|
8547
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8548
|
+
|
8549
|
+
|
8550
|
+
|
8551
|
+
class CreateHighPriorityRouteTableResponse(AbstractModel):
|
8552
|
+
"""CreateHighPriorityRouteTable返回参数结构体
|
8553
|
+
|
8554
|
+
"""
|
8555
|
+
|
8556
|
+
def __init__(self):
|
8557
|
+
r"""
|
8558
|
+
:param _HighPriorityRouteTable: 高优路由表信息
|
8559
|
+
:type HighPriorityRouteTable: :class:`tencentcloud.vpc.v20170312.models.HighPriorityRouteTable`
|
8560
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8561
|
+
:type RequestId: str
|
8562
|
+
"""
|
8563
|
+
self._HighPriorityRouteTable = None
|
8564
|
+
self._RequestId = None
|
8565
|
+
|
8566
|
+
@property
|
8567
|
+
def HighPriorityRouteTable(self):
|
8568
|
+
return self._HighPriorityRouteTable
|
8569
|
+
|
8570
|
+
@HighPriorityRouteTable.setter
|
8571
|
+
def HighPriorityRouteTable(self, HighPriorityRouteTable):
|
8572
|
+
self._HighPriorityRouteTable = HighPriorityRouteTable
|
8573
|
+
|
8574
|
+
@property
|
8575
|
+
def RequestId(self):
|
8576
|
+
return self._RequestId
|
8577
|
+
|
8578
|
+
@RequestId.setter
|
8579
|
+
def RequestId(self, RequestId):
|
8580
|
+
self._RequestId = RequestId
|
8581
|
+
|
8582
|
+
|
8583
|
+
def _deserialize(self, params):
|
8584
|
+
if params.get("HighPriorityRouteTable") is not None:
|
8585
|
+
self._HighPriorityRouteTable = HighPriorityRouteTable()
|
8586
|
+
self._HighPriorityRouteTable._deserialize(params.get("HighPriorityRouteTable"))
|
8587
|
+
self._RequestId = params.get("RequestId")
|
8588
|
+
|
8589
|
+
|
8590
|
+
class CreateHighPriorityRoutesRequest(AbstractModel):
|
8591
|
+
"""CreateHighPriorityRoutes请求参数结构体
|
8592
|
+
|
8593
|
+
"""
|
8594
|
+
|
8595
|
+
def __init__(self):
|
8596
|
+
r"""
|
8597
|
+
:param _HighPriorityRouteTableId: 高优路由表唯一 ID。
|
8598
|
+
:type HighPriorityRouteTableId: str
|
8599
|
+
:param _HighPriorityRoutes: 高优路由表条目信息。
|
8600
|
+
:type HighPriorityRoutes: list of HighPriorityRoute
|
8601
|
+
"""
|
8602
|
+
self._HighPriorityRouteTableId = None
|
8603
|
+
self._HighPriorityRoutes = None
|
8604
|
+
|
8605
|
+
@property
|
8606
|
+
def HighPriorityRouteTableId(self):
|
8607
|
+
return self._HighPriorityRouteTableId
|
8608
|
+
|
8609
|
+
@HighPriorityRouteTableId.setter
|
8610
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
8611
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
8612
|
+
|
8613
|
+
@property
|
8614
|
+
def HighPriorityRoutes(self):
|
8615
|
+
return self._HighPriorityRoutes
|
8616
|
+
|
8617
|
+
@HighPriorityRoutes.setter
|
8618
|
+
def HighPriorityRoutes(self, HighPriorityRoutes):
|
8619
|
+
self._HighPriorityRoutes = HighPriorityRoutes
|
8620
|
+
|
8621
|
+
|
8622
|
+
def _deserialize(self, params):
|
8623
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
8624
|
+
if params.get("HighPriorityRoutes") is not None:
|
8625
|
+
self._HighPriorityRoutes = []
|
8626
|
+
for item in params.get("HighPriorityRoutes"):
|
8627
|
+
obj = HighPriorityRoute()
|
8628
|
+
obj._deserialize(item)
|
8629
|
+
self._HighPriorityRoutes.append(obj)
|
8630
|
+
memeber_set = set(params.keys())
|
8631
|
+
for name, value in vars(self).items():
|
8632
|
+
property_name = name[1:]
|
8633
|
+
if property_name in memeber_set:
|
8634
|
+
memeber_set.remove(property_name)
|
8635
|
+
if len(memeber_set) > 0:
|
8636
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8637
|
+
|
8638
|
+
|
8639
|
+
|
8640
|
+
class CreateHighPriorityRoutesResponse(AbstractModel):
|
8641
|
+
"""CreateHighPriorityRoutes返回参数结构体
|
8642
|
+
|
8643
|
+
"""
|
8644
|
+
|
8645
|
+
def __init__(self):
|
8646
|
+
r"""
|
8647
|
+
:param _HighPriorityRouteSet: 高优路由表信息。
|
8648
|
+
:type HighPriorityRouteSet: list of HighPriorityRoute
|
8649
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8650
|
+
:type RequestId: str
|
8651
|
+
"""
|
8652
|
+
self._HighPriorityRouteSet = None
|
8653
|
+
self._RequestId = None
|
8654
|
+
|
8655
|
+
@property
|
8656
|
+
def HighPriorityRouteSet(self):
|
8657
|
+
return self._HighPriorityRouteSet
|
8658
|
+
|
8659
|
+
@HighPriorityRouteSet.setter
|
8660
|
+
def HighPriorityRouteSet(self, HighPriorityRouteSet):
|
8661
|
+
self._HighPriorityRouteSet = HighPriorityRouteSet
|
8662
|
+
|
8663
|
+
@property
|
8664
|
+
def RequestId(self):
|
8665
|
+
return self._RequestId
|
8666
|
+
|
8667
|
+
@RequestId.setter
|
8668
|
+
def RequestId(self, RequestId):
|
8669
|
+
self._RequestId = RequestId
|
8670
|
+
|
8671
|
+
|
8672
|
+
def _deserialize(self, params):
|
8673
|
+
if params.get("HighPriorityRouteSet") is not None:
|
8674
|
+
self._HighPriorityRouteSet = []
|
8675
|
+
for item in params.get("HighPriorityRouteSet"):
|
8676
|
+
obj = HighPriorityRoute()
|
8677
|
+
obj._deserialize(item)
|
8678
|
+
self._HighPriorityRouteSet.append(obj)
|
8679
|
+
self._RequestId = params.get("RequestId")
|
8680
|
+
|
8681
|
+
|
8427
8682
|
class CreateIp6TranslatorsRequest(AbstractModel):
|
8428
8683
|
"""CreateIp6Translators请求参数结构体
|
8429
8684
|
|
@@ -13992,6 +14247,68 @@ class DeleteCcnRouteTablesResponse(AbstractModel):
|
|
13992
14247
|
self._RequestId = params.get("RequestId")
|
13993
14248
|
|
13994
14249
|
|
14250
|
+
class DeleteCdcLDCXListRequest(AbstractModel):
|
14251
|
+
"""DeleteCdcLDCXList请求参数结构体
|
14252
|
+
|
14253
|
+
"""
|
14254
|
+
|
14255
|
+
|
14256
|
+
class DeleteCdcLDCXListResponse(AbstractModel):
|
14257
|
+
"""DeleteCdcLDCXList返回参数结构体
|
14258
|
+
|
14259
|
+
"""
|
14260
|
+
|
14261
|
+
def __init__(self):
|
14262
|
+
r"""
|
14263
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14264
|
+
:type RequestId: str
|
14265
|
+
"""
|
14266
|
+
self._RequestId = None
|
14267
|
+
|
14268
|
+
@property
|
14269
|
+
def RequestId(self):
|
14270
|
+
return self._RequestId
|
14271
|
+
|
14272
|
+
@RequestId.setter
|
14273
|
+
def RequestId(self, RequestId):
|
14274
|
+
self._RequestId = RequestId
|
14275
|
+
|
14276
|
+
|
14277
|
+
def _deserialize(self, params):
|
14278
|
+
self._RequestId = params.get("RequestId")
|
14279
|
+
|
14280
|
+
|
14281
|
+
class DeleteCdcNetPlanesRequest(AbstractModel):
|
14282
|
+
"""DeleteCdcNetPlanes请求参数结构体
|
14283
|
+
|
14284
|
+
"""
|
14285
|
+
|
14286
|
+
|
14287
|
+
class DeleteCdcNetPlanesResponse(AbstractModel):
|
14288
|
+
"""DeleteCdcNetPlanes返回参数结构体
|
14289
|
+
|
14290
|
+
"""
|
14291
|
+
|
14292
|
+
def __init__(self):
|
14293
|
+
r"""
|
14294
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14295
|
+
:type RequestId: str
|
14296
|
+
"""
|
14297
|
+
self._RequestId = None
|
14298
|
+
|
14299
|
+
@property
|
14300
|
+
def RequestId(self):
|
14301
|
+
return self._RequestId
|
14302
|
+
|
14303
|
+
@RequestId.setter
|
14304
|
+
def RequestId(self, RequestId):
|
14305
|
+
self._RequestId = RequestId
|
14306
|
+
|
14307
|
+
|
14308
|
+
def _deserialize(self, params):
|
14309
|
+
self._RequestId = params.get("RequestId")
|
14310
|
+
|
14311
|
+
|
13995
14312
|
class DeleteCustomerGatewayRequest(AbstractModel):
|
13996
14313
|
"""DeleteCustomerGateway请求参数结构体
|
13997
14314
|
|
@@ -14364,29 +14681,29 @@ class DeleteHaVipResponse(AbstractModel):
|
|
14364
14681
|
self._RequestId = params.get("RequestId")
|
14365
14682
|
|
14366
14683
|
|
14367
|
-
class
|
14368
|
-
"""
|
14684
|
+
class DeleteHighPriorityRouteTablesRequest(AbstractModel):
|
14685
|
+
"""DeleteHighPriorityRouteTables请求参数结构体
|
14369
14686
|
|
14370
14687
|
"""
|
14371
14688
|
|
14372
14689
|
def __init__(self):
|
14373
14690
|
r"""
|
14374
|
-
:param
|
14375
|
-
:type
|
14691
|
+
:param _HighPriorityRouteTableIds: 高优路由表表唯一ID 列表。
|
14692
|
+
:type HighPriorityRouteTableIds: list of str
|
14376
14693
|
"""
|
14377
|
-
self.
|
14694
|
+
self._HighPriorityRouteTableIds = None
|
14378
14695
|
|
14379
14696
|
@property
|
14380
|
-
def
|
14381
|
-
return self.
|
14697
|
+
def HighPriorityRouteTableIds(self):
|
14698
|
+
return self._HighPriorityRouteTableIds
|
14382
14699
|
|
14383
|
-
@
|
14384
|
-
def
|
14385
|
-
self.
|
14700
|
+
@HighPriorityRouteTableIds.setter
|
14701
|
+
def HighPriorityRouteTableIds(self, HighPriorityRouteTableIds):
|
14702
|
+
self._HighPriorityRouteTableIds = HighPriorityRouteTableIds
|
14386
14703
|
|
14387
14704
|
|
14388
14705
|
def _deserialize(self, params):
|
14389
|
-
self.
|
14706
|
+
self._HighPriorityRouteTableIds = params.get("HighPriorityRouteTableIds")
|
14390
14707
|
memeber_set = set(params.keys())
|
14391
14708
|
for name, value in vars(self).items():
|
14392
14709
|
property_name = name[1:]
|
@@ -14397,8 +14714,153 @@ class DeleteIp6TranslatorsRequest(AbstractModel):
|
|
14397
14714
|
|
14398
14715
|
|
14399
14716
|
|
14400
|
-
class
|
14401
|
-
"""
|
14717
|
+
class DeleteHighPriorityRouteTablesResponse(AbstractModel):
|
14718
|
+
"""DeleteHighPriorityRouteTables返回参数结构体
|
14719
|
+
|
14720
|
+
"""
|
14721
|
+
|
14722
|
+
def __init__(self):
|
14723
|
+
r"""
|
14724
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14725
|
+
:type RequestId: str
|
14726
|
+
"""
|
14727
|
+
self._RequestId = None
|
14728
|
+
|
14729
|
+
@property
|
14730
|
+
def RequestId(self):
|
14731
|
+
return self._RequestId
|
14732
|
+
|
14733
|
+
@RequestId.setter
|
14734
|
+
def RequestId(self, RequestId):
|
14735
|
+
self._RequestId = RequestId
|
14736
|
+
|
14737
|
+
|
14738
|
+
def _deserialize(self, params):
|
14739
|
+
self._RequestId = params.get("RequestId")
|
14740
|
+
|
14741
|
+
|
14742
|
+
class DeleteHighPriorityRoutesRequest(AbstractModel):
|
14743
|
+
"""DeleteHighPriorityRoutes请求参数结构体
|
14744
|
+
|
14745
|
+
"""
|
14746
|
+
|
14747
|
+
def __init__(self):
|
14748
|
+
r"""
|
14749
|
+
:param _HighPriorityRouteTableId: 高优路由表唯一 ID。
|
14750
|
+
:type HighPriorityRouteTableId: str
|
14751
|
+
:param _HighPriorityRouteIds: 高优路由表条目唯一 ID 列表。
|
14752
|
+
:type HighPriorityRouteIds: list of str
|
14753
|
+
"""
|
14754
|
+
self._HighPriorityRouteTableId = None
|
14755
|
+
self._HighPriorityRouteIds = None
|
14756
|
+
|
14757
|
+
@property
|
14758
|
+
def HighPriorityRouteTableId(self):
|
14759
|
+
return self._HighPriorityRouteTableId
|
14760
|
+
|
14761
|
+
@HighPriorityRouteTableId.setter
|
14762
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
14763
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
14764
|
+
|
14765
|
+
@property
|
14766
|
+
def HighPriorityRouteIds(self):
|
14767
|
+
return self._HighPriorityRouteIds
|
14768
|
+
|
14769
|
+
@HighPriorityRouteIds.setter
|
14770
|
+
def HighPriorityRouteIds(self, HighPriorityRouteIds):
|
14771
|
+
self._HighPriorityRouteIds = HighPriorityRouteIds
|
14772
|
+
|
14773
|
+
|
14774
|
+
def _deserialize(self, params):
|
14775
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
14776
|
+
self._HighPriorityRouteIds = params.get("HighPriorityRouteIds")
|
14777
|
+
memeber_set = set(params.keys())
|
14778
|
+
for name, value in vars(self).items():
|
14779
|
+
property_name = name[1:]
|
14780
|
+
if property_name in memeber_set:
|
14781
|
+
memeber_set.remove(property_name)
|
14782
|
+
if len(memeber_set) > 0:
|
14783
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
14784
|
+
|
14785
|
+
|
14786
|
+
|
14787
|
+
class DeleteHighPriorityRoutesResponse(AbstractModel):
|
14788
|
+
"""DeleteHighPriorityRoutes返回参数结构体
|
14789
|
+
|
14790
|
+
"""
|
14791
|
+
|
14792
|
+
def __init__(self):
|
14793
|
+
r"""
|
14794
|
+
:param _HighPriorityRouteSet: 高优路由表条目信息。
|
14795
|
+
:type HighPriorityRouteSet: list of HighPriorityRoute
|
14796
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14797
|
+
:type RequestId: str
|
14798
|
+
"""
|
14799
|
+
self._HighPriorityRouteSet = None
|
14800
|
+
self._RequestId = None
|
14801
|
+
|
14802
|
+
@property
|
14803
|
+
def HighPriorityRouteSet(self):
|
14804
|
+
return self._HighPriorityRouteSet
|
14805
|
+
|
14806
|
+
@HighPriorityRouteSet.setter
|
14807
|
+
def HighPriorityRouteSet(self, HighPriorityRouteSet):
|
14808
|
+
self._HighPriorityRouteSet = HighPriorityRouteSet
|
14809
|
+
|
14810
|
+
@property
|
14811
|
+
def RequestId(self):
|
14812
|
+
return self._RequestId
|
14813
|
+
|
14814
|
+
@RequestId.setter
|
14815
|
+
def RequestId(self, RequestId):
|
14816
|
+
self._RequestId = RequestId
|
14817
|
+
|
14818
|
+
|
14819
|
+
def _deserialize(self, params):
|
14820
|
+
if params.get("HighPriorityRouteSet") is not None:
|
14821
|
+
self._HighPriorityRouteSet = []
|
14822
|
+
for item in params.get("HighPriorityRouteSet"):
|
14823
|
+
obj = HighPriorityRoute()
|
14824
|
+
obj._deserialize(item)
|
14825
|
+
self._HighPriorityRouteSet.append(obj)
|
14826
|
+
self._RequestId = params.get("RequestId")
|
14827
|
+
|
14828
|
+
|
14829
|
+
class DeleteIp6TranslatorsRequest(AbstractModel):
|
14830
|
+
"""DeleteIp6Translators请求参数结构体
|
14831
|
+
|
14832
|
+
"""
|
14833
|
+
|
14834
|
+
def __init__(self):
|
14835
|
+
r"""
|
14836
|
+
:param _Ip6TranslatorIds: 待释放的IPV6转换实例的唯一ID,形如‘ip6-xxxxxxxx’
|
14837
|
+
:type Ip6TranslatorIds: list of str
|
14838
|
+
"""
|
14839
|
+
self._Ip6TranslatorIds = None
|
14840
|
+
|
14841
|
+
@property
|
14842
|
+
def Ip6TranslatorIds(self):
|
14843
|
+
return self._Ip6TranslatorIds
|
14844
|
+
|
14845
|
+
@Ip6TranslatorIds.setter
|
14846
|
+
def Ip6TranslatorIds(self, Ip6TranslatorIds):
|
14847
|
+
self._Ip6TranslatorIds = Ip6TranslatorIds
|
14848
|
+
|
14849
|
+
|
14850
|
+
def _deserialize(self, params):
|
14851
|
+
self._Ip6TranslatorIds = params.get("Ip6TranslatorIds")
|
14852
|
+
memeber_set = set(params.keys())
|
14853
|
+
for name, value in vars(self).items():
|
14854
|
+
property_name = name[1:]
|
14855
|
+
if property_name in memeber_set:
|
14856
|
+
memeber_set.remove(property_name)
|
14857
|
+
if len(memeber_set) > 0:
|
14858
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
14859
|
+
|
14860
|
+
|
14861
|
+
|
14862
|
+
class DeleteIp6TranslatorsResponse(AbstractModel):
|
14863
|
+
"""DeleteIp6Translators返回参数结构体
|
14402
14864
|
|
14403
14865
|
"""
|
14404
14866
|
|
@@ -18569,6 +19031,99 @@ class DescribeCcnsResponse(AbstractModel):
|
|
18569
19031
|
self._RequestId = params.get("RequestId")
|
18570
19032
|
|
18571
19033
|
|
19034
|
+
class DescribeCdcLDCXListRequest(AbstractModel):
|
19035
|
+
"""DescribeCdcLDCXList请求参数结构体
|
19036
|
+
|
19037
|
+
"""
|
19038
|
+
|
19039
|
+
|
19040
|
+
class DescribeCdcLDCXListResponse(AbstractModel):
|
19041
|
+
"""DescribeCdcLDCXList返回参数结构体
|
19042
|
+
|
19043
|
+
"""
|
19044
|
+
|
19045
|
+
def __init__(self):
|
19046
|
+
r"""
|
19047
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19048
|
+
:type RequestId: str
|
19049
|
+
"""
|
19050
|
+
self._RequestId = None
|
19051
|
+
|
19052
|
+
@property
|
19053
|
+
def RequestId(self):
|
19054
|
+
return self._RequestId
|
19055
|
+
|
19056
|
+
@RequestId.setter
|
19057
|
+
def RequestId(self, RequestId):
|
19058
|
+
self._RequestId = RequestId
|
19059
|
+
|
19060
|
+
|
19061
|
+
def _deserialize(self, params):
|
19062
|
+
self._RequestId = params.get("RequestId")
|
19063
|
+
|
19064
|
+
|
19065
|
+
class DescribeCdcNetPlanesRequest(AbstractModel):
|
19066
|
+
"""DescribeCdcNetPlanes请求参数结构体
|
19067
|
+
|
19068
|
+
"""
|
19069
|
+
|
19070
|
+
|
19071
|
+
class DescribeCdcNetPlanesResponse(AbstractModel):
|
19072
|
+
"""DescribeCdcNetPlanes返回参数结构体
|
19073
|
+
|
19074
|
+
"""
|
19075
|
+
|
19076
|
+
def __init__(self):
|
19077
|
+
r"""
|
19078
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19079
|
+
:type RequestId: str
|
19080
|
+
"""
|
19081
|
+
self._RequestId = None
|
19082
|
+
|
19083
|
+
@property
|
19084
|
+
def RequestId(self):
|
19085
|
+
return self._RequestId
|
19086
|
+
|
19087
|
+
@RequestId.setter
|
19088
|
+
def RequestId(self, RequestId):
|
19089
|
+
self._RequestId = RequestId
|
19090
|
+
|
19091
|
+
|
19092
|
+
def _deserialize(self, params):
|
19093
|
+
self._RequestId = params.get("RequestId")
|
19094
|
+
|
19095
|
+
|
19096
|
+
class DescribeCdcUsedIdcVlanRequest(AbstractModel):
|
19097
|
+
"""DescribeCdcUsedIdcVlan请求参数结构体
|
19098
|
+
|
19099
|
+
"""
|
19100
|
+
|
19101
|
+
|
19102
|
+
class DescribeCdcUsedIdcVlanResponse(AbstractModel):
|
19103
|
+
"""DescribeCdcUsedIdcVlan返回参数结构体
|
19104
|
+
|
19105
|
+
"""
|
19106
|
+
|
19107
|
+
def __init__(self):
|
19108
|
+
r"""
|
19109
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19110
|
+
:type RequestId: str
|
19111
|
+
"""
|
19112
|
+
self._RequestId = None
|
19113
|
+
|
19114
|
+
@property
|
19115
|
+
def RequestId(self):
|
19116
|
+
return self._RequestId
|
19117
|
+
|
19118
|
+
@RequestId.setter
|
19119
|
+
def RequestId(self, RequestId):
|
19120
|
+
self._RequestId = RequestId
|
19121
|
+
|
19122
|
+
|
19123
|
+
def _deserialize(self, params):
|
19124
|
+
self._RequestId = params.get("RequestId")
|
19125
|
+
|
19126
|
+
|
18572
19127
|
class DescribeClassicLinkInstancesRequest(AbstractModel):
|
18573
19128
|
"""DescribeClassicLinkInstances请求参数结构体
|
18574
19129
|
|
@@ -20600,36 +21155,319 @@ class DescribeHaVipsResponse(AbstractModel):
|
|
20600
21155
|
self._RequestId = params.get("RequestId")
|
20601
21156
|
|
20602
21157
|
|
20603
|
-
class
|
20604
|
-
"""
|
21158
|
+
class DescribeHighPriorityRouteTablesRequest(AbstractModel):
|
21159
|
+
"""DescribeHighPriorityRouteTables请求参数结构体
|
20605
21160
|
|
20606
21161
|
"""
|
20607
21162
|
|
20608
21163
|
def __init__(self):
|
20609
21164
|
r"""
|
20610
|
-
:param
|
20611
|
-
|
20612
|
-
|
20613
|
-
<li>
|
20614
|
-
<li>
|
21165
|
+
:param _Filters: 过滤条件,参数不支持同时指定HighPriorityRouteTableIds和Filters。
|
21166
|
+
<li>high-priority-route-table-id - String - (过滤条件)高优路由表实例ID。</li>
|
21167
|
+
<li>name - String - (过滤条件)高优路由表名称。</li>
|
21168
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
|
21169
|
+
<li>tag-key - String -是否必填:否 - (过滤条件)按照标签键进行过滤。</li>
|
21170
|
+
<li>next-hop-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。使用next-hop-type进行过滤时,必须同时携带route-table-id与vpc-id。
|
21171
|
+
目前我们支持的类型有:
|
21172
|
+
HAVIP:高可用虚拟IP;
|
21173
|
+
NORMAL_CVM:普通云服务器;
|
21174
|
+
</li>
|
20615
21175
|
:type Filters: list of Filter
|
20616
|
-
:param
|
21176
|
+
:param _HighPriorityRouteTableIds: 高优路由表实例ID,例如:hprtb-18mot1fm。
|
21177
|
+
:type HighPriorityRouteTableIds: list of str
|
21178
|
+
:param _Offset: 偏移量。
|
21179
|
+
:type Offset: str
|
21180
|
+
:param _Limit: 返回数量,默认为20,最大值为100。
|
21181
|
+
:type Limit: str
|
21182
|
+
:param _NeedRouterInfo: 是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。
|
21183
|
+
:type NeedRouterInfo: bool
|
21184
|
+
"""
|
21185
|
+
self._Filters = None
|
21186
|
+
self._HighPriorityRouteTableIds = None
|
21187
|
+
self._Offset = None
|
21188
|
+
self._Limit = None
|
21189
|
+
self._NeedRouterInfo = None
|
21190
|
+
|
21191
|
+
@property
|
21192
|
+
def Filters(self):
|
21193
|
+
return self._Filters
|
21194
|
+
|
21195
|
+
@Filters.setter
|
21196
|
+
def Filters(self, Filters):
|
21197
|
+
self._Filters = Filters
|
21198
|
+
|
21199
|
+
@property
|
21200
|
+
def HighPriorityRouteTableIds(self):
|
21201
|
+
return self._HighPriorityRouteTableIds
|
21202
|
+
|
21203
|
+
@HighPriorityRouteTableIds.setter
|
21204
|
+
def HighPriorityRouteTableIds(self, HighPriorityRouteTableIds):
|
21205
|
+
self._HighPriorityRouteTableIds = HighPriorityRouteTableIds
|
21206
|
+
|
21207
|
+
@property
|
21208
|
+
def Offset(self):
|
21209
|
+
return self._Offset
|
21210
|
+
|
21211
|
+
@Offset.setter
|
21212
|
+
def Offset(self, Offset):
|
21213
|
+
self._Offset = Offset
|
21214
|
+
|
21215
|
+
@property
|
21216
|
+
def Limit(self):
|
21217
|
+
return self._Limit
|
21218
|
+
|
21219
|
+
@Limit.setter
|
21220
|
+
def Limit(self, Limit):
|
21221
|
+
self._Limit = Limit
|
21222
|
+
|
21223
|
+
@property
|
21224
|
+
def NeedRouterInfo(self):
|
21225
|
+
return self._NeedRouterInfo
|
21226
|
+
|
21227
|
+
@NeedRouterInfo.setter
|
21228
|
+
def NeedRouterInfo(self, NeedRouterInfo):
|
21229
|
+
self._NeedRouterInfo = NeedRouterInfo
|
21230
|
+
|
21231
|
+
|
21232
|
+
def _deserialize(self, params):
|
21233
|
+
if params.get("Filters") is not None:
|
21234
|
+
self._Filters = []
|
21235
|
+
for item in params.get("Filters"):
|
21236
|
+
obj = Filter()
|
21237
|
+
obj._deserialize(item)
|
21238
|
+
self._Filters.append(obj)
|
21239
|
+
self._HighPriorityRouteTableIds = params.get("HighPriorityRouteTableIds")
|
21240
|
+
self._Offset = params.get("Offset")
|
21241
|
+
self._Limit = params.get("Limit")
|
21242
|
+
self._NeedRouterInfo = params.get("NeedRouterInfo")
|
21243
|
+
memeber_set = set(params.keys())
|
21244
|
+
for name, value in vars(self).items():
|
21245
|
+
property_name = name[1:]
|
21246
|
+
if property_name in memeber_set:
|
21247
|
+
memeber_set.remove(property_name)
|
21248
|
+
if len(memeber_set) > 0:
|
21249
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
21250
|
+
|
21251
|
+
|
21252
|
+
|
21253
|
+
class DescribeHighPriorityRouteTablesResponse(AbstractModel):
|
21254
|
+
"""DescribeHighPriorityRouteTables返回参数结构体
|
21255
|
+
|
21256
|
+
"""
|
21257
|
+
|
21258
|
+
def __init__(self):
|
21259
|
+
r"""
|
21260
|
+
:param _HighPriorityRouteTableSet: 高优路由表对象。
|
21261
|
+
:type HighPriorityRouteTableSet: list of HighPriorityRouteTable
|
21262
|
+
:param _TotalCount: 符合条件的实例数量。
|
21263
|
+
:type TotalCount: int
|
21264
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21265
|
+
:type RequestId: str
|
21266
|
+
"""
|
21267
|
+
self._HighPriorityRouteTableSet = None
|
21268
|
+
self._TotalCount = None
|
21269
|
+
self._RequestId = None
|
21270
|
+
|
21271
|
+
@property
|
21272
|
+
def HighPriorityRouteTableSet(self):
|
21273
|
+
return self._HighPriorityRouteTableSet
|
21274
|
+
|
21275
|
+
@HighPriorityRouteTableSet.setter
|
21276
|
+
def HighPriorityRouteTableSet(self, HighPriorityRouteTableSet):
|
21277
|
+
self._HighPriorityRouteTableSet = HighPriorityRouteTableSet
|
21278
|
+
|
21279
|
+
@property
|
21280
|
+
def TotalCount(self):
|
21281
|
+
return self._TotalCount
|
21282
|
+
|
21283
|
+
@TotalCount.setter
|
21284
|
+
def TotalCount(self, TotalCount):
|
21285
|
+
self._TotalCount = TotalCount
|
21286
|
+
|
21287
|
+
@property
|
21288
|
+
def RequestId(self):
|
21289
|
+
return self._RequestId
|
21290
|
+
|
21291
|
+
@RequestId.setter
|
21292
|
+
def RequestId(self, RequestId):
|
21293
|
+
self._RequestId = RequestId
|
21294
|
+
|
21295
|
+
|
21296
|
+
def _deserialize(self, params):
|
21297
|
+
if params.get("HighPriorityRouteTableSet") is not None:
|
21298
|
+
self._HighPriorityRouteTableSet = []
|
21299
|
+
for item in params.get("HighPriorityRouteTableSet"):
|
21300
|
+
obj = HighPriorityRouteTable()
|
21301
|
+
obj._deserialize(item)
|
21302
|
+
self._HighPriorityRouteTableSet.append(obj)
|
21303
|
+
self._TotalCount = params.get("TotalCount")
|
21304
|
+
self._RequestId = params.get("RequestId")
|
21305
|
+
|
21306
|
+
|
21307
|
+
class DescribeHighPriorityRoutesRequest(AbstractModel):
|
21308
|
+
"""DescribeHighPriorityRoutes请求参数结构体
|
21309
|
+
|
21310
|
+
"""
|
21311
|
+
|
21312
|
+
def __init__(self):
|
21313
|
+
r"""
|
21314
|
+
:param _HighPriorityRouteTableId: 高优路由表唯一 ID。
|
21315
|
+
:type HighPriorityRouteTableId: str
|
21316
|
+
:param _Filters: <li>gateway-id - String - (过滤条件)网关ID。</li>
|
21317
|
+
<li>description - String - (过滤条件)路由描述。</li>
|
21318
|
+
<li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>
|
21319
|
+
<li>subnet-route-algorithm - String - (过滤条件)现在支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。</li>
|
21320
|
+
<li>is-cdc - String - (过滤条件)CDC属性高优路由表。</li>
|
21321
|
+
<li>cdc-id - String - (过滤条件)CDC 集群唯一 ID 。</li>
|
21322
|
+
|
21323
|
+
:type Filters: list of Filter
|
21324
|
+
:param _Offset: 偏移量。
|
20617
21325
|
:type Offset: int
|
20618
|
-
:param _Limit:
|
21326
|
+
:param _Limit: 请求对象个数。
|
20619
21327
|
:type Limit: int
|
20620
21328
|
"""
|
20621
|
-
self.
|
21329
|
+
self._HighPriorityRouteTableId = None
|
20622
21330
|
self._Filters = None
|
20623
21331
|
self._Offset = None
|
20624
21332
|
self._Limit = None
|
20625
21333
|
|
20626
21334
|
@property
|
20627
|
-
def
|
20628
|
-
return self.
|
21335
|
+
def HighPriorityRouteTableId(self):
|
21336
|
+
return self._HighPriorityRouteTableId
|
20629
21337
|
|
20630
|
-
@
|
20631
|
-
def
|
20632
|
-
self.
|
21338
|
+
@HighPriorityRouteTableId.setter
|
21339
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
21340
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
21341
|
+
|
21342
|
+
@property
|
21343
|
+
def Filters(self):
|
21344
|
+
return self._Filters
|
21345
|
+
|
21346
|
+
@Filters.setter
|
21347
|
+
def Filters(self, Filters):
|
21348
|
+
self._Filters = Filters
|
21349
|
+
|
21350
|
+
@property
|
21351
|
+
def Offset(self):
|
21352
|
+
return self._Offset
|
21353
|
+
|
21354
|
+
@Offset.setter
|
21355
|
+
def Offset(self, Offset):
|
21356
|
+
self._Offset = Offset
|
21357
|
+
|
21358
|
+
@property
|
21359
|
+
def Limit(self):
|
21360
|
+
return self._Limit
|
21361
|
+
|
21362
|
+
@Limit.setter
|
21363
|
+
def Limit(self, Limit):
|
21364
|
+
self._Limit = Limit
|
21365
|
+
|
21366
|
+
|
21367
|
+
def _deserialize(self, params):
|
21368
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
21369
|
+
if params.get("Filters") is not None:
|
21370
|
+
self._Filters = []
|
21371
|
+
for item in params.get("Filters"):
|
21372
|
+
obj = Filter()
|
21373
|
+
obj._deserialize(item)
|
21374
|
+
self._Filters.append(obj)
|
21375
|
+
self._Offset = params.get("Offset")
|
21376
|
+
self._Limit = params.get("Limit")
|
21377
|
+
memeber_set = set(params.keys())
|
21378
|
+
for name, value in vars(self).items():
|
21379
|
+
property_name = name[1:]
|
21380
|
+
if property_name in memeber_set:
|
21381
|
+
memeber_set.remove(property_name)
|
21382
|
+
if len(memeber_set) > 0:
|
21383
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
21384
|
+
|
21385
|
+
|
21386
|
+
|
21387
|
+
class DescribeHighPriorityRoutesResponse(AbstractModel):
|
21388
|
+
"""DescribeHighPriorityRoutes返回参数结构体
|
21389
|
+
|
21390
|
+
"""
|
21391
|
+
|
21392
|
+
def __init__(self):
|
21393
|
+
r"""
|
21394
|
+
:param _HighPriorityRouteSet: 高优路由表条目信息。
|
21395
|
+
:type HighPriorityRouteSet: list of HighPriorityRoute
|
21396
|
+
:param _TotalCount: 高优路由表条目个数。
|
21397
|
+
:type TotalCount: int
|
21398
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21399
|
+
:type RequestId: str
|
21400
|
+
"""
|
21401
|
+
self._HighPriorityRouteSet = None
|
21402
|
+
self._TotalCount = None
|
21403
|
+
self._RequestId = None
|
21404
|
+
|
21405
|
+
@property
|
21406
|
+
def HighPriorityRouteSet(self):
|
21407
|
+
return self._HighPriorityRouteSet
|
21408
|
+
|
21409
|
+
@HighPriorityRouteSet.setter
|
21410
|
+
def HighPriorityRouteSet(self, HighPriorityRouteSet):
|
21411
|
+
self._HighPriorityRouteSet = HighPriorityRouteSet
|
21412
|
+
|
21413
|
+
@property
|
21414
|
+
def TotalCount(self):
|
21415
|
+
return self._TotalCount
|
21416
|
+
|
21417
|
+
@TotalCount.setter
|
21418
|
+
def TotalCount(self, TotalCount):
|
21419
|
+
self._TotalCount = TotalCount
|
21420
|
+
|
21421
|
+
@property
|
21422
|
+
def RequestId(self):
|
21423
|
+
return self._RequestId
|
21424
|
+
|
21425
|
+
@RequestId.setter
|
21426
|
+
def RequestId(self, RequestId):
|
21427
|
+
self._RequestId = RequestId
|
21428
|
+
|
21429
|
+
|
21430
|
+
def _deserialize(self, params):
|
21431
|
+
if params.get("HighPriorityRouteSet") is not None:
|
21432
|
+
self._HighPriorityRouteSet = []
|
21433
|
+
for item in params.get("HighPriorityRouteSet"):
|
21434
|
+
obj = HighPriorityRoute()
|
21435
|
+
obj._deserialize(item)
|
21436
|
+
self._HighPriorityRouteSet.append(obj)
|
21437
|
+
self._TotalCount = params.get("TotalCount")
|
21438
|
+
self._RequestId = params.get("RequestId")
|
21439
|
+
|
21440
|
+
|
21441
|
+
class DescribeIp6AddressesRequest(AbstractModel):
|
21442
|
+
"""DescribeIp6Addresses请求参数结构体
|
21443
|
+
|
21444
|
+
"""
|
21445
|
+
|
21446
|
+
def __init__(self):
|
21447
|
+
r"""
|
21448
|
+
:param _Ip6AddressIds: 标识 IPV6 的唯一 ID 列表。IPV6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。
|
21449
|
+
:type Ip6AddressIds: list of str
|
21450
|
+
:param _Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:
|
21451
|
+
<li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPV6 的 IP 地址过滤。</li>
|
21452
|
+
<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。</li>
|
21453
|
+
:type Filters: list of Filter
|
21454
|
+
:param _Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
21455
|
+
:type Offset: int
|
21456
|
+
:param _Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
21457
|
+
:type Limit: int
|
21458
|
+
"""
|
21459
|
+
self._Ip6AddressIds = None
|
21460
|
+
self._Filters = None
|
21461
|
+
self._Offset = None
|
21462
|
+
self._Limit = None
|
21463
|
+
|
21464
|
+
@property
|
21465
|
+
def Ip6AddressIds(self):
|
21466
|
+
return self._Ip6AddressIds
|
21467
|
+
|
21468
|
+
@Ip6AddressIds.setter
|
21469
|
+
def Ip6AddressIds(self, Ip6AddressIds):
|
21470
|
+
self._Ip6AddressIds = Ip6AddressIds
|
20633
21471
|
|
20634
21472
|
@property
|
20635
21473
|
def Filters(self):
|
@@ -23966,6 +24804,127 @@ class DescribeRouteTablesResponse(AbstractModel):
|
|
23966
24804
|
self._RequestId = params.get("RequestId")
|
23967
24805
|
|
23968
24806
|
|
24807
|
+
class DescribeRoutesRequest(AbstractModel):
|
24808
|
+
"""DescribeRoutes请求参数结构体
|
24809
|
+
|
24810
|
+
"""
|
24811
|
+
|
24812
|
+
def __init__(self):
|
24813
|
+
r"""
|
24814
|
+
:param _Filters: 过滤条件,参数不支持同时指定RouteTableIds和Filters。
|
24815
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
|
24816
|
+
<li>gateway-id - String - (过滤条件)网关ID。</li>
|
24817
|
+
<li>description - String - (过滤条件)路由描述。</li>
|
24818
|
+
<li>route-table-id - String - (过滤条件)路由表实例ID。</li>
|
24819
|
+
<li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>
|
24820
|
+
:type Filters: list of Filter
|
24821
|
+
:param _Offset: 偏移量。
|
24822
|
+
:type Offset: int
|
24823
|
+
:param _Limit: 请求对象个数。
|
24824
|
+
:type Limit: int
|
24825
|
+
"""
|
24826
|
+
self._Filters = None
|
24827
|
+
self._Offset = None
|
24828
|
+
self._Limit = None
|
24829
|
+
|
24830
|
+
@property
|
24831
|
+
def Filters(self):
|
24832
|
+
return self._Filters
|
24833
|
+
|
24834
|
+
@Filters.setter
|
24835
|
+
def Filters(self, Filters):
|
24836
|
+
self._Filters = Filters
|
24837
|
+
|
24838
|
+
@property
|
24839
|
+
def Offset(self):
|
24840
|
+
return self._Offset
|
24841
|
+
|
24842
|
+
@Offset.setter
|
24843
|
+
def Offset(self, Offset):
|
24844
|
+
self._Offset = Offset
|
24845
|
+
|
24846
|
+
@property
|
24847
|
+
def Limit(self):
|
24848
|
+
return self._Limit
|
24849
|
+
|
24850
|
+
@Limit.setter
|
24851
|
+
def Limit(self, Limit):
|
24852
|
+
self._Limit = Limit
|
24853
|
+
|
24854
|
+
|
24855
|
+
def _deserialize(self, params):
|
24856
|
+
if params.get("Filters") is not None:
|
24857
|
+
self._Filters = []
|
24858
|
+
for item in params.get("Filters"):
|
24859
|
+
obj = Filter()
|
24860
|
+
obj._deserialize(item)
|
24861
|
+
self._Filters.append(obj)
|
24862
|
+
self._Offset = params.get("Offset")
|
24863
|
+
self._Limit = params.get("Limit")
|
24864
|
+
memeber_set = set(params.keys())
|
24865
|
+
for name, value in vars(self).items():
|
24866
|
+
property_name = name[1:]
|
24867
|
+
if property_name in memeber_set:
|
24868
|
+
memeber_set.remove(property_name)
|
24869
|
+
if len(memeber_set) > 0:
|
24870
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
24871
|
+
|
24872
|
+
|
24873
|
+
|
24874
|
+
class DescribeRoutesResponse(AbstractModel):
|
24875
|
+
"""DescribeRoutes返回参数结构体
|
24876
|
+
|
24877
|
+
"""
|
24878
|
+
|
24879
|
+
def __init__(self):
|
24880
|
+
r"""
|
24881
|
+
:param _RouteSet: 路由对象。
|
24882
|
+
:type RouteSet: list of Route
|
24883
|
+
:param _TotalCount: 符合条件的实例数量。
|
24884
|
+
:type TotalCount: int
|
24885
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24886
|
+
:type RequestId: str
|
24887
|
+
"""
|
24888
|
+
self._RouteSet = None
|
24889
|
+
self._TotalCount = None
|
24890
|
+
self._RequestId = None
|
24891
|
+
|
24892
|
+
@property
|
24893
|
+
def RouteSet(self):
|
24894
|
+
return self._RouteSet
|
24895
|
+
|
24896
|
+
@RouteSet.setter
|
24897
|
+
def RouteSet(self, RouteSet):
|
24898
|
+
self._RouteSet = RouteSet
|
24899
|
+
|
24900
|
+
@property
|
24901
|
+
def TotalCount(self):
|
24902
|
+
return self._TotalCount
|
24903
|
+
|
24904
|
+
@TotalCount.setter
|
24905
|
+
def TotalCount(self, TotalCount):
|
24906
|
+
self._TotalCount = TotalCount
|
24907
|
+
|
24908
|
+
@property
|
24909
|
+
def RequestId(self):
|
24910
|
+
return self._RequestId
|
24911
|
+
|
24912
|
+
@RequestId.setter
|
24913
|
+
def RequestId(self, RequestId):
|
24914
|
+
self._RequestId = RequestId
|
24915
|
+
|
24916
|
+
|
24917
|
+
def _deserialize(self, params):
|
24918
|
+
if params.get("RouteSet") is not None:
|
24919
|
+
self._RouteSet = []
|
24920
|
+
for item in params.get("RouteSet"):
|
24921
|
+
obj = Route()
|
24922
|
+
obj._deserialize(item)
|
24923
|
+
self._RouteSet.append(obj)
|
24924
|
+
self._TotalCount = params.get("TotalCount")
|
24925
|
+
self._RequestId = params.get("RequestId")
|
24926
|
+
|
24927
|
+
|
23969
24928
|
class DescribeSecurityGroupAssociationStatisticsRequest(AbstractModel):
|
23970
24929
|
"""DescribeSecurityGroupAssociationStatistics请求参数结构体
|
23971
24930
|
|
@@ -31103,6 +32062,9 @@ class EndPoint(AbstractModel):
|
|
31103
32062
|
:param _ServiceName: 终端节点服务名称。
|
31104
32063
|
注意:此字段可能返回 null,表示取不到有效值。
|
31105
32064
|
:type ServiceName: str
|
32065
|
+
:param _CdcId: CDC 集群唯一 ID
|
32066
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32067
|
+
:type CdcId: str
|
31106
32068
|
:param _TagSet: 标签键值对。
|
31107
32069
|
注意:此字段可能返回 null,表示取不到有效值。
|
31108
32070
|
:type TagSet: list of Tag
|
@@ -31120,6 +32082,7 @@ class EndPoint(AbstractModel):
|
|
31120
32082
|
self._CreateTime = None
|
31121
32083
|
self._GroupSet = None
|
31122
32084
|
self._ServiceName = None
|
32085
|
+
self._CdcId = None
|
31123
32086
|
self._TagSet = None
|
31124
32087
|
|
31125
32088
|
@property
|
@@ -31226,6 +32189,14 @@ class EndPoint(AbstractModel):
|
|
31226
32189
|
def ServiceName(self, ServiceName):
|
31227
32190
|
self._ServiceName = ServiceName
|
31228
32191
|
|
32192
|
+
@property
|
32193
|
+
def CdcId(self):
|
32194
|
+
return self._CdcId
|
32195
|
+
|
32196
|
+
@CdcId.setter
|
32197
|
+
def CdcId(self, CdcId):
|
32198
|
+
self._CdcId = CdcId
|
32199
|
+
|
31229
32200
|
@property
|
31230
32201
|
def TagSet(self):
|
31231
32202
|
return self._TagSet
|
@@ -31249,6 +32220,7 @@ class EndPoint(AbstractModel):
|
|
31249
32220
|
self._CreateTime = params.get("CreateTime")
|
31250
32221
|
self._GroupSet = params.get("GroupSet")
|
31251
32222
|
self._ServiceName = params.get("ServiceName")
|
32223
|
+
self._CdcId = params.get("CdcId")
|
31252
32224
|
if params.get("TagSet") is not None:
|
31253
32225
|
self._TagSet = []
|
31254
32226
|
for item in params.get("TagSet"):
|
@@ -31296,6 +32268,9 @@ class EndPointService(AbstractModel):
|
|
31296
32268
|
:type CreateTime: str
|
31297
32269
|
:param _ServiceType: 挂载的PAAS服务类型,CLB,CDB,CRS
|
31298
32270
|
:type ServiceType: str
|
32271
|
+
:param _CdcId: CDC 集群唯一 ID
|
32272
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32273
|
+
:type CdcId: str
|
31299
32274
|
:param _ServiceUin: Uin
|
31300
32275
|
注意:此字段可能返回 null,表示取不到有效值。
|
31301
32276
|
:type ServiceUin: str
|
@@ -31317,6 +32292,7 @@ class EndPointService(AbstractModel):
|
|
31317
32292
|
self._EndPointSet = None
|
31318
32293
|
self._CreateTime = None
|
31319
32294
|
self._ServiceType = None
|
32295
|
+
self._CdcId = None
|
31320
32296
|
self._ServiceUin = None
|
31321
32297
|
self._BusinessIpType = None
|
31322
32298
|
self._TagSet = None
|
@@ -31409,6 +32385,14 @@ class EndPointService(AbstractModel):
|
|
31409
32385
|
def ServiceType(self, ServiceType):
|
31410
32386
|
self._ServiceType = ServiceType
|
31411
32387
|
|
32388
|
+
@property
|
32389
|
+
def CdcId(self):
|
32390
|
+
return self._CdcId
|
32391
|
+
|
32392
|
+
@CdcId.setter
|
32393
|
+
def CdcId(self, CdcId):
|
32394
|
+
self._CdcId = CdcId
|
32395
|
+
|
31412
32396
|
@property
|
31413
32397
|
def ServiceUin(self):
|
31414
32398
|
return self._ServiceUin
|
@@ -31451,6 +32435,7 @@ class EndPointService(AbstractModel):
|
|
31451
32435
|
self._EndPointSet.append(obj)
|
31452
32436
|
self._CreateTime = params.get("CreateTime")
|
31453
32437
|
self._ServiceType = params.get("ServiceType")
|
32438
|
+
self._CdcId = params.get("CdcId")
|
31454
32439
|
self._ServiceUin = params.get("ServiceUin")
|
31455
32440
|
self._BusinessIpType = params.get("BusinessIpType")
|
31456
32441
|
if params.get("TagSet") is not None:
|
@@ -32265,6 +33250,9 @@ class HaVip(AbstractModel):
|
|
32265
33250
|
:param _CheckAssociate: 是否开启`HAVIP`的飘移范围校验。
|
32266
33251
|
注意:此字段可能返回 null,表示取不到有效值。
|
32267
33252
|
:type CheckAssociate: bool
|
33253
|
+
:param _CdcId: CDC实例ID。
|
33254
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33255
|
+
:type CdcId: str
|
32268
33256
|
:param _FlushedTime: HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00
|
32269
33257
|
注意:此字段可能返回 null,表示取不到有效值。
|
32270
33258
|
:type FlushedTime: str
|
@@ -32285,6 +33273,7 @@ class HaVip(AbstractModel):
|
|
32285
33273
|
self._Business = None
|
32286
33274
|
self._HaVipAssociationSet = None
|
32287
33275
|
self._CheckAssociate = None
|
33276
|
+
self._CdcId = None
|
32288
33277
|
self._FlushedTime = None
|
32289
33278
|
self._TagSet = None
|
32290
33279
|
|
@@ -32392,6 +33381,14 @@ class HaVip(AbstractModel):
|
|
32392
33381
|
def CheckAssociate(self, CheckAssociate):
|
32393
33382
|
self._CheckAssociate = CheckAssociate
|
32394
33383
|
|
33384
|
+
@property
|
33385
|
+
def CdcId(self):
|
33386
|
+
return self._CdcId
|
33387
|
+
|
33388
|
+
@CdcId.setter
|
33389
|
+
def CdcId(self, CdcId):
|
33390
|
+
self._CdcId = CdcId
|
33391
|
+
|
32395
33392
|
@property
|
32396
33393
|
def FlushedTime(self):
|
32397
33394
|
return self._FlushedTime
|
@@ -32428,6 +33425,7 @@ class HaVip(AbstractModel):
|
|
32428
33425
|
obj._deserialize(item)
|
32429
33426
|
self._HaVipAssociationSet.append(obj)
|
32430
33427
|
self._CheckAssociate = params.get("CheckAssociate")
|
33428
|
+
self._CdcId = params.get("CdcId")
|
32431
33429
|
self._FlushedTime = params.get("FlushedTime")
|
32432
33430
|
if params.get("TagSet") is not None:
|
32433
33431
|
self._TagSet = []
|
@@ -32706,6 +33704,306 @@ class HealthCheckConfig(AbstractModel):
|
|
32706
33704
|
|
32707
33705
|
|
32708
33706
|
|
33707
|
+
class HighPriorityModifyItem(AbstractModel):
|
33708
|
+
"""高优路由表条目修改属性。
|
33709
|
+
|
33710
|
+
"""
|
33711
|
+
|
33712
|
+
def __init__(self):
|
33713
|
+
r"""
|
33714
|
+
:param _HighPriorityRouteId: 高优路由条目唯一ID。
|
33715
|
+
:type HighPriorityRouteId: str
|
33716
|
+
:param _Description: 高优路由条目描述。
|
33717
|
+
:type Description: str
|
33718
|
+
"""
|
33719
|
+
self._HighPriorityRouteId = None
|
33720
|
+
self._Description = None
|
33721
|
+
|
33722
|
+
@property
|
33723
|
+
def HighPriorityRouteId(self):
|
33724
|
+
return self._HighPriorityRouteId
|
33725
|
+
|
33726
|
+
@HighPriorityRouteId.setter
|
33727
|
+
def HighPriorityRouteId(self, HighPriorityRouteId):
|
33728
|
+
self._HighPriorityRouteId = HighPriorityRouteId
|
33729
|
+
|
33730
|
+
@property
|
33731
|
+
def Description(self):
|
33732
|
+
return self._Description
|
33733
|
+
|
33734
|
+
@Description.setter
|
33735
|
+
def Description(self, Description):
|
33736
|
+
self._Description = Description
|
33737
|
+
|
33738
|
+
|
33739
|
+
def _deserialize(self, params):
|
33740
|
+
self._HighPriorityRouteId = params.get("HighPriorityRouteId")
|
33741
|
+
self._Description = params.get("Description")
|
33742
|
+
memeber_set = set(params.keys())
|
33743
|
+
for name, value in vars(self).items():
|
33744
|
+
property_name = name[1:]
|
33745
|
+
if property_name in memeber_set:
|
33746
|
+
memeber_set.remove(property_name)
|
33747
|
+
if len(memeber_set) > 0:
|
33748
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
33749
|
+
|
33750
|
+
|
33751
|
+
|
33752
|
+
class HighPriorityRoute(AbstractModel):
|
33753
|
+
"""高优路由表条目信息
|
33754
|
+
|
33755
|
+
"""
|
33756
|
+
|
33757
|
+
def __init__(self):
|
33758
|
+
r"""
|
33759
|
+
:param _HighPriorityRouteTableId: 高优路由表唯一 ID
|
33760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33761
|
+
:type HighPriorityRouteTableId: str
|
33762
|
+
:param _HighPriorityRouteId: 高优路由表条目唯一 ID
|
33763
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33764
|
+
:type HighPriorityRouteId: str
|
33765
|
+
:param _DestinationCidrBlock: 目标网段
|
33766
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33767
|
+
:type DestinationCidrBlock: str
|
33768
|
+
:param _GatewayType: 网关类型
|
33769
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33770
|
+
:type GatewayType: str
|
33771
|
+
:param _GatewayId: 网关唯一ID
|
33772
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33773
|
+
:type GatewayId: str
|
33774
|
+
:param _Description: 高优路由条目描述
|
33775
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33776
|
+
:type Description: str
|
33777
|
+
:param _SubnetRouteAlgorithm: ECMP算法,支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
|
33778
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33779
|
+
:type SubnetRouteAlgorithm: str
|
33780
|
+
:param _IsCdc: 出参展示,是否为CDC属性高优路由
|
33781
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33782
|
+
:type IsCdc: bool
|
33783
|
+
:param _CdcId: 出参展示,CDC 唯一ID
|
33784
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33785
|
+
:type CdcId: str
|
33786
|
+
:param _CreatedTime: 创建时间。
|
33787
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33788
|
+
:type CreatedTime: str
|
33789
|
+
"""
|
33790
|
+
self._HighPriorityRouteTableId = None
|
33791
|
+
self._HighPriorityRouteId = None
|
33792
|
+
self._DestinationCidrBlock = None
|
33793
|
+
self._GatewayType = None
|
33794
|
+
self._GatewayId = None
|
33795
|
+
self._Description = None
|
33796
|
+
self._SubnetRouteAlgorithm = None
|
33797
|
+
self._IsCdc = None
|
33798
|
+
self._CdcId = None
|
33799
|
+
self._CreatedTime = None
|
33800
|
+
|
33801
|
+
@property
|
33802
|
+
def HighPriorityRouteTableId(self):
|
33803
|
+
return self._HighPriorityRouteTableId
|
33804
|
+
|
33805
|
+
@HighPriorityRouteTableId.setter
|
33806
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
33807
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
33808
|
+
|
33809
|
+
@property
|
33810
|
+
def HighPriorityRouteId(self):
|
33811
|
+
return self._HighPriorityRouteId
|
33812
|
+
|
33813
|
+
@HighPriorityRouteId.setter
|
33814
|
+
def HighPriorityRouteId(self, HighPriorityRouteId):
|
33815
|
+
self._HighPriorityRouteId = HighPriorityRouteId
|
33816
|
+
|
33817
|
+
@property
|
33818
|
+
def DestinationCidrBlock(self):
|
33819
|
+
return self._DestinationCidrBlock
|
33820
|
+
|
33821
|
+
@DestinationCidrBlock.setter
|
33822
|
+
def DestinationCidrBlock(self, DestinationCidrBlock):
|
33823
|
+
self._DestinationCidrBlock = DestinationCidrBlock
|
33824
|
+
|
33825
|
+
@property
|
33826
|
+
def GatewayType(self):
|
33827
|
+
return self._GatewayType
|
33828
|
+
|
33829
|
+
@GatewayType.setter
|
33830
|
+
def GatewayType(self, GatewayType):
|
33831
|
+
self._GatewayType = GatewayType
|
33832
|
+
|
33833
|
+
@property
|
33834
|
+
def GatewayId(self):
|
33835
|
+
return self._GatewayId
|
33836
|
+
|
33837
|
+
@GatewayId.setter
|
33838
|
+
def GatewayId(self, GatewayId):
|
33839
|
+
self._GatewayId = GatewayId
|
33840
|
+
|
33841
|
+
@property
|
33842
|
+
def Description(self):
|
33843
|
+
return self._Description
|
33844
|
+
|
33845
|
+
@Description.setter
|
33846
|
+
def Description(self, Description):
|
33847
|
+
self._Description = Description
|
33848
|
+
|
33849
|
+
@property
|
33850
|
+
def SubnetRouteAlgorithm(self):
|
33851
|
+
return self._SubnetRouteAlgorithm
|
33852
|
+
|
33853
|
+
@SubnetRouteAlgorithm.setter
|
33854
|
+
def SubnetRouteAlgorithm(self, SubnetRouteAlgorithm):
|
33855
|
+
self._SubnetRouteAlgorithm = SubnetRouteAlgorithm
|
33856
|
+
|
33857
|
+
@property
|
33858
|
+
def IsCdc(self):
|
33859
|
+
return self._IsCdc
|
33860
|
+
|
33861
|
+
@IsCdc.setter
|
33862
|
+
def IsCdc(self, IsCdc):
|
33863
|
+
self._IsCdc = IsCdc
|
33864
|
+
|
33865
|
+
@property
|
33866
|
+
def CdcId(self):
|
33867
|
+
return self._CdcId
|
33868
|
+
|
33869
|
+
@CdcId.setter
|
33870
|
+
def CdcId(self, CdcId):
|
33871
|
+
self._CdcId = CdcId
|
33872
|
+
|
33873
|
+
@property
|
33874
|
+
def CreatedTime(self):
|
33875
|
+
return self._CreatedTime
|
33876
|
+
|
33877
|
+
@CreatedTime.setter
|
33878
|
+
def CreatedTime(self, CreatedTime):
|
33879
|
+
self._CreatedTime = CreatedTime
|
33880
|
+
|
33881
|
+
|
33882
|
+
def _deserialize(self, params):
|
33883
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
33884
|
+
self._HighPriorityRouteId = params.get("HighPriorityRouteId")
|
33885
|
+
self._DestinationCidrBlock = params.get("DestinationCidrBlock")
|
33886
|
+
self._GatewayType = params.get("GatewayType")
|
33887
|
+
self._GatewayId = params.get("GatewayId")
|
33888
|
+
self._Description = params.get("Description")
|
33889
|
+
self._SubnetRouteAlgorithm = params.get("SubnetRouteAlgorithm")
|
33890
|
+
self._IsCdc = params.get("IsCdc")
|
33891
|
+
self._CdcId = params.get("CdcId")
|
33892
|
+
self._CreatedTime = params.get("CreatedTime")
|
33893
|
+
memeber_set = set(params.keys())
|
33894
|
+
for name, value in vars(self).items():
|
33895
|
+
property_name = name[1:]
|
33896
|
+
if property_name in memeber_set:
|
33897
|
+
memeber_set.remove(property_name)
|
33898
|
+
if len(memeber_set) > 0:
|
33899
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
33900
|
+
|
33901
|
+
|
33902
|
+
|
33903
|
+
class HighPriorityRouteTable(AbstractModel):
|
33904
|
+
"""高优路由表信息
|
33905
|
+
|
33906
|
+
"""
|
33907
|
+
|
33908
|
+
def __init__(self):
|
33909
|
+
r"""
|
33910
|
+
:param _HighPriorityRouteTableId: 高优路由表唯一 ID。
|
33911
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33912
|
+
:type HighPriorityRouteTableId: str
|
33913
|
+
:param _VpcId: VPC实例ID。
|
33914
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33915
|
+
:type VpcId: str
|
33916
|
+
:param _Name: 高优路由表名称。
|
33917
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33918
|
+
:type Name: str
|
33919
|
+
:param _SubnetSet: 高优路由表关联的子网列表。
|
33920
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33921
|
+
:type SubnetSet: list of str
|
33922
|
+
:param _HighPriorityRouteSet: 高优路由表条目信息
|
33923
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33924
|
+
:type HighPriorityRouteSet: list of HighPriorityRoute
|
33925
|
+
:param _CreatedTime: 创建时间。
|
33926
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33927
|
+
:type CreatedTime: str
|
33928
|
+
"""
|
33929
|
+
self._HighPriorityRouteTableId = None
|
33930
|
+
self._VpcId = None
|
33931
|
+
self._Name = None
|
33932
|
+
self._SubnetSet = None
|
33933
|
+
self._HighPriorityRouteSet = None
|
33934
|
+
self._CreatedTime = None
|
33935
|
+
|
33936
|
+
@property
|
33937
|
+
def HighPriorityRouteTableId(self):
|
33938
|
+
return self._HighPriorityRouteTableId
|
33939
|
+
|
33940
|
+
@HighPriorityRouteTableId.setter
|
33941
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
33942
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
33943
|
+
|
33944
|
+
@property
|
33945
|
+
def VpcId(self):
|
33946
|
+
return self._VpcId
|
33947
|
+
|
33948
|
+
@VpcId.setter
|
33949
|
+
def VpcId(self, VpcId):
|
33950
|
+
self._VpcId = VpcId
|
33951
|
+
|
33952
|
+
@property
|
33953
|
+
def Name(self):
|
33954
|
+
return self._Name
|
33955
|
+
|
33956
|
+
@Name.setter
|
33957
|
+
def Name(self, Name):
|
33958
|
+
self._Name = Name
|
33959
|
+
|
33960
|
+
@property
|
33961
|
+
def SubnetSet(self):
|
33962
|
+
return self._SubnetSet
|
33963
|
+
|
33964
|
+
@SubnetSet.setter
|
33965
|
+
def SubnetSet(self, SubnetSet):
|
33966
|
+
self._SubnetSet = SubnetSet
|
33967
|
+
|
33968
|
+
@property
|
33969
|
+
def HighPriorityRouteSet(self):
|
33970
|
+
return self._HighPriorityRouteSet
|
33971
|
+
|
33972
|
+
@HighPriorityRouteSet.setter
|
33973
|
+
def HighPriorityRouteSet(self, HighPriorityRouteSet):
|
33974
|
+
self._HighPriorityRouteSet = HighPriorityRouteSet
|
33975
|
+
|
33976
|
+
@property
|
33977
|
+
def CreatedTime(self):
|
33978
|
+
return self._CreatedTime
|
33979
|
+
|
33980
|
+
@CreatedTime.setter
|
33981
|
+
def CreatedTime(self, CreatedTime):
|
33982
|
+
self._CreatedTime = CreatedTime
|
33983
|
+
|
33984
|
+
|
33985
|
+
def _deserialize(self, params):
|
33986
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
33987
|
+
self._VpcId = params.get("VpcId")
|
33988
|
+
self._Name = params.get("Name")
|
33989
|
+
self._SubnetSet = params.get("SubnetSet")
|
33990
|
+
if params.get("HighPriorityRouteSet") is not None:
|
33991
|
+
self._HighPriorityRouteSet = []
|
33992
|
+
for item in params.get("HighPriorityRouteSet"):
|
33993
|
+
obj = HighPriorityRoute()
|
33994
|
+
obj._deserialize(item)
|
33995
|
+
self._HighPriorityRouteSet.append(obj)
|
33996
|
+
self._CreatedTime = params.get("CreatedTime")
|
33997
|
+
memeber_set = set(params.keys())
|
33998
|
+
for name, value in vars(self).items():
|
33999
|
+
property_name = name[1:]
|
34000
|
+
if property_name in memeber_set:
|
34001
|
+
memeber_set.remove(property_name)
|
34002
|
+
if len(memeber_set) > 0:
|
34003
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
34004
|
+
|
34005
|
+
|
34006
|
+
|
32709
34007
|
class IKEOptionsSpecification(AbstractModel):
|
32710
34008
|
"""IKE配置(Internet Key Exchange,因特网密钥交换),IKE具有一套自我保护机制,用户配置网络安全协议
|
32711
34009
|
|
@@ -35923,6 +37221,68 @@ class ModifyCcnRouteTablesResponse(AbstractModel):
|
|
35923
37221
|
self._RequestId = params.get("RequestId")
|
35924
37222
|
|
35925
37223
|
|
37224
|
+
class ModifyCdcLDCXAttributeRequest(AbstractModel):
|
37225
|
+
"""ModifyCdcLDCXAttribute请求参数结构体
|
37226
|
+
|
37227
|
+
"""
|
37228
|
+
|
37229
|
+
|
37230
|
+
class ModifyCdcLDCXAttributeResponse(AbstractModel):
|
37231
|
+
"""ModifyCdcLDCXAttribute返回参数结构体
|
37232
|
+
|
37233
|
+
"""
|
37234
|
+
|
37235
|
+
def __init__(self):
|
37236
|
+
r"""
|
37237
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
37238
|
+
:type RequestId: str
|
37239
|
+
"""
|
37240
|
+
self._RequestId = None
|
37241
|
+
|
37242
|
+
@property
|
37243
|
+
def RequestId(self):
|
37244
|
+
return self._RequestId
|
37245
|
+
|
37246
|
+
@RequestId.setter
|
37247
|
+
def RequestId(self, RequestId):
|
37248
|
+
self._RequestId = RequestId
|
37249
|
+
|
37250
|
+
|
37251
|
+
def _deserialize(self, params):
|
37252
|
+
self._RequestId = params.get("RequestId")
|
37253
|
+
|
37254
|
+
|
37255
|
+
class ModifyCdcNetPlaneAttributeRequest(AbstractModel):
|
37256
|
+
"""ModifyCdcNetPlaneAttribute请求参数结构体
|
37257
|
+
|
37258
|
+
"""
|
37259
|
+
|
37260
|
+
|
37261
|
+
class ModifyCdcNetPlaneAttributeResponse(AbstractModel):
|
37262
|
+
"""ModifyCdcNetPlaneAttribute返回参数结构体
|
37263
|
+
|
37264
|
+
"""
|
37265
|
+
|
37266
|
+
def __init__(self):
|
37267
|
+
r"""
|
37268
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
37269
|
+
:type RequestId: str
|
37270
|
+
"""
|
37271
|
+
self._RequestId = None
|
37272
|
+
|
37273
|
+
@property
|
37274
|
+
def RequestId(self):
|
37275
|
+
return self._RequestId
|
37276
|
+
|
37277
|
+
@RequestId.setter
|
37278
|
+
def RequestId(self, RequestId):
|
37279
|
+
self._RequestId = RequestId
|
37280
|
+
|
37281
|
+
|
37282
|
+
def _deserialize(self, params):
|
37283
|
+
self._RequestId = params.get("RequestId")
|
37284
|
+
|
37285
|
+
|
35926
37286
|
class ModifyCustomerGatewayAttributeRequest(AbstractModel):
|
35927
37287
|
"""ModifyCustomerGatewayAttribute请求参数结构体
|
35928
37288
|
|
@@ -36169,65 +37529,295 @@ class ModifyDirectConnectGatewayAttributeResponse(AbstractModel):
|
|
36169
37529
|
self._RequestId = params.get("RequestId")
|
36170
37530
|
|
36171
37531
|
|
36172
|
-
class ModifyFlowLogAttributeRequest(AbstractModel):
|
36173
|
-
"""ModifyFlowLogAttribute请求参数结构体
|
37532
|
+
class ModifyFlowLogAttributeRequest(AbstractModel):
|
37533
|
+
"""ModifyFlowLogAttribute请求参数结构体
|
37534
|
+
|
37535
|
+
"""
|
37536
|
+
|
37537
|
+
def __init__(self):
|
37538
|
+
r"""
|
37539
|
+
:param _FlowLogId: 流日志唯一ID。
|
37540
|
+
:type FlowLogId: str
|
37541
|
+
:param _VpcId: 私用网络ID或者统一ID,建议使用统一ID,修改云联网流日志属性时可不填,其他流日志类型必填。
|
37542
|
+
:type VpcId: str
|
37543
|
+
:param _FlowLogName: 流日志实例名字。
|
37544
|
+
:type FlowLogName: str
|
37545
|
+
:param _FlowLogDescription: 流日志实例描述。
|
37546
|
+
:type FlowLogDescription: str
|
37547
|
+
"""
|
37548
|
+
self._FlowLogId = None
|
37549
|
+
self._VpcId = None
|
37550
|
+
self._FlowLogName = None
|
37551
|
+
self._FlowLogDescription = None
|
37552
|
+
|
37553
|
+
@property
|
37554
|
+
def FlowLogId(self):
|
37555
|
+
return self._FlowLogId
|
37556
|
+
|
37557
|
+
@FlowLogId.setter
|
37558
|
+
def FlowLogId(self, FlowLogId):
|
37559
|
+
self._FlowLogId = FlowLogId
|
37560
|
+
|
37561
|
+
@property
|
37562
|
+
def VpcId(self):
|
37563
|
+
return self._VpcId
|
37564
|
+
|
37565
|
+
@VpcId.setter
|
37566
|
+
def VpcId(self, VpcId):
|
37567
|
+
self._VpcId = VpcId
|
37568
|
+
|
37569
|
+
@property
|
37570
|
+
def FlowLogName(self):
|
37571
|
+
return self._FlowLogName
|
37572
|
+
|
37573
|
+
@FlowLogName.setter
|
37574
|
+
def FlowLogName(self, FlowLogName):
|
37575
|
+
self._FlowLogName = FlowLogName
|
37576
|
+
|
37577
|
+
@property
|
37578
|
+
def FlowLogDescription(self):
|
37579
|
+
return self._FlowLogDescription
|
37580
|
+
|
37581
|
+
@FlowLogDescription.setter
|
37582
|
+
def FlowLogDescription(self, FlowLogDescription):
|
37583
|
+
self._FlowLogDescription = FlowLogDescription
|
37584
|
+
|
37585
|
+
|
37586
|
+
def _deserialize(self, params):
|
37587
|
+
self._FlowLogId = params.get("FlowLogId")
|
37588
|
+
self._VpcId = params.get("VpcId")
|
37589
|
+
self._FlowLogName = params.get("FlowLogName")
|
37590
|
+
self._FlowLogDescription = params.get("FlowLogDescription")
|
37591
|
+
memeber_set = set(params.keys())
|
37592
|
+
for name, value in vars(self).items():
|
37593
|
+
property_name = name[1:]
|
37594
|
+
if property_name in memeber_set:
|
37595
|
+
memeber_set.remove(property_name)
|
37596
|
+
if len(memeber_set) > 0:
|
37597
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
37598
|
+
|
37599
|
+
|
37600
|
+
|
37601
|
+
class ModifyFlowLogAttributeResponse(AbstractModel):
|
37602
|
+
"""ModifyFlowLogAttribute返回参数结构体
|
37603
|
+
|
37604
|
+
"""
|
37605
|
+
|
37606
|
+
def __init__(self):
|
37607
|
+
r"""
|
37608
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
37609
|
+
:type RequestId: str
|
37610
|
+
"""
|
37611
|
+
self._RequestId = None
|
37612
|
+
|
37613
|
+
@property
|
37614
|
+
def RequestId(self):
|
37615
|
+
return self._RequestId
|
37616
|
+
|
37617
|
+
@RequestId.setter
|
37618
|
+
def RequestId(self, RequestId):
|
37619
|
+
self._RequestId = RequestId
|
37620
|
+
|
37621
|
+
|
37622
|
+
def _deserialize(self, params):
|
37623
|
+
self._RequestId = params.get("RequestId")
|
37624
|
+
|
37625
|
+
|
37626
|
+
class ModifyGatewayFlowQosRequest(AbstractModel):
|
37627
|
+
"""ModifyGatewayFlowQos请求参数结构体
|
37628
|
+
|
37629
|
+
"""
|
37630
|
+
|
37631
|
+
def __init__(self):
|
37632
|
+
r"""
|
37633
|
+
:param _GatewayId: 网关实例ID,目前我们支持的网关实例类型有,
|
37634
|
+
专线网关实例ID,形如,`dcg-ltjahce6`;
|
37635
|
+
Nat网关实例ID,形如,`nat-ltjahce6`;
|
37636
|
+
VPN网关实例ID,形如,`vpn-ltjahce6`。
|
37637
|
+
:type GatewayId: str
|
37638
|
+
:param _Bandwidth: 流控带宽值。取值大于0,表示限流到指定的Mbps;取值等于0,表示完全限流;取值为-1,不限流。
|
37639
|
+
:type Bandwidth: int
|
37640
|
+
:param _IpAddresses: 限流的云服务器内网IP。
|
37641
|
+
:type IpAddresses: list of str
|
37642
|
+
"""
|
37643
|
+
self._GatewayId = None
|
37644
|
+
self._Bandwidth = None
|
37645
|
+
self._IpAddresses = None
|
37646
|
+
|
37647
|
+
@property
|
37648
|
+
def GatewayId(self):
|
37649
|
+
return self._GatewayId
|
37650
|
+
|
37651
|
+
@GatewayId.setter
|
37652
|
+
def GatewayId(self, GatewayId):
|
37653
|
+
self._GatewayId = GatewayId
|
37654
|
+
|
37655
|
+
@property
|
37656
|
+
def Bandwidth(self):
|
37657
|
+
return self._Bandwidth
|
37658
|
+
|
37659
|
+
@Bandwidth.setter
|
37660
|
+
def Bandwidth(self, Bandwidth):
|
37661
|
+
self._Bandwidth = Bandwidth
|
37662
|
+
|
37663
|
+
@property
|
37664
|
+
def IpAddresses(self):
|
37665
|
+
return self._IpAddresses
|
37666
|
+
|
37667
|
+
@IpAddresses.setter
|
37668
|
+
def IpAddresses(self, IpAddresses):
|
37669
|
+
self._IpAddresses = IpAddresses
|
37670
|
+
|
37671
|
+
|
37672
|
+
def _deserialize(self, params):
|
37673
|
+
self._GatewayId = params.get("GatewayId")
|
37674
|
+
self._Bandwidth = params.get("Bandwidth")
|
37675
|
+
self._IpAddresses = params.get("IpAddresses")
|
37676
|
+
memeber_set = set(params.keys())
|
37677
|
+
for name, value in vars(self).items():
|
37678
|
+
property_name = name[1:]
|
37679
|
+
if property_name in memeber_set:
|
37680
|
+
memeber_set.remove(property_name)
|
37681
|
+
if len(memeber_set) > 0:
|
37682
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
37683
|
+
|
37684
|
+
|
37685
|
+
|
37686
|
+
class ModifyGatewayFlowQosResponse(AbstractModel):
|
37687
|
+
"""ModifyGatewayFlowQos返回参数结构体
|
37688
|
+
|
37689
|
+
"""
|
37690
|
+
|
37691
|
+
def __init__(self):
|
37692
|
+
r"""
|
37693
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
37694
|
+
:type RequestId: str
|
37695
|
+
"""
|
37696
|
+
self._RequestId = None
|
37697
|
+
|
37698
|
+
@property
|
37699
|
+
def RequestId(self):
|
37700
|
+
return self._RequestId
|
37701
|
+
|
37702
|
+
@RequestId.setter
|
37703
|
+
def RequestId(self, RequestId):
|
37704
|
+
self._RequestId = RequestId
|
37705
|
+
|
37706
|
+
|
37707
|
+
def _deserialize(self, params):
|
37708
|
+
self._RequestId = params.get("RequestId")
|
37709
|
+
|
37710
|
+
|
37711
|
+
class ModifyHaVipAttributeRequest(AbstractModel):
|
37712
|
+
"""ModifyHaVipAttribute请求参数结构体
|
36174
37713
|
|
36175
37714
|
"""
|
36176
37715
|
|
36177
37716
|
def __init__(self):
|
36178
37717
|
r"""
|
36179
|
-
:param
|
36180
|
-
:type
|
36181
|
-
:param
|
36182
|
-
:type
|
36183
|
-
:param _FlowLogName: 流日志实例名字。
|
36184
|
-
:type FlowLogName: str
|
36185
|
-
:param _FlowLogDescription: 流日志实例描述。
|
36186
|
-
:type FlowLogDescription: str
|
37718
|
+
:param _HaVipId: `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
|
37719
|
+
:type HaVipId: str
|
37720
|
+
:param _HaVipName: `HAVIP`名称,可任意命名,但不得超过60个字符。
|
37721
|
+
:type HaVipName: str
|
36187
37722
|
"""
|
36188
|
-
self.
|
36189
|
-
self.
|
36190
|
-
self._FlowLogName = None
|
36191
|
-
self._FlowLogDescription = None
|
37723
|
+
self._HaVipId = None
|
37724
|
+
self._HaVipName = None
|
36192
37725
|
|
36193
37726
|
@property
|
36194
|
-
def
|
36195
|
-
return self.
|
37727
|
+
def HaVipId(self):
|
37728
|
+
return self._HaVipId
|
36196
37729
|
|
36197
|
-
@
|
36198
|
-
def
|
36199
|
-
self.
|
37730
|
+
@HaVipId.setter
|
37731
|
+
def HaVipId(self, HaVipId):
|
37732
|
+
self._HaVipId = HaVipId
|
36200
37733
|
|
36201
37734
|
@property
|
36202
|
-
def
|
36203
|
-
return self.
|
37735
|
+
def HaVipName(self):
|
37736
|
+
return self._HaVipName
|
36204
37737
|
|
36205
|
-
@
|
36206
|
-
def
|
36207
|
-
self.
|
37738
|
+
@HaVipName.setter
|
37739
|
+
def HaVipName(self, HaVipName):
|
37740
|
+
self._HaVipName = HaVipName
|
37741
|
+
|
37742
|
+
|
37743
|
+
def _deserialize(self, params):
|
37744
|
+
self._HaVipId = params.get("HaVipId")
|
37745
|
+
self._HaVipName = params.get("HaVipName")
|
37746
|
+
memeber_set = set(params.keys())
|
37747
|
+
for name, value in vars(self).items():
|
37748
|
+
property_name = name[1:]
|
37749
|
+
if property_name in memeber_set:
|
37750
|
+
memeber_set.remove(property_name)
|
37751
|
+
if len(memeber_set) > 0:
|
37752
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
37753
|
+
|
37754
|
+
|
37755
|
+
|
37756
|
+
class ModifyHaVipAttributeResponse(AbstractModel):
|
37757
|
+
"""ModifyHaVipAttribute返回参数结构体
|
37758
|
+
|
37759
|
+
"""
|
37760
|
+
|
37761
|
+
def __init__(self):
|
37762
|
+
r"""
|
37763
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
37764
|
+
:type RequestId: str
|
37765
|
+
"""
|
37766
|
+
self._RequestId = None
|
36208
37767
|
|
36209
37768
|
@property
|
36210
|
-
def
|
36211
|
-
return self.
|
37769
|
+
def RequestId(self):
|
37770
|
+
return self._RequestId
|
36212
37771
|
|
36213
|
-
@
|
36214
|
-
def
|
36215
|
-
self.
|
37772
|
+
@RequestId.setter
|
37773
|
+
def RequestId(self, RequestId):
|
37774
|
+
self._RequestId = RequestId
|
37775
|
+
|
37776
|
+
|
37777
|
+
def _deserialize(self, params):
|
37778
|
+
self._RequestId = params.get("RequestId")
|
37779
|
+
|
37780
|
+
|
37781
|
+
class ModifyHighPriorityRouteAttributeRequest(AbstractModel):
|
37782
|
+
"""ModifyHighPriorityRouteAttribute请求参数结构体
|
37783
|
+
|
37784
|
+
"""
|
37785
|
+
|
37786
|
+
def __init__(self):
|
37787
|
+
r"""
|
37788
|
+
:param _HighPriorityRouteTableId: 高优路由表唯一 ID。
|
37789
|
+
:type HighPriorityRouteTableId: str
|
37790
|
+
:param _HighPriorityModifyItems: 高优路由表条目修改属性。
|
37791
|
+
:type HighPriorityModifyItems: list of HighPriorityModifyItem
|
37792
|
+
"""
|
37793
|
+
self._HighPriorityRouteTableId = None
|
37794
|
+
self._HighPriorityModifyItems = None
|
36216
37795
|
|
36217
37796
|
@property
|
36218
|
-
def
|
36219
|
-
return self.
|
37797
|
+
def HighPriorityRouteTableId(self):
|
37798
|
+
return self._HighPriorityRouteTableId
|
36220
37799
|
|
36221
|
-
@
|
36222
|
-
def
|
36223
|
-
self.
|
37800
|
+
@HighPriorityRouteTableId.setter
|
37801
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
37802
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
37803
|
+
|
37804
|
+
@property
|
37805
|
+
def HighPriorityModifyItems(self):
|
37806
|
+
return self._HighPriorityModifyItems
|
37807
|
+
|
37808
|
+
@HighPriorityModifyItems.setter
|
37809
|
+
def HighPriorityModifyItems(self, HighPriorityModifyItems):
|
37810
|
+
self._HighPriorityModifyItems = HighPriorityModifyItems
|
36224
37811
|
|
36225
37812
|
|
36226
37813
|
def _deserialize(self, params):
|
36227
|
-
self.
|
36228
|
-
|
36229
|
-
|
36230
|
-
|
37814
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
37815
|
+
if params.get("HighPriorityModifyItems") is not None:
|
37816
|
+
self._HighPriorityModifyItems = []
|
37817
|
+
for item in params.get("HighPriorityModifyItems"):
|
37818
|
+
obj = HighPriorityModifyItem()
|
37819
|
+
obj._deserialize(item)
|
37820
|
+
self._HighPriorityModifyItems.append(obj)
|
36231
37821
|
memeber_set = set(params.keys())
|
36232
37822
|
for name, value in vars(self).items():
|
36233
37823
|
property_name = name[1:]
|
@@ -36238,8 +37828,8 @@ class ModifyFlowLogAttributeRequest(AbstractModel):
|
|
36238
37828
|
|
36239
37829
|
|
36240
37830
|
|
36241
|
-
class
|
36242
|
-
"""
|
37831
|
+
class ModifyHighPriorityRouteAttributeResponse(AbstractModel):
|
37832
|
+
"""ModifyHighPriorityRouteAttribute返回参数结构体
|
36243
37833
|
|
36244
37834
|
"""
|
36245
37835
|
|
@@ -36263,56 +37853,46 @@ class ModifyFlowLogAttributeResponse(AbstractModel):
|
|
36263
37853
|
self._RequestId = params.get("RequestId")
|
36264
37854
|
|
36265
37855
|
|
36266
|
-
class
|
36267
|
-
"""
|
37856
|
+
class ModifyHighPriorityRouteECMPAlgorithmRequest(AbstractModel):
|
37857
|
+
"""ModifyHighPriorityRouteECMPAlgorithm请求参数结构体
|
36268
37858
|
|
36269
37859
|
"""
|
36270
37860
|
|
36271
37861
|
def __init__(self):
|
36272
37862
|
r"""
|
36273
|
-
:param
|
36274
|
-
|
36275
|
-
|
36276
|
-
|
36277
|
-
:type GatewayId: str
|
36278
|
-
:param _Bandwidth: 流控带宽值。取值大于0,表示限流到指定的Mbps;取值等于0,表示完全限流;取值为-1,不限流。
|
36279
|
-
:type Bandwidth: int
|
36280
|
-
:param _IpAddresses: 限流的云服务器内网IP。
|
36281
|
-
:type IpAddresses: list of str
|
37863
|
+
:param _HighPriorityRouteTableId: 高优路由表实例唯一ID。
|
37864
|
+
:type HighPriorityRouteTableId: str
|
37865
|
+
:param _RouteECMPAlgorithms: 高优路由表HASH策略。
|
37866
|
+
:type RouteECMPAlgorithms: list of RouteECMPAlgorithm
|
36282
37867
|
"""
|
36283
|
-
self.
|
36284
|
-
self.
|
36285
|
-
self._IpAddresses = None
|
36286
|
-
|
36287
|
-
@property
|
36288
|
-
def GatewayId(self):
|
36289
|
-
return self._GatewayId
|
36290
|
-
|
36291
|
-
@GatewayId.setter
|
36292
|
-
def GatewayId(self, GatewayId):
|
36293
|
-
self._GatewayId = GatewayId
|
37868
|
+
self._HighPriorityRouteTableId = None
|
37869
|
+
self._RouteECMPAlgorithms = None
|
36294
37870
|
|
36295
37871
|
@property
|
36296
|
-
def
|
36297
|
-
return self.
|
37872
|
+
def HighPriorityRouteTableId(self):
|
37873
|
+
return self._HighPriorityRouteTableId
|
36298
37874
|
|
36299
|
-
@
|
36300
|
-
def
|
36301
|
-
self.
|
37875
|
+
@HighPriorityRouteTableId.setter
|
37876
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
37877
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
36302
37878
|
|
36303
37879
|
@property
|
36304
|
-
def
|
36305
|
-
return self.
|
37880
|
+
def RouteECMPAlgorithms(self):
|
37881
|
+
return self._RouteECMPAlgorithms
|
36306
37882
|
|
36307
|
-
@
|
36308
|
-
def
|
36309
|
-
self.
|
37883
|
+
@RouteECMPAlgorithms.setter
|
37884
|
+
def RouteECMPAlgorithms(self, RouteECMPAlgorithms):
|
37885
|
+
self._RouteECMPAlgorithms = RouteECMPAlgorithms
|
36310
37886
|
|
36311
37887
|
|
36312
37888
|
def _deserialize(self, params):
|
36313
|
-
self.
|
36314
|
-
|
36315
|
-
|
37889
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
37890
|
+
if params.get("RouteECMPAlgorithms") is not None:
|
37891
|
+
self._RouteECMPAlgorithms = []
|
37892
|
+
for item in params.get("RouteECMPAlgorithms"):
|
37893
|
+
obj = RouteECMPAlgorithm()
|
37894
|
+
obj._deserialize(item)
|
37895
|
+
self._RouteECMPAlgorithms.append(obj)
|
36316
37896
|
memeber_set = set(params.keys())
|
36317
37897
|
for name, value in vars(self).items():
|
36318
37898
|
property_name = name[1:]
|
@@ -36323,8 +37903,8 @@ VPN网关实例ID,形如,`vpn-ltjahce6`。
|
|
36323
37903
|
|
36324
37904
|
|
36325
37905
|
|
36326
|
-
class
|
36327
|
-
"""
|
37906
|
+
class ModifyHighPriorityRouteECMPAlgorithmResponse(AbstractModel):
|
37907
|
+
"""ModifyHighPriorityRouteECMPAlgorithm返回参数结构体
|
36328
37908
|
|
36329
37909
|
"""
|
36330
37910
|
|
@@ -36348,41 +37928,41 @@ class ModifyGatewayFlowQosResponse(AbstractModel):
|
|
36348
37928
|
self._RequestId = params.get("RequestId")
|
36349
37929
|
|
36350
37930
|
|
36351
|
-
class
|
36352
|
-
"""
|
37931
|
+
class ModifyHighPriorityRouteTableAttributeRequest(AbstractModel):
|
37932
|
+
"""ModifyHighPriorityRouteTableAttribute请求参数结构体
|
36353
37933
|
|
36354
37934
|
"""
|
36355
37935
|
|
36356
37936
|
def __init__(self):
|
36357
37937
|
r"""
|
36358
|
-
:param
|
36359
|
-
:type
|
36360
|
-
:param
|
36361
|
-
:type
|
37938
|
+
:param _HighPriorityRouteTableId: 高优路由表表唯一ID
|
37939
|
+
:type HighPriorityRouteTableId: str
|
37940
|
+
:param _Name: 高优路由表表名称
|
37941
|
+
:type Name: str
|
36362
37942
|
"""
|
36363
|
-
self.
|
36364
|
-
self.
|
37943
|
+
self._HighPriorityRouteTableId = None
|
37944
|
+
self._Name = None
|
36365
37945
|
|
36366
37946
|
@property
|
36367
|
-
def
|
36368
|
-
return self.
|
37947
|
+
def HighPriorityRouteTableId(self):
|
37948
|
+
return self._HighPriorityRouteTableId
|
36369
37949
|
|
36370
|
-
@
|
36371
|
-
def
|
36372
|
-
self.
|
37950
|
+
@HighPriorityRouteTableId.setter
|
37951
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
37952
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
36373
37953
|
|
36374
37954
|
@property
|
36375
|
-
def
|
36376
|
-
return self.
|
37955
|
+
def Name(self):
|
37956
|
+
return self._Name
|
36377
37957
|
|
36378
|
-
@
|
36379
|
-
def
|
36380
|
-
self.
|
37958
|
+
@Name.setter
|
37959
|
+
def Name(self, Name):
|
37960
|
+
self._Name = Name
|
36381
37961
|
|
36382
37962
|
|
36383
37963
|
def _deserialize(self, params):
|
36384
|
-
self.
|
36385
|
-
self.
|
37964
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
37965
|
+
self._Name = params.get("Name")
|
36386
37966
|
memeber_set = set(params.keys())
|
36387
37967
|
for name, value in vars(self).items():
|
36388
37968
|
property_name = name[1:]
|
@@ -36393,8 +37973,8 @@ class ModifyHaVipAttributeRequest(AbstractModel):
|
|
36393
37973
|
|
36394
37974
|
|
36395
37975
|
|
36396
|
-
class
|
36397
|
-
"""
|
37976
|
+
class ModifyHighPriorityRouteTableAttributeResponse(AbstractModel):
|
37977
|
+
"""ModifyHighPriorityRouteTableAttribute返回参数结构体
|
36398
37978
|
|
36399
37979
|
"""
|
36400
37980
|
|
@@ -43960,58 +45540,203 @@ class ReplaceCcnRouteTableBroadcastPolicysResponse(AbstractModel):
|
|
43960
45540
|
self._RequestId = params.get("RequestId")
|
43961
45541
|
|
43962
45542
|
|
43963
|
-
class ReplaceCcnRouteTableInputPolicysRequest(AbstractModel):
|
43964
|
-
"""ReplaceCcnRouteTableInputPolicys请求参数结构体
|
45543
|
+
class ReplaceCcnRouteTableInputPolicysRequest(AbstractModel):
|
45544
|
+
"""ReplaceCcnRouteTableInputPolicys请求参数结构体
|
45545
|
+
|
45546
|
+
"""
|
45547
|
+
|
45548
|
+
def __init__(self):
|
45549
|
+
r"""
|
45550
|
+
:param _CcnId: 云联网ID。
|
45551
|
+
:type CcnId: str
|
45552
|
+
:param _RouteTableId: 云联网路由表ID。
|
45553
|
+
:type RouteTableId: str
|
45554
|
+
:param _Policys: 新的路由接收策略。
|
45555
|
+
:type Policys: list of CcnRouteTableInputPolicy
|
45556
|
+
"""
|
45557
|
+
self._CcnId = None
|
45558
|
+
self._RouteTableId = None
|
45559
|
+
self._Policys = None
|
45560
|
+
|
45561
|
+
@property
|
45562
|
+
def CcnId(self):
|
45563
|
+
return self._CcnId
|
45564
|
+
|
45565
|
+
@CcnId.setter
|
45566
|
+
def CcnId(self, CcnId):
|
45567
|
+
self._CcnId = CcnId
|
45568
|
+
|
45569
|
+
@property
|
45570
|
+
def RouteTableId(self):
|
45571
|
+
return self._RouteTableId
|
45572
|
+
|
45573
|
+
@RouteTableId.setter
|
45574
|
+
def RouteTableId(self, RouteTableId):
|
45575
|
+
self._RouteTableId = RouteTableId
|
45576
|
+
|
45577
|
+
@property
|
45578
|
+
def Policys(self):
|
45579
|
+
return self._Policys
|
45580
|
+
|
45581
|
+
@Policys.setter
|
45582
|
+
def Policys(self, Policys):
|
45583
|
+
self._Policys = Policys
|
45584
|
+
|
45585
|
+
|
45586
|
+
def _deserialize(self, params):
|
45587
|
+
self._CcnId = params.get("CcnId")
|
45588
|
+
self._RouteTableId = params.get("RouteTableId")
|
45589
|
+
if params.get("Policys") is not None:
|
45590
|
+
self._Policys = []
|
45591
|
+
for item in params.get("Policys"):
|
45592
|
+
obj = CcnRouteTableInputPolicy()
|
45593
|
+
obj._deserialize(item)
|
45594
|
+
self._Policys.append(obj)
|
45595
|
+
memeber_set = set(params.keys())
|
45596
|
+
for name, value in vars(self).items():
|
45597
|
+
property_name = name[1:]
|
45598
|
+
if property_name in memeber_set:
|
45599
|
+
memeber_set.remove(property_name)
|
45600
|
+
if len(memeber_set) > 0:
|
45601
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
45602
|
+
|
45603
|
+
|
45604
|
+
|
45605
|
+
class ReplaceCcnRouteTableInputPolicysResponse(AbstractModel):
|
45606
|
+
"""ReplaceCcnRouteTableInputPolicys返回参数结构体
|
45607
|
+
|
45608
|
+
"""
|
45609
|
+
|
45610
|
+
def __init__(self):
|
45611
|
+
r"""
|
45612
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
45613
|
+
:type RequestId: str
|
45614
|
+
"""
|
45615
|
+
self._RequestId = None
|
45616
|
+
|
45617
|
+
@property
|
45618
|
+
def RequestId(self):
|
45619
|
+
return self._RequestId
|
45620
|
+
|
45621
|
+
@RequestId.setter
|
45622
|
+
def RequestId(self, RequestId):
|
45623
|
+
self._RequestId = RequestId
|
45624
|
+
|
45625
|
+
|
45626
|
+
def _deserialize(self, params):
|
45627
|
+
self._RequestId = params.get("RequestId")
|
45628
|
+
|
45629
|
+
|
45630
|
+
class ReplaceDirectConnectGatewayCcnRoutesRequest(AbstractModel):
|
45631
|
+
"""ReplaceDirectConnectGatewayCcnRoutes请求参数结构体
|
43965
45632
|
|
43966
45633
|
"""
|
43967
45634
|
|
43968
45635
|
def __init__(self):
|
43969
45636
|
r"""
|
43970
|
-
:param
|
43971
|
-
:type
|
43972
|
-
:param
|
43973
|
-
:type
|
43974
|
-
:param _Policys: 新的路由接收策略。
|
43975
|
-
:type Policys: list of CcnRouteTableInputPolicy
|
45637
|
+
:param _DirectConnectGatewayId: 专线网关ID,形如:dcg-prpqlmg1
|
45638
|
+
:type DirectConnectGatewayId: str
|
45639
|
+
:param _Routes: 需要连通的IDC网段列表
|
45640
|
+
:type Routes: list of DirectConnectGatewayCcnRoute
|
43976
45641
|
"""
|
43977
|
-
self.
|
43978
|
-
self.
|
43979
|
-
self._Policys = None
|
45642
|
+
self._DirectConnectGatewayId = None
|
45643
|
+
self._Routes = None
|
43980
45644
|
|
43981
45645
|
@property
|
43982
|
-
def
|
43983
|
-
return self.
|
45646
|
+
def DirectConnectGatewayId(self):
|
45647
|
+
return self._DirectConnectGatewayId
|
43984
45648
|
|
43985
|
-
@
|
43986
|
-
def
|
43987
|
-
self.
|
45649
|
+
@DirectConnectGatewayId.setter
|
45650
|
+
def DirectConnectGatewayId(self, DirectConnectGatewayId):
|
45651
|
+
self._DirectConnectGatewayId = DirectConnectGatewayId
|
43988
45652
|
|
43989
45653
|
@property
|
43990
|
-
def
|
43991
|
-
return self.
|
45654
|
+
def Routes(self):
|
45655
|
+
return self._Routes
|
43992
45656
|
|
43993
|
-
@
|
43994
|
-
def
|
43995
|
-
self.
|
45657
|
+
@Routes.setter
|
45658
|
+
def Routes(self, Routes):
|
45659
|
+
self._Routes = Routes
|
45660
|
+
|
45661
|
+
|
45662
|
+
def _deserialize(self, params):
|
45663
|
+
self._DirectConnectGatewayId = params.get("DirectConnectGatewayId")
|
45664
|
+
if params.get("Routes") is not None:
|
45665
|
+
self._Routes = []
|
45666
|
+
for item in params.get("Routes"):
|
45667
|
+
obj = DirectConnectGatewayCcnRoute()
|
45668
|
+
obj._deserialize(item)
|
45669
|
+
self._Routes.append(obj)
|
45670
|
+
memeber_set = set(params.keys())
|
45671
|
+
for name, value in vars(self).items():
|
45672
|
+
property_name = name[1:]
|
45673
|
+
if property_name in memeber_set:
|
45674
|
+
memeber_set.remove(property_name)
|
45675
|
+
if len(memeber_set) > 0:
|
45676
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
45677
|
+
|
45678
|
+
|
45679
|
+
|
45680
|
+
class ReplaceDirectConnectGatewayCcnRoutesResponse(AbstractModel):
|
45681
|
+
"""ReplaceDirectConnectGatewayCcnRoutes返回参数结构体
|
45682
|
+
|
45683
|
+
"""
|
45684
|
+
|
45685
|
+
def __init__(self):
|
45686
|
+
r"""
|
45687
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
45688
|
+
:type RequestId: str
|
45689
|
+
"""
|
45690
|
+
self._RequestId = None
|
43996
45691
|
|
43997
45692
|
@property
|
43998
|
-
def
|
43999
|
-
return self.
|
45693
|
+
def RequestId(self):
|
45694
|
+
return self._RequestId
|
44000
45695
|
|
44001
|
-
@
|
44002
|
-
def
|
44003
|
-
self.
|
45696
|
+
@RequestId.setter
|
45697
|
+
def RequestId(self, RequestId):
|
45698
|
+
self._RequestId = RequestId
|
44004
45699
|
|
44005
45700
|
|
44006
45701
|
def _deserialize(self, params):
|
44007
|
-
self.
|
44008
|
-
|
44009
|
-
|
44010
|
-
|
44011
|
-
|
44012
|
-
|
44013
|
-
|
44014
|
-
|
45702
|
+
self._RequestId = params.get("RequestId")
|
45703
|
+
|
45704
|
+
|
45705
|
+
class ReplaceHighPriorityRouteTableAssociationRequest(AbstractModel):
|
45706
|
+
"""ReplaceHighPriorityRouteTableAssociation请求参数结构体
|
45707
|
+
|
45708
|
+
"""
|
45709
|
+
|
45710
|
+
def __init__(self):
|
45711
|
+
r"""
|
45712
|
+
:param _HighPriorityRouteTableId: 高优路由表唯一 ID。
|
45713
|
+
:type HighPriorityRouteTableId: str
|
45714
|
+
:param _SubnetId: 子网唯一 ID
|
45715
|
+
:type SubnetId: str
|
45716
|
+
"""
|
45717
|
+
self._HighPriorityRouteTableId = None
|
45718
|
+
self._SubnetId = None
|
45719
|
+
|
45720
|
+
@property
|
45721
|
+
def HighPriorityRouteTableId(self):
|
45722
|
+
return self._HighPriorityRouteTableId
|
45723
|
+
|
45724
|
+
@HighPriorityRouteTableId.setter
|
45725
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
45726
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
45727
|
+
|
45728
|
+
@property
|
45729
|
+
def SubnetId(self):
|
45730
|
+
return self._SubnetId
|
45731
|
+
|
45732
|
+
@SubnetId.setter
|
45733
|
+
def SubnetId(self, SubnetId):
|
45734
|
+
self._SubnetId = SubnetId
|
45735
|
+
|
45736
|
+
|
45737
|
+
def _deserialize(self, params):
|
45738
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
45739
|
+
self._SubnetId = params.get("SubnetId")
|
44015
45740
|
memeber_set = set(params.keys())
|
44016
45741
|
for name, value in vars(self).items():
|
44017
45742
|
property_name = name[1:]
|
@@ -44022,8 +45747,8 @@ class ReplaceCcnRouteTableInputPolicysRequest(AbstractModel):
|
|
44022
45747
|
|
44023
45748
|
|
44024
45749
|
|
44025
|
-
class
|
44026
|
-
"""
|
45750
|
+
class ReplaceHighPriorityRouteTableAssociationResponse(AbstractModel):
|
45751
|
+
"""ReplaceHighPriorityRouteTableAssociation返回参数结构体
|
44027
45752
|
|
44028
45753
|
"""
|
44029
45754
|
|
@@ -44047,46 +45772,46 @@ class ReplaceCcnRouteTableInputPolicysResponse(AbstractModel):
|
|
44047
45772
|
self._RequestId = params.get("RequestId")
|
44048
45773
|
|
44049
45774
|
|
44050
|
-
class
|
44051
|
-
"""
|
45775
|
+
class ReplaceHighPriorityRoutesRequest(AbstractModel):
|
45776
|
+
"""ReplaceHighPriorityRoutes请求参数结构体
|
44052
45777
|
|
44053
45778
|
"""
|
44054
45779
|
|
44055
45780
|
def __init__(self):
|
44056
45781
|
r"""
|
44057
|
-
:param
|
44058
|
-
:type
|
44059
|
-
:param
|
44060
|
-
:type
|
45782
|
+
:param _HighPriorityRouteTableId: 高优路由表唯一 ID。
|
45783
|
+
:type HighPriorityRouteTableId: str
|
45784
|
+
:param _HighPriorityRoutes: 高优路由表条目信息。
|
45785
|
+
:type HighPriorityRoutes: list of HighPriorityRoute
|
44061
45786
|
"""
|
44062
|
-
self.
|
44063
|
-
self.
|
45787
|
+
self._HighPriorityRouteTableId = None
|
45788
|
+
self._HighPriorityRoutes = None
|
44064
45789
|
|
44065
45790
|
@property
|
44066
|
-
def
|
44067
|
-
return self.
|
45791
|
+
def HighPriorityRouteTableId(self):
|
45792
|
+
return self._HighPriorityRouteTableId
|
44068
45793
|
|
44069
|
-
@
|
44070
|
-
def
|
44071
|
-
self.
|
45794
|
+
@HighPriorityRouteTableId.setter
|
45795
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
45796
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
44072
45797
|
|
44073
45798
|
@property
|
44074
|
-
def
|
44075
|
-
return self.
|
45799
|
+
def HighPriorityRoutes(self):
|
45800
|
+
return self._HighPriorityRoutes
|
44076
45801
|
|
44077
|
-
@
|
44078
|
-
def
|
44079
|
-
self.
|
45802
|
+
@HighPriorityRoutes.setter
|
45803
|
+
def HighPriorityRoutes(self, HighPriorityRoutes):
|
45804
|
+
self._HighPriorityRoutes = HighPriorityRoutes
|
44080
45805
|
|
44081
45806
|
|
44082
45807
|
def _deserialize(self, params):
|
44083
|
-
self.
|
44084
|
-
if params.get("
|
44085
|
-
self.
|
44086
|
-
for item in params.get("
|
44087
|
-
obj =
|
45808
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
45809
|
+
if params.get("HighPriorityRoutes") is not None:
|
45810
|
+
self._HighPriorityRoutes = []
|
45811
|
+
for item in params.get("HighPriorityRoutes"):
|
45812
|
+
obj = HighPriorityRoute()
|
44088
45813
|
obj._deserialize(item)
|
44089
|
-
self.
|
45814
|
+
self._HighPriorityRoutes.append(obj)
|
44090
45815
|
memeber_set = set(params.keys())
|
44091
45816
|
for name, value in vars(self).items():
|
44092
45817
|
property_name = name[1:]
|
@@ -44097,18 +45822,40 @@ class ReplaceDirectConnectGatewayCcnRoutesRequest(AbstractModel):
|
|
44097
45822
|
|
44098
45823
|
|
44099
45824
|
|
44100
|
-
class
|
44101
|
-
"""
|
45825
|
+
class ReplaceHighPriorityRoutesResponse(AbstractModel):
|
45826
|
+
"""ReplaceHighPriorityRoutes返回参数结构体
|
44102
45827
|
|
44103
45828
|
"""
|
44104
45829
|
|
44105
45830
|
def __init__(self):
|
44106
45831
|
r"""
|
45832
|
+
:param _NewHighPriorityRouteSet: 新的高优路由表条目列表。
|
45833
|
+
:type NewHighPriorityRouteSet: list of HighPriorityRoute
|
45834
|
+
:param _OldHighPriorityRouteSet: 旧的高优路由表条目列表。
|
45835
|
+
:type OldHighPriorityRouteSet: list of HighPriorityRoute
|
44107
45836
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
44108
45837
|
:type RequestId: str
|
44109
45838
|
"""
|
45839
|
+
self._NewHighPriorityRouteSet = None
|
45840
|
+
self._OldHighPriorityRouteSet = None
|
44110
45841
|
self._RequestId = None
|
44111
45842
|
|
45843
|
+
@property
|
45844
|
+
def NewHighPriorityRouteSet(self):
|
45845
|
+
return self._NewHighPriorityRouteSet
|
45846
|
+
|
45847
|
+
@NewHighPriorityRouteSet.setter
|
45848
|
+
def NewHighPriorityRouteSet(self, NewHighPriorityRouteSet):
|
45849
|
+
self._NewHighPriorityRouteSet = NewHighPriorityRouteSet
|
45850
|
+
|
45851
|
+
@property
|
45852
|
+
def OldHighPriorityRouteSet(self):
|
45853
|
+
return self._OldHighPriorityRouteSet
|
45854
|
+
|
45855
|
+
@OldHighPriorityRouteSet.setter
|
45856
|
+
def OldHighPriorityRouteSet(self, OldHighPriorityRouteSet):
|
45857
|
+
self._OldHighPriorityRouteSet = OldHighPriorityRouteSet
|
45858
|
+
|
44112
45859
|
@property
|
44113
45860
|
def RequestId(self):
|
44114
45861
|
return self._RequestId
|
@@ -44119,6 +45866,18 @@ class ReplaceDirectConnectGatewayCcnRoutesResponse(AbstractModel):
|
|
44119
45866
|
|
44120
45867
|
|
44121
45868
|
def _deserialize(self, params):
|
45869
|
+
if params.get("NewHighPriorityRouteSet") is not None:
|
45870
|
+
self._NewHighPriorityRouteSet = []
|
45871
|
+
for item in params.get("NewHighPriorityRouteSet"):
|
45872
|
+
obj = HighPriorityRoute()
|
45873
|
+
obj._deserialize(item)
|
45874
|
+
self._NewHighPriorityRouteSet.append(obj)
|
45875
|
+
if params.get("OldHighPriorityRouteSet") is not None:
|
45876
|
+
self._OldHighPriorityRouteSet = []
|
45877
|
+
for item in params.get("OldHighPriorityRouteSet"):
|
45878
|
+
obj = HighPriorityRoute()
|
45879
|
+
obj._deserialize(item)
|
45880
|
+
self._OldHighPriorityRouteSet.append(obj)
|
44122
45881
|
self._RequestId = params.get("RequestId")
|
44123
45882
|
|
44124
45883
|
|
@@ -44560,6 +46319,93 @@ class ResetAttachCcnInstancesResponse(AbstractModel):
|
|
44560
46319
|
self._RequestId = params.get("RequestId")
|
44561
46320
|
|
44562
46321
|
|
46322
|
+
class ResetHighPriorityRoutesRequest(AbstractModel):
|
46323
|
+
"""ResetHighPriorityRoutes请求参数结构体
|
46324
|
+
|
46325
|
+
"""
|
46326
|
+
|
46327
|
+
def __init__(self):
|
46328
|
+
r"""
|
46329
|
+
:param _HighPriorityRouteTableId: 高优路由表唯一 ID。
|
46330
|
+
:type HighPriorityRouteTableId: str
|
46331
|
+
:param _Name: 高优路由表名称。
|
46332
|
+
:type Name: str
|
46333
|
+
:param _HighPriorityRoutes: 高优路由表条目信息。
|
46334
|
+
:type HighPriorityRoutes: list of HighPriorityRoute
|
46335
|
+
"""
|
46336
|
+
self._HighPriorityRouteTableId = None
|
46337
|
+
self._Name = None
|
46338
|
+
self._HighPriorityRoutes = None
|
46339
|
+
|
46340
|
+
@property
|
46341
|
+
def HighPriorityRouteTableId(self):
|
46342
|
+
return self._HighPriorityRouteTableId
|
46343
|
+
|
46344
|
+
@HighPriorityRouteTableId.setter
|
46345
|
+
def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
|
46346
|
+
self._HighPriorityRouteTableId = HighPriorityRouteTableId
|
46347
|
+
|
46348
|
+
@property
|
46349
|
+
def Name(self):
|
46350
|
+
return self._Name
|
46351
|
+
|
46352
|
+
@Name.setter
|
46353
|
+
def Name(self, Name):
|
46354
|
+
self._Name = Name
|
46355
|
+
|
46356
|
+
@property
|
46357
|
+
def HighPriorityRoutes(self):
|
46358
|
+
return self._HighPriorityRoutes
|
46359
|
+
|
46360
|
+
@HighPriorityRoutes.setter
|
46361
|
+
def HighPriorityRoutes(self, HighPriorityRoutes):
|
46362
|
+
self._HighPriorityRoutes = HighPriorityRoutes
|
46363
|
+
|
46364
|
+
|
46365
|
+
def _deserialize(self, params):
|
46366
|
+
self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
|
46367
|
+
self._Name = params.get("Name")
|
46368
|
+
if params.get("HighPriorityRoutes") is not None:
|
46369
|
+
self._HighPriorityRoutes = []
|
46370
|
+
for item in params.get("HighPriorityRoutes"):
|
46371
|
+
obj = HighPriorityRoute()
|
46372
|
+
obj._deserialize(item)
|
46373
|
+
self._HighPriorityRoutes.append(obj)
|
46374
|
+
memeber_set = set(params.keys())
|
46375
|
+
for name, value in vars(self).items():
|
46376
|
+
property_name = name[1:]
|
46377
|
+
if property_name in memeber_set:
|
46378
|
+
memeber_set.remove(property_name)
|
46379
|
+
if len(memeber_set) > 0:
|
46380
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
46381
|
+
|
46382
|
+
|
46383
|
+
|
46384
|
+
class ResetHighPriorityRoutesResponse(AbstractModel):
|
46385
|
+
"""ResetHighPriorityRoutes返回参数结构体
|
46386
|
+
|
46387
|
+
"""
|
46388
|
+
|
46389
|
+
def __init__(self):
|
46390
|
+
r"""
|
46391
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
46392
|
+
:type RequestId: str
|
46393
|
+
"""
|
46394
|
+
self._RequestId = None
|
46395
|
+
|
46396
|
+
@property
|
46397
|
+
def RequestId(self):
|
46398
|
+
return self._RequestId
|
46399
|
+
|
46400
|
+
@RequestId.setter
|
46401
|
+
def RequestId(self, RequestId):
|
46402
|
+
self._RequestId = RequestId
|
46403
|
+
|
46404
|
+
|
46405
|
+
def _deserialize(self, params):
|
46406
|
+
self._RequestId = params.get("RequestId")
|
46407
|
+
|
46408
|
+
|
44563
46409
|
class ResetNatGatewayConnectionRequest(AbstractModel):
|
44564
46410
|
"""ResetNatGatewayConnection请求参数结构体
|
44565
46411
|
|
@@ -45763,6 +47609,9 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
45763
47609
|
:type PublishedToVbc: bool
|
45764
47610
|
:param _CreatedTime: 路由策略创建时间
|
45765
47611
|
:type CreatedTime: str
|
47612
|
+
:param _CdcId: CDC 集群唯一 ID。
|
47613
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47614
|
+
:type CdcId: str
|
45766
47615
|
"""
|
45767
47616
|
self._DestinationCidrBlock = None
|
45768
47617
|
self._GatewayType = None
|
@@ -45776,6 +47625,7 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
45776
47625
|
self._RouteItemId = None
|
45777
47626
|
self._PublishedToVbc = None
|
45778
47627
|
self._CreatedTime = None
|
47628
|
+
self._CdcId = None
|
45779
47629
|
|
45780
47630
|
@property
|
45781
47631
|
def DestinationCidrBlock(self):
|
@@ -45873,6 +47723,14 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
45873
47723
|
def CreatedTime(self, CreatedTime):
|
45874
47724
|
self._CreatedTime = CreatedTime
|
45875
47725
|
|
47726
|
+
@property
|
47727
|
+
def CdcId(self):
|
47728
|
+
return self._CdcId
|
47729
|
+
|
47730
|
+
@CdcId.setter
|
47731
|
+
def CdcId(self, CdcId):
|
47732
|
+
self._CdcId = CdcId
|
47733
|
+
|
45876
47734
|
|
45877
47735
|
def _deserialize(self, params):
|
45878
47736
|
self._DestinationCidrBlock = params.get("DestinationCidrBlock")
|
@@ -45887,6 +47745,7 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
45887
47745
|
self._RouteItemId = params.get("RouteItemId")
|
45888
47746
|
self._PublishedToVbc = params.get("PublishedToVbc")
|
45889
47747
|
self._CreatedTime = params.get("CreatedTime")
|
47748
|
+
self._CdcId = params.get("CdcId")
|
45890
47749
|
memeber_set = set(params.keys())
|
45891
47750
|
for name, value in vars(self).items():
|
45892
47751
|
property_name = name[1:]
|
@@ -45959,6 +47818,53 @@ class RouteConflict(AbstractModel):
|
|
45959
47818
|
|
45960
47819
|
|
45961
47820
|
|
47821
|
+
class RouteECMPAlgorithm(AbstractModel):
|
47822
|
+
"""用于修改入路由表ECMP算法。现在支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
|
47823
|
+
|
47824
|
+
"""
|
47825
|
+
|
47826
|
+
def __init__(self):
|
47827
|
+
r"""
|
47828
|
+
:param _DestinationCidrBlock: 目标网段
|
47829
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47830
|
+
:type DestinationCidrBlock: str
|
47831
|
+
:param _SubnetRouteAlgorithm: 支持的 ECMP算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
|
47832
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47833
|
+
:type SubnetRouteAlgorithm: str
|
47834
|
+
"""
|
47835
|
+
self._DestinationCidrBlock = None
|
47836
|
+
self._SubnetRouteAlgorithm = None
|
47837
|
+
|
47838
|
+
@property
|
47839
|
+
def DestinationCidrBlock(self):
|
47840
|
+
return self._DestinationCidrBlock
|
47841
|
+
|
47842
|
+
@DestinationCidrBlock.setter
|
47843
|
+
def DestinationCidrBlock(self, DestinationCidrBlock):
|
47844
|
+
self._DestinationCidrBlock = DestinationCidrBlock
|
47845
|
+
|
47846
|
+
@property
|
47847
|
+
def SubnetRouteAlgorithm(self):
|
47848
|
+
return self._SubnetRouteAlgorithm
|
47849
|
+
|
47850
|
+
@SubnetRouteAlgorithm.setter
|
47851
|
+
def SubnetRouteAlgorithm(self, SubnetRouteAlgorithm):
|
47852
|
+
self._SubnetRouteAlgorithm = SubnetRouteAlgorithm
|
47853
|
+
|
47854
|
+
|
47855
|
+
def _deserialize(self, params):
|
47856
|
+
self._DestinationCidrBlock = params.get("DestinationCidrBlock")
|
47857
|
+
self._SubnetRouteAlgorithm = params.get("SubnetRouteAlgorithm")
|
47858
|
+
memeber_set = set(params.keys())
|
47859
|
+
for name, value in vars(self).items():
|
47860
|
+
property_name = name[1:]
|
47861
|
+
if property_name in memeber_set:
|
47862
|
+
memeber_set.remove(property_name)
|
47863
|
+
if len(memeber_set) > 0:
|
47864
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
47865
|
+
|
47866
|
+
|
47867
|
+
|
45962
47868
|
class RouteSelectionPolicy(AbstractModel):
|
45963
47869
|
"""路由表选择策略信息
|
45964
47870
|
|