tencentcloud-sdk-python 3.0.1240__py2.py3-none-any.whl → 3.0.1246__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/apm/v20210622/models.py +16 -15
 - tencentcloud/autoscaling/v20180419/models.py +39 -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/ccc_client.py +46 -0
 - tencentcloud/ccc/v20200210/errorcodes.py +6 -0
 - tencentcloud/ccc/v20200210/models.py +291 -0
 - tencentcloud/cdn/v20180606/models.py +32 -0
 - tencentcloud/cdwdoris/v20211228/models.py +105 -1
 - tencentcloud/cls/v20201016/models.py +12 -0
 - tencentcloud/cvm/v20170312/cvm_client.py +23 -0
 - tencentcloud/cvm/v20170312/errorcodes.py +4 -1
 - tencentcloud/cvm/v20170312/models.py +202 -4
 - tencentcloud/cynosdb/v20190107/cynosdb_client.py +48 -48
 - tencentcloud/cynosdb/v20190107/models.py +7 -4
 - 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/essbasic_client.py +37 -0
 - tencentcloud/essbasic/v20210526/models.py +129 -8
 - tencentcloud/lcic/v20220817/models.py +1 -1
 - tencentcloud/lighthouse/v20200324/models.py +2 -2
 - tencentcloud/mariadb/v20170312/mariadb_client.py +23 -0
 - tencentcloud/mariadb/v20170312/models.py +94 -0
 - tencentcloud/mqtt/v20240516/models.py +1 -1
 - tencentcloud/mrs/v20200910/models.py +158 -27
 - tencentcloud/ocr/v20181119/models.py +19 -0
 - tencentcloud/scf/v20180416/errorcodes.py +9 -12
 - tencentcloud/ses/v20201002/models.py +65 -0
 - tencentcloud/sqlserver/v20180328/models.py +1 -1
 - tencentcloud/ssl/v20191205/models.py +39 -0
 - tencentcloud/tcss/v20201101/models.py +12 -0
 - tencentcloud/teo/v20220901/errorcodes.py +33 -0
 - tencentcloud/teo/v20220901/models.py +2993 -1598
 - tencentcloud/teo/v20220901/teo_client.py +254 -0
 - tencentcloud/tke/v20180525/models.py +2 -2
 - tencentcloud/vclm/v20240523/models.py +25 -0
 - tencentcloud/vpc/v20170312/errorcodes.py +6 -0
 - tencentcloud/vpc/v20170312/models.py +2162 -188
 - tencentcloud/vpc/v20170312/vpc_client.py +506 -0
 - tencentcloud/waf/v20180125/models.py +447 -12
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/METADATA +1 -1
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/RECORD +52 -47
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/LICENSE +0 -0
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/WHEEL +0 -0
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/top_level.txt +0 -0
 
| 
         @@ -4104,10 +4104,14 @@ class CCN(AbstractModel): 
     | 
|
| 
       4104 
4104 
     | 
    
         | 
| 
       4105 
4105 
     | 
    
         
             
                @property
         
     | 
| 
       4106 
4106 
     | 
    
         
             
                def Ipv6Flag(self):
         
     | 
| 
      
 4107 
     | 
    
         
            +
                    warnings.warn("parameter `Ipv6Flag` is deprecated", DeprecationWarning) 
         
     | 
| 
      
 4108 
     | 
    
         
            +
             
     | 
| 
       4107 
4109 
     | 
    
         
             
                    return self._Ipv6Flag
         
     | 
| 
       4108 
4110 
     | 
    
         | 
| 
       4109 
4111 
     | 
    
         
             
                @Ipv6Flag.setter
         
     | 
| 
       4110 
4112 
     | 
    
         
             
                def Ipv6Flag(self, Ipv6Flag):
         
     | 
| 
      
 4113 
     | 
    
         
            +
                    warnings.warn("parameter `Ipv6Flag` is deprecated", DeprecationWarning) 
         
     | 
| 
      
 4114 
     | 
    
         
            +
             
     | 
| 
       4111 
4115 
     | 
    
         
             
                    self._Ipv6Flag = Ipv6Flag
         
     | 
| 
       4112 
4116 
     | 
    
         | 
| 
       4113 
4117 
     | 
    
         
             
                @property
         
     | 
| 
         @@ -7486,6 +7490,68 @@ class CreateCcnRouteTablesResponse(AbstractModel): 
     | 
|
| 
       7486 
7490 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       7487 
7491 
     | 
    
         | 
| 
       7488 
7492 
     | 
    
         | 
| 
      
 7493 
     | 
    
         
            +
            class CreateCdcLDCXListRequest(AbstractModel):
         
     | 
| 
      
 7494 
     | 
    
         
            +
                """CreateCdcLDCXList请求参数结构体
         
     | 
| 
      
 7495 
     | 
    
         
            +
             
     | 
| 
      
 7496 
     | 
    
         
            +
                """
         
     | 
| 
      
 7497 
     | 
    
         
            +
             
     | 
| 
      
 7498 
     | 
    
         
            +
             
     | 
| 
      
 7499 
     | 
    
         
            +
            class CreateCdcLDCXListResponse(AbstractModel):
         
     | 
| 
      
 7500 
     | 
    
         
            +
                """CreateCdcLDCXList返回参数结构体
         
     | 
| 
      
 7501 
     | 
    
         
            +
             
     | 
| 
      
 7502 
     | 
    
         
            +
                """
         
     | 
| 
      
 7503 
     | 
    
         
            +
             
     | 
| 
      
 7504 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 7505 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 7506 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 7507 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 7508 
     | 
    
         
            +
                    """
         
     | 
| 
      
 7509 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 7510 
     | 
    
         
            +
             
     | 
| 
      
 7511 
     | 
    
         
            +
                @property
         
     | 
| 
      
 7512 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 7513 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 7514 
     | 
    
         
            +
             
     | 
| 
      
 7515 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 7516 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 7517 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 7518 
     | 
    
         
            +
             
     | 
| 
      
 7519 
     | 
    
         
            +
             
     | 
| 
      
 7520 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 7521 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 7522 
     | 
    
         
            +
             
     | 
| 
      
 7523 
     | 
    
         
            +
             
     | 
| 
      
 7524 
     | 
    
         
            +
            class CreateCdcNetPlanesRequest(AbstractModel):
         
     | 
| 
      
 7525 
     | 
    
         
            +
                """CreateCdcNetPlanes请求参数结构体
         
     | 
| 
      
 7526 
     | 
    
         
            +
             
     | 
| 
      
 7527 
     | 
    
         
            +
                """
         
     | 
| 
      
 7528 
     | 
    
         
            +
             
     | 
| 
      
 7529 
     | 
    
         
            +
             
     | 
| 
      
 7530 
     | 
    
         
            +
            class CreateCdcNetPlanesResponse(AbstractModel):
         
     | 
| 
      
 7531 
     | 
    
         
            +
                """CreateCdcNetPlanes返回参数结构体
         
     | 
| 
      
 7532 
     | 
    
         
            +
             
     | 
| 
      
 7533 
     | 
    
         
            +
                """
         
     | 
| 
      
 7534 
     | 
    
         
            +
             
     | 
| 
      
 7535 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 7536 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 7537 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 7538 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 7539 
     | 
    
         
            +
                    """
         
     | 
| 
      
 7540 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 7541 
     | 
    
         
            +
             
     | 
| 
      
 7542 
     | 
    
         
            +
                @property
         
     | 
| 
      
 7543 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 7544 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 7545 
     | 
    
         
            +
             
     | 
| 
      
 7546 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 7547 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 7548 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 7549 
     | 
    
         
            +
             
     | 
| 
      
 7550 
     | 
    
         
            +
             
     | 
| 
      
 7551 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 7552 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 7553 
     | 
    
         
            +
             
     | 
| 
      
 7554 
     | 
    
         
            +
             
     | 
| 
       7489 
7555 
     | 
    
         
             
            class CreateCustomerGatewayRequest(AbstractModel):
         
     | 
| 
       7490 
7556 
     | 
    
         
             
                """CreateCustomerGateway请求参数结构体
         
     | 
| 
       7491 
7557 
     | 
    
         | 
| 
         @@ -8424,6 +8490,199 @@ class CreateHaVipResponse(AbstractModel): 
     | 
|
| 
       8424 
8490 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       8425 
8491 
     | 
    
         | 
| 
       8426 
8492 
     | 
    
         | 
| 
      
 8493 
     | 
    
         
            +
            class CreateHighPriorityRouteTableRequest(AbstractModel):
         
     | 
| 
      
 8494 
     | 
    
         
            +
                """CreateHighPriorityRouteTable请求参数结构体
         
     | 
| 
      
 8495 
     | 
    
         
            +
             
     | 
| 
      
 8496 
     | 
    
         
            +
                """
         
     | 
| 
      
 8497 
     | 
    
         
            +
             
     | 
| 
      
 8498 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 8499 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 8500 
     | 
    
         
            +
                    :param _VpcId: 待操作的VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
         
     | 
| 
      
 8501 
     | 
    
         
            +
                    :type VpcId: str
         
     | 
| 
      
 8502 
     | 
    
         
            +
                    :param _Name: 高优路由表名称,最大长度不能超过60个字节。
         
     | 
| 
      
 8503 
     | 
    
         
            +
                    :type Name: str
         
     | 
| 
      
 8504 
     | 
    
         
            +
                    :param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
         
     | 
| 
      
 8505 
     | 
    
         
            +
                    :type Tags: list of Tag
         
     | 
| 
      
 8506 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8507 
     | 
    
         
            +
                    self._VpcId = None
         
     | 
| 
      
 8508 
     | 
    
         
            +
                    self._Name = None
         
     | 
| 
      
 8509 
     | 
    
         
            +
                    self._Tags = None
         
     | 
| 
      
 8510 
     | 
    
         
            +
             
     | 
| 
      
 8511 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8512 
     | 
    
         
            +
                def VpcId(self):
         
     | 
| 
      
 8513 
     | 
    
         
            +
                    return self._VpcId
         
     | 
| 
      
 8514 
     | 
    
         
            +
             
     | 
| 
      
 8515 
     | 
    
         
            +
                @VpcId.setter
         
     | 
| 
      
 8516 
     | 
    
         
            +
                def VpcId(self, VpcId):
         
     | 
| 
      
 8517 
     | 
    
         
            +
                    self._VpcId = VpcId
         
     | 
| 
      
 8518 
     | 
    
         
            +
             
     | 
| 
      
 8519 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8520 
     | 
    
         
            +
                def Name(self):
         
     | 
| 
      
 8521 
     | 
    
         
            +
                    return self._Name
         
     | 
| 
      
 8522 
     | 
    
         
            +
             
     | 
| 
      
 8523 
     | 
    
         
            +
                @Name.setter
         
     | 
| 
      
 8524 
     | 
    
         
            +
                def Name(self, Name):
         
     | 
| 
      
 8525 
     | 
    
         
            +
                    self._Name = Name
         
     | 
| 
      
 8526 
     | 
    
         
            +
             
     | 
| 
      
 8527 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8528 
     | 
    
         
            +
                def Tags(self):
         
     | 
| 
      
 8529 
     | 
    
         
            +
                    return self._Tags
         
     | 
| 
      
 8530 
     | 
    
         
            +
             
     | 
| 
      
 8531 
     | 
    
         
            +
                @Tags.setter
         
     | 
| 
      
 8532 
     | 
    
         
            +
                def Tags(self, Tags):
         
     | 
| 
      
 8533 
     | 
    
         
            +
                    self._Tags = Tags
         
     | 
| 
      
 8534 
     | 
    
         
            +
             
     | 
| 
      
 8535 
     | 
    
         
            +
             
     | 
| 
      
 8536 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 8537 
     | 
    
         
            +
                    self._VpcId = params.get("VpcId")
         
     | 
| 
      
 8538 
     | 
    
         
            +
                    self._Name = params.get("Name")
         
     | 
| 
      
 8539 
     | 
    
         
            +
                    if params.get("Tags") is not None:
         
     | 
| 
      
 8540 
     | 
    
         
            +
                        self._Tags = []
         
     | 
| 
      
 8541 
     | 
    
         
            +
                        for item in params.get("Tags"):
         
     | 
| 
      
 8542 
     | 
    
         
            +
                            obj = Tag()
         
     | 
| 
      
 8543 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 8544 
     | 
    
         
            +
                            self._Tags.append(obj)
         
     | 
| 
      
 8545 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 8546 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 8547 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 8548 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 8549 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 8550 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 8551 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 8552 
     | 
    
         
            +
                    
         
     | 
| 
      
 8553 
     | 
    
         
            +
             
     | 
| 
      
 8554 
     | 
    
         
            +
             
     | 
| 
      
 8555 
     | 
    
         
            +
            class CreateHighPriorityRouteTableResponse(AbstractModel):
         
     | 
| 
      
 8556 
     | 
    
         
            +
                """CreateHighPriorityRouteTable返回参数结构体
         
     | 
| 
      
 8557 
     | 
    
         
            +
             
     | 
| 
      
 8558 
     | 
    
         
            +
                """
         
     | 
| 
      
 8559 
     | 
    
         
            +
             
     | 
| 
      
 8560 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 8561 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 8562 
     | 
    
         
            +
                    :param _HighPriorityRouteTable: 高优路由表信息
         
     | 
| 
      
 8563 
     | 
    
         
            +
                    :type HighPriorityRouteTable: :class:`tencentcloud.vpc.v20170312.models.HighPriorityRouteTable`
         
     | 
| 
      
 8564 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 8565 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 8566 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8567 
     | 
    
         
            +
                    self._HighPriorityRouteTable = None
         
     | 
| 
      
 8568 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 8569 
     | 
    
         
            +
             
     | 
| 
      
 8570 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8571 
     | 
    
         
            +
                def HighPriorityRouteTable(self):
         
     | 
| 
      
 8572 
     | 
    
         
            +
                    return self._HighPriorityRouteTable
         
     | 
| 
      
 8573 
     | 
    
         
            +
             
     | 
| 
      
 8574 
     | 
    
         
            +
                @HighPriorityRouteTable.setter
         
     | 
| 
      
 8575 
     | 
    
         
            +
                def HighPriorityRouteTable(self, HighPriorityRouteTable):
         
     | 
| 
      
 8576 
     | 
    
         
            +
                    self._HighPriorityRouteTable = HighPriorityRouteTable
         
     | 
| 
      
 8577 
     | 
    
         
            +
             
     | 
| 
      
 8578 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8579 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 8580 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 8581 
     | 
    
         
            +
             
     | 
| 
      
 8582 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 8583 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 8584 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 8585 
     | 
    
         
            +
             
     | 
| 
      
 8586 
     | 
    
         
            +
             
     | 
| 
      
 8587 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 8588 
     | 
    
         
            +
                    if params.get("HighPriorityRouteTable") is not None:
         
     | 
| 
      
 8589 
     | 
    
         
            +
                        self._HighPriorityRouteTable = HighPriorityRouteTable()
         
     | 
| 
      
 8590 
     | 
    
         
            +
                        self._HighPriorityRouteTable._deserialize(params.get("HighPriorityRouteTable"))
         
     | 
| 
      
 8591 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 8592 
     | 
    
         
            +
             
     | 
| 
      
 8593 
     | 
    
         
            +
             
     | 
| 
      
 8594 
     | 
    
         
            +
            class CreateHighPriorityRoutesRequest(AbstractModel):
         
     | 
| 
      
 8595 
     | 
    
         
            +
                """CreateHighPriorityRoutes请求参数结构体
         
     | 
| 
      
 8596 
     | 
    
         
            +
             
     | 
| 
      
 8597 
     | 
    
         
            +
                """
         
     | 
| 
      
 8598 
     | 
    
         
            +
             
     | 
| 
      
 8599 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 8600 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 8601 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表唯一 ID。
         
     | 
| 
      
 8602 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 8603 
     | 
    
         
            +
                    :param _HighPriorityRoutes: 高优路由表条目信息。
         
     | 
| 
      
 8604 
     | 
    
         
            +
                    :type HighPriorityRoutes: list of HighPriorityRoute
         
     | 
| 
      
 8605 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8606 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 8607 
     | 
    
         
            +
                    self._HighPriorityRoutes = None
         
     | 
| 
      
 8608 
     | 
    
         
            +
             
     | 
| 
      
 8609 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8610 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 8611 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
      
 8612 
     | 
    
         
            +
             
     | 
| 
      
 8613 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 8614 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 8615 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
      
 8616 
     | 
    
         
            +
             
     | 
| 
      
 8617 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8618 
     | 
    
         
            +
                def HighPriorityRoutes(self):
         
     | 
| 
      
 8619 
     | 
    
         
            +
                    return self._HighPriorityRoutes
         
     | 
| 
      
 8620 
     | 
    
         
            +
             
     | 
| 
      
 8621 
     | 
    
         
            +
                @HighPriorityRoutes.setter
         
     | 
| 
      
 8622 
     | 
    
         
            +
                def HighPriorityRoutes(self, HighPriorityRoutes):
         
     | 
| 
      
 8623 
     | 
    
         
            +
                    self._HighPriorityRoutes = HighPriorityRoutes
         
     | 
| 
      
 8624 
     | 
    
         
            +
             
     | 
| 
      
 8625 
     | 
    
         
            +
             
     | 
| 
      
 8626 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 8627 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 8628 
     | 
    
         
            +
                    if params.get("HighPriorityRoutes") is not None:
         
     | 
| 
      
 8629 
     | 
    
         
            +
                        self._HighPriorityRoutes = []
         
     | 
| 
      
 8630 
     | 
    
         
            +
                        for item in params.get("HighPriorityRoutes"):
         
     | 
| 
      
 8631 
     | 
    
         
            +
                            obj = HighPriorityRoute()
         
     | 
| 
      
 8632 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 8633 
     | 
    
         
            +
                            self._HighPriorityRoutes.append(obj)
         
     | 
| 
      
 8634 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 8635 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 8636 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 8637 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 8638 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 8639 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 8640 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 8641 
     | 
    
         
            +
                    
         
     | 
| 
      
 8642 
     | 
    
         
            +
             
     | 
| 
      
 8643 
     | 
    
         
            +
             
     | 
| 
      
 8644 
     | 
    
         
            +
            class CreateHighPriorityRoutesResponse(AbstractModel):
         
     | 
| 
      
 8645 
     | 
    
         
            +
                """CreateHighPriorityRoutes返回参数结构体
         
     | 
| 
      
 8646 
     | 
    
         
            +
             
     | 
| 
      
 8647 
     | 
    
         
            +
                """
         
     | 
| 
      
 8648 
     | 
    
         
            +
             
     | 
| 
      
 8649 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 8650 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 8651 
     | 
    
         
            +
                    :param _HighPriorityRouteSet: 高优路由表信息。
         
     | 
| 
      
 8652 
     | 
    
         
            +
                    :type HighPriorityRouteSet: list of HighPriorityRoute
         
     | 
| 
      
 8653 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 8654 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 8655 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8656 
     | 
    
         
            +
                    self._HighPriorityRouteSet = None
         
     | 
| 
      
 8657 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 8658 
     | 
    
         
            +
             
     | 
| 
      
 8659 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8660 
     | 
    
         
            +
                def HighPriorityRouteSet(self):
         
     | 
| 
      
 8661 
     | 
    
         
            +
                    return self._HighPriorityRouteSet
         
     | 
| 
      
 8662 
     | 
    
         
            +
             
     | 
| 
      
 8663 
     | 
    
         
            +
                @HighPriorityRouteSet.setter
         
     | 
| 
      
 8664 
     | 
    
         
            +
                def HighPriorityRouteSet(self, HighPriorityRouteSet):
         
     | 
| 
      
 8665 
     | 
    
         
            +
                    self._HighPriorityRouteSet = HighPriorityRouteSet
         
     | 
| 
      
 8666 
     | 
    
         
            +
             
     | 
| 
      
 8667 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8668 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 8669 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 8670 
     | 
    
         
            +
             
     | 
| 
      
 8671 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 8672 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 8673 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 8674 
     | 
    
         
            +
             
     | 
| 
      
 8675 
     | 
    
         
            +
             
     | 
| 
      
 8676 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 8677 
     | 
    
         
            +
                    if params.get("HighPriorityRouteSet") is not None:
         
     | 
| 
      
 8678 
     | 
    
         
            +
                        self._HighPriorityRouteSet = []
         
     | 
| 
      
 8679 
     | 
    
         
            +
                        for item in params.get("HighPriorityRouteSet"):
         
     | 
| 
      
 8680 
     | 
    
         
            +
                            obj = HighPriorityRoute()
         
     | 
| 
      
 8681 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 8682 
     | 
    
         
            +
                            self._HighPriorityRouteSet.append(obj)
         
     | 
| 
      
 8683 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 8684 
     | 
    
         
            +
             
     | 
| 
      
 8685 
     | 
    
         
            +
             
     | 
| 
       8427 
8686 
     | 
    
         
             
            class CreateIp6TranslatorsRequest(AbstractModel):
         
     | 
| 
       8428 
8687 
     | 
    
         
             
                """CreateIp6Translators请求参数结构体
         
     | 
| 
       8429 
8688 
     | 
    
         | 
| 
         @@ -11590,6 +11849,8 @@ class CreateVpcPeeringConnectionRequest(AbstractModel): 
     | 
|
| 
       11590 
11849 
     | 
    
         
             
                    :type ChargeType: str
         
     | 
| 
       11591 
11850 
     | 
    
         
             
                    :param _QosLevel: 服务分级:PT、AU、AG。
         
     | 
| 
       11592 
11851 
     | 
    
         
             
                    :type QosLevel: str
         
     | 
| 
      
 11852 
     | 
    
         
            +
                    :param _Tags: 标签键值对
         
     | 
| 
      
 11853 
     | 
    
         
            +
                    :type Tags: list of Tags
         
     | 
| 
       11593 
11854 
     | 
    
         
             
                    """
         
     | 
| 
       11594 
11855 
     | 
    
         
             
                    self._SourceVpcId = None
         
     | 
| 
       11595 
11856 
     | 
    
         
             
                    self._PeeringConnectionName = None
         
     | 
| 
         @@ -11600,6 +11861,7 @@ class CreateVpcPeeringConnectionRequest(AbstractModel): 
     | 
|
| 
       11600 
11861 
     | 
    
         
             
                    self._Type = None
         
     | 
| 
       11601 
11862 
     | 
    
         
             
                    self._ChargeType = None
         
     | 
| 
       11602 
11863 
     | 
    
         
             
                    self._QosLevel = None
         
     | 
| 
      
 11864 
     | 
    
         
            +
                    self._Tags = None
         
     | 
| 
       11603 
11865 
     | 
    
         | 
| 
       11604 
11866 
     | 
    
         
             
                @property
         
     | 
| 
       11605 
11867 
     | 
    
         
             
                def SourceVpcId(self):
         
     | 
| 
         @@ -11673,6 +11935,14 @@ class CreateVpcPeeringConnectionRequest(AbstractModel): 
     | 
|
| 
       11673 
11935 
     | 
    
         
             
                def QosLevel(self, QosLevel):
         
     | 
| 
       11674 
11936 
     | 
    
         
             
                    self._QosLevel = QosLevel
         
     | 
| 
       11675 
11937 
     | 
    
         | 
| 
      
 11938 
     | 
    
         
            +
                @property
         
     | 
| 
      
 11939 
     | 
    
         
            +
                def Tags(self):
         
     | 
| 
      
 11940 
     | 
    
         
            +
                    return self._Tags
         
     | 
| 
      
 11941 
     | 
    
         
            +
             
     | 
| 
      
 11942 
     | 
    
         
            +
                @Tags.setter
         
     | 
| 
      
 11943 
     | 
    
         
            +
                def Tags(self, Tags):
         
     | 
| 
      
 11944 
     | 
    
         
            +
                    self._Tags = Tags
         
     | 
| 
      
 11945 
     | 
    
         
            +
             
     | 
| 
       11676 
11946 
     | 
    
         | 
| 
       11677 
11947 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       11678 
11948 
     | 
    
         
             
                    self._SourceVpcId = params.get("SourceVpcId")
         
     | 
| 
         @@ -11684,6 +11954,12 @@ class CreateVpcPeeringConnectionRequest(AbstractModel): 
     | 
|
| 
       11684 
11954 
     | 
    
         
             
                    self._Type = params.get("Type")
         
     | 
| 
       11685 
11955 
     | 
    
         
             
                    self._ChargeType = params.get("ChargeType")
         
     | 
| 
       11686 
11956 
     | 
    
         
             
                    self._QosLevel = params.get("QosLevel")
         
     | 
| 
      
 11957 
     | 
    
         
            +
                    if params.get("Tags") is not None:
         
     | 
| 
      
 11958 
     | 
    
         
            +
                        self._Tags = []
         
     | 
| 
      
 11959 
     | 
    
         
            +
                        for item in params.get("Tags"):
         
     | 
| 
      
 11960 
     | 
    
         
            +
                            obj = Tags()
         
     | 
| 
      
 11961 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 11962 
     | 
    
         
            +
                            self._Tags.append(obj)
         
     | 
| 
       11687 
11963 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       11688 
11964 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       11689 
11965 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -13992,6 +14268,68 @@ class DeleteCcnRouteTablesResponse(AbstractModel): 
     | 
|
| 
       13992 
14268 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       13993 
14269 
     | 
    
         | 
| 
       13994 
14270 
     | 
    
         | 
| 
      
 14271 
     | 
    
         
            +
            class DeleteCdcLDCXListRequest(AbstractModel):
         
     | 
| 
      
 14272 
     | 
    
         
            +
                """DeleteCdcLDCXList请求参数结构体
         
     | 
| 
      
 14273 
     | 
    
         
            +
             
     | 
| 
      
 14274 
     | 
    
         
            +
                """
         
     | 
| 
      
 14275 
     | 
    
         
            +
             
     | 
| 
      
 14276 
     | 
    
         
            +
             
     | 
| 
      
 14277 
     | 
    
         
            +
            class DeleteCdcLDCXListResponse(AbstractModel):
         
     | 
| 
      
 14278 
     | 
    
         
            +
                """DeleteCdcLDCXList返回参数结构体
         
     | 
| 
      
 14279 
     | 
    
         
            +
             
     | 
| 
      
 14280 
     | 
    
         
            +
                """
         
     | 
| 
      
 14281 
     | 
    
         
            +
             
     | 
| 
      
 14282 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 14283 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 14284 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 14285 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 14286 
     | 
    
         
            +
                    """
         
     | 
| 
      
 14287 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 14288 
     | 
    
         
            +
             
     | 
| 
      
 14289 
     | 
    
         
            +
                @property
         
     | 
| 
      
 14290 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 14291 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 14292 
     | 
    
         
            +
             
     | 
| 
      
 14293 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 14294 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 14295 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 14296 
     | 
    
         
            +
             
     | 
| 
      
 14297 
     | 
    
         
            +
             
     | 
| 
      
 14298 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 14299 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 14300 
     | 
    
         
            +
             
     | 
| 
      
 14301 
     | 
    
         
            +
             
     | 
| 
      
 14302 
     | 
    
         
            +
            class DeleteCdcNetPlanesRequest(AbstractModel):
         
     | 
| 
      
 14303 
     | 
    
         
            +
                """DeleteCdcNetPlanes请求参数结构体
         
     | 
| 
      
 14304 
     | 
    
         
            +
             
     | 
| 
      
 14305 
     | 
    
         
            +
                """
         
     | 
| 
      
 14306 
     | 
    
         
            +
             
     | 
| 
      
 14307 
     | 
    
         
            +
             
     | 
| 
      
 14308 
     | 
    
         
            +
            class DeleteCdcNetPlanesResponse(AbstractModel):
         
     | 
| 
      
 14309 
     | 
    
         
            +
                """DeleteCdcNetPlanes返回参数结构体
         
     | 
| 
      
 14310 
     | 
    
         
            +
             
     | 
| 
      
 14311 
     | 
    
         
            +
                """
         
     | 
| 
      
 14312 
     | 
    
         
            +
             
     | 
| 
      
 14313 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 14314 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 14315 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 14316 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 14317 
     | 
    
         
            +
                    """
         
     | 
| 
      
 14318 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 14319 
     | 
    
         
            +
             
     | 
| 
      
 14320 
     | 
    
         
            +
                @property
         
     | 
| 
      
 14321 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 14322 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 14323 
     | 
    
         
            +
             
     | 
| 
      
 14324 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 14325 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 14326 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 14327 
     | 
    
         
            +
             
     | 
| 
      
 14328 
     | 
    
         
            +
             
     | 
| 
      
 14329 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 14330 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 14331 
     | 
    
         
            +
             
     | 
| 
      
 14332 
     | 
    
         
            +
             
     | 
| 
       13995 
14333 
     | 
    
         
             
            class DeleteCustomerGatewayRequest(AbstractModel):
         
     | 
| 
       13996 
14334 
     | 
    
         
             
                """DeleteCustomerGateway请求参数结构体
         
     | 
| 
       13997 
14335 
     | 
    
         | 
| 
         @@ -14364,6 +14702,151 @@ class DeleteHaVipResponse(AbstractModel): 
     | 
|
| 
       14364 
14702 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       14365 
14703 
     | 
    
         | 
| 
       14366 
14704 
     | 
    
         | 
| 
      
 14705 
     | 
    
         
            +
            class DeleteHighPriorityRouteTablesRequest(AbstractModel):
         
     | 
| 
      
 14706 
     | 
    
         
            +
                """DeleteHighPriorityRouteTables请求参数结构体
         
     | 
| 
      
 14707 
     | 
    
         
            +
             
     | 
| 
      
 14708 
     | 
    
         
            +
                """
         
     | 
| 
      
 14709 
     | 
    
         
            +
             
     | 
| 
      
 14710 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 14711 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 14712 
     | 
    
         
            +
                    :param _HighPriorityRouteTableIds: 高优路由表表唯一ID 列表。
         
     | 
| 
      
 14713 
     | 
    
         
            +
                    :type HighPriorityRouteTableIds: list of str
         
     | 
| 
      
 14714 
     | 
    
         
            +
                    """
         
     | 
| 
      
 14715 
     | 
    
         
            +
                    self._HighPriorityRouteTableIds = None
         
     | 
| 
      
 14716 
     | 
    
         
            +
             
     | 
| 
      
 14717 
     | 
    
         
            +
                @property
         
     | 
| 
      
 14718 
     | 
    
         
            +
                def HighPriorityRouteTableIds(self):
         
     | 
| 
      
 14719 
     | 
    
         
            +
                    return self._HighPriorityRouteTableIds
         
     | 
| 
      
 14720 
     | 
    
         
            +
             
     | 
| 
      
 14721 
     | 
    
         
            +
                @HighPriorityRouteTableIds.setter
         
     | 
| 
      
 14722 
     | 
    
         
            +
                def HighPriorityRouteTableIds(self, HighPriorityRouteTableIds):
         
     | 
| 
      
 14723 
     | 
    
         
            +
                    self._HighPriorityRouteTableIds = HighPriorityRouteTableIds
         
     | 
| 
      
 14724 
     | 
    
         
            +
             
     | 
| 
      
 14725 
     | 
    
         
            +
             
     | 
| 
      
 14726 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 14727 
     | 
    
         
            +
                    self._HighPriorityRouteTableIds = params.get("HighPriorityRouteTableIds")
         
     | 
| 
      
 14728 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 14729 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 14730 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 14731 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 14732 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 14733 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 14734 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 14735 
     | 
    
         
            +
                    
         
     | 
| 
      
 14736 
     | 
    
         
            +
             
     | 
| 
      
 14737 
     | 
    
         
            +
             
     | 
| 
      
 14738 
     | 
    
         
            +
            class DeleteHighPriorityRouteTablesResponse(AbstractModel):
         
     | 
| 
      
 14739 
     | 
    
         
            +
                """DeleteHighPriorityRouteTables返回参数结构体
         
     | 
| 
      
 14740 
     | 
    
         
            +
             
     | 
| 
      
 14741 
     | 
    
         
            +
                """
         
     | 
| 
      
 14742 
     | 
    
         
            +
             
     | 
| 
      
 14743 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 14744 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 14745 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 14746 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 14747 
     | 
    
         
            +
                    """
         
     | 
| 
      
 14748 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 14749 
     | 
    
         
            +
             
     | 
| 
      
 14750 
     | 
    
         
            +
                @property
         
     | 
| 
      
 14751 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 14752 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 14753 
     | 
    
         
            +
             
     | 
| 
      
 14754 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 14755 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 14756 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 14757 
     | 
    
         
            +
             
     | 
| 
      
 14758 
     | 
    
         
            +
             
     | 
| 
      
 14759 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 14760 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 14761 
     | 
    
         
            +
             
     | 
| 
      
 14762 
     | 
    
         
            +
             
     | 
| 
      
 14763 
     | 
    
         
            +
            class DeleteHighPriorityRoutesRequest(AbstractModel):
         
     | 
| 
      
 14764 
     | 
    
         
            +
                """DeleteHighPriorityRoutes请求参数结构体
         
     | 
| 
      
 14765 
     | 
    
         
            +
             
     | 
| 
      
 14766 
     | 
    
         
            +
                """
         
     | 
| 
      
 14767 
     | 
    
         
            +
             
     | 
| 
      
 14768 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 14769 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 14770 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表唯一 ID。
         
     | 
| 
      
 14771 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 14772 
     | 
    
         
            +
                    :param _HighPriorityRouteIds: 高优路由表条目唯一 ID 列表。
         
     | 
| 
      
 14773 
     | 
    
         
            +
                    :type HighPriorityRouteIds: list of str
         
     | 
| 
      
 14774 
     | 
    
         
            +
                    """
         
     | 
| 
      
 14775 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 14776 
     | 
    
         
            +
                    self._HighPriorityRouteIds = None
         
     | 
| 
      
 14777 
     | 
    
         
            +
             
     | 
| 
      
 14778 
     | 
    
         
            +
                @property
         
     | 
| 
      
 14779 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 14780 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
      
 14781 
     | 
    
         
            +
             
     | 
| 
      
 14782 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 14783 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 14784 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
      
 14785 
     | 
    
         
            +
             
     | 
| 
      
 14786 
     | 
    
         
            +
                @property
         
     | 
| 
      
 14787 
     | 
    
         
            +
                def HighPriorityRouteIds(self):
         
     | 
| 
      
 14788 
     | 
    
         
            +
                    return self._HighPriorityRouteIds
         
     | 
| 
      
 14789 
     | 
    
         
            +
             
     | 
| 
      
 14790 
     | 
    
         
            +
                @HighPriorityRouteIds.setter
         
     | 
| 
      
 14791 
     | 
    
         
            +
                def HighPriorityRouteIds(self, HighPriorityRouteIds):
         
     | 
| 
      
 14792 
     | 
    
         
            +
                    self._HighPriorityRouteIds = HighPriorityRouteIds
         
     | 
| 
      
 14793 
     | 
    
         
            +
             
     | 
| 
      
 14794 
     | 
    
         
            +
             
     | 
| 
      
 14795 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 14796 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 14797 
     | 
    
         
            +
                    self._HighPriorityRouteIds = params.get("HighPriorityRouteIds")
         
     | 
| 
      
 14798 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 14799 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 14800 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 14801 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 14802 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 14803 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 14804 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 14805 
     | 
    
         
            +
                    
         
     | 
| 
      
 14806 
     | 
    
         
            +
             
     | 
| 
      
 14807 
     | 
    
         
            +
             
     | 
| 
      
 14808 
     | 
    
         
            +
            class DeleteHighPriorityRoutesResponse(AbstractModel):
         
     | 
| 
      
 14809 
     | 
    
         
            +
                """DeleteHighPriorityRoutes返回参数结构体
         
     | 
| 
      
 14810 
     | 
    
         
            +
             
     | 
| 
      
 14811 
     | 
    
         
            +
                """
         
     | 
| 
      
 14812 
     | 
    
         
            +
             
     | 
| 
      
 14813 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 14814 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 14815 
     | 
    
         
            +
                    :param _HighPriorityRouteSet: 高优路由表条目信息。
         
     | 
| 
      
 14816 
     | 
    
         
            +
                    :type HighPriorityRouteSet: list of HighPriorityRoute
         
     | 
| 
      
 14817 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 14818 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 14819 
     | 
    
         
            +
                    """
         
     | 
| 
      
 14820 
     | 
    
         
            +
                    self._HighPriorityRouteSet = None
         
     | 
| 
      
 14821 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 14822 
     | 
    
         
            +
             
     | 
| 
      
 14823 
     | 
    
         
            +
                @property
         
     | 
| 
      
 14824 
     | 
    
         
            +
                def HighPriorityRouteSet(self):
         
     | 
| 
      
 14825 
     | 
    
         
            +
                    return self._HighPriorityRouteSet
         
     | 
| 
      
 14826 
     | 
    
         
            +
             
     | 
| 
      
 14827 
     | 
    
         
            +
                @HighPriorityRouteSet.setter
         
     | 
| 
      
 14828 
     | 
    
         
            +
                def HighPriorityRouteSet(self, HighPriorityRouteSet):
         
     | 
| 
      
 14829 
     | 
    
         
            +
                    self._HighPriorityRouteSet = HighPriorityRouteSet
         
     | 
| 
      
 14830 
     | 
    
         
            +
             
     | 
| 
      
 14831 
     | 
    
         
            +
                @property
         
     | 
| 
      
 14832 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 14833 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 14834 
     | 
    
         
            +
             
     | 
| 
      
 14835 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 14836 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 14837 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 14838 
     | 
    
         
            +
             
     | 
| 
      
 14839 
     | 
    
         
            +
             
     | 
| 
      
 14840 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 14841 
     | 
    
         
            +
                    if params.get("HighPriorityRouteSet") is not None:
         
     | 
| 
      
 14842 
     | 
    
         
            +
                        self._HighPriorityRouteSet = []
         
     | 
| 
      
 14843 
     | 
    
         
            +
                        for item in params.get("HighPriorityRouteSet"):
         
     | 
| 
      
 14844 
     | 
    
         
            +
                            obj = HighPriorityRoute()
         
     | 
| 
      
 14845 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 14846 
     | 
    
         
            +
                            self._HighPriorityRouteSet.append(obj)
         
     | 
| 
      
 14847 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 14848 
     | 
    
         
            +
             
     | 
| 
      
 14849 
     | 
    
         
            +
             
     | 
| 
       14367 
14850 
     | 
    
         
             
            class DeleteIp6TranslatorsRequest(AbstractModel):
         
     | 
| 
       14368 
14851 
     | 
    
         
             
                """DeleteIp6Translators请求参数结构体
         
     | 
| 
       14369 
14852 
     | 
    
         | 
| 
         @@ -17047,7 +17530,7 @@ class DescribeAddressesRequest(AbstractModel): 
     | 
|
| 
       17047 
17530 
     | 
    
         
             
            <li> private-ip-address - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的内网 IP 过滤。</li>
         
     | 
| 
       17048 
17531 
     | 
    
         
             
            <li> network-interface-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的弹性网卡 ID 过滤。弹性网卡 ID 形如:eni-11112222。</li>
         
     | 
| 
       17049 
17532 
     | 
    
         
             
            <li> is-arrears - String - 是否必填:否 - (过滤条件)按照 EIP 是否欠费进行过滤。(TRUE:EIP 处于欠费状态|FALSE:EIP 费用状态正常)</li>
         
     | 
| 
       17050 
     | 
    
         
            -
            <li> address-type - String - 是否必填:否 - (过滤条件)按照 IP类型 进行过滤。可选值:'WanIP', 'EIP','AnycastEIP','HighQualityEIP'。默认值是'EIP'。</li>
         
     | 
| 
      
 17533 
     | 
    
         
            +
            <li> address-type - String - 是否必填:否 - (过滤条件)按照 IP类型 进行过滤。可选值:'WanIP', 'EIP','AnycastEIP','HighQualityEIP', 'AntiDDoSEIP'。默认值是'EIP'。</li>
         
     | 
| 
       17051 
17534 
     | 
    
         
             
            <li> address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP','CMCC','CUCC', 'CTCC'</li>
         
     | 
| 
       17052 
17535 
     | 
    
         
             
            <li> dedicated-cluster-id - String - 是否必填:否 - (过滤条件)按照 CDC 的唯一 ID 过滤。CDC 唯一 ID 形如:cluster-11112222。</li>
         
     | 
| 
       17053 
17536 
     | 
    
         
             
            <li> tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。</li>
         
     | 
| 
         @@ -18569,6 +19052,99 @@ class DescribeCcnsResponse(AbstractModel): 
     | 
|
| 
       18569 
19052 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       18570 
19053 
     | 
    
         | 
| 
       18571 
19054 
     | 
    
         | 
| 
      
 19055 
     | 
    
         
            +
            class DescribeCdcLDCXListRequest(AbstractModel):
         
     | 
| 
      
 19056 
     | 
    
         
            +
                """DescribeCdcLDCXList请求参数结构体
         
     | 
| 
      
 19057 
     | 
    
         
            +
             
     | 
| 
      
 19058 
     | 
    
         
            +
                """
         
     | 
| 
      
 19059 
     | 
    
         
            +
             
     | 
| 
      
 19060 
     | 
    
         
            +
             
     | 
| 
      
 19061 
     | 
    
         
            +
            class DescribeCdcLDCXListResponse(AbstractModel):
         
     | 
| 
      
 19062 
     | 
    
         
            +
                """DescribeCdcLDCXList返回参数结构体
         
     | 
| 
      
 19063 
     | 
    
         
            +
             
     | 
| 
      
 19064 
     | 
    
         
            +
                """
         
     | 
| 
      
 19065 
     | 
    
         
            +
             
     | 
| 
      
 19066 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 19067 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 19068 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 19069 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 19070 
     | 
    
         
            +
                    """
         
     | 
| 
      
 19071 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 19072 
     | 
    
         
            +
             
     | 
| 
      
 19073 
     | 
    
         
            +
                @property
         
     | 
| 
      
 19074 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 19075 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 19076 
     | 
    
         
            +
             
     | 
| 
      
 19077 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 19078 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 19079 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 19080 
     | 
    
         
            +
             
     | 
| 
      
 19081 
     | 
    
         
            +
             
     | 
| 
      
 19082 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 19083 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 19084 
     | 
    
         
            +
             
     | 
| 
      
 19085 
     | 
    
         
            +
             
     | 
| 
      
 19086 
     | 
    
         
            +
            class DescribeCdcNetPlanesRequest(AbstractModel):
         
     | 
| 
      
 19087 
     | 
    
         
            +
                """DescribeCdcNetPlanes请求参数结构体
         
     | 
| 
      
 19088 
     | 
    
         
            +
             
     | 
| 
      
 19089 
     | 
    
         
            +
                """
         
     | 
| 
      
 19090 
     | 
    
         
            +
             
     | 
| 
      
 19091 
     | 
    
         
            +
             
     | 
| 
      
 19092 
     | 
    
         
            +
            class DescribeCdcNetPlanesResponse(AbstractModel):
         
     | 
| 
      
 19093 
     | 
    
         
            +
                """DescribeCdcNetPlanes返回参数结构体
         
     | 
| 
      
 19094 
     | 
    
         
            +
             
     | 
| 
      
 19095 
     | 
    
         
            +
                """
         
     | 
| 
      
 19096 
     | 
    
         
            +
             
     | 
| 
      
 19097 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 19098 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 19099 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 19100 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 19101 
     | 
    
         
            +
                    """
         
     | 
| 
      
 19102 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 19103 
     | 
    
         
            +
             
     | 
| 
      
 19104 
     | 
    
         
            +
                @property
         
     | 
| 
      
 19105 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 19106 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 19107 
     | 
    
         
            +
             
     | 
| 
      
 19108 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 19109 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 19110 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 19111 
     | 
    
         
            +
             
     | 
| 
      
 19112 
     | 
    
         
            +
             
     | 
| 
      
 19113 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 19114 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 19115 
     | 
    
         
            +
             
     | 
| 
      
 19116 
     | 
    
         
            +
             
     | 
| 
      
 19117 
     | 
    
         
            +
            class DescribeCdcUsedIdcVlanRequest(AbstractModel):
         
     | 
| 
      
 19118 
     | 
    
         
            +
                """DescribeCdcUsedIdcVlan请求参数结构体
         
     | 
| 
      
 19119 
     | 
    
         
            +
             
     | 
| 
      
 19120 
     | 
    
         
            +
                """
         
     | 
| 
      
 19121 
     | 
    
         
            +
             
     | 
| 
      
 19122 
     | 
    
         
            +
             
     | 
| 
      
 19123 
     | 
    
         
            +
            class DescribeCdcUsedIdcVlanResponse(AbstractModel):
         
     | 
| 
      
 19124 
     | 
    
         
            +
                """DescribeCdcUsedIdcVlan返回参数结构体
         
     | 
| 
      
 19125 
     | 
    
         
            +
             
     | 
| 
      
 19126 
     | 
    
         
            +
                """
         
     | 
| 
      
 19127 
     | 
    
         
            +
             
     | 
| 
      
 19128 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 19129 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 19130 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 19131 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 19132 
     | 
    
         
            +
                    """
         
     | 
| 
      
 19133 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 19134 
     | 
    
         
            +
             
     | 
| 
      
 19135 
     | 
    
         
            +
                @property
         
     | 
| 
      
 19136 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 19137 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 19138 
     | 
    
         
            +
             
     | 
| 
      
 19139 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 19140 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 19141 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 19142 
     | 
    
         
            +
             
     | 
| 
      
 19143 
     | 
    
         
            +
             
     | 
| 
      
 19144 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 19145 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 19146 
     | 
    
         
            +
             
     | 
| 
      
 19147 
     | 
    
         
            +
             
     | 
| 
       18572 
19148 
     | 
    
         
             
            class DescribeClassicLinkInstancesRequest(AbstractModel):
         
     | 
| 
       18573 
19149 
     | 
    
         
             
                """DescribeClassicLinkInstances请求参数结构体
         
     | 
| 
       18574 
19150 
     | 
    
         | 
| 
         @@ -20600,6 +21176,289 @@ class DescribeHaVipsResponse(AbstractModel): 
     | 
|
| 
       20600 
21176 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       20601 
21177 
     | 
    
         | 
| 
       20602 
21178 
     | 
    
         | 
| 
      
 21179 
     | 
    
         
            +
            class DescribeHighPriorityRouteTablesRequest(AbstractModel):
         
     | 
| 
      
 21180 
     | 
    
         
            +
                """DescribeHighPriorityRouteTables请求参数结构体
         
     | 
| 
      
 21181 
     | 
    
         
            +
             
     | 
| 
      
 21182 
     | 
    
         
            +
                """
         
     | 
| 
      
 21183 
     | 
    
         
            +
             
     | 
| 
      
 21184 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 21185 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 21186 
     | 
    
         
            +
                    :param _Filters: 过滤条件,参数不支持同时指定HighPriorityRouteTableIds和Filters。
         
     | 
| 
      
 21187 
     | 
    
         
            +
            <li>high-priority-route-table-id - String - (过滤条件)高优路由表实例ID。</li>
         
     | 
| 
      
 21188 
     | 
    
         
            +
            <li>name - String - (过滤条件)高优路由表名称。</li>
         
     | 
| 
      
 21189 
     | 
    
         
            +
            <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
         
     | 
| 
      
 21190 
     | 
    
         
            +
            <li>tag-key - String -是否必填:否 - (过滤条件)按照标签键进行过滤。</li>
         
     | 
| 
      
 21191 
     | 
    
         
            +
            <li>next-hop-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。使用next-hop-type进行过滤时,必须同时携带route-table-id与vpc-id。
         
     | 
| 
      
 21192 
     | 
    
         
            +
            目前我们支持的类型有:
         
     | 
| 
      
 21193 
     | 
    
         
            +
            HAVIP:高可用虚拟IP;
         
     | 
| 
      
 21194 
     | 
    
         
            +
            NORMAL_CVM:普通云服务器;
         
     | 
| 
      
 21195 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 21196 
     | 
    
         
            +
                    :type Filters: list of Filter
         
     | 
| 
      
 21197 
     | 
    
         
            +
                    :param _HighPriorityRouteTableIds: 高优路由表实例ID,例如:hprtb-18mot1fm。
         
     | 
| 
      
 21198 
     | 
    
         
            +
                    :type HighPriorityRouteTableIds: list of str
         
     | 
| 
      
 21199 
     | 
    
         
            +
                    :param _Offset: 偏移量。
         
     | 
| 
      
 21200 
     | 
    
         
            +
                    :type Offset: str
         
     | 
| 
      
 21201 
     | 
    
         
            +
                    :param _Limit: 返回数量,默认为20,最大值为100。
         
     | 
| 
      
 21202 
     | 
    
         
            +
                    :type Limit: str
         
     | 
| 
      
 21203 
     | 
    
         
            +
                    :param _NeedRouterInfo: 是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。
         
     | 
| 
      
 21204 
     | 
    
         
            +
                    :type NeedRouterInfo: bool
         
     | 
| 
      
 21205 
     | 
    
         
            +
                    """
         
     | 
| 
      
 21206 
     | 
    
         
            +
                    self._Filters = None
         
     | 
| 
      
 21207 
     | 
    
         
            +
                    self._HighPriorityRouteTableIds = None
         
     | 
| 
      
 21208 
     | 
    
         
            +
                    self._Offset = None
         
     | 
| 
      
 21209 
     | 
    
         
            +
                    self._Limit = None
         
     | 
| 
      
 21210 
     | 
    
         
            +
                    self._NeedRouterInfo = None
         
     | 
| 
      
 21211 
     | 
    
         
            +
             
     | 
| 
      
 21212 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21213 
     | 
    
         
            +
                def Filters(self):
         
     | 
| 
      
 21214 
     | 
    
         
            +
                    return self._Filters
         
     | 
| 
      
 21215 
     | 
    
         
            +
             
     | 
| 
      
 21216 
     | 
    
         
            +
                @Filters.setter
         
     | 
| 
      
 21217 
     | 
    
         
            +
                def Filters(self, Filters):
         
     | 
| 
      
 21218 
     | 
    
         
            +
                    self._Filters = Filters
         
     | 
| 
      
 21219 
     | 
    
         
            +
             
     | 
| 
      
 21220 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21221 
     | 
    
         
            +
                def HighPriorityRouteTableIds(self):
         
     | 
| 
      
 21222 
     | 
    
         
            +
                    return self._HighPriorityRouteTableIds
         
     | 
| 
      
 21223 
     | 
    
         
            +
             
     | 
| 
      
 21224 
     | 
    
         
            +
                @HighPriorityRouteTableIds.setter
         
     | 
| 
      
 21225 
     | 
    
         
            +
                def HighPriorityRouteTableIds(self, HighPriorityRouteTableIds):
         
     | 
| 
      
 21226 
     | 
    
         
            +
                    self._HighPriorityRouteTableIds = HighPriorityRouteTableIds
         
     | 
| 
      
 21227 
     | 
    
         
            +
             
     | 
| 
      
 21228 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21229 
     | 
    
         
            +
                def Offset(self):
         
     | 
| 
      
 21230 
     | 
    
         
            +
                    return self._Offset
         
     | 
| 
      
 21231 
     | 
    
         
            +
             
     | 
| 
      
 21232 
     | 
    
         
            +
                @Offset.setter
         
     | 
| 
      
 21233 
     | 
    
         
            +
                def Offset(self, Offset):
         
     | 
| 
      
 21234 
     | 
    
         
            +
                    self._Offset = Offset
         
     | 
| 
      
 21235 
     | 
    
         
            +
             
     | 
| 
      
 21236 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21237 
     | 
    
         
            +
                def Limit(self):
         
     | 
| 
      
 21238 
     | 
    
         
            +
                    return self._Limit
         
     | 
| 
      
 21239 
     | 
    
         
            +
             
     | 
| 
      
 21240 
     | 
    
         
            +
                @Limit.setter
         
     | 
| 
      
 21241 
     | 
    
         
            +
                def Limit(self, Limit):
         
     | 
| 
      
 21242 
     | 
    
         
            +
                    self._Limit = Limit
         
     | 
| 
      
 21243 
     | 
    
         
            +
             
     | 
| 
      
 21244 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21245 
     | 
    
         
            +
                def NeedRouterInfo(self):
         
     | 
| 
      
 21246 
     | 
    
         
            +
                    return self._NeedRouterInfo
         
     | 
| 
      
 21247 
     | 
    
         
            +
             
     | 
| 
      
 21248 
     | 
    
         
            +
                @NeedRouterInfo.setter
         
     | 
| 
      
 21249 
     | 
    
         
            +
                def NeedRouterInfo(self, NeedRouterInfo):
         
     | 
| 
      
 21250 
     | 
    
         
            +
                    self._NeedRouterInfo = NeedRouterInfo
         
     | 
| 
      
 21251 
     | 
    
         
            +
             
     | 
| 
      
 21252 
     | 
    
         
            +
             
     | 
| 
      
 21253 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 21254 
     | 
    
         
            +
                    if params.get("Filters") is not None:
         
     | 
| 
      
 21255 
     | 
    
         
            +
                        self._Filters = []
         
     | 
| 
      
 21256 
     | 
    
         
            +
                        for item in params.get("Filters"):
         
     | 
| 
      
 21257 
     | 
    
         
            +
                            obj = Filter()
         
     | 
| 
      
 21258 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 21259 
     | 
    
         
            +
                            self._Filters.append(obj)
         
     | 
| 
      
 21260 
     | 
    
         
            +
                    self._HighPriorityRouteTableIds = params.get("HighPriorityRouteTableIds")
         
     | 
| 
      
 21261 
     | 
    
         
            +
                    self._Offset = params.get("Offset")
         
     | 
| 
      
 21262 
     | 
    
         
            +
                    self._Limit = params.get("Limit")
         
     | 
| 
      
 21263 
     | 
    
         
            +
                    self._NeedRouterInfo = params.get("NeedRouterInfo")
         
     | 
| 
      
 21264 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 21265 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 21266 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 21267 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 21268 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 21269 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 21270 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 21271 
     | 
    
         
            +
                    
         
     | 
| 
      
 21272 
     | 
    
         
            +
             
     | 
| 
      
 21273 
     | 
    
         
            +
             
     | 
| 
      
 21274 
     | 
    
         
            +
            class DescribeHighPriorityRouteTablesResponse(AbstractModel):
         
     | 
| 
      
 21275 
     | 
    
         
            +
                """DescribeHighPriorityRouteTables返回参数结构体
         
     | 
| 
      
 21276 
     | 
    
         
            +
             
     | 
| 
      
 21277 
     | 
    
         
            +
                """
         
     | 
| 
      
 21278 
     | 
    
         
            +
             
     | 
| 
      
 21279 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 21280 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 21281 
     | 
    
         
            +
                    :param _HighPriorityRouteTableSet: 高优路由表对象。
         
     | 
| 
      
 21282 
     | 
    
         
            +
                    :type HighPriorityRouteTableSet: list of HighPriorityRouteTable
         
     | 
| 
      
 21283 
     | 
    
         
            +
                    :param _TotalCount: 符合条件的实例数量。
         
     | 
| 
      
 21284 
     | 
    
         
            +
                    :type TotalCount: int
         
     | 
| 
      
 21285 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 21286 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 21287 
     | 
    
         
            +
                    """
         
     | 
| 
      
 21288 
     | 
    
         
            +
                    self._HighPriorityRouteTableSet = None
         
     | 
| 
      
 21289 
     | 
    
         
            +
                    self._TotalCount = None
         
     | 
| 
      
 21290 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 21291 
     | 
    
         
            +
             
     | 
| 
      
 21292 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21293 
     | 
    
         
            +
                def HighPriorityRouteTableSet(self):
         
     | 
| 
      
 21294 
     | 
    
         
            +
                    return self._HighPriorityRouteTableSet
         
     | 
| 
      
 21295 
     | 
    
         
            +
             
     | 
| 
      
 21296 
     | 
    
         
            +
                @HighPriorityRouteTableSet.setter
         
     | 
| 
      
 21297 
     | 
    
         
            +
                def HighPriorityRouteTableSet(self, HighPriorityRouteTableSet):
         
     | 
| 
      
 21298 
     | 
    
         
            +
                    self._HighPriorityRouteTableSet = HighPriorityRouteTableSet
         
     | 
| 
      
 21299 
     | 
    
         
            +
             
     | 
| 
      
 21300 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21301 
     | 
    
         
            +
                def TotalCount(self):
         
     | 
| 
      
 21302 
     | 
    
         
            +
                    return self._TotalCount
         
     | 
| 
      
 21303 
     | 
    
         
            +
             
     | 
| 
      
 21304 
     | 
    
         
            +
                @TotalCount.setter
         
     | 
| 
      
 21305 
     | 
    
         
            +
                def TotalCount(self, TotalCount):
         
     | 
| 
      
 21306 
     | 
    
         
            +
                    self._TotalCount = TotalCount
         
     | 
| 
      
 21307 
     | 
    
         
            +
             
     | 
| 
      
 21308 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21309 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 21310 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 21311 
     | 
    
         
            +
             
     | 
| 
      
 21312 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 21313 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 21314 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 21315 
     | 
    
         
            +
             
     | 
| 
      
 21316 
     | 
    
         
            +
             
     | 
| 
      
 21317 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 21318 
     | 
    
         
            +
                    if params.get("HighPriorityRouteTableSet") is not None:
         
     | 
| 
      
 21319 
     | 
    
         
            +
                        self._HighPriorityRouteTableSet = []
         
     | 
| 
      
 21320 
     | 
    
         
            +
                        for item in params.get("HighPriorityRouteTableSet"):
         
     | 
| 
      
 21321 
     | 
    
         
            +
                            obj = HighPriorityRouteTable()
         
     | 
| 
      
 21322 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 21323 
     | 
    
         
            +
                            self._HighPriorityRouteTableSet.append(obj)
         
     | 
| 
      
 21324 
     | 
    
         
            +
                    self._TotalCount = params.get("TotalCount")
         
     | 
| 
      
 21325 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 21326 
     | 
    
         
            +
             
     | 
| 
      
 21327 
     | 
    
         
            +
             
     | 
| 
      
 21328 
     | 
    
         
            +
            class DescribeHighPriorityRoutesRequest(AbstractModel):
         
     | 
| 
      
 21329 
     | 
    
         
            +
                """DescribeHighPriorityRoutes请求参数结构体
         
     | 
| 
      
 21330 
     | 
    
         
            +
             
     | 
| 
      
 21331 
     | 
    
         
            +
                """
         
     | 
| 
      
 21332 
     | 
    
         
            +
             
     | 
| 
      
 21333 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 21334 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 21335 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表唯一 ID。
         
     | 
| 
      
 21336 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 21337 
     | 
    
         
            +
                    :param _Filters: <li>gateway-id - String - (过滤条件)网关ID。</li>
         
     | 
| 
      
 21338 
     | 
    
         
            +
            <li>description - String - (过滤条件)路由描述。</li>
         
     | 
| 
      
 21339 
     | 
    
         
            +
            <li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>
         
     | 
| 
      
 21340 
     | 
    
         
            +
            <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>
         
     | 
| 
      
 21341 
     | 
    
         
            +
            <li>is-cdc - String - (过滤条件)CDC属性高优路由表。</li>
         
     | 
| 
      
 21342 
     | 
    
         
            +
            <li>cdc-id - String - (过滤条件)CDC 集群唯一 ID 。</li>
         
     | 
| 
      
 21343 
     | 
    
         
            +
             
     | 
| 
      
 21344 
     | 
    
         
            +
                    :type Filters: list of Filter
         
     | 
| 
      
 21345 
     | 
    
         
            +
                    :param _Offset: 偏移量。
         
     | 
| 
      
 21346 
     | 
    
         
            +
                    :type Offset: int
         
     | 
| 
      
 21347 
     | 
    
         
            +
                    :param _Limit: 请求对象个数。
         
     | 
| 
      
 21348 
     | 
    
         
            +
                    :type Limit: int
         
     | 
| 
      
 21349 
     | 
    
         
            +
                    """
         
     | 
| 
      
 21350 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 21351 
     | 
    
         
            +
                    self._Filters = None
         
     | 
| 
      
 21352 
     | 
    
         
            +
                    self._Offset = None
         
     | 
| 
      
 21353 
     | 
    
         
            +
                    self._Limit = None
         
     | 
| 
      
 21354 
     | 
    
         
            +
             
     | 
| 
      
 21355 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21356 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 21357 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
      
 21358 
     | 
    
         
            +
             
     | 
| 
      
 21359 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 21360 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 21361 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
      
 21362 
     | 
    
         
            +
             
     | 
| 
      
 21363 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21364 
     | 
    
         
            +
                def Filters(self):
         
     | 
| 
      
 21365 
     | 
    
         
            +
                    return self._Filters
         
     | 
| 
      
 21366 
     | 
    
         
            +
             
     | 
| 
      
 21367 
     | 
    
         
            +
                @Filters.setter
         
     | 
| 
      
 21368 
     | 
    
         
            +
                def Filters(self, Filters):
         
     | 
| 
      
 21369 
     | 
    
         
            +
                    self._Filters = Filters
         
     | 
| 
      
 21370 
     | 
    
         
            +
             
     | 
| 
      
 21371 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21372 
     | 
    
         
            +
                def Offset(self):
         
     | 
| 
      
 21373 
     | 
    
         
            +
                    return self._Offset
         
     | 
| 
      
 21374 
     | 
    
         
            +
             
     | 
| 
      
 21375 
     | 
    
         
            +
                @Offset.setter
         
     | 
| 
      
 21376 
     | 
    
         
            +
                def Offset(self, Offset):
         
     | 
| 
      
 21377 
     | 
    
         
            +
                    self._Offset = Offset
         
     | 
| 
      
 21378 
     | 
    
         
            +
             
     | 
| 
      
 21379 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21380 
     | 
    
         
            +
                def Limit(self):
         
     | 
| 
      
 21381 
     | 
    
         
            +
                    return self._Limit
         
     | 
| 
      
 21382 
     | 
    
         
            +
             
     | 
| 
      
 21383 
     | 
    
         
            +
                @Limit.setter
         
     | 
| 
      
 21384 
     | 
    
         
            +
                def Limit(self, Limit):
         
     | 
| 
      
 21385 
     | 
    
         
            +
                    self._Limit = Limit
         
     | 
| 
      
 21386 
     | 
    
         
            +
             
     | 
| 
      
 21387 
     | 
    
         
            +
             
     | 
| 
      
 21388 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 21389 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 21390 
     | 
    
         
            +
                    if params.get("Filters") is not None:
         
     | 
| 
      
 21391 
     | 
    
         
            +
                        self._Filters = []
         
     | 
| 
      
 21392 
     | 
    
         
            +
                        for item in params.get("Filters"):
         
     | 
| 
      
 21393 
     | 
    
         
            +
                            obj = Filter()
         
     | 
| 
      
 21394 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 21395 
     | 
    
         
            +
                            self._Filters.append(obj)
         
     | 
| 
      
 21396 
     | 
    
         
            +
                    self._Offset = params.get("Offset")
         
     | 
| 
      
 21397 
     | 
    
         
            +
                    self._Limit = params.get("Limit")
         
     | 
| 
      
 21398 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 21399 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 21400 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 21401 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 21402 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 21403 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 21404 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 21405 
     | 
    
         
            +
                    
         
     | 
| 
      
 21406 
     | 
    
         
            +
             
     | 
| 
      
 21407 
     | 
    
         
            +
             
     | 
| 
      
 21408 
     | 
    
         
            +
            class DescribeHighPriorityRoutesResponse(AbstractModel):
         
     | 
| 
      
 21409 
     | 
    
         
            +
                """DescribeHighPriorityRoutes返回参数结构体
         
     | 
| 
      
 21410 
     | 
    
         
            +
             
     | 
| 
      
 21411 
     | 
    
         
            +
                """
         
     | 
| 
      
 21412 
     | 
    
         
            +
             
     | 
| 
      
 21413 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 21414 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 21415 
     | 
    
         
            +
                    :param _HighPriorityRouteSet: 高优路由表条目信息。
         
     | 
| 
      
 21416 
     | 
    
         
            +
                    :type HighPriorityRouteSet: list of HighPriorityRoute
         
     | 
| 
      
 21417 
     | 
    
         
            +
                    :param _TotalCount: 高优路由表条目个数。
         
     | 
| 
      
 21418 
     | 
    
         
            +
                    :type TotalCount: int
         
     | 
| 
      
 21419 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 21420 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 21421 
     | 
    
         
            +
                    """
         
     | 
| 
      
 21422 
     | 
    
         
            +
                    self._HighPriorityRouteSet = None
         
     | 
| 
      
 21423 
     | 
    
         
            +
                    self._TotalCount = None
         
     | 
| 
      
 21424 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 21425 
     | 
    
         
            +
             
     | 
| 
      
 21426 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21427 
     | 
    
         
            +
                def HighPriorityRouteSet(self):
         
     | 
| 
      
 21428 
     | 
    
         
            +
                    return self._HighPriorityRouteSet
         
     | 
| 
      
 21429 
     | 
    
         
            +
             
     | 
| 
      
 21430 
     | 
    
         
            +
                @HighPriorityRouteSet.setter
         
     | 
| 
      
 21431 
     | 
    
         
            +
                def HighPriorityRouteSet(self, HighPriorityRouteSet):
         
     | 
| 
      
 21432 
     | 
    
         
            +
                    self._HighPriorityRouteSet = HighPriorityRouteSet
         
     | 
| 
      
 21433 
     | 
    
         
            +
             
     | 
| 
      
 21434 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21435 
     | 
    
         
            +
                def TotalCount(self):
         
     | 
| 
      
 21436 
     | 
    
         
            +
                    return self._TotalCount
         
     | 
| 
      
 21437 
     | 
    
         
            +
             
     | 
| 
      
 21438 
     | 
    
         
            +
                @TotalCount.setter
         
     | 
| 
      
 21439 
     | 
    
         
            +
                def TotalCount(self, TotalCount):
         
     | 
| 
      
 21440 
     | 
    
         
            +
                    self._TotalCount = TotalCount
         
     | 
| 
      
 21441 
     | 
    
         
            +
             
     | 
| 
      
 21442 
     | 
    
         
            +
                @property
         
     | 
| 
      
 21443 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 21444 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 21445 
     | 
    
         
            +
             
     | 
| 
      
 21446 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 21447 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 21448 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 21449 
     | 
    
         
            +
             
     | 
| 
      
 21450 
     | 
    
         
            +
             
     | 
| 
      
 21451 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 21452 
     | 
    
         
            +
                    if params.get("HighPriorityRouteSet") is not None:
         
     | 
| 
      
 21453 
     | 
    
         
            +
                        self._HighPriorityRouteSet = []
         
     | 
| 
      
 21454 
     | 
    
         
            +
                        for item in params.get("HighPriorityRouteSet"):
         
     | 
| 
      
 21455 
     | 
    
         
            +
                            obj = HighPriorityRoute()
         
     | 
| 
      
 21456 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 21457 
     | 
    
         
            +
                            self._HighPriorityRouteSet.append(obj)
         
     | 
| 
      
 21458 
     | 
    
         
            +
                    self._TotalCount = params.get("TotalCount")
         
     | 
| 
      
 21459 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 21460 
     | 
    
         
            +
             
     | 
| 
      
 21461 
     | 
    
         
            +
             
     | 
| 
       20603 
21462 
     | 
    
         
             
            class DescribeIp6AddressesRequest(AbstractModel):
         
     | 
| 
       20604 
21463 
     | 
    
         
             
                """DescribeIp6Addresses请求参数结构体
         
     | 
| 
       20605 
21464 
     | 
    
         | 
| 
         @@ -23899,7 +24758,128 @@ LOCAL_GATEWAY:本地网关。 
     | 
|
| 
       23899 
24758 
     | 
    
         
             
                            obj = Filter()
         
     | 
| 
       23900 
24759 
     | 
    
         
             
                            obj._deserialize(item)
         
     | 
| 
       23901 
24760 
     | 
    
         
             
                            self._Filters.append(obj)
         
     | 
| 
       23902 
     | 
    
         
            -
                    self._RouteTableIds = params.get("RouteTableIds")
         
     | 
| 
      
 24761 
     | 
    
         
            +
                    self._RouteTableIds = params.get("RouteTableIds")
         
     | 
| 
      
 24762 
     | 
    
         
            +
                    self._Offset = params.get("Offset")
         
     | 
| 
      
 24763 
     | 
    
         
            +
                    self._Limit = params.get("Limit")
         
     | 
| 
      
 24764 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 24765 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 24766 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 24767 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 24768 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 24769 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 24770 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 24771 
     | 
    
         
            +
                    
         
     | 
| 
      
 24772 
     | 
    
         
            +
             
     | 
| 
      
 24773 
     | 
    
         
            +
             
     | 
| 
      
 24774 
     | 
    
         
            +
            class DescribeRouteTablesResponse(AbstractModel):
         
     | 
| 
      
 24775 
     | 
    
         
            +
                """DescribeRouteTables返回参数结构体
         
     | 
| 
      
 24776 
     | 
    
         
            +
             
     | 
| 
      
 24777 
     | 
    
         
            +
                """
         
     | 
| 
      
 24778 
     | 
    
         
            +
             
     | 
| 
      
 24779 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 24780 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 24781 
     | 
    
         
            +
                    :param _TotalCount: 符合条件的实例数量。
         
     | 
| 
      
 24782 
     | 
    
         
            +
                    :type TotalCount: int
         
     | 
| 
      
 24783 
     | 
    
         
            +
                    :param _RouteTableSet: 路由表对象。
         
     | 
| 
      
 24784 
     | 
    
         
            +
                    :type RouteTableSet: list of RouteTable
         
     | 
| 
      
 24785 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 24786 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 24787 
     | 
    
         
            +
                    """
         
     | 
| 
      
 24788 
     | 
    
         
            +
                    self._TotalCount = None
         
     | 
| 
      
 24789 
     | 
    
         
            +
                    self._RouteTableSet = None
         
     | 
| 
      
 24790 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 24791 
     | 
    
         
            +
             
     | 
| 
      
 24792 
     | 
    
         
            +
                @property
         
     | 
| 
      
 24793 
     | 
    
         
            +
                def TotalCount(self):
         
     | 
| 
      
 24794 
     | 
    
         
            +
                    return self._TotalCount
         
     | 
| 
      
 24795 
     | 
    
         
            +
             
     | 
| 
      
 24796 
     | 
    
         
            +
                @TotalCount.setter
         
     | 
| 
      
 24797 
     | 
    
         
            +
                def TotalCount(self, TotalCount):
         
     | 
| 
      
 24798 
     | 
    
         
            +
                    self._TotalCount = TotalCount
         
     | 
| 
      
 24799 
     | 
    
         
            +
             
     | 
| 
      
 24800 
     | 
    
         
            +
                @property
         
     | 
| 
      
 24801 
     | 
    
         
            +
                def RouteTableSet(self):
         
     | 
| 
      
 24802 
     | 
    
         
            +
                    return self._RouteTableSet
         
     | 
| 
      
 24803 
     | 
    
         
            +
             
     | 
| 
      
 24804 
     | 
    
         
            +
                @RouteTableSet.setter
         
     | 
| 
      
 24805 
     | 
    
         
            +
                def RouteTableSet(self, RouteTableSet):
         
     | 
| 
      
 24806 
     | 
    
         
            +
                    self._RouteTableSet = RouteTableSet
         
     | 
| 
      
 24807 
     | 
    
         
            +
             
     | 
| 
      
 24808 
     | 
    
         
            +
                @property
         
     | 
| 
      
 24809 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 24810 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 24811 
     | 
    
         
            +
             
     | 
| 
      
 24812 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 24813 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 24814 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 24815 
     | 
    
         
            +
             
     | 
| 
      
 24816 
     | 
    
         
            +
             
     | 
| 
      
 24817 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 24818 
     | 
    
         
            +
                    self._TotalCount = params.get("TotalCount")
         
     | 
| 
      
 24819 
     | 
    
         
            +
                    if params.get("RouteTableSet") is not None:
         
     | 
| 
      
 24820 
     | 
    
         
            +
                        self._RouteTableSet = []
         
     | 
| 
      
 24821 
     | 
    
         
            +
                        for item in params.get("RouteTableSet"):
         
     | 
| 
      
 24822 
     | 
    
         
            +
                            obj = RouteTable()
         
     | 
| 
      
 24823 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 24824 
     | 
    
         
            +
                            self._RouteTableSet.append(obj)
         
     | 
| 
      
 24825 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 24826 
     | 
    
         
            +
             
     | 
| 
      
 24827 
     | 
    
         
            +
             
     | 
| 
      
 24828 
     | 
    
         
            +
            class DescribeRoutesRequest(AbstractModel):
         
     | 
| 
      
 24829 
     | 
    
         
            +
                """DescribeRoutes请求参数结构体
         
     | 
| 
      
 24830 
     | 
    
         
            +
             
     | 
| 
      
 24831 
     | 
    
         
            +
                """
         
     | 
| 
      
 24832 
     | 
    
         
            +
             
     | 
| 
      
 24833 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 24834 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 24835 
     | 
    
         
            +
                    :param _Filters: 过滤条件,参数不支持同时指定RouteTableIds和Filters。
         
     | 
| 
      
 24836 
     | 
    
         
            +
            <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
         
     | 
| 
      
 24837 
     | 
    
         
            +
            <li>gateway-id - String - (过滤条件)网关ID。</li>
         
     | 
| 
      
 24838 
     | 
    
         
            +
            <li>description - String - (过滤条件)路由描述。</li>
         
     | 
| 
      
 24839 
     | 
    
         
            +
            <li>route-table-id - String - (过滤条件)路由表实例ID。</li>
         
     | 
| 
      
 24840 
     | 
    
         
            +
            <li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>
         
     | 
| 
      
 24841 
     | 
    
         
            +
                    :type Filters: list of Filter
         
     | 
| 
      
 24842 
     | 
    
         
            +
                    :param _Offset: 偏移量。
         
     | 
| 
      
 24843 
     | 
    
         
            +
                    :type Offset: int
         
     | 
| 
      
 24844 
     | 
    
         
            +
                    :param _Limit: 请求对象个数。
         
     | 
| 
      
 24845 
     | 
    
         
            +
                    :type Limit: int
         
     | 
| 
      
 24846 
     | 
    
         
            +
                    """
         
     | 
| 
      
 24847 
     | 
    
         
            +
                    self._Filters = None
         
     | 
| 
      
 24848 
     | 
    
         
            +
                    self._Offset = None
         
     | 
| 
      
 24849 
     | 
    
         
            +
                    self._Limit = None
         
     | 
| 
      
 24850 
     | 
    
         
            +
             
     | 
| 
      
 24851 
     | 
    
         
            +
                @property
         
     | 
| 
      
 24852 
     | 
    
         
            +
                def Filters(self):
         
     | 
| 
      
 24853 
     | 
    
         
            +
                    return self._Filters
         
     | 
| 
      
 24854 
     | 
    
         
            +
             
     | 
| 
      
 24855 
     | 
    
         
            +
                @Filters.setter
         
     | 
| 
      
 24856 
     | 
    
         
            +
                def Filters(self, Filters):
         
     | 
| 
      
 24857 
     | 
    
         
            +
                    self._Filters = Filters
         
     | 
| 
      
 24858 
     | 
    
         
            +
             
     | 
| 
      
 24859 
     | 
    
         
            +
                @property
         
     | 
| 
      
 24860 
     | 
    
         
            +
                def Offset(self):
         
     | 
| 
      
 24861 
     | 
    
         
            +
                    return self._Offset
         
     | 
| 
      
 24862 
     | 
    
         
            +
             
     | 
| 
      
 24863 
     | 
    
         
            +
                @Offset.setter
         
     | 
| 
      
 24864 
     | 
    
         
            +
                def Offset(self, Offset):
         
     | 
| 
      
 24865 
     | 
    
         
            +
                    self._Offset = Offset
         
     | 
| 
      
 24866 
     | 
    
         
            +
             
     | 
| 
      
 24867 
     | 
    
         
            +
                @property
         
     | 
| 
      
 24868 
     | 
    
         
            +
                def Limit(self):
         
     | 
| 
      
 24869 
     | 
    
         
            +
                    return self._Limit
         
     | 
| 
      
 24870 
     | 
    
         
            +
             
     | 
| 
      
 24871 
     | 
    
         
            +
                @Limit.setter
         
     | 
| 
      
 24872 
     | 
    
         
            +
                def Limit(self, Limit):
         
     | 
| 
      
 24873 
     | 
    
         
            +
                    self._Limit = Limit
         
     | 
| 
      
 24874 
     | 
    
         
            +
             
     | 
| 
      
 24875 
     | 
    
         
            +
             
     | 
| 
      
 24876 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 24877 
     | 
    
         
            +
                    if params.get("Filters") is not None:
         
     | 
| 
      
 24878 
     | 
    
         
            +
                        self._Filters = []
         
     | 
| 
      
 24879 
     | 
    
         
            +
                        for item in params.get("Filters"):
         
     | 
| 
      
 24880 
     | 
    
         
            +
                            obj = Filter()
         
     | 
| 
      
 24881 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 24882 
     | 
    
         
            +
                            self._Filters.append(obj)
         
     | 
| 
       23903 
24883 
     | 
    
         
             
                    self._Offset = params.get("Offset")
         
     | 
| 
       23904 
24884 
     | 
    
         
             
                    self._Limit = params.get("Limit")
         
     | 
| 
       23905 
24885 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
         @@ -23912,24 +24892,32 @@ LOCAL_GATEWAY:本地网关。 
     | 
|
| 
       23912 
24892 
     | 
    
         | 
| 
       23913 
24893 
     | 
    
         | 
| 
       23914 
24894 
     | 
    
         | 
| 
       23915 
     | 
    
         
            -
            class  
     | 
| 
       23916 
     | 
    
         
            -
                """ 
     | 
| 
      
 24895 
     | 
    
         
            +
            class DescribeRoutesResponse(AbstractModel):
         
     | 
| 
      
 24896 
     | 
    
         
            +
                """DescribeRoutes返回参数结构体
         
     | 
| 
       23917 
24897 
     | 
    
         | 
| 
       23918 
24898 
     | 
    
         
             
                """
         
     | 
| 
       23919 
24899 
     | 
    
         | 
| 
       23920 
24900 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       23921 
24901 
     | 
    
         
             
                    r"""
         
     | 
| 
      
 24902 
     | 
    
         
            +
                    :param _RouteSet: 路由对象。
         
     | 
| 
      
 24903 
     | 
    
         
            +
                    :type RouteSet: list of Route
         
     | 
| 
       23922 
24904 
     | 
    
         
             
                    :param _TotalCount: 符合条件的实例数量。
         
     | 
| 
       23923 
24905 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       23924 
     | 
    
         
            -
                    :param _RouteTableSet: 路由表对象。
         
     | 
| 
       23925 
     | 
    
         
            -
                    :type RouteTableSet: list of RouteTable
         
     | 
| 
       23926 
24906 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       23927 
24907 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
       23928 
24908 
     | 
    
         
             
                    """
         
     | 
| 
      
 24909 
     | 
    
         
            +
                    self._RouteSet = None
         
     | 
| 
       23929 
24910 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
       23930 
     | 
    
         
            -
                    self._RouteTableSet = None
         
     | 
| 
       23931 
24911 
     | 
    
         
             
                    self._RequestId = None
         
     | 
| 
       23932 
24912 
     | 
    
         | 
| 
      
 24913 
     | 
    
         
            +
                @property
         
     | 
| 
      
 24914 
     | 
    
         
            +
                def RouteSet(self):
         
     | 
| 
      
 24915 
     | 
    
         
            +
                    return self._RouteSet
         
     | 
| 
      
 24916 
     | 
    
         
            +
             
     | 
| 
      
 24917 
     | 
    
         
            +
                @RouteSet.setter
         
     | 
| 
      
 24918 
     | 
    
         
            +
                def RouteSet(self, RouteSet):
         
     | 
| 
      
 24919 
     | 
    
         
            +
                    self._RouteSet = RouteSet
         
     | 
| 
      
 24920 
     | 
    
         
            +
             
     | 
| 
       23933 
24921 
     | 
    
         
             
                @property
         
     | 
| 
       23934 
24922 
     | 
    
         
             
                def TotalCount(self):
         
     | 
| 
       23935 
24923 
     | 
    
         
             
                    return self._TotalCount
         
     | 
| 
         @@ -23938,14 +24926,6 @@ class DescribeRouteTablesResponse(AbstractModel): 
     | 
|
| 
       23938 
24926 
     | 
    
         
             
                def TotalCount(self, TotalCount):
         
     | 
| 
       23939 
24927 
     | 
    
         
             
                    self._TotalCount = TotalCount
         
     | 
| 
       23940 
24928 
     | 
    
         | 
| 
       23941 
     | 
    
         
            -
                @property
         
     | 
| 
       23942 
     | 
    
         
            -
                def RouteTableSet(self):
         
     | 
| 
       23943 
     | 
    
         
            -
                    return self._RouteTableSet
         
     | 
| 
       23944 
     | 
    
         
            -
             
     | 
| 
       23945 
     | 
    
         
            -
                @RouteTableSet.setter
         
     | 
| 
       23946 
     | 
    
         
            -
                def RouteTableSet(self, RouteTableSet):
         
     | 
| 
       23947 
     | 
    
         
            -
                    self._RouteTableSet = RouteTableSet
         
     | 
| 
       23948 
     | 
    
         
            -
             
     | 
| 
       23949 
24929 
     | 
    
         
             
                @property
         
     | 
| 
       23950 
24930 
     | 
    
         
             
                def RequestId(self):
         
     | 
| 
       23951 
24931 
     | 
    
         
             
                    return self._RequestId
         
     | 
| 
         @@ -23956,13 +24936,13 @@ class DescribeRouteTablesResponse(AbstractModel): 
     | 
|
| 
       23956 
24936 
     | 
    
         | 
| 
       23957 
24937 
     | 
    
         | 
| 
       23958 
24938 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       23959 
     | 
    
         
            -
                     
     | 
| 
       23960 
     | 
    
         
            -
             
     | 
| 
       23961 
     | 
    
         
            -
                         
     | 
| 
       23962 
     | 
    
         
            -
             
     | 
| 
       23963 
     | 
    
         
            -
                            obj = RouteTable()
         
     | 
| 
      
 24939 
     | 
    
         
            +
                    if params.get("RouteSet") is not None:
         
     | 
| 
      
 24940 
     | 
    
         
            +
                        self._RouteSet = []
         
     | 
| 
      
 24941 
     | 
    
         
            +
                        for item in params.get("RouteSet"):
         
     | 
| 
      
 24942 
     | 
    
         
            +
                            obj = Route()
         
     | 
| 
       23964 
24943 
     | 
    
         
             
                            obj._deserialize(item)
         
     | 
| 
       23965 
     | 
    
         
            -
                            self. 
     | 
| 
      
 24944 
     | 
    
         
            +
                            self._RouteSet.append(obj)
         
     | 
| 
      
 24945 
     | 
    
         
            +
                    self._TotalCount = params.get("TotalCount")
         
     | 
| 
       23966 
24946 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       23967 
24947 
     | 
    
         | 
| 
       23968 
24948 
     | 
    
         | 
| 
         @@ -29839,7 +30819,7 @@ class DisassociateAddressRequest(AbstractModel): 
     | 
|
| 
       29839 
30819 
     | 
    
         
             
                    r"""
         
     | 
| 
       29840 
30820 
     | 
    
         
             
                    :param _AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
         
     | 
| 
       29841 
30821 
     | 
    
         
             
                    :type AddressId: str
         
     | 
| 
       29842 
     | 
    
         
            -
                    :param _ReallocateNormalPublicIp: 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<br><li 
     | 
| 
      
 30822 
     | 
    
         
            +
                    :param _ReallocateNormalPublicIp: 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<br><li />TRUE:表示解绑 EIP 之后分配普通公网 IP。<br><li />FALSE:表示解绑 EIP 之后不分配普通公网 IP。<br>默认取值:FALSE。<br><br>只有满足以下条件时才能指定该参数:<br><li /> 只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。<br><li />解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/api/213/1378) 接口获取。
         
     | 
| 
       29843 
30823 
     | 
    
         
             
                    :type ReallocateNormalPublicIp: bool
         
     | 
| 
       29844 
30824 
     | 
    
         
             
                    """
         
     | 
| 
       29845 
30825 
     | 
    
         
             
                    self._AddressId = None
         
     | 
| 
         @@ -31103,6 +32083,9 @@ class EndPoint(AbstractModel): 
     | 
|
| 
       31103 
32083 
     | 
    
         
             
                    :param _ServiceName: 终端节点服务名称。
         
     | 
| 
       31104 
32084 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31105 
32085 
     | 
    
         
             
                    :type ServiceName: str
         
     | 
| 
      
 32086 
     | 
    
         
            +
                    :param _CdcId: CDC 集群唯一 ID
         
     | 
| 
      
 32087 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 32088 
     | 
    
         
            +
                    :type CdcId: str
         
     | 
| 
       31106 
32089 
     | 
    
         
             
                    :param _TagSet: 标签键值对。	
         
     | 
| 
       31107 
32090 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31108 
32091 
     | 
    
         
             
                    :type TagSet: list of Tag
         
     | 
| 
         @@ -31120,6 +32103,7 @@ class EndPoint(AbstractModel): 
     | 
|
| 
       31120 
32103 
     | 
    
         
             
                    self._CreateTime = None
         
     | 
| 
       31121 
32104 
     | 
    
         
             
                    self._GroupSet = None
         
     | 
| 
       31122 
32105 
     | 
    
         
             
                    self._ServiceName = None
         
     | 
| 
      
 32106 
     | 
    
         
            +
                    self._CdcId = None
         
     | 
| 
       31123 
32107 
     | 
    
         
             
                    self._TagSet = None
         
     | 
| 
       31124 
32108 
     | 
    
         | 
| 
       31125 
32109 
     | 
    
         
             
                @property
         
     | 
| 
         @@ -31226,6 +32210,14 @@ class EndPoint(AbstractModel): 
     | 
|
| 
       31226 
32210 
     | 
    
         
             
                def ServiceName(self, ServiceName):
         
     | 
| 
       31227 
32211 
     | 
    
         
             
                    self._ServiceName = ServiceName
         
     | 
| 
       31228 
32212 
     | 
    
         | 
| 
      
 32213 
     | 
    
         
            +
                @property
         
     | 
| 
      
 32214 
     | 
    
         
            +
                def CdcId(self):
         
     | 
| 
      
 32215 
     | 
    
         
            +
                    return self._CdcId
         
     | 
| 
      
 32216 
     | 
    
         
            +
             
     | 
| 
      
 32217 
     | 
    
         
            +
                @CdcId.setter
         
     | 
| 
      
 32218 
     | 
    
         
            +
                def CdcId(self, CdcId):
         
     | 
| 
      
 32219 
     | 
    
         
            +
                    self._CdcId = CdcId
         
     | 
| 
      
 32220 
     | 
    
         
            +
             
     | 
| 
       31229 
32221 
     | 
    
         
             
                @property
         
     | 
| 
       31230 
32222 
     | 
    
         
             
                def TagSet(self):
         
     | 
| 
       31231 
32223 
     | 
    
         
             
                    return self._TagSet
         
     | 
| 
         @@ -31249,6 +32241,7 @@ class EndPoint(AbstractModel): 
     | 
|
| 
       31249 
32241 
     | 
    
         
             
                    self._CreateTime = params.get("CreateTime")
         
     | 
| 
       31250 
32242 
     | 
    
         
             
                    self._GroupSet = params.get("GroupSet")
         
     | 
| 
       31251 
32243 
     | 
    
         
             
                    self._ServiceName = params.get("ServiceName")
         
     | 
| 
      
 32244 
     | 
    
         
            +
                    self._CdcId = params.get("CdcId")
         
     | 
| 
       31252 
32245 
     | 
    
         
             
                    if params.get("TagSet") is not None:
         
     | 
| 
       31253 
32246 
     | 
    
         
             
                        self._TagSet = []
         
     | 
| 
       31254 
32247 
     | 
    
         
             
                        for item in params.get("TagSet"):
         
     | 
| 
         @@ -31296,6 +32289,9 @@ class EndPointService(AbstractModel): 
     | 
|
| 
       31296 
32289 
     | 
    
         
             
                    :type CreateTime: str
         
     | 
| 
       31297 
32290 
     | 
    
         
             
                    :param _ServiceType: 挂载的PAAS服务类型,CLB,CDB,CRS
         
     | 
| 
       31298 
32291 
     | 
    
         
             
                    :type ServiceType: str
         
     | 
| 
      
 32292 
     | 
    
         
            +
                    :param _CdcId: CDC 集群唯一 ID
         
     | 
| 
      
 32293 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 32294 
     | 
    
         
            +
                    :type CdcId: str
         
     | 
| 
       31299 
32295 
     | 
    
         
             
                    :param _ServiceUin: Uin
         
     | 
| 
       31300 
32296 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31301 
32297 
     | 
    
         
             
                    :type ServiceUin: str
         
     | 
| 
         @@ -31317,6 +32313,7 @@ class EndPointService(AbstractModel): 
     | 
|
| 
       31317 
32313 
     | 
    
         
             
                    self._EndPointSet = None
         
     | 
| 
       31318 
32314 
     | 
    
         
             
                    self._CreateTime = None
         
     | 
| 
       31319 
32315 
     | 
    
         
             
                    self._ServiceType = None
         
     | 
| 
      
 32316 
     | 
    
         
            +
                    self._CdcId = None
         
     | 
| 
       31320 
32317 
     | 
    
         
             
                    self._ServiceUin = None
         
     | 
| 
       31321 
32318 
     | 
    
         
             
                    self._BusinessIpType = None
         
     | 
| 
       31322 
32319 
     | 
    
         
             
                    self._TagSet = None
         
     | 
| 
         @@ -31409,6 +32406,14 @@ class EndPointService(AbstractModel): 
     | 
|
| 
       31409 
32406 
     | 
    
         
             
                def ServiceType(self, ServiceType):
         
     | 
| 
       31410 
32407 
     | 
    
         
             
                    self._ServiceType = ServiceType
         
     | 
| 
       31411 
32408 
     | 
    
         | 
| 
      
 32409 
     | 
    
         
            +
                @property
         
     | 
| 
      
 32410 
     | 
    
         
            +
                def CdcId(self):
         
     | 
| 
      
 32411 
     | 
    
         
            +
                    return self._CdcId
         
     | 
| 
      
 32412 
     | 
    
         
            +
             
     | 
| 
      
 32413 
     | 
    
         
            +
                @CdcId.setter
         
     | 
| 
      
 32414 
     | 
    
         
            +
                def CdcId(self, CdcId):
         
     | 
| 
      
 32415 
     | 
    
         
            +
                    self._CdcId = CdcId
         
     | 
| 
      
 32416 
     | 
    
         
            +
             
     | 
| 
       31412 
32417 
     | 
    
         
             
                @property
         
     | 
| 
       31413 
32418 
     | 
    
         
             
                def ServiceUin(self):
         
     | 
| 
       31414 
32419 
     | 
    
         
             
                    return self._ServiceUin
         
     | 
| 
         @@ -31451,6 +32456,7 @@ class EndPointService(AbstractModel): 
     | 
|
| 
       31451 
32456 
     | 
    
         
             
                            self._EndPointSet.append(obj)
         
     | 
| 
       31452 
32457 
     | 
    
         
             
                    self._CreateTime = params.get("CreateTime")
         
     | 
| 
       31453 
32458 
     | 
    
         
             
                    self._ServiceType = params.get("ServiceType")
         
     | 
| 
      
 32459 
     | 
    
         
            +
                    self._CdcId = params.get("CdcId")
         
     | 
| 
       31454 
32460 
     | 
    
         
             
                    self._ServiceUin = params.get("ServiceUin")
         
     | 
| 
       31455 
32461 
     | 
    
         
             
                    self._BusinessIpType = params.get("BusinessIpType")
         
     | 
| 
       31456 
32462 
     | 
    
         
             
                    if params.get("TagSet") is not None:
         
     | 
| 
         @@ -32265,6 +33271,9 @@ class HaVip(AbstractModel): 
     | 
|
| 
       32265 
33271 
     | 
    
         
             
                    :param _CheckAssociate: 是否开启`HAVIP`的飘移范围校验。
         
     | 
| 
       32266 
33272 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       32267 
33273 
     | 
    
         
             
                    :type CheckAssociate: bool
         
     | 
| 
      
 33274 
     | 
    
         
            +
                    :param _CdcId: CDC实例ID。
         
     | 
| 
      
 33275 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33276 
     | 
    
         
            +
                    :type CdcId: str
         
     | 
| 
       32268 
33277 
     | 
    
         
             
                    :param _FlushedTime: HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00
         
     | 
| 
       32269 
33278 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       32270 
33279 
     | 
    
         
             
                    :type FlushedTime: str
         
     | 
| 
         @@ -32285,6 +33294,7 @@ class HaVip(AbstractModel): 
     | 
|
| 
       32285 
33294 
     | 
    
         
             
                    self._Business = None
         
     | 
| 
       32286 
33295 
     | 
    
         
             
                    self._HaVipAssociationSet = None
         
     | 
| 
       32287 
33296 
     | 
    
         
             
                    self._CheckAssociate = None
         
     | 
| 
      
 33297 
     | 
    
         
            +
                    self._CdcId = None
         
     | 
| 
       32288 
33298 
     | 
    
         
             
                    self._FlushedTime = None
         
     | 
| 
       32289 
33299 
     | 
    
         
             
                    self._TagSet = None
         
     | 
| 
       32290 
33300 
     | 
    
         | 
| 
         @@ -32392,6 +33402,14 @@ class HaVip(AbstractModel): 
     | 
|
| 
       32392 
33402 
     | 
    
         
             
                def CheckAssociate(self, CheckAssociate):
         
     | 
| 
       32393 
33403 
     | 
    
         
             
                    self._CheckAssociate = CheckAssociate
         
     | 
| 
       32394 
33404 
     | 
    
         | 
| 
      
 33405 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33406 
     | 
    
         
            +
                def CdcId(self):
         
     | 
| 
      
 33407 
     | 
    
         
            +
                    return self._CdcId
         
     | 
| 
      
 33408 
     | 
    
         
            +
             
     | 
| 
      
 33409 
     | 
    
         
            +
                @CdcId.setter
         
     | 
| 
      
 33410 
     | 
    
         
            +
                def CdcId(self, CdcId):
         
     | 
| 
      
 33411 
     | 
    
         
            +
                    self._CdcId = CdcId
         
     | 
| 
      
 33412 
     | 
    
         
            +
             
     | 
| 
       32395 
33413 
     | 
    
         
             
                @property
         
     | 
| 
       32396 
33414 
     | 
    
         
             
                def FlushedTime(self):
         
     | 
| 
       32397 
33415 
     | 
    
         
             
                    return self._FlushedTime
         
     | 
| 
         @@ -32428,6 +33446,7 @@ class HaVip(AbstractModel): 
     | 
|
| 
       32428 
33446 
     | 
    
         
             
                            obj._deserialize(item)
         
     | 
| 
       32429 
33447 
     | 
    
         
             
                            self._HaVipAssociationSet.append(obj)
         
     | 
| 
       32430 
33448 
     | 
    
         
             
                    self._CheckAssociate = params.get("CheckAssociate")
         
     | 
| 
      
 33449 
     | 
    
         
            +
                    self._CdcId = params.get("CdcId")
         
     | 
| 
       32431 
33450 
     | 
    
         
             
                    self._FlushedTime = params.get("FlushedTime")
         
     | 
| 
       32432 
33451 
     | 
    
         
             
                    if params.get("TagSet") is not None:
         
     | 
| 
       32433 
33452 
     | 
    
         
             
                        self._TagSet = []
         
     | 
| 
         @@ -32706,6 +33725,306 @@ class HealthCheckConfig(AbstractModel): 
     | 
|
| 
       32706 
33725 
     | 
    
         | 
| 
       32707 
33726 
     | 
    
         | 
| 
       32708 
33727 
     | 
    
         | 
| 
      
 33728 
     | 
    
         
            +
            class HighPriorityModifyItem(AbstractModel):
         
     | 
| 
      
 33729 
     | 
    
         
            +
                """高优路由表条目修改属性。
         
     | 
| 
      
 33730 
     | 
    
         
            +
             
     | 
| 
      
 33731 
     | 
    
         
            +
                """
         
     | 
| 
      
 33732 
     | 
    
         
            +
             
     | 
| 
      
 33733 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 33734 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 33735 
     | 
    
         
            +
                    :param _HighPriorityRouteId: 高优路由条目唯一ID。
         
     | 
| 
      
 33736 
     | 
    
         
            +
                    :type HighPriorityRouteId: str
         
     | 
| 
      
 33737 
     | 
    
         
            +
                    :param _Description: 高优路由条目描述。
         
     | 
| 
      
 33738 
     | 
    
         
            +
                    :type Description: str
         
     | 
| 
      
 33739 
     | 
    
         
            +
                    """
         
     | 
| 
      
 33740 
     | 
    
         
            +
                    self._HighPriorityRouteId = None
         
     | 
| 
      
 33741 
     | 
    
         
            +
                    self._Description = None
         
     | 
| 
      
 33742 
     | 
    
         
            +
             
     | 
| 
      
 33743 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33744 
     | 
    
         
            +
                def HighPriorityRouteId(self):
         
     | 
| 
      
 33745 
     | 
    
         
            +
                    return self._HighPriorityRouteId
         
     | 
| 
      
 33746 
     | 
    
         
            +
             
     | 
| 
      
 33747 
     | 
    
         
            +
                @HighPriorityRouteId.setter
         
     | 
| 
      
 33748 
     | 
    
         
            +
                def HighPriorityRouteId(self, HighPriorityRouteId):
         
     | 
| 
      
 33749 
     | 
    
         
            +
                    self._HighPriorityRouteId = HighPriorityRouteId
         
     | 
| 
      
 33750 
     | 
    
         
            +
             
     | 
| 
      
 33751 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33752 
     | 
    
         
            +
                def Description(self):
         
     | 
| 
      
 33753 
     | 
    
         
            +
                    return self._Description
         
     | 
| 
      
 33754 
     | 
    
         
            +
             
     | 
| 
      
 33755 
     | 
    
         
            +
                @Description.setter
         
     | 
| 
      
 33756 
     | 
    
         
            +
                def Description(self, Description):
         
     | 
| 
      
 33757 
     | 
    
         
            +
                    self._Description = Description
         
     | 
| 
      
 33758 
     | 
    
         
            +
             
     | 
| 
      
 33759 
     | 
    
         
            +
             
     | 
| 
      
 33760 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 33761 
     | 
    
         
            +
                    self._HighPriorityRouteId = params.get("HighPriorityRouteId")
         
     | 
| 
      
 33762 
     | 
    
         
            +
                    self._Description = params.get("Description")
         
     | 
| 
      
 33763 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 33764 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 33765 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 33766 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 33767 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 33768 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 33769 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 33770 
     | 
    
         
            +
                    
         
     | 
| 
      
 33771 
     | 
    
         
            +
             
     | 
| 
      
 33772 
     | 
    
         
            +
             
     | 
| 
      
 33773 
     | 
    
         
            +
            class HighPriorityRoute(AbstractModel):
         
     | 
| 
      
 33774 
     | 
    
         
            +
                """高优路由表条目信息
         
     | 
| 
      
 33775 
     | 
    
         
            +
             
     | 
| 
      
 33776 
     | 
    
         
            +
                """
         
     | 
| 
      
 33777 
     | 
    
         
            +
             
     | 
| 
      
 33778 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 33779 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 33780 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表唯一 ID
         
     | 
| 
      
 33781 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33782 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 33783 
     | 
    
         
            +
                    :param _HighPriorityRouteId: 高优路由表条目唯一 ID
         
     | 
| 
      
 33784 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33785 
     | 
    
         
            +
                    :type HighPriorityRouteId: str
         
     | 
| 
      
 33786 
     | 
    
         
            +
                    :param _DestinationCidrBlock: 目标网段
         
     | 
| 
      
 33787 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33788 
     | 
    
         
            +
                    :type DestinationCidrBlock: str
         
     | 
| 
      
 33789 
     | 
    
         
            +
                    :param _GatewayType: 网关类型
         
     | 
| 
      
 33790 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33791 
     | 
    
         
            +
                    :type GatewayType: str
         
     | 
| 
      
 33792 
     | 
    
         
            +
                    :param _GatewayId: 网关唯一ID
         
     | 
| 
      
 33793 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33794 
     | 
    
         
            +
                    :type GatewayId: str
         
     | 
| 
      
 33795 
     | 
    
         
            +
                    :param _Description: 高优路由条目描述
         
     | 
| 
      
 33796 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33797 
     | 
    
         
            +
                    :type Description: str
         
     | 
| 
      
 33798 
     | 
    
         
            +
                    :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。
         
     | 
| 
      
 33799 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33800 
     | 
    
         
            +
                    :type SubnetRouteAlgorithm: str
         
     | 
| 
      
 33801 
     | 
    
         
            +
                    :param _IsCdc: 出参展示,是否为CDC属性高优路由
         
     | 
| 
      
 33802 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33803 
     | 
    
         
            +
                    :type IsCdc: bool
         
     | 
| 
      
 33804 
     | 
    
         
            +
                    :param _CdcId: 出参展示,CDC 唯一ID
         
     | 
| 
      
 33805 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33806 
     | 
    
         
            +
                    :type CdcId: str
         
     | 
| 
      
 33807 
     | 
    
         
            +
                    :param _CreatedTime: 创建时间。
         
     | 
| 
      
 33808 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33809 
     | 
    
         
            +
                    :type CreatedTime: str
         
     | 
| 
      
 33810 
     | 
    
         
            +
                    """
         
     | 
| 
      
 33811 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 33812 
     | 
    
         
            +
                    self._HighPriorityRouteId = None
         
     | 
| 
      
 33813 
     | 
    
         
            +
                    self._DestinationCidrBlock = None
         
     | 
| 
      
 33814 
     | 
    
         
            +
                    self._GatewayType = None
         
     | 
| 
      
 33815 
     | 
    
         
            +
                    self._GatewayId = None
         
     | 
| 
      
 33816 
     | 
    
         
            +
                    self._Description = None
         
     | 
| 
      
 33817 
     | 
    
         
            +
                    self._SubnetRouteAlgorithm = None
         
     | 
| 
      
 33818 
     | 
    
         
            +
                    self._IsCdc = None
         
     | 
| 
      
 33819 
     | 
    
         
            +
                    self._CdcId = None
         
     | 
| 
      
 33820 
     | 
    
         
            +
                    self._CreatedTime = None
         
     | 
| 
      
 33821 
     | 
    
         
            +
             
     | 
| 
      
 33822 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33823 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 33824 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
      
 33825 
     | 
    
         
            +
             
     | 
| 
      
 33826 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 33827 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 33828 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
      
 33829 
     | 
    
         
            +
             
     | 
| 
      
 33830 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33831 
     | 
    
         
            +
                def HighPriorityRouteId(self):
         
     | 
| 
      
 33832 
     | 
    
         
            +
                    return self._HighPriorityRouteId
         
     | 
| 
      
 33833 
     | 
    
         
            +
             
     | 
| 
      
 33834 
     | 
    
         
            +
                @HighPriorityRouteId.setter
         
     | 
| 
      
 33835 
     | 
    
         
            +
                def HighPriorityRouteId(self, HighPriorityRouteId):
         
     | 
| 
      
 33836 
     | 
    
         
            +
                    self._HighPriorityRouteId = HighPriorityRouteId
         
     | 
| 
      
 33837 
     | 
    
         
            +
             
     | 
| 
      
 33838 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33839 
     | 
    
         
            +
                def DestinationCidrBlock(self):
         
     | 
| 
      
 33840 
     | 
    
         
            +
                    return self._DestinationCidrBlock
         
     | 
| 
      
 33841 
     | 
    
         
            +
             
     | 
| 
      
 33842 
     | 
    
         
            +
                @DestinationCidrBlock.setter
         
     | 
| 
      
 33843 
     | 
    
         
            +
                def DestinationCidrBlock(self, DestinationCidrBlock):
         
     | 
| 
      
 33844 
     | 
    
         
            +
                    self._DestinationCidrBlock = DestinationCidrBlock
         
     | 
| 
      
 33845 
     | 
    
         
            +
             
     | 
| 
      
 33846 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33847 
     | 
    
         
            +
                def GatewayType(self):
         
     | 
| 
      
 33848 
     | 
    
         
            +
                    return self._GatewayType
         
     | 
| 
      
 33849 
     | 
    
         
            +
             
     | 
| 
      
 33850 
     | 
    
         
            +
                @GatewayType.setter
         
     | 
| 
      
 33851 
     | 
    
         
            +
                def GatewayType(self, GatewayType):
         
     | 
| 
      
 33852 
     | 
    
         
            +
                    self._GatewayType = GatewayType
         
     | 
| 
      
 33853 
     | 
    
         
            +
             
     | 
| 
      
 33854 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33855 
     | 
    
         
            +
                def GatewayId(self):
         
     | 
| 
      
 33856 
     | 
    
         
            +
                    return self._GatewayId
         
     | 
| 
      
 33857 
     | 
    
         
            +
             
     | 
| 
      
 33858 
     | 
    
         
            +
                @GatewayId.setter
         
     | 
| 
      
 33859 
     | 
    
         
            +
                def GatewayId(self, GatewayId):
         
     | 
| 
      
 33860 
     | 
    
         
            +
                    self._GatewayId = GatewayId
         
     | 
| 
      
 33861 
     | 
    
         
            +
             
     | 
| 
      
 33862 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33863 
     | 
    
         
            +
                def Description(self):
         
     | 
| 
      
 33864 
     | 
    
         
            +
                    return self._Description
         
     | 
| 
      
 33865 
     | 
    
         
            +
             
     | 
| 
      
 33866 
     | 
    
         
            +
                @Description.setter
         
     | 
| 
      
 33867 
     | 
    
         
            +
                def Description(self, Description):
         
     | 
| 
      
 33868 
     | 
    
         
            +
                    self._Description = Description
         
     | 
| 
      
 33869 
     | 
    
         
            +
             
     | 
| 
      
 33870 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33871 
     | 
    
         
            +
                def SubnetRouteAlgorithm(self):
         
     | 
| 
      
 33872 
     | 
    
         
            +
                    return self._SubnetRouteAlgorithm
         
     | 
| 
      
 33873 
     | 
    
         
            +
             
     | 
| 
      
 33874 
     | 
    
         
            +
                @SubnetRouteAlgorithm.setter
         
     | 
| 
      
 33875 
     | 
    
         
            +
                def SubnetRouteAlgorithm(self, SubnetRouteAlgorithm):
         
     | 
| 
      
 33876 
     | 
    
         
            +
                    self._SubnetRouteAlgorithm = SubnetRouteAlgorithm
         
     | 
| 
      
 33877 
     | 
    
         
            +
             
     | 
| 
      
 33878 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33879 
     | 
    
         
            +
                def IsCdc(self):
         
     | 
| 
      
 33880 
     | 
    
         
            +
                    return self._IsCdc
         
     | 
| 
      
 33881 
     | 
    
         
            +
             
     | 
| 
      
 33882 
     | 
    
         
            +
                @IsCdc.setter
         
     | 
| 
      
 33883 
     | 
    
         
            +
                def IsCdc(self, IsCdc):
         
     | 
| 
      
 33884 
     | 
    
         
            +
                    self._IsCdc = IsCdc
         
     | 
| 
      
 33885 
     | 
    
         
            +
             
     | 
| 
      
 33886 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33887 
     | 
    
         
            +
                def CdcId(self):
         
     | 
| 
      
 33888 
     | 
    
         
            +
                    return self._CdcId
         
     | 
| 
      
 33889 
     | 
    
         
            +
             
     | 
| 
      
 33890 
     | 
    
         
            +
                @CdcId.setter
         
     | 
| 
      
 33891 
     | 
    
         
            +
                def CdcId(self, CdcId):
         
     | 
| 
      
 33892 
     | 
    
         
            +
                    self._CdcId = CdcId
         
     | 
| 
      
 33893 
     | 
    
         
            +
             
     | 
| 
      
 33894 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33895 
     | 
    
         
            +
                def CreatedTime(self):
         
     | 
| 
      
 33896 
     | 
    
         
            +
                    return self._CreatedTime
         
     | 
| 
      
 33897 
     | 
    
         
            +
             
     | 
| 
      
 33898 
     | 
    
         
            +
                @CreatedTime.setter
         
     | 
| 
      
 33899 
     | 
    
         
            +
                def CreatedTime(self, CreatedTime):
         
     | 
| 
      
 33900 
     | 
    
         
            +
                    self._CreatedTime = CreatedTime
         
     | 
| 
      
 33901 
     | 
    
         
            +
             
     | 
| 
      
 33902 
     | 
    
         
            +
             
     | 
| 
      
 33903 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 33904 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 33905 
     | 
    
         
            +
                    self._HighPriorityRouteId = params.get("HighPriorityRouteId")
         
     | 
| 
      
 33906 
     | 
    
         
            +
                    self._DestinationCidrBlock = params.get("DestinationCidrBlock")
         
     | 
| 
      
 33907 
     | 
    
         
            +
                    self._GatewayType = params.get("GatewayType")
         
     | 
| 
      
 33908 
     | 
    
         
            +
                    self._GatewayId = params.get("GatewayId")
         
     | 
| 
      
 33909 
     | 
    
         
            +
                    self._Description = params.get("Description")
         
     | 
| 
      
 33910 
     | 
    
         
            +
                    self._SubnetRouteAlgorithm = params.get("SubnetRouteAlgorithm")
         
     | 
| 
      
 33911 
     | 
    
         
            +
                    self._IsCdc = params.get("IsCdc")
         
     | 
| 
      
 33912 
     | 
    
         
            +
                    self._CdcId = params.get("CdcId")
         
     | 
| 
      
 33913 
     | 
    
         
            +
                    self._CreatedTime = params.get("CreatedTime")
         
     | 
| 
      
 33914 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 33915 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 33916 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 33917 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 33918 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 33919 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 33920 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 33921 
     | 
    
         
            +
                    
         
     | 
| 
      
 33922 
     | 
    
         
            +
             
     | 
| 
      
 33923 
     | 
    
         
            +
             
     | 
| 
      
 33924 
     | 
    
         
            +
            class HighPriorityRouteTable(AbstractModel):
         
     | 
| 
      
 33925 
     | 
    
         
            +
                """高优路由表信息
         
     | 
| 
      
 33926 
     | 
    
         
            +
             
     | 
| 
      
 33927 
     | 
    
         
            +
                """
         
     | 
| 
      
 33928 
     | 
    
         
            +
             
     | 
| 
      
 33929 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 33930 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 33931 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表唯一 ID。
         
     | 
| 
      
 33932 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33933 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 33934 
     | 
    
         
            +
                    :param _VpcId: VPC实例ID。
         
     | 
| 
      
 33935 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33936 
     | 
    
         
            +
                    :type VpcId: str
         
     | 
| 
      
 33937 
     | 
    
         
            +
                    :param _Name: 高优路由表名称。
         
     | 
| 
      
 33938 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33939 
     | 
    
         
            +
                    :type Name: str
         
     | 
| 
      
 33940 
     | 
    
         
            +
                    :param _SubnetSet: 高优路由表关联的子网列表。
         
     | 
| 
      
 33941 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33942 
     | 
    
         
            +
                    :type SubnetSet: list of str
         
     | 
| 
      
 33943 
     | 
    
         
            +
                    :param _HighPriorityRouteSet: 高优路由表条目信息
         
     | 
| 
      
 33944 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33945 
     | 
    
         
            +
                    :type HighPriorityRouteSet: list of HighPriorityRoute
         
     | 
| 
      
 33946 
     | 
    
         
            +
                    :param _CreatedTime: 创建时间。
         
     | 
| 
      
 33947 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 33948 
     | 
    
         
            +
                    :type CreatedTime: str
         
     | 
| 
      
 33949 
     | 
    
         
            +
                    """
         
     | 
| 
      
 33950 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 33951 
     | 
    
         
            +
                    self._VpcId = None
         
     | 
| 
      
 33952 
     | 
    
         
            +
                    self._Name = None
         
     | 
| 
      
 33953 
     | 
    
         
            +
                    self._SubnetSet = None
         
     | 
| 
      
 33954 
     | 
    
         
            +
                    self._HighPriorityRouteSet = None
         
     | 
| 
      
 33955 
     | 
    
         
            +
                    self._CreatedTime = None
         
     | 
| 
      
 33956 
     | 
    
         
            +
             
     | 
| 
      
 33957 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33958 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 33959 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
      
 33960 
     | 
    
         
            +
             
     | 
| 
      
 33961 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 33962 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 33963 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
      
 33964 
     | 
    
         
            +
             
     | 
| 
      
 33965 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33966 
     | 
    
         
            +
                def VpcId(self):
         
     | 
| 
      
 33967 
     | 
    
         
            +
                    return self._VpcId
         
     | 
| 
      
 33968 
     | 
    
         
            +
             
     | 
| 
      
 33969 
     | 
    
         
            +
                @VpcId.setter
         
     | 
| 
      
 33970 
     | 
    
         
            +
                def VpcId(self, VpcId):
         
     | 
| 
      
 33971 
     | 
    
         
            +
                    self._VpcId = VpcId
         
     | 
| 
      
 33972 
     | 
    
         
            +
             
     | 
| 
      
 33973 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33974 
     | 
    
         
            +
                def Name(self):
         
     | 
| 
      
 33975 
     | 
    
         
            +
                    return self._Name
         
     | 
| 
      
 33976 
     | 
    
         
            +
             
     | 
| 
      
 33977 
     | 
    
         
            +
                @Name.setter
         
     | 
| 
      
 33978 
     | 
    
         
            +
                def Name(self, Name):
         
     | 
| 
      
 33979 
     | 
    
         
            +
                    self._Name = Name
         
     | 
| 
      
 33980 
     | 
    
         
            +
             
     | 
| 
      
 33981 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33982 
     | 
    
         
            +
                def SubnetSet(self):
         
     | 
| 
      
 33983 
     | 
    
         
            +
                    return self._SubnetSet
         
     | 
| 
      
 33984 
     | 
    
         
            +
             
     | 
| 
      
 33985 
     | 
    
         
            +
                @SubnetSet.setter
         
     | 
| 
      
 33986 
     | 
    
         
            +
                def SubnetSet(self, SubnetSet):
         
     | 
| 
      
 33987 
     | 
    
         
            +
                    self._SubnetSet = SubnetSet
         
     | 
| 
      
 33988 
     | 
    
         
            +
             
     | 
| 
      
 33989 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33990 
     | 
    
         
            +
                def HighPriorityRouteSet(self):
         
     | 
| 
      
 33991 
     | 
    
         
            +
                    return self._HighPriorityRouteSet
         
     | 
| 
      
 33992 
     | 
    
         
            +
             
     | 
| 
      
 33993 
     | 
    
         
            +
                @HighPriorityRouteSet.setter
         
     | 
| 
      
 33994 
     | 
    
         
            +
                def HighPriorityRouteSet(self, HighPriorityRouteSet):
         
     | 
| 
      
 33995 
     | 
    
         
            +
                    self._HighPriorityRouteSet = HighPriorityRouteSet
         
     | 
| 
      
 33996 
     | 
    
         
            +
             
     | 
| 
      
 33997 
     | 
    
         
            +
                @property
         
     | 
| 
      
 33998 
     | 
    
         
            +
                def CreatedTime(self):
         
     | 
| 
      
 33999 
     | 
    
         
            +
                    return self._CreatedTime
         
     | 
| 
      
 34000 
     | 
    
         
            +
             
     | 
| 
      
 34001 
     | 
    
         
            +
                @CreatedTime.setter
         
     | 
| 
      
 34002 
     | 
    
         
            +
                def CreatedTime(self, CreatedTime):
         
     | 
| 
      
 34003 
     | 
    
         
            +
                    self._CreatedTime = CreatedTime
         
     | 
| 
      
 34004 
     | 
    
         
            +
             
     | 
| 
      
 34005 
     | 
    
         
            +
             
     | 
| 
      
 34006 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 34007 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 34008 
     | 
    
         
            +
                    self._VpcId = params.get("VpcId")
         
     | 
| 
      
 34009 
     | 
    
         
            +
                    self._Name = params.get("Name")
         
     | 
| 
      
 34010 
     | 
    
         
            +
                    self._SubnetSet = params.get("SubnetSet")
         
     | 
| 
      
 34011 
     | 
    
         
            +
                    if params.get("HighPriorityRouteSet") is not None:
         
     | 
| 
      
 34012 
     | 
    
         
            +
                        self._HighPriorityRouteSet = []
         
     | 
| 
      
 34013 
     | 
    
         
            +
                        for item in params.get("HighPriorityRouteSet"):
         
     | 
| 
      
 34014 
     | 
    
         
            +
                            obj = HighPriorityRoute()
         
     | 
| 
      
 34015 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 34016 
     | 
    
         
            +
                            self._HighPriorityRouteSet.append(obj)
         
     | 
| 
      
 34017 
     | 
    
         
            +
                    self._CreatedTime = params.get("CreatedTime")
         
     | 
| 
      
 34018 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 34019 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 34020 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 34021 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 34022 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 34023 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 34024 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 34025 
     | 
    
         
            +
                    
         
     | 
| 
      
 34026 
     | 
    
         
            +
             
     | 
| 
      
 34027 
     | 
    
         
            +
             
     | 
| 
       32709 
34028 
     | 
    
         
             
            class IKEOptionsSpecification(AbstractModel):
         
     | 
| 
       32710 
34029 
     | 
    
         
             
                """IKE配置(Internet Key Exchange,因特网密钥交换),IKE具有一套自我保护机制,用户配置网络安全协议
         
     | 
| 
       32711 
34030 
     | 
    
         | 
| 
         @@ -35923,6 +37242,68 @@ class ModifyCcnRouteTablesResponse(AbstractModel): 
     | 
|
| 
       35923 
37242 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       35924 
37243 
     | 
    
         | 
| 
       35925 
37244 
     | 
    
         | 
| 
      
 37245 
     | 
    
         
            +
            class ModifyCdcLDCXAttributeRequest(AbstractModel):
         
     | 
| 
      
 37246 
     | 
    
         
            +
                """ModifyCdcLDCXAttribute请求参数结构体
         
     | 
| 
      
 37247 
     | 
    
         
            +
             
     | 
| 
      
 37248 
     | 
    
         
            +
                """
         
     | 
| 
      
 37249 
     | 
    
         
            +
             
     | 
| 
      
 37250 
     | 
    
         
            +
             
     | 
| 
      
 37251 
     | 
    
         
            +
            class ModifyCdcLDCXAttributeResponse(AbstractModel):
         
     | 
| 
      
 37252 
     | 
    
         
            +
                """ModifyCdcLDCXAttribute返回参数结构体
         
     | 
| 
      
 37253 
     | 
    
         
            +
             
     | 
| 
      
 37254 
     | 
    
         
            +
                """
         
     | 
| 
      
 37255 
     | 
    
         
            +
             
     | 
| 
      
 37256 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 37257 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 37258 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 37259 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 37260 
     | 
    
         
            +
                    """
         
     | 
| 
      
 37261 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 37262 
     | 
    
         
            +
             
     | 
| 
      
 37263 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37264 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 37265 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 37266 
     | 
    
         
            +
             
     | 
| 
      
 37267 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 37268 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 37269 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 37270 
     | 
    
         
            +
             
     | 
| 
      
 37271 
     | 
    
         
            +
             
     | 
| 
      
 37272 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 37273 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 37274 
     | 
    
         
            +
             
     | 
| 
      
 37275 
     | 
    
         
            +
             
     | 
| 
      
 37276 
     | 
    
         
            +
            class ModifyCdcNetPlaneAttributeRequest(AbstractModel):
         
     | 
| 
      
 37277 
     | 
    
         
            +
                """ModifyCdcNetPlaneAttribute请求参数结构体
         
     | 
| 
      
 37278 
     | 
    
         
            +
             
     | 
| 
      
 37279 
     | 
    
         
            +
                """
         
     | 
| 
      
 37280 
     | 
    
         
            +
             
     | 
| 
      
 37281 
     | 
    
         
            +
             
     | 
| 
      
 37282 
     | 
    
         
            +
            class ModifyCdcNetPlaneAttributeResponse(AbstractModel):
         
     | 
| 
      
 37283 
     | 
    
         
            +
                """ModifyCdcNetPlaneAttribute返回参数结构体
         
     | 
| 
      
 37284 
     | 
    
         
            +
             
     | 
| 
      
 37285 
     | 
    
         
            +
                """
         
     | 
| 
      
 37286 
     | 
    
         
            +
             
     | 
| 
      
 37287 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 37288 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 37289 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 37290 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 37291 
     | 
    
         
            +
                    """
         
     | 
| 
      
 37292 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 37293 
     | 
    
         
            +
             
     | 
| 
      
 37294 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37295 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 37296 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 37297 
     | 
    
         
            +
             
     | 
| 
      
 37298 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 37299 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 37300 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 37301 
     | 
    
         
            +
             
     | 
| 
      
 37302 
     | 
    
         
            +
             
     | 
| 
      
 37303 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 37304 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 37305 
     | 
    
         
            +
             
     | 
| 
      
 37306 
     | 
    
         
            +
             
     | 
| 
       35926 
37307 
     | 
    
         
             
            class ModifyCustomerGatewayAttributeRequest(AbstractModel):
         
     | 
| 
       35927 
37308 
     | 
    
         
             
                """ModifyCustomerGatewayAttribute请求参数结构体
         
     | 
| 
       35928 
37309 
     | 
    
         | 
| 
         @@ -36263,56 +37644,276 @@ class ModifyFlowLogAttributeResponse(AbstractModel): 
     | 
|
| 
       36263 
37644 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       36264 
37645 
     | 
    
         | 
| 
       36265 
37646 
     | 
    
         | 
| 
       36266 
     | 
    
         
            -
            class ModifyGatewayFlowQosRequest(AbstractModel):
         
     | 
| 
       36267 
     | 
    
         
            -
                """ModifyGatewayFlowQos请求参数结构体
         
     | 
| 
      
 37647 
     | 
    
         
            +
            class ModifyGatewayFlowQosRequest(AbstractModel):
         
     | 
| 
      
 37648 
     | 
    
         
            +
                """ModifyGatewayFlowQos请求参数结构体
         
     | 
| 
      
 37649 
     | 
    
         
            +
             
     | 
| 
      
 37650 
     | 
    
         
            +
                """
         
     | 
| 
      
 37651 
     | 
    
         
            +
             
     | 
| 
      
 37652 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 37653 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 37654 
     | 
    
         
            +
                    :param _GatewayId: 网关实例ID,目前我们支持的网关实例类型有,
         
     | 
| 
      
 37655 
     | 
    
         
            +
            专线网关实例ID,形如,`dcg-ltjahce6`;
         
     | 
| 
      
 37656 
     | 
    
         
            +
            Nat网关实例ID,形如,`nat-ltjahce6`;
         
     | 
| 
      
 37657 
     | 
    
         
            +
            VPN网关实例ID,形如,`vpn-ltjahce6`。
         
     | 
| 
      
 37658 
     | 
    
         
            +
                    :type GatewayId: str
         
     | 
| 
      
 37659 
     | 
    
         
            +
                    :param _Bandwidth: 流控带宽值。取值大于0,表示限流到指定的Mbps;取值等于0,表示完全限流;取值为-1,不限流。
         
     | 
| 
      
 37660 
     | 
    
         
            +
                    :type Bandwidth: int
         
     | 
| 
      
 37661 
     | 
    
         
            +
                    :param _IpAddresses: 限流的云服务器内网IP。
         
     | 
| 
      
 37662 
     | 
    
         
            +
                    :type IpAddresses: list of str
         
     | 
| 
      
 37663 
     | 
    
         
            +
                    """
         
     | 
| 
      
 37664 
     | 
    
         
            +
                    self._GatewayId = None
         
     | 
| 
      
 37665 
     | 
    
         
            +
                    self._Bandwidth = None
         
     | 
| 
      
 37666 
     | 
    
         
            +
                    self._IpAddresses = None
         
     | 
| 
      
 37667 
     | 
    
         
            +
             
     | 
| 
      
 37668 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37669 
     | 
    
         
            +
                def GatewayId(self):
         
     | 
| 
      
 37670 
     | 
    
         
            +
                    return self._GatewayId
         
     | 
| 
      
 37671 
     | 
    
         
            +
             
     | 
| 
      
 37672 
     | 
    
         
            +
                @GatewayId.setter
         
     | 
| 
      
 37673 
     | 
    
         
            +
                def GatewayId(self, GatewayId):
         
     | 
| 
      
 37674 
     | 
    
         
            +
                    self._GatewayId = GatewayId
         
     | 
| 
      
 37675 
     | 
    
         
            +
             
     | 
| 
      
 37676 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37677 
     | 
    
         
            +
                def Bandwidth(self):
         
     | 
| 
      
 37678 
     | 
    
         
            +
                    return self._Bandwidth
         
     | 
| 
      
 37679 
     | 
    
         
            +
             
     | 
| 
      
 37680 
     | 
    
         
            +
                @Bandwidth.setter
         
     | 
| 
      
 37681 
     | 
    
         
            +
                def Bandwidth(self, Bandwidth):
         
     | 
| 
      
 37682 
     | 
    
         
            +
                    self._Bandwidth = Bandwidth
         
     | 
| 
      
 37683 
     | 
    
         
            +
             
     | 
| 
      
 37684 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37685 
     | 
    
         
            +
                def IpAddresses(self):
         
     | 
| 
      
 37686 
     | 
    
         
            +
                    return self._IpAddresses
         
     | 
| 
      
 37687 
     | 
    
         
            +
             
     | 
| 
      
 37688 
     | 
    
         
            +
                @IpAddresses.setter
         
     | 
| 
      
 37689 
     | 
    
         
            +
                def IpAddresses(self, IpAddresses):
         
     | 
| 
      
 37690 
     | 
    
         
            +
                    self._IpAddresses = IpAddresses
         
     | 
| 
      
 37691 
     | 
    
         
            +
             
     | 
| 
      
 37692 
     | 
    
         
            +
             
     | 
| 
      
 37693 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 37694 
     | 
    
         
            +
                    self._GatewayId = params.get("GatewayId")
         
     | 
| 
      
 37695 
     | 
    
         
            +
                    self._Bandwidth = params.get("Bandwidth")
         
     | 
| 
      
 37696 
     | 
    
         
            +
                    self._IpAddresses = params.get("IpAddresses")
         
     | 
| 
      
 37697 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 37698 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 37699 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 37700 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 37701 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 37702 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 37703 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 37704 
     | 
    
         
            +
                    
         
     | 
| 
      
 37705 
     | 
    
         
            +
             
     | 
| 
      
 37706 
     | 
    
         
            +
             
     | 
| 
      
 37707 
     | 
    
         
            +
            class ModifyGatewayFlowQosResponse(AbstractModel):
         
     | 
| 
      
 37708 
     | 
    
         
            +
                """ModifyGatewayFlowQos返回参数结构体
         
     | 
| 
      
 37709 
     | 
    
         
            +
             
     | 
| 
      
 37710 
     | 
    
         
            +
                """
         
     | 
| 
      
 37711 
     | 
    
         
            +
             
     | 
| 
      
 37712 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 37713 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 37714 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 37715 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 37716 
     | 
    
         
            +
                    """
         
     | 
| 
      
 37717 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 37718 
     | 
    
         
            +
             
     | 
| 
      
 37719 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37720 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 37721 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 37722 
     | 
    
         
            +
             
     | 
| 
      
 37723 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 37724 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 37725 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 37726 
     | 
    
         
            +
             
     | 
| 
      
 37727 
     | 
    
         
            +
             
     | 
| 
      
 37728 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 37729 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 37730 
     | 
    
         
            +
             
     | 
| 
      
 37731 
     | 
    
         
            +
             
     | 
| 
      
 37732 
     | 
    
         
            +
            class ModifyHaVipAttributeRequest(AbstractModel):
         
     | 
| 
      
 37733 
     | 
    
         
            +
                """ModifyHaVipAttribute请求参数结构体
         
     | 
| 
      
 37734 
     | 
    
         
            +
             
     | 
| 
      
 37735 
     | 
    
         
            +
                """
         
     | 
| 
      
 37736 
     | 
    
         
            +
             
     | 
| 
      
 37737 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 37738 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 37739 
     | 
    
         
            +
                    :param _HaVipId: `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
         
     | 
| 
      
 37740 
     | 
    
         
            +
                    :type HaVipId: str
         
     | 
| 
      
 37741 
     | 
    
         
            +
                    :param _HaVipName: `HAVIP`名称,可任意命名,但不得超过60个字符。
         
     | 
| 
      
 37742 
     | 
    
         
            +
                    :type HaVipName: str
         
     | 
| 
      
 37743 
     | 
    
         
            +
                    """
         
     | 
| 
      
 37744 
     | 
    
         
            +
                    self._HaVipId = None
         
     | 
| 
      
 37745 
     | 
    
         
            +
                    self._HaVipName = None
         
     | 
| 
      
 37746 
     | 
    
         
            +
             
     | 
| 
      
 37747 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37748 
     | 
    
         
            +
                def HaVipId(self):
         
     | 
| 
      
 37749 
     | 
    
         
            +
                    return self._HaVipId
         
     | 
| 
      
 37750 
     | 
    
         
            +
             
     | 
| 
      
 37751 
     | 
    
         
            +
                @HaVipId.setter
         
     | 
| 
      
 37752 
     | 
    
         
            +
                def HaVipId(self, HaVipId):
         
     | 
| 
      
 37753 
     | 
    
         
            +
                    self._HaVipId = HaVipId
         
     | 
| 
      
 37754 
     | 
    
         
            +
             
     | 
| 
      
 37755 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37756 
     | 
    
         
            +
                def HaVipName(self):
         
     | 
| 
      
 37757 
     | 
    
         
            +
                    return self._HaVipName
         
     | 
| 
      
 37758 
     | 
    
         
            +
             
     | 
| 
      
 37759 
     | 
    
         
            +
                @HaVipName.setter
         
     | 
| 
      
 37760 
     | 
    
         
            +
                def HaVipName(self, HaVipName):
         
     | 
| 
      
 37761 
     | 
    
         
            +
                    self._HaVipName = HaVipName
         
     | 
| 
      
 37762 
     | 
    
         
            +
             
     | 
| 
      
 37763 
     | 
    
         
            +
             
     | 
| 
      
 37764 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 37765 
     | 
    
         
            +
                    self._HaVipId = params.get("HaVipId")
         
     | 
| 
      
 37766 
     | 
    
         
            +
                    self._HaVipName = params.get("HaVipName")
         
     | 
| 
      
 37767 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 37768 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 37769 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 37770 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 37771 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 37772 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 37773 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 37774 
     | 
    
         
            +
                    
         
     | 
| 
      
 37775 
     | 
    
         
            +
             
     | 
| 
      
 37776 
     | 
    
         
            +
             
     | 
| 
      
 37777 
     | 
    
         
            +
            class ModifyHaVipAttributeResponse(AbstractModel):
         
     | 
| 
      
 37778 
     | 
    
         
            +
                """ModifyHaVipAttribute返回参数结构体
         
     | 
| 
      
 37779 
     | 
    
         
            +
             
     | 
| 
      
 37780 
     | 
    
         
            +
                """
         
     | 
| 
      
 37781 
     | 
    
         
            +
             
     | 
| 
      
 37782 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 37783 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 37784 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 37785 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 37786 
     | 
    
         
            +
                    """
         
     | 
| 
      
 37787 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 37788 
     | 
    
         
            +
             
     | 
| 
      
 37789 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37790 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 37791 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 37792 
     | 
    
         
            +
             
     | 
| 
      
 37793 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 37794 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 37795 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 37796 
     | 
    
         
            +
             
     | 
| 
      
 37797 
     | 
    
         
            +
             
     | 
| 
      
 37798 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 37799 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 37800 
     | 
    
         
            +
             
     | 
| 
      
 37801 
     | 
    
         
            +
             
     | 
| 
      
 37802 
     | 
    
         
            +
            class ModifyHighPriorityRouteAttributeRequest(AbstractModel):
         
     | 
| 
      
 37803 
     | 
    
         
            +
                """ModifyHighPriorityRouteAttribute请求参数结构体
         
     | 
| 
      
 37804 
     | 
    
         
            +
             
     | 
| 
      
 37805 
     | 
    
         
            +
                """
         
     | 
| 
      
 37806 
     | 
    
         
            +
             
     | 
| 
      
 37807 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 37808 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 37809 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表唯一 ID。
         
     | 
| 
      
 37810 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 37811 
     | 
    
         
            +
                    :param _HighPriorityModifyItems: 高优路由表条目修改属性。
         
     | 
| 
      
 37812 
     | 
    
         
            +
                    :type HighPriorityModifyItems: list of HighPriorityModifyItem
         
     | 
| 
      
 37813 
     | 
    
         
            +
                    """
         
     | 
| 
      
 37814 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 37815 
     | 
    
         
            +
                    self._HighPriorityModifyItems = None
         
     | 
| 
      
 37816 
     | 
    
         
            +
             
     | 
| 
      
 37817 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37818 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 37819 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
      
 37820 
     | 
    
         
            +
             
     | 
| 
      
 37821 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 37822 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 37823 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
      
 37824 
     | 
    
         
            +
             
     | 
| 
      
 37825 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37826 
     | 
    
         
            +
                def HighPriorityModifyItems(self):
         
     | 
| 
      
 37827 
     | 
    
         
            +
                    return self._HighPriorityModifyItems
         
     | 
| 
      
 37828 
     | 
    
         
            +
             
     | 
| 
      
 37829 
     | 
    
         
            +
                @HighPriorityModifyItems.setter
         
     | 
| 
      
 37830 
     | 
    
         
            +
                def HighPriorityModifyItems(self, HighPriorityModifyItems):
         
     | 
| 
      
 37831 
     | 
    
         
            +
                    self._HighPriorityModifyItems = HighPriorityModifyItems
         
     | 
| 
      
 37832 
     | 
    
         
            +
             
     | 
| 
      
 37833 
     | 
    
         
            +
             
     | 
| 
      
 37834 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 37835 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 37836 
     | 
    
         
            +
                    if params.get("HighPriorityModifyItems") is not None:
         
     | 
| 
      
 37837 
     | 
    
         
            +
                        self._HighPriorityModifyItems = []
         
     | 
| 
      
 37838 
     | 
    
         
            +
                        for item in params.get("HighPriorityModifyItems"):
         
     | 
| 
      
 37839 
     | 
    
         
            +
                            obj = HighPriorityModifyItem()
         
     | 
| 
      
 37840 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 37841 
     | 
    
         
            +
                            self._HighPriorityModifyItems.append(obj)
         
     | 
| 
      
 37842 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 37843 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 37844 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 37845 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 37846 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 37847 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 37848 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 37849 
     | 
    
         
            +
                    
         
     | 
| 
      
 37850 
     | 
    
         
            +
             
     | 
| 
      
 37851 
     | 
    
         
            +
             
     | 
| 
      
 37852 
     | 
    
         
            +
            class ModifyHighPriorityRouteAttributeResponse(AbstractModel):
         
     | 
| 
      
 37853 
     | 
    
         
            +
                """ModifyHighPriorityRouteAttribute返回参数结构体
         
     | 
| 
      
 37854 
     | 
    
         
            +
             
     | 
| 
      
 37855 
     | 
    
         
            +
                """
         
     | 
| 
      
 37856 
     | 
    
         
            +
             
     | 
| 
      
 37857 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 37858 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 37859 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 37860 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 37861 
     | 
    
         
            +
                    """
         
     | 
| 
      
 37862 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 37863 
     | 
    
         
            +
             
     | 
| 
      
 37864 
     | 
    
         
            +
                @property
         
     | 
| 
      
 37865 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 37866 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 37867 
     | 
    
         
            +
             
     | 
| 
      
 37868 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 37869 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 37870 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 37871 
     | 
    
         
            +
             
     | 
| 
      
 37872 
     | 
    
         
            +
             
     | 
| 
      
 37873 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 37874 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 37875 
     | 
    
         
            +
             
     | 
| 
      
 37876 
     | 
    
         
            +
             
     | 
| 
      
 37877 
     | 
    
         
            +
            class ModifyHighPriorityRouteECMPAlgorithmRequest(AbstractModel):
         
     | 
| 
      
 37878 
     | 
    
         
            +
                """ModifyHighPriorityRouteECMPAlgorithm请求参数结构体
         
     | 
| 
       36268 
37879 
     | 
    
         | 
| 
       36269 
37880 
     | 
    
         
             
                """
         
     | 
| 
       36270 
37881 
     | 
    
         | 
| 
       36271 
37882 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       36272 
37883 
     | 
    
         
             
                    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
         
     | 
| 
      
 37884 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表实例唯一ID。
         
     | 
| 
      
 37885 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 37886 
     | 
    
         
            +
                    :param _RouteECMPAlgorithms: 高优路由表HASH策略。
         
     | 
| 
      
 37887 
     | 
    
         
            +
                    :type RouteECMPAlgorithms: list of RouteECMPAlgorithm
         
     | 
| 
       36282 
37888 
     | 
    
         
             
                    """
         
     | 
| 
       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
         
     | 
| 
      
 37889 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 37890 
     | 
    
         
            +
                    self._RouteECMPAlgorithms = None
         
     | 
| 
       36294 
37891 
     | 
    
         | 
| 
       36295 
37892 
     | 
    
         
             
                @property
         
     | 
| 
       36296 
     | 
    
         
            -
                def  
     | 
| 
       36297 
     | 
    
         
            -
                    return self. 
     | 
| 
      
 37893 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 37894 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
       36298 
37895 
     | 
    
         | 
| 
       36299 
     | 
    
         
            -
                @ 
     | 
| 
       36300 
     | 
    
         
            -
                def  
     | 
| 
       36301 
     | 
    
         
            -
                    self. 
     | 
| 
      
 37896 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 37897 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 37898 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
       36302 
37899 
     | 
    
         | 
| 
       36303 
37900 
     | 
    
         
             
                @property
         
     | 
| 
       36304 
     | 
    
         
            -
                def  
     | 
| 
       36305 
     | 
    
         
            -
                    return self. 
     | 
| 
      
 37901 
     | 
    
         
            +
                def RouteECMPAlgorithms(self):
         
     | 
| 
      
 37902 
     | 
    
         
            +
                    return self._RouteECMPAlgorithms
         
     | 
| 
       36306 
37903 
     | 
    
         | 
| 
       36307 
     | 
    
         
            -
                @ 
     | 
| 
       36308 
     | 
    
         
            -
                def  
     | 
| 
       36309 
     | 
    
         
            -
                    self. 
     | 
| 
      
 37904 
     | 
    
         
            +
                @RouteECMPAlgorithms.setter
         
     | 
| 
      
 37905 
     | 
    
         
            +
                def RouteECMPAlgorithms(self, RouteECMPAlgorithms):
         
     | 
| 
      
 37906 
     | 
    
         
            +
                    self._RouteECMPAlgorithms = RouteECMPAlgorithms
         
     | 
| 
       36310 
37907 
     | 
    
         | 
| 
       36311 
37908 
     | 
    
         | 
| 
       36312 
37909 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       36313 
     | 
    
         
            -
                    self. 
     | 
| 
       36314 
     | 
    
         
            -
                     
     | 
| 
       36315 
     | 
    
         
            -
             
     | 
| 
      
 37910 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 37911 
     | 
    
         
            +
                    if params.get("RouteECMPAlgorithms") is not None:
         
     | 
| 
      
 37912 
     | 
    
         
            +
                        self._RouteECMPAlgorithms = []
         
     | 
| 
      
 37913 
     | 
    
         
            +
                        for item in params.get("RouteECMPAlgorithms"):
         
     | 
| 
      
 37914 
     | 
    
         
            +
                            obj = RouteECMPAlgorithm()
         
     | 
| 
      
 37915 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 37916 
     | 
    
         
            +
                            self._RouteECMPAlgorithms.append(obj)
         
     | 
| 
       36316 
37917 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       36317 
37918 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       36318 
37919 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -36323,8 +37924,8 @@ VPN网关实例ID,形如,`vpn-ltjahce6`。 
     | 
|
| 
       36323 
37924 
     | 
    
         | 
| 
       36324 
37925 
     | 
    
         | 
| 
       36325 
37926 
     | 
    
         | 
| 
       36326 
     | 
    
         
            -
            class  
     | 
| 
       36327 
     | 
    
         
            -
                """ 
     | 
| 
      
 37927 
     | 
    
         
            +
            class ModifyHighPriorityRouteECMPAlgorithmResponse(AbstractModel):
         
     | 
| 
      
 37928 
     | 
    
         
            +
                """ModifyHighPriorityRouteECMPAlgorithm返回参数结构体
         
     | 
| 
       36328 
37929 
     | 
    
         | 
| 
       36329 
37930 
     | 
    
         
             
                """
         
     | 
| 
       36330 
37931 
     | 
    
         | 
| 
         @@ -36348,41 +37949,41 @@ class ModifyGatewayFlowQosResponse(AbstractModel): 
     | 
|
| 
       36348 
37949 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       36349 
37950 
     | 
    
         | 
| 
       36350 
37951 
     | 
    
         | 
| 
       36351 
     | 
    
         
            -
            class  
     | 
| 
       36352 
     | 
    
         
            -
                """ 
     | 
| 
      
 37952 
     | 
    
         
            +
            class ModifyHighPriorityRouteTableAttributeRequest(AbstractModel):
         
     | 
| 
      
 37953 
     | 
    
         
            +
                """ModifyHighPriorityRouteTableAttribute请求参数结构体
         
     | 
| 
       36353 
37954 
     | 
    
         | 
| 
       36354 
37955 
     | 
    
         
             
                """
         
     | 
| 
       36355 
37956 
     | 
    
         | 
| 
       36356 
37957 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       36357 
37958 
     | 
    
         
             
                    r"""
         
     | 
| 
       36358 
     | 
    
         
            -
                    :param  
     | 
| 
       36359 
     | 
    
         
            -
                    :type  
     | 
| 
       36360 
     | 
    
         
            -
                    :param  
     | 
| 
       36361 
     | 
    
         
            -
                    :type  
     | 
| 
      
 37959 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表表唯一ID 
         
     | 
| 
      
 37960 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 37961 
     | 
    
         
            +
                    :param _Name: 高优路由表表名称
         
     | 
| 
      
 37962 
     | 
    
         
            +
                    :type Name: str
         
     | 
| 
       36362 
37963 
     | 
    
         
             
                    """
         
     | 
| 
       36363 
     | 
    
         
            -
                    self. 
     | 
| 
       36364 
     | 
    
         
            -
                    self. 
     | 
| 
      
 37964 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 37965 
     | 
    
         
            +
                    self._Name = None
         
     | 
| 
       36365 
37966 
     | 
    
         | 
| 
       36366 
37967 
     | 
    
         
             
                @property
         
     | 
| 
       36367 
     | 
    
         
            -
                def  
     | 
| 
       36368 
     | 
    
         
            -
                    return self. 
     | 
| 
      
 37968 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 37969 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
       36369 
37970 
     | 
    
         | 
| 
       36370 
     | 
    
         
            -
                @ 
     | 
| 
       36371 
     | 
    
         
            -
                def  
     | 
| 
       36372 
     | 
    
         
            -
                    self. 
     | 
| 
      
 37971 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 37972 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 37973 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
       36373 
37974 
     | 
    
         | 
| 
       36374 
37975 
     | 
    
         
             
                @property
         
     | 
| 
       36375 
     | 
    
         
            -
                def  
     | 
| 
       36376 
     | 
    
         
            -
                    return self. 
     | 
| 
      
 37976 
     | 
    
         
            +
                def Name(self):
         
     | 
| 
      
 37977 
     | 
    
         
            +
                    return self._Name
         
     | 
| 
       36377 
37978 
     | 
    
         | 
| 
       36378 
     | 
    
         
            -
                @ 
     | 
| 
       36379 
     | 
    
         
            -
                def  
     | 
| 
       36380 
     | 
    
         
            -
                    self. 
     | 
| 
      
 37979 
     | 
    
         
            +
                @Name.setter
         
     | 
| 
      
 37980 
     | 
    
         
            +
                def Name(self, Name):
         
     | 
| 
      
 37981 
     | 
    
         
            +
                    self._Name = Name
         
     | 
| 
       36381 
37982 
     | 
    
         | 
| 
       36382 
37983 
     | 
    
         | 
| 
       36383 
37984 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       36384 
     | 
    
         
            -
                    self. 
     | 
| 
       36385 
     | 
    
         
            -
                    self. 
     | 
| 
      
 37985 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 37986 
     | 
    
         
            +
                    self._Name = params.get("Name")
         
     | 
| 
       36386 
37987 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       36387 
37988 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       36388 
37989 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -36393,8 +37994,8 @@ class ModifyHaVipAttributeRequest(AbstractModel): 
     | 
|
| 
       36393 
37994 
     | 
    
         | 
| 
       36394 
37995 
     | 
    
         | 
| 
       36395 
37996 
     | 
    
         | 
| 
       36396 
     | 
    
         
            -
            class  
     | 
| 
       36397 
     | 
    
         
            -
                """ 
     | 
| 
      
 37997 
     | 
    
         
            +
            class ModifyHighPriorityRouteTableAttributeResponse(AbstractModel):
         
     | 
| 
      
 37998 
     | 
    
         
            +
                """ModifyHighPriorityRouteTableAttribute返回参数结构体
         
     | 
| 
       36398 
37999 
     | 
    
         | 
| 
       36399 
38000 
     | 
    
         
             
                """
         
     | 
| 
       36400 
38001 
     | 
    
         | 
| 
         @@ -43960,58 +45561,278 @@ class ReplaceCcnRouteTableBroadcastPolicysResponse(AbstractModel): 
     | 
|
| 
       43960 
45561 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       43961 
45562 
     | 
    
         | 
| 
       43962 
45563 
     | 
    
         | 
| 
       43963 
     | 
    
         
            -
            class ReplaceCcnRouteTableInputPolicysRequest(AbstractModel):
         
     | 
| 
       43964 
     | 
    
         
            -
                """ReplaceCcnRouteTableInputPolicys请求参数结构体
         
     | 
| 
      
 45564 
     | 
    
         
            +
            class ReplaceCcnRouteTableInputPolicysRequest(AbstractModel):
         
     | 
| 
      
 45565 
     | 
    
         
            +
                """ReplaceCcnRouteTableInputPolicys请求参数结构体
         
     | 
| 
      
 45566 
     | 
    
         
            +
             
     | 
| 
      
 45567 
     | 
    
         
            +
                """
         
     | 
| 
      
 45568 
     | 
    
         
            +
             
     | 
| 
      
 45569 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 45570 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 45571 
     | 
    
         
            +
                    :param _CcnId: 云联网ID。
         
     | 
| 
      
 45572 
     | 
    
         
            +
                    :type CcnId: str
         
     | 
| 
      
 45573 
     | 
    
         
            +
                    :param _RouteTableId: 云联网路由表ID。
         
     | 
| 
      
 45574 
     | 
    
         
            +
                    :type RouteTableId: str
         
     | 
| 
      
 45575 
     | 
    
         
            +
                    :param _Policys: 新的路由接收策略。
         
     | 
| 
      
 45576 
     | 
    
         
            +
                    :type Policys: list of CcnRouteTableInputPolicy
         
     | 
| 
      
 45577 
     | 
    
         
            +
                    """
         
     | 
| 
      
 45578 
     | 
    
         
            +
                    self._CcnId = None
         
     | 
| 
      
 45579 
     | 
    
         
            +
                    self._RouteTableId = None
         
     | 
| 
      
 45580 
     | 
    
         
            +
                    self._Policys = None
         
     | 
| 
      
 45581 
     | 
    
         
            +
             
     | 
| 
      
 45582 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45583 
     | 
    
         
            +
                def CcnId(self):
         
     | 
| 
      
 45584 
     | 
    
         
            +
                    return self._CcnId
         
     | 
| 
      
 45585 
     | 
    
         
            +
             
     | 
| 
      
 45586 
     | 
    
         
            +
                @CcnId.setter
         
     | 
| 
      
 45587 
     | 
    
         
            +
                def CcnId(self, CcnId):
         
     | 
| 
      
 45588 
     | 
    
         
            +
                    self._CcnId = CcnId
         
     | 
| 
      
 45589 
     | 
    
         
            +
             
     | 
| 
      
 45590 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45591 
     | 
    
         
            +
                def RouteTableId(self):
         
     | 
| 
      
 45592 
     | 
    
         
            +
                    return self._RouteTableId
         
     | 
| 
      
 45593 
     | 
    
         
            +
             
     | 
| 
      
 45594 
     | 
    
         
            +
                @RouteTableId.setter
         
     | 
| 
      
 45595 
     | 
    
         
            +
                def RouteTableId(self, RouteTableId):
         
     | 
| 
      
 45596 
     | 
    
         
            +
                    self._RouteTableId = RouteTableId
         
     | 
| 
      
 45597 
     | 
    
         
            +
             
     | 
| 
      
 45598 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45599 
     | 
    
         
            +
                def Policys(self):
         
     | 
| 
      
 45600 
     | 
    
         
            +
                    return self._Policys
         
     | 
| 
      
 45601 
     | 
    
         
            +
             
     | 
| 
      
 45602 
     | 
    
         
            +
                @Policys.setter
         
     | 
| 
      
 45603 
     | 
    
         
            +
                def Policys(self, Policys):
         
     | 
| 
      
 45604 
     | 
    
         
            +
                    self._Policys = Policys
         
     | 
| 
      
 45605 
     | 
    
         
            +
             
     | 
| 
      
 45606 
     | 
    
         
            +
             
     | 
| 
      
 45607 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 45608 
     | 
    
         
            +
                    self._CcnId = params.get("CcnId")
         
     | 
| 
      
 45609 
     | 
    
         
            +
                    self._RouteTableId = params.get("RouteTableId")
         
     | 
| 
      
 45610 
     | 
    
         
            +
                    if params.get("Policys") is not None:
         
     | 
| 
      
 45611 
     | 
    
         
            +
                        self._Policys = []
         
     | 
| 
      
 45612 
     | 
    
         
            +
                        for item in params.get("Policys"):
         
     | 
| 
      
 45613 
     | 
    
         
            +
                            obj = CcnRouteTableInputPolicy()
         
     | 
| 
      
 45614 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 45615 
     | 
    
         
            +
                            self._Policys.append(obj)
         
     | 
| 
      
 45616 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 45617 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 45618 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 45619 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 45620 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 45621 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 45622 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 45623 
     | 
    
         
            +
                    
         
     | 
| 
      
 45624 
     | 
    
         
            +
             
     | 
| 
      
 45625 
     | 
    
         
            +
             
     | 
| 
      
 45626 
     | 
    
         
            +
            class ReplaceCcnRouteTableInputPolicysResponse(AbstractModel):
         
     | 
| 
      
 45627 
     | 
    
         
            +
                """ReplaceCcnRouteTableInputPolicys返回参数结构体
         
     | 
| 
      
 45628 
     | 
    
         
            +
             
     | 
| 
      
 45629 
     | 
    
         
            +
                """
         
     | 
| 
      
 45630 
     | 
    
         
            +
             
     | 
| 
      
 45631 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 45632 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 45633 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 45634 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 45635 
     | 
    
         
            +
                    """
         
     | 
| 
      
 45636 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 45637 
     | 
    
         
            +
             
     | 
| 
      
 45638 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45639 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 45640 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 45641 
     | 
    
         
            +
             
     | 
| 
      
 45642 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 45643 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 45644 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 45645 
     | 
    
         
            +
             
     | 
| 
      
 45646 
     | 
    
         
            +
             
     | 
| 
      
 45647 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 45648 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 45649 
     | 
    
         
            +
             
     | 
| 
      
 45650 
     | 
    
         
            +
             
     | 
| 
      
 45651 
     | 
    
         
            +
            class ReplaceDirectConnectGatewayCcnRoutesRequest(AbstractModel):
         
     | 
| 
      
 45652 
     | 
    
         
            +
                """ReplaceDirectConnectGatewayCcnRoutes请求参数结构体
         
     | 
| 
      
 45653 
     | 
    
         
            +
             
     | 
| 
      
 45654 
     | 
    
         
            +
                """
         
     | 
| 
      
 45655 
     | 
    
         
            +
             
     | 
| 
      
 45656 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 45657 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 45658 
     | 
    
         
            +
                    :param _DirectConnectGatewayId: 专线网关ID,形如:dcg-prpqlmg1
         
     | 
| 
      
 45659 
     | 
    
         
            +
                    :type DirectConnectGatewayId: str
         
     | 
| 
      
 45660 
     | 
    
         
            +
                    :param _Routes: 需要连通的IDC网段列表
         
     | 
| 
      
 45661 
     | 
    
         
            +
                    :type Routes: list of DirectConnectGatewayCcnRoute
         
     | 
| 
      
 45662 
     | 
    
         
            +
                    """
         
     | 
| 
      
 45663 
     | 
    
         
            +
                    self._DirectConnectGatewayId = None
         
     | 
| 
      
 45664 
     | 
    
         
            +
                    self._Routes = None
         
     | 
| 
      
 45665 
     | 
    
         
            +
             
     | 
| 
      
 45666 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45667 
     | 
    
         
            +
                def DirectConnectGatewayId(self):
         
     | 
| 
      
 45668 
     | 
    
         
            +
                    return self._DirectConnectGatewayId
         
     | 
| 
      
 45669 
     | 
    
         
            +
             
     | 
| 
      
 45670 
     | 
    
         
            +
                @DirectConnectGatewayId.setter
         
     | 
| 
      
 45671 
     | 
    
         
            +
                def DirectConnectGatewayId(self, DirectConnectGatewayId):
         
     | 
| 
      
 45672 
     | 
    
         
            +
                    self._DirectConnectGatewayId = DirectConnectGatewayId
         
     | 
| 
      
 45673 
     | 
    
         
            +
             
     | 
| 
      
 45674 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45675 
     | 
    
         
            +
                def Routes(self):
         
     | 
| 
      
 45676 
     | 
    
         
            +
                    return self._Routes
         
     | 
| 
      
 45677 
     | 
    
         
            +
             
     | 
| 
      
 45678 
     | 
    
         
            +
                @Routes.setter
         
     | 
| 
      
 45679 
     | 
    
         
            +
                def Routes(self, Routes):
         
     | 
| 
      
 45680 
     | 
    
         
            +
                    self._Routes = Routes
         
     | 
| 
      
 45681 
     | 
    
         
            +
             
     | 
| 
      
 45682 
     | 
    
         
            +
             
     | 
| 
      
 45683 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 45684 
     | 
    
         
            +
                    self._DirectConnectGatewayId = params.get("DirectConnectGatewayId")
         
     | 
| 
      
 45685 
     | 
    
         
            +
                    if params.get("Routes") is not None:
         
     | 
| 
      
 45686 
     | 
    
         
            +
                        self._Routes = []
         
     | 
| 
      
 45687 
     | 
    
         
            +
                        for item in params.get("Routes"):
         
     | 
| 
      
 45688 
     | 
    
         
            +
                            obj = DirectConnectGatewayCcnRoute()
         
     | 
| 
      
 45689 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 45690 
     | 
    
         
            +
                            self._Routes.append(obj)
         
     | 
| 
      
 45691 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 45692 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 45693 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 45694 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 45695 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 45696 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 45697 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 45698 
     | 
    
         
            +
                    
         
     | 
| 
      
 45699 
     | 
    
         
            +
             
     | 
| 
      
 45700 
     | 
    
         
            +
             
     | 
| 
      
 45701 
     | 
    
         
            +
            class ReplaceDirectConnectGatewayCcnRoutesResponse(AbstractModel):
         
     | 
| 
      
 45702 
     | 
    
         
            +
                """ReplaceDirectConnectGatewayCcnRoutes返回参数结构体
         
     | 
| 
      
 45703 
     | 
    
         
            +
             
     | 
| 
      
 45704 
     | 
    
         
            +
                """
         
     | 
| 
      
 45705 
     | 
    
         
            +
             
     | 
| 
      
 45706 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 45707 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 45708 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 45709 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 45710 
     | 
    
         
            +
                    """
         
     | 
| 
      
 45711 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 45712 
     | 
    
         
            +
             
     | 
| 
      
 45713 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45714 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 45715 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 45716 
     | 
    
         
            +
             
     | 
| 
      
 45717 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 45718 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 45719 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 45720 
     | 
    
         
            +
             
     | 
| 
      
 45721 
     | 
    
         
            +
             
     | 
| 
      
 45722 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 45723 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 45724 
     | 
    
         
            +
             
     | 
| 
      
 45725 
     | 
    
         
            +
             
     | 
| 
      
 45726 
     | 
    
         
            +
            class ReplaceHighPriorityRouteTableAssociationRequest(AbstractModel):
         
     | 
| 
      
 45727 
     | 
    
         
            +
                """ReplaceHighPriorityRouteTableAssociation请求参数结构体
         
     | 
| 
      
 45728 
     | 
    
         
            +
             
     | 
| 
      
 45729 
     | 
    
         
            +
                """
         
     | 
| 
      
 45730 
     | 
    
         
            +
             
     | 
| 
      
 45731 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 45732 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 45733 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表唯一 ID。
         
     | 
| 
      
 45734 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 45735 
     | 
    
         
            +
                    :param _SubnetId: 子网唯一 ID
         
     | 
| 
      
 45736 
     | 
    
         
            +
                    :type SubnetId: str
         
     | 
| 
      
 45737 
     | 
    
         
            +
                    """
         
     | 
| 
      
 45738 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 45739 
     | 
    
         
            +
                    self._SubnetId = None
         
     | 
| 
      
 45740 
     | 
    
         
            +
             
     | 
| 
      
 45741 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45742 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 45743 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
      
 45744 
     | 
    
         
            +
             
     | 
| 
      
 45745 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 45746 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 45747 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
      
 45748 
     | 
    
         
            +
             
     | 
| 
      
 45749 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45750 
     | 
    
         
            +
                def SubnetId(self):
         
     | 
| 
      
 45751 
     | 
    
         
            +
                    return self._SubnetId
         
     | 
| 
      
 45752 
     | 
    
         
            +
             
     | 
| 
      
 45753 
     | 
    
         
            +
                @SubnetId.setter
         
     | 
| 
      
 45754 
     | 
    
         
            +
                def SubnetId(self, SubnetId):
         
     | 
| 
      
 45755 
     | 
    
         
            +
                    self._SubnetId = SubnetId
         
     | 
| 
      
 45756 
     | 
    
         
            +
             
     | 
| 
      
 45757 
     | 
    
         
            +
             
     | 
| 
      
 45758 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 45759 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 45760 
     | 
    
         
            +
                    self._SubnetId = params.get("SubnetId")
         
     | 
| 
      
 45761 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 45762 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 45763 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 45764 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 45765 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 45766 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 45767 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 45768 
     | 
    
         
            +
                    
         
     | 
| 
      
 45769 
     | 
    
         
            +
             
     | 
| 
      
 45770 
     | 
    
         
            +
             
     | 
| 
      
 45771 
     | 
    
         
            +
            class ReplaceHighPriorityRouteTableAssociationResponse(AbstractModel):
         
     | 
| 
      
 45772 
     | 
    
         
            +
                """ReplaceHighPriorityRouteTableAssociation返回参数结构体
         
     | 
| 
      
 45773 
     | 
    
         
            +
             
     | 
| 
      
 45774 
     | 
    
         
            +
                """
         
     | 
| 
      
 45775 
     | 
    
         
            +
             
     | 
| 
      
 45776 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 45777 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 45778 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 45779 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 45780 
     | 
    
         
            +
                    """
         
     | 
| 
      
 45781 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 45782 
     | 
    
         
            +
             
     | 
| 
      
 45783 
     | 
    
         
            +
                @property
         
     | 
| 
      
 45784 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 45785 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 45786 
     | 
    
         
            +
             
     | 
| 
      
 45787 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 45788 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 45789 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 45790 
     | 
    
         
            +
             
     | 
| 
      
 45791 
     | 
    
         
            +
             
     | 
| 
      
 45792 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 45793 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 45794 
     | 
    
         
            +
             
     | 
| 
      
 45795 
     | 
    
         
            +
             
     | 
| 
      
 45796 
     | 
    
         
            +
            class ReplaceHighPriorityRoutesRequest(AbstractModel):
         
     | 
| 
      
 45797 
     | 
    
         
            +
                """ReplaceHighPriorityRoutes请求参数结构体
         
     | 
| 
       43965 
45798 
     | 
    
         | 
| 
       43966 
45799 
     | 
    
         
             
                """
         
     | 
| 
       43967 
45800 
     | 
    
         | 
| 
       43968 
45801 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       43969 
45802 
     | 
    
         
             
                    r"""
         
     | 
| 
       43970 
     | 
    
         
            -
                    :param  
     | 
| 
       43971 
     | 
    
         
            -
                    :type  
     | 
| 
       43972 
     | 
    
         
            -
                    :param  
     | 
| 
       43973 
     | 
    
         
            -
                    :type  
     | 
| 
       43974 
     | 
    
         
            -
                    :param _Policys: 新的路由接收策略。
         
     | 
| 
       43975 
     | 
    
         
            -
                    :type Policys: list of CcnRouteTableInputPolicy
         
     | 
| 
      
 45803 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表唯一 ID。
         
     | 
| 
      
 45804 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 45805 
     | 
    
         
            +
                    :param _HighPriorityRoutes: 高优路由表条目信息。
         
     | 
| 
      
 45806 
     | 
    
         
            +
                    :type HighPriorityRoutes: list of HighPriorityRoute
         
     | 
| 
       43976 
45807 
     | 
    
         
             
                    """
         
     | 
| 
       43977 
     | 
    
         
            -
                    self. 
     | 
| 
       43978 
     | 
    
         
            -
                    self. 
     | 
| 
       43979 
     | 
    
         
            -
                    self._Policys = None
         
     | 
| 
      
 45808 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 45809 
     | 
    
         
            +
                    self._HighPriorityRoutes = None
         
     | 
| 
       43980 
45810 
     | 
    
         | 
| 
       43981 
45811 
     | 
    
         
             
                @property
         
     | 
| 
       43982 
     | 
    
         
            -
                def  
     | 
| 
       43983 
     | 
    
         
            -
                    return self. 
     | 
| 
      
 45812 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 45813 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
       43984 
45814 
     | 
    
         | 
| 
       43985 
     | 
    
         
            -
                @ 
     | 
| 
       43986 
     | 
    
         
            -
                def  
     | 
| 
       43987 
     | 
    
         
            -
                    self. 
     | 
| 
      
 45815 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 45816 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 45817 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
       43988 
45818 
     | 
    
         | 
| 
       43989 
45819 
     | 
    
         
             
                @property
         
     | 
| 
       43990 
     | 
    
         
            -
                def  
     | 
| 
       43991 
     | 
    
         
            -
                    return self. 
     | 
| 
       43992 
     | 
    
         
            -
             
     | 
| 
       43993 
     | 
    
         
            -
                @RouteTableId.setter
         
     | 
| 
       43994 
     | 
    
         
            -
                def RouteTableId(self, RouteTableId):
         
     | 
| 
       43995 
     | 
    
         
            -
                    self._RouteTableId = RouteTableId
         
     | 
| 
       43996 
     | 
    
         
            -
             
     | 
| 
       43997 
     | 
    
         
            -
                @property
         
     | 
| 
       43998 
     | 
    
         
            -
                def Policys(self):
         
     | 
| 
       43999 
     | 
    
         
            -
                    return self._Policys
         
     | 
| 
      
 45820 
     | 
    
         
            +
                def HighPriorityRoutes(self):
         
     | 
| 
      
 45821 
     | 
    
         
            +
                    return self._HighPriorityRoutes
         
     | 
| 
       44000 
45822 
     | 
    
         | 
| 
       44001 
     | 
    
         
            -
                @ 
     | 
| 
       44002 
     | 
    
         
            -
                def  
     | 
| 
       44003 
     | 
    
         
            -
                    self. 
     | 
| 
      
 45823 
     | 
    
         
            +
                @HighPriorityRoutes.setter
         
     | 
| 
      
 45824 
     | 
    
         
            +
                def HighPriorityRoutes(self, HighPriorityRoutes):
         
     | 
| 
      
 45825 
     | 
    
         
            +
                    self._HighPriorityRoutes = HighPriorityRoutes
         
     | 
| 
       44004 
45826 
     | 
    
         | 
| 
       44005 
45827 
     | 
    
         | 
| 
       44006 
45828 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       44007 
     | 
    
         
            -
                    self. 
     | 
| 
       44008 
     | 
    
         
            -
                     
     | 
| 
       44009 
     | 
    
         
            -
             
     | 
| 
       44010 
     | 
    
         
            -
                         
     | 
| 
       44011 
     | 
    
         
            -
             
     | 
| 
       44012 
     | 
    
         
            -
                            obj = CcnRouteTableInputPolicy()
         
     | 
| 
      
 45829 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 45830 
     | 
    
         
            +
                    if params.get("HighPriorityRoutes") is not None:
         
     | 
| 
      
 45831 
     | 
    
         
            +
                        self._HighPriorityRoutes = []
         
     | 
| 
      
 45832 
     | 
    
         
            +
                        for item in params.get("HighPriorityRoutes"):
         
     | 
| 
      
 45833 
     | 
    
         
            +
                            obj = HighPriorityRoute()
         
     | 
| 
       44013 
45834 
     | 
    
         
             
                            obj._deserialize(item)
         
     | 
| 
       44014 
     | 
    
         
            -
                            self. 
     | 
| 
      
 45835 
     | 
    
         
            +
                            self._HighPriorityRoutes.append(obj)
         
     | 
| 
       44015 
45836 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       44016 
45837 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       44017 
45838 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -44022,92 +45843,39 @@ class ReplaceCcnRouteTableInputPolicysRequest(AbstractModel): 
     | 
|
| 
       44022 
45843 
     | 
    
         | 
| 
       44023 
45844 
     | 
    
         | 
| 
       44024 
45845 
     | 
    
         | 
| 
       44025 
     | 
    
         
            -
            class  
     | 
| 
       44026 
     | 
    
         
            -
                """ 
     | 
| 
      
 45846 
     | 
    
         
            +
            class ReplaceHighPriorityRoutesResponse(AbstractModel):
         
     | 
| 
      
 45847 
     | 
    
         
            +
                """ReplaceHighPriorityRoutes返回参数结构体
         
     | 
| 
       44027 
45848 
     | 
    
         | 
| 
       44028 
45849 
     | 
    
         
             
                """
         
     | 
| 
       44029 
45850 
     | 
    
         | 
| 
       44030 
45851 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       44031 
45852 
     | 
    
         
             
                    r"""
         
     | 
| 
      
 45853 
     | 
    
         
            +
                    :param _NewHighPriorityRouteSet: 新的高优路由表条目列表。
         
     | 
| 
      
 45854 
     | 
    
         
            +
                    :type NewHighPriorityRouteSet: list of HighPriorityRoute
         
     | 
| 
      
 45855 
     | 
    
         
            +
                    :param _OldHighPriorityRouteSet: 旧的高优路由表条目列表。
         
     | 
| 
      
 45856 
     | 
    
         
            +
                    :type OldHighPriorityRouteSet: list of HighPriorityRoute
         
     | 
| 
       44032 
45857 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       44033 
45858 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
       44034 
45859 
     | 
    
         
             
                    """
         
     | 
| 
      
 45860 
     | 
    
         
            +
                    self._NewHighPriorityRouteSet = None
         
     | 
| 
      
 45861 
     | 
    
         
            +
                    self._OldHighPriorityRouteSet = None
         
     | 
| 
       44035 
45862 
     | 
    
         
             
                    self._RequestId = None
         
     | 
| 
       44036 
45863 
     | 
    
         | 
| 
       44037 
45864 
     | 
    
         
             
                @property
         
     | 
| 
       44038 
     | 
    
         
            -
                def  
     | 
| 
       44039 
     | 
    
         
            -
                    return self. 
     | 
| 
       44040 
     | 
    
         
            -
             
     | 
| 
       44041 
     | 
    
         
            -
                @RequestId.setter
         
     | 
| 
       44042 
     | 
    
         
            -
                def RequestId(self, RequestId):
         
     | 
| 
       44043 
     | 
    
         
            -
                    self._RequestId = RequestId
         
     | 
| 
       44044 
     | 
    
         
            -
             
     | 
| 
       44045 
     | 
    
         
            -
             
     | 
| 
       44046 
     | 
    
         
            -
                def _deserialize(self, params):
         
     | 
| 
       44047 
     | 
    
         
            -
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 45865 
     | 
    
         
            +
                def NewHighPriorityRouteSet(self):
         
     | 
| 
      
 45866 
     | 
    
         
            +
                    return self._NewHighPriorityRouteSet
         
     | 
| 
       44048 
45867 
     | 
    
         | 
| 
       44049 
     | 
    
         
            -
             
     | 
| 
       44050 
     | 
    
         
            -
             
     | 
| 
       44051 
     | 
    
         
            -
             
     | 
| 
       44052 
     | 
    
         
            -
             
     | 
| 
       44053 
     | 
    
         
            -
                """
         
     | 
| 
       44054 
     | 
    
         
            -
             
     | 
| 
       44055 
     | 
    
         
            -
                def __init__(self):
         
     | 
| 
       44056 
     | 
    
         
            -
                    r"""
         
     | 
| 
       44057 
     | 
    
         
            -
                    :param _DirectConnectGatewayId: 专线网关ID,形如:dcg-prpqlmg1
         
     | 
| 
       44058 
     | 
    
         
            -
                    :type DirectConnectGatewayId: str
         
     | 
| 
       44059 
     | 
    
         
            -
                    :param _Routes: 需要连通的IDC网段列表
         
     | 
| 
       44060 
     | 
    
         
            -
                    :type Routes: list of DirectConnectGatewayCcnRoute
         
     | 
| 
       44061 
     | 
    
         
            -
                    """
         
     | 
| 
       44062 
     | 
    
         
            -
                    self._DirectConnectGatewayId = None
         
     | 
| 
       44063 
     | 
    
         
            -
                    self._Routes = None
         
     | 
| 
      
 45868 
     | 
    
         
            +
                @NewHighPriorityRouteSet.setter
         
     | 
| 
      
 45869 
     | 
    
         
            +
                def NewHighPriorityRouteSet(self, NewHighPriorityRouteSet):
         
     | 
| 
      
 45870 
     | 
    
         
            +
                    self._NewHighPriorityRouteSet = NewHighPriorityRouteSet
         
     | 
| 
       44064 
45871 
     | 
    
         | 
| 
       44065 
45872 
     | 
    
         
             
                @property
         
     | 
| 
       44066 
     | 
    
         
            -
                def  
     | 
| 
       44067 
     | 
    
         
            -
                    return self. 
     | 
| 
      
 45873 
     | 
    
         
            +
                def OldHighPriorityRouteSet(self):
         
     | 
| 
      
 45874 
     | 
    
         
            +
                    return self._OldHighPriorityRouteSet
         
     | 
| 
       44068 
45875 
     | 
    
         | 
| 
       44069 
     | 
    
         
            -
                @ 
     | 
| 
       44070 
     | 
    
         
            -
                def  
     | 
| 
       44071 
     | 
    
         
            -
                    self. 
     | 
| 
       44072 
     | 
    
         
            -
             
     | 
| 
       44073 
     | 
    
         
            -
                @property
         
     | 
| 
       44074 
     | 
    
         
            -
                def Routes(self):
         
     | 
| 
       44075 
     | 
    
         
            -
                    return self._Routes
         
     | 
| 
       44076 
     | 
    
         
            -
             
     | 
| 
       44077 
     | 
    
         
            -
                @Routes.setter
         
     | 
| 
       44078 
     | 
    
         
            -
                def Routes(self, Routes):
         
     | 
| 
       44079 
     | 
    
         
            -
                    self._Routes = Routes
         
     | 
| 
       44080 
     | 
    
         
            -
             
     | 
| 
       44081 
     | 
    
         
            -
             
     | 
| 
       44082 
     | 
    
         
            -
                def _deserialize(self, params):
         
     | 
| 
       44083 
     | 
    
         
            -
                    self._DirectConnectGatewayId = params.get("DirectConnectGatewayId")
         
     | 
| 
       44084 
     | 
    
         
            -
                    if params.get("Routes") is not None:
         
     | 
| 
       44085 
     | 
    
         
            -
                        self._Routes = []
         
     | 
| 
       44086 
     | 
    
         
            -
                        for item in params.get("Routes"):
         
     | 
| 
       44087 
     | 
    
         
            -
                            obj = DirectConnectGatewayCcnRoute()
         
     | 
| 
       44088 
     | 
    
         
            -
                            obj._deserialize(item)
         
     | 
| 
       44089 
     | 
    
         
            -
                            self._Routes.append(obj)
         
     | 
| 
       44090 
     | 
    
         
            -
                    memeber_set = set(params.keys())
         
     | 
| 
       44091 
     | 
    
         
            -
                    for name, value in vars(self).items():
         
     | 
| 
       44092 
     | 
    
         
            -
                        property_name = name[1:]
         
     | 
| 
       44093 
     | 
    
         
            -
                        if property_name in memeber_set:
         
     | 
| 
       44094 
     | 
    
         
            -
                            memeber_set.remove(property_name)
         
     | 
| 
       44095 
     | 
    
         
            -
                    if len(memeber_set) > 0:
         
     | 
| 
       44096 
     | 
    
         
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
       44097 
     | 
    
         
            -
                    
         
     | 
| 
       44098 
     | 
    
         
            -
             
     | 
| 
       44099 
     | 
    
         
            -
             
     | 
| 
       44100 
     | 
    
         
            -
            class ReplaceDirectConnectGatewayCcnRoutesResponse(AbstractModel):
         
     | 
| 
       44101 
     | 
    
         
            -
                """ReplaceDirectConnectGatewayCcnRoutes返回参数结构体
         
     | 
| 
       44102 
     | 
    
         
            -
             
     | 
| 
       44103 
     | 
    
         
            -
                """
         
     | 
| 
       44104 
     | 
    
         
            -
             
     | 
| 
       44105 
     | 
    
         
            -
                def __init__(self):
         
     | 
| 
       44106 
     | 
    
         
            -
                    r"""
         
     | 
| 
       44107 
     | 
    
         
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       44108 
     | 
    
         
            -
                    :type RequestId: str
         
     | 
| 
       44109 
     | 
    
         
            -
                    """
         
     | 
| 
       44110 
     | 
    
         
            -
                    self._RequestId = None
         
     | 
| 
      
 45876 
     | 
    
         
            +
                @OldHighPriorityRouteSet.setter
         
     | 
| 
      
 45877 
     | 
    
         
            +
                def OldHighPriorityRouteSet(self, OldHighPriorityRouteSet):
         
     | 
| 
      
 45878 
     | 
    
         
            +
                    self._OldHighPriorityRouteSet = OldHighPriorityRouteSet
         
     | 
| 
       44111 
45879 
     | 
    
         | 
| 
       44112 
45880 
     | 
    
         
             
                @property
         
     | 
| 
       44113 
45881 
     | 
    
         
             
                def RequestId(self):
         
     | 
| 
         @@ -44119,6 +45887,18 @@ class ReplaceDirectConnectGatewayCcnRoutesResponse(AbstractModel): 
     | 
|
| 
       44119 
45887 
     | 
    
         | 
| 
       44120 
45888 
     | 
    
         | 
| 
       44121 
45889 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
      
 45890 
     | 
    
         
            +
                    if params.get("NewHighPriorityRouteSet") is not None:
         
     | 
| 
      
 45891 
     | 
    
         
            +
                        self._NewHighPriorityRouteSet = []
         
     | 
| 
      
 45892 
     | 
    
         
            +
                        for item in params.get("NewHighPriorityRouteSet"):
         
     | 
| 
      
 45893 
     | 
    
         
            +
                            obj = HighPriorityRoute()
         
     | 
| 
      
 45894 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 45895 
     | 
    
         
            +
                            self._NewHighPriorityRouteSet.append(obj)
         
     | 
| 
      
 45896 
     | 
    
         
            +
                    if params.get("OldHighPriorityRouteSet") is not None:
         
     | 
| 
      
 45897 
     | 
    
         
            +
                        self._OldHighPriorityRouteSet = []
         
     | 
| 
      
 45898 
     | 
    
         
            +
                        for item in params.get("OldHighPriorityRouteSet"):
         
     | 
| 
      
 45899 
     | 
    
         
            +
                            obj = HighPriorityRoute()
         
     | 
| 
      
 45900 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 45901 
     | 
    
         
            +
                            self._OldHighPriorityRouteSet.append(obj)
         
     | 
| 
       44122 
45902 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       44123 
45903 
     | 
    
         | 
| 
       44124 
45904 
     | 
    
         | 
| 
         @@ -44560,6 +46340,93 @@ class ResetAttachCcnInstancesResponse(AbstractModel): 
     | 
|
| 
       44560 
46340 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       44561 
46341 
     | 
    
         | 
| 
       44562 
46342 
     | 
    
         | 
| 
      
 46343 
     | 
    
         
            +
            class ResetHighPriorityRoutesRequest(AbstractModel):
         
     | 
| 
      
 46344 
     | 
    
         
            +
                """ResetHighPriorityRoutes请求参数结构体
         
     | 
| 
      
 46345 
     | 
    
         
            +
             
     | 
| 
      
 46346 
     | 
    
         
            +
                """
         
     | 
| 
      
 46347 
     | 
    
         
            +
             
     | 
| 
      
 46348 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 46349 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 46350 
     | 
    
         
            +
                    :param _HighPriorityRouteTableId: 高优路由表唯一 ID。
         
     | 
| 
      
 46351 
     | 
    
         
            +
                    :type HighPriorityRouteTableId: str
         
     | 
| 
      
 46352 
     | 
    
         
            +
                    :param _Name: 高优路由表名称。
         
     | 
| 
      
 46353 
     | 
    
         
            +
                    :type Name: str
         
     | 
| 
      
 46354 
     | 
    
         
            +
                    :param _HighPriorityRoutes: 高优路由表条目信息。
         
     | 
| 
      
 46355 
     | 
    
         
            +
                    :type HighPriorityRoutes: list of HighPriorityRoute
         
     | 
| 
      
 46356 
     | 
    
         
            +
                    """
         
     | 
| 
      
 46357 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = None
         
     | 
| 
      
 46358 
     | 
    
         
            +
                    self._Name = None
         
     | 
| 
      
 46359 
     | 
    
         
            +
                    self._HighPriorityRoutes = None
         
     | 
| 
      
 46360 
     | 
    
         
            +
             
     | 
| 
      
 46361 
     | 
    
         
            +
                @property
         
     | 
| 
      
 46362 
     | 
    
         
            +
                def HighPriorityRouteTableId(self):
         
     | 
| 
      
 46363 
     | 
    
         
            +
                    return self._HighPriorityRouteTableId
         
     | 
| 
      
 46364 
     | 
    
         
            +
             
     | 
| 
      
 46365 
     | 
    
         
            +
                @HighPriorityRouteTableId.setter
         
     | 
| 
      
 46366 
     | 
    
         
            +
                def HighPriorityRouteTableId(self, HighPriorityRouteTableId):
         
     | 
| 
      
 46367 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = HighPriorityRouteTableId
         
     | 
| 
      
 46368 
     | 
    
         
            +
             
     | 
| 
      
 46369 
     | 
    
         
            +
                @property
         
     | 
| 
      
 46370 
     | 
    
         
            +
                def Name(self):
         
     | 
| 
      
 46371 
     | 
    
         
            +
                    return self._Name
         
     | 
| 
      
 46372 
     | 
    
         
            +
             
     | 
| 
      
 46373 
     | 
    
         
            +
                @Name.setter
         
     | 
| 
      
 46374 
     | 
    
         
            +
                def Name(self, Name):
         
     | 
| 
      
 46375 
     | 
    
         
            +
                    self._Name = Name
         
     | 
| 
      
 46376 
     | 
    
         
            +
             
     | 
| 
      
 46377 
     | 
    
         
            +
                @property
         
     | 
| 
      
 46378 
     | 
    
         
            +
                def HighPriorityRoutes(self):
         
     | 
| 
      
 46379 
     | 
    
         
            +
                    return self._HighPriorityRoutes
         
     | 
| 
      
 46380 
     | 
    
         
            +
             
     | 
| 
      
 46381 
     | 
    
         
            +
                @HighPriorityRoutes.setter
         
     | 
| 
      
 46382 
     | 
    
         
            +
                def HighPriorityRoutes(self, HighPriorityRoutes):
         
     | 
| 
      
 46383 
     | 
    
         
            +
                    self._HighPriorityRoutes = HighPriorityRoutes
         
     | 
| 
      
 46384 
     | 
    
         
            +
             
     | 
| 
      
 46385 
     | 
    
         
            +
             
     | 
| 
      
 46386 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 46387 
     | 
    
         
            +
                    self._HighPriorityRouteTableId = params.get("HighPriorityRouteTableId")
         
     | 
| 
      
 46388 
     | 
    
         
            +
                    self._Name = params.get("Name")
         
     | 
| 
      
 46389 
     | 
    
         
            +
                    if params.get("HighPriorityRoutes") is not None:
         
     | 
| 
      
 46390 
     | 
    
         
            +
                        self._HighPriorityRoutes = []
         
     | 
| 
      
 46391 
     | 
    
         
            +
                        for item in params.get("HighPriorityRoutes"):
         
     | 
| 
      
 46392 
     | 
    
         
            +
                            obj = HighPriorityRoute()
         
     | 
| 
      
 46393 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 46394 
     | 
    
         
            +
                            self._HighPriorityRoutes.append(obj)
         
     | 
| 
      
 46395 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 46396 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 46397 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 46398 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 46399 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 46400 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 46401 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 46402 
     | 
    
         
            +
                    
         
     | 
| 
      
 46403 
     | 
    
         
            +
             
     | 
| 
      
 46404 
     | 
    
         
            +
             
     | 
| 
      
 46405 
     | 
    
         
            +
            class ResetHighPriorityRoutesResponse(AbstractModel):
         
     | 
| 
      
 46406 
     | 
    
         
            +
                """ResetHighPriorityRoutes返回参数结构体
         
     | 
| 
      
 46407 
     | 
    
         
            +
             
     | 
| 
      
 46408 
     | 
    
         
            +
                """
         
     | 
| 
      
 46409 
     | 
    
         
            +
             
     | 
| 
      
 46410 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 46411 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 46412 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 46413 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 46414 
     | 
    
         
            +
                    """
         
     | 
| 
      
 46415 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 46416 
     | 
    
         
            +
             
     | 
| 
      
 46417 
     | 
    
         
            +
                @property
         
     | 
| 
      
 46418 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 46419 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 46420 
     | 
    
         
            +
             
     | 
| 
      
 46421 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 46422 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 46423 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 46424 
     | 
    
         
            +
             
     | 
| 
      
 46425 
     | 
    
         
            +
             
     | 
| 
      
 46426 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 46427 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 46428 
     | 
    
         
            +
             
     | 
| 
      
 46429 
     | 
    
         
            +
             
     | 
| 
       44563 
46430 
     | 
    
         
             
            class ResetNatGatewayConnectionRequest(AbstractModel):
         
     | 
| 
       44564 
46431 
     | 
    
         
             
                """ResetNatGatewayConnection请求参数结构体
         
     | 
| 
       44565 
46432 
     | 
    
         | 
| 
         @@ -45763,6 +47630,9 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。 
     | 
|
| 
       45763 
47630 
     | 
    
         
             
                    :type PublishedToVbc: bool
         
     | 
| 
       45764 
47631 
     | 
    
         
             
                    :param _CreatedTime: 路由策略创建时间
         
     | 
| 
       45765 
47632 
     | 
    
         
             
                    :type CreatedTime: str
         
     | 
| 
      
 47633 
     | 
    
         
            +
                    :param _CdcId: CDC 集群唯一 ID。
         
     | 
| 
      
 47634 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 47635 
     | 
    
         
            +
                    :type CdcId: str
         
     | 
| 
       45766 
47636 
     | 
    
         
             
                    """
         
     | 
| 
       45767 
47637 
     | 
    
         
             
                    self._DestinationCidrBlock = None
         
     | 
| 
       45768 
47638 
     | 
    
         
             
                    self._GatewayType = None
         
     | 
| 
         @@ -45776,6 +47646,7 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。 
     | 
|
| 
       45776 
47646 
     | 
    
         
             
                    self._RouteItemId = None
         
     | 
| 
       45777 
47647 
     | 
    
         
             
                    self._PublishedToVbc = None
         
     | 
| 
       45778 
47648 
     | 
    
         
             
                    self._CreatedTime = None
         
     | 
| 
      
 47649 
     | 
    
         
            +
                    self._CdcId = None
         
     | 
| 
       45779 
47650 
     | 
    
         | 
| 
       45780 
47651 
     | 
    
         
             
                @property
         
     | 
| 
       45781 
47652 
     | 
    
         
             
                def DestinationCidrBlock(self):
         
     | 
| 
         @@ -45873,6 +47744,14 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。 
     | 
|
| 
       45873 
47744 
     | 
    
         
             
                def CreatedTime(self, CreatedTime):
         
     | 
| 
       45874 
47745 
     | 
    
         
             
                    self._CreatedTime = CreatedTime
         
     | 
| 
       45875 
47746 
     | 
    
         | 
| 
      
 47747 
     | 
    
         
            +
                @property
         
     | 
| 
      
 47748 
     | 
    
         
            +
                def CdcId(self):
         
     | 
| 
      
 47749 
     | 
    
         
            +
                    return self._CdcId
         
     | 
| 
      
 47750 
     | 
    
         
            +
             
     | 
| 
      
 47751 
     | 
    
         
            +
                @CdcId.setter
         
     | 
| 
      
 47752 
     | 
    
         
            +
                def CdcId(self, CdcId):
         
     | 
| 
      
 47753 
     | 
    
         
            +
                    self._CdcId = CdcId
         
     | 
| 
      
 47754 
     | 
    
         
            +
             
     | 
| 
       45876 
47755 
     | 
    
         | 
| 
       45877 
47756 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       45878 
47757 
     | 
    
         
             
                    self._DestinationCidrBlock = params.get("DestinationCidrBlock")
         
     | 
| 
         @@ -45887,6 +47766,7 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。 
     | 
|
| 
       45887 
47766 
     | 
    
         
             
                    self._RouteItemId = params.get("RouteItemId")
         
     | 
| 
       45888 
47767 
     | 
    
         
             
                    self._PublishedToVbc = params.get("PublishedToVbc")
         
     | 
| 
       45889 
47768 
     | 
    
         
             
                    self._CreatedTime = params.get("CreatedTime")
         
     | 
| 
      
 47769 
     | 
    
         
            +
                    self._CdcId = params.get("CdcId")
         
     | 
| 
       45890 
47770 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       45891 
47771 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       45892 
47772 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -45959,6 +47839,53 @@ class RouteConflict(AbstractModel): 
     | 
|
| 
       45959 
47839 
     | 
    
         | 
| 
       45960 
47840 
     | 
    
         | 
| 
       45961 
47841 
     | 
    
         | 
| 
      
 47842 
     | 
    
         
            +
            class RouteECMPAlgorithm(AbstractModel):
         
     | 
| 
      
 47843 
     | 
    
         
            +
                """用于修改入路由表ECMP算法。现在支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
         
     | 
| 
      
 47844 
     | 
    
         
            +
             
     | 
| 
      
 47845 
     | 
    
         
            +
                """
         
     | 
| 
      
 47846 
     | 
    
         
            +
             
     | 
| 
      
 47847 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 47848 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 47849 
     | 
    
         
            +
                    :param _DestinationCidrBlock:  目标网段
         
     | 
| 
      
 47850 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 47851 
     | 
    
         
            +
                    :type DestinationCidrBlock: str
         
     | 
| 
      
 47852 
     | 
    
         
            +
                    :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。
         
     | 
| 
      
 47853 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 47854 
     | 
    
         
            +
                    :type SubnetRouteAlgorithm: str
         
     | 
| 
      
 47855 
     | 
    
         
            +
                    """
         
     | 
| 
      
 47856 
     | 
    
         
            +
                    self._DestinationCidrBlock = None
         
     | 
| 
      
 47857 
     | 
    
         
            +
                    self._SubnetRouteAlgorithm = None
         
     | 
| 
      
 47858 
     | 
    
         
            +
             
     | 
| 
      
 47859 
     | 
    
         
            +
                @property
         
     | 
| 
      
 47860 
     | 
    
         
            +
                def DestinationCidrBlock(self):
         
     | 
| 
      
 47861 
     | 
    
         
            +
                    return self._DestinationCidrBlock
         
     | 
| 
      
 47862 
     | 
    
         
            +
             
     | 
| 
      
 47863 
     | 
    
         
            +
                @DestinationCidrBlock.setter
         
     | 
| 
      
 47864 
     | 
    
         
            +
                def DestinationCidrBlock(self, DestinationCidrBlock):
         
     | 
| 
      
 47865 
     | 
    
         
            +
                    self._DestinationCidrBlock = DestinationCidrBlock
         
     | 
| 
      
 47866 
     | 
    
         
            +
             
     | 
| 
      
 47867 
     | 
    
         
            +
                @property
         
     | 
| 
      
 47868 
     | 
    
         
            +
                def SubnetRouteAlgorithm(self):
         
     | 
| 
      
 47869 
     | 
    
         
            +
                    return self._SubnetRouteAlgorithm
         
     | 
| 
      
 47870 
     | 
    
         
            +
             
     | 
| 
      
 47871 
     | 
    
         
            +
                @SubnetRouteAlgorithm.setter
         
     | 
| 
      
 47872 
     | 
    
         
            +
                def SubnetRouteAlgorithm(self, SubnetRouteAlgorithm):
         
     | 
| 
      
 47873 
     | 
    
         
            +
                    self._SubnetRouteAlgorithm = SubnetRouteAlgorithm
         
     | 
| 
      
 47874 
     | 
    
         
            +
             
     | 
| 
      
 47875 
     | 
    
         
            +
             
     | 
| 
      
 47876 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 47877 
     | 
    
         
            +
                    self._DestinationCidrBlock = params.get("DestinationCidrBlock")
         
     | 
| 
      
 47878 
     | 
    
         
            +
                    self._SubnetRouteAlgorithm = params.get("SubnetRouteAlgorithm")
         
     | 
| 
      
 47879 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 47880 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 47881 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 47882 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 47883 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 47884 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 47885 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 47886 
     | 
    
         
            +
                    
         
     | 
| 
      
 47887 
     | 
    
         
            +
             
     | 
| 
      
 47888 
     | 
    
         
            +
             
     | 
| 
       45962 
47889 
     | 
    
         
             
            class RouteSelectionPolicy(AbstractModel):
         
     | 
| 
       45963 
47890 
     | 
    
         
             
                """路由表选择策略信息
         
     | 
| 
       45964 
47891 
     | 
    
         | 
| 
         @@ -48713,6 +50640,53 @@ class Tag(AbstractModel): 
     | 
|
| 
       48713 
50640 
     | 
    
         | 
| 
       48714 
50641 
     | 
    
         | 
| 
       48715 
50642 
     | 
    
         | 
| 
      
 50643 
     | 
    
         
            +
            class Tags(AbstractModel):
         
     | 
| 
      
 50644 
     | 
    
         
            +
                """标签描述信息
         
     | 
| 
      
 50645 
     | 
    
         
            +
             
     | 
| 
      
 50646 
     | 
    
         
            +
                """
         
     | 
| 
      
 50647 
     | 
    
         
            +
             
     | 
| 
      
 50648 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 50649 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 50650 
     | 
    
         
            +
                    :param _Key: 标签键
         
     | 
| 
      
 50651 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 50652 
     | 
    
         
            +
                    :type Key: str
         
     | 
| 
      
 50653 
     | 
    
         
            +
                    :param _Value: 标签值
         
     | 
| 
      
 50654 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 50655 
     | 
    
         
            +
                    :type Value: str
         
     | 
| 
      
 50656 
     | 
    
         
            +
                    """
         
     | 
| 
      
 50657 
     | 
    
         
            +
                    self._Key = None
         
     | 
| 
      
 50658 
     | 
    
         
            +
                    self._Value = None
         
     | 
| 
      
 50659 
     | 
    
         
            +
             
     | 
| 
      
 50660 
     | 
    
         
            +
                @property
         
     | 
| 
      
 50661 
     | 
    
         
            +
                def Key(self):
         
     | 
| 
      
 50662 
     | 
    
         
            +
                    return self._Key
         
     | 
| 
      
 50663 
     | 
    
         
            +
             
     | 
| 
      
 50664 
     | 
    
         
            +
                @Key.setter
         
     | 
| 
      
 50665 
     | 
    
         
            +
                def Key(self, Key):
         
     | 
| 
      
 50666 
     | 
    
         
            +
                    self._Key = Key
         
     | 
| 
      
 50667 
     | 
    
         
            +
             
     | 
| 
      
 50668 
     | 
    
         
            +
                @property
         
     | 
| 
      
 50669 
     | 
    
         
            +
                def Value(self):
         
     | 
| 
      
 50670 
     | 
    
         
            +
                    return self._Value
         
     | 
| 
      
 50671 
     | 
    
         
            +
             
     | 
| 
      
 50672 
     | 
    
         
            +
                @Value.setter
         
     | 
| 
      
 50673 
     | 
    
         
            +
                def Value(self, Value):
         
     | 
| 
      
 50674 
     | 
    
         
            +
                    self._Value = Value
         
     | 
| 
      
 50675 
     | 
    
         
            +
             
     | 
| 
      
 50676 
     | 
    
         
            +
             
     | 
| 
      
 50677 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 50678 
     | 
    
         
            +
                    self._Key = params.get("Key")
         
     | 
| 
      
 50679 
     | 
    
         
            +
                    self._Value = params.get("Value")
         
     | 
| 
      
 50680 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 50681 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 50682 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 50683 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 50684 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 50685 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 50686 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 50687 
     | 
    
         
            +
                    
         
     | 
| 
      
 50688 
     | 
    
         
            +
             
     | 
| 
      
 50689 
     | 
    
         
            +
             
     | 
| 
       48716 
50690 
     | 
    
         
             
            class TemplateLimit(AbstractModel):
         
     | 
| 
       48717 
50691 
     | 
    
         
             
                """参数模板配额
         
     | 
| 
       48718 
50692 
     | 
    
         |