tencentcloud-sdk-python 3.0.1273__py2.py3-none-any.whl → 3.0.1275__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/apigateway/v20180808/apigateway_client.py +46 -0
- tencentcloud/apigateway/v20180808/models.py +362 -0
- tencentcloud/autoscaling/v20180419/models.py +13 -11
- tencentcloud/bi/v20220105/bi_client.py +46 -0
- tencentcloud/bi/v20220105/errorcodes.py +3 -0
- tencentcloud/bi/v20220105/models.py +701 -24
- tencentcloud/billing/v20180709/models.py +105 -114
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/cdwch/v20200915/errorcodes.py +6 -0
- tencentcloud/cloudhsm/v20191112/models.py +10 -170
- tencentcloud/cls/v20201016/cls_client.py +1 -1
- tencentcloud/cls/v20201016/models.py +16 -4
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/models.py +664 -0
- tencentcloud/dnspod/v20210323/dnspod_client.py +46 -0
- tencentcloud/dnspod/v20210323/models.py +188 -0
- tencentcloud/ess/v20201111/ess_client.py +1 -1
- tencentcloud/ess/v20201111/models.py +20 -12
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
- tencentcloud/essbasic/v20210526/models.py +12 -8
- tencentcloud/goosefs/v20220519/models.py +15 -0
- tencentcloud/gwlb/v20240906/models.py +2 -2
- tencentcloud/hunyuan/v20230901/models.py +21 -4
- tencentcloud/ivld/v20210903/errorcodes.py +2 -2
- tencentcloud/lcic/v20220817/lcic_client.py +46 -0
- tencentcloud/lcic/v20220817/models.py +505 -2
- tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
- tencentcloud/lighthouse/v20200324/models.py +24 -4
- tencentcloud/live/v20180801/errorcodes.py +12 -0
- tencentcloud/live/v20180801/live_client.py +142 -0
- tencentcloud/live/v20180801/models.py +619 -0
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +35 -1
- tencentcloud/mps/v20190612/models.py +17 -2
- tencentcloud/oceanus/v20190422/models.py +15 -0
- tencentcloud/ocr/v20181119/models.py +132 -1971
- tencentcloud/ocr/v20181119/ocr_client.py +0 -167
- tencentcloud/organization/v20210331/models.py +2 -330
- tencentcloud/privatedns/v20201028/errorcodes.py +0 -42
- tencentcloud/privatedns/v20201028/models.py +712 -2358
- tencentcloud/privatedns/v20201028/privatedns_client.py +0 -230
- tencentcloud/tke/v20220501/models.py +6 -2
- tencentcloud/trtc/v20190722/errorcodes.py +15 -0
- tencentcloud/trtc/v20190722/models.py +218 -0
- tencentcloud/trtc/v20190722/trtc_client.py +47 -0
- tencentcloud/vod/v20180717/models.py +30 -0
- tencentcloud/vpc/v20170312/models.py +30 -0
- {tencentcloud_sdk_python-3.0.1273.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1273.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/RECORD +53 -53
- {tencentcloud_sdk_python-3.0.1273.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1273.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1273.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/top_level.txt +0 -0
| @@ -595,137 +595,34 @@ class AuditLogInfo(AbstractModel): | |
| 595 595 |  | 
| 596 596 |  | 
| 597 597 |  | 
| 598 | 
            -
            class  | 
| 599 | 
            -
                """ | 
| 598 | 
            +
            class CreatePrivateDNSAccountRequest(AbstractModel):
         | 
| 599 | 
            +
                """CreatePrivateDNSAccount请求参数结构体
         | 
| 600 600 |  | 
| 601 601 | 
             
                """
         | 
| 602 602 |  | 
| 603 603 | 
             
                def __init__(self):
         | 
| 604 604 | 
             
                    r"""
         | 
| 605 | 
            -
                    :param  | 
| 606 | 
            -
                    :type  | 
| 607 | 
            -
                    :param _AutoAcceptFlag: 是否自动接受
         | 
| 608 | 
            -
                    :type AutoAcceptFlag: bool
         | 
| 609 | 
            -
                    :param _ServiceInstanceId: 后端服务ID
         | 
| 610 | 
            -
                    :type ServiceInstanceId: str
         | 
| 611 | 
            -
                    :param _EndPointName: 终端节点名称
         | 
| 612 | 
            -
                    :type EndPointName: str
         | 
| 613 | 
            -
                    :param _EndPointRegion: 终端节点地域,必须要和终端节点服务所属地域一致
         | 
| 614 | 
            -
                    :type EndPointRegion: str
         | 
| 615 | 
            -
                    :param _EndPointServiceName: 终端节点服务名称
         | 
| 616 | 
            -
                    :type EndPointServiceName: str
         | 
| 617 | 
            -
                    :param _ServiceType: 挂载的PAAS服务类型,CLB,CDB,CRS
         | 
| 618 | 
            -
                    :type ServiceType: str
         | 
| 619 | 
            -
                    :param _IpNum: 终端节点ip数量
         | 
| 620 | 
            -
                    :type IpNum: int
         | 
| 621 | 
            -
                    """
         | 
| 622 | 
            -
                    self._VpcId = None
         | 
| 623 | 
            -
                    self._AutoAcceptFlag = None
         | 
| 624 | 
            -
                    self._ServiceInstanceId = None
         | 
| 625 | 
            -
                    self._EndPointName = None
         | 
| 626 | 
            -
                    self._EndPointRegion = None
         | 
| 627 | 
            -
                    self._EndPointServiceName = None
         | 
| 628 | 
            -
                    self._ServiceType = None
         | 
| 629 | 
            -
                    self._IpNum = None
         | 
| 630 | 
            -
             | 
| 631 | 
            -
                @property
         | 
| 632 | 
            -
                def VpcId(self):
         | 
| 633 | 
            -
                    """VPC实例ID
         | 
| 634 | 
            -
                    :rtype: str
         | 
| 635 | 
            -
                    """
         | 
| 636 | 
            -
                    return self._VpcId
         | 
| 637 | 
            -
             | 
| 638 | 
            -
                @VpcId.setter
         | 
| 639 | 
            -
                def VpcId(self, VpcId):
         | 
| 640 | 
            -
                    self._VpcId = VpcId
         | 
| 641 | 
            -
             | 
| 642 | 
            -
                @property
         | 
| 643 | 
            -
                def AutoAcceptFlag(self):
         | 
| 644 | 
            -
                    """是否自动接受
         | 
| 645 | 
            -
                    :rtype: bool
         | 
| 646 | 
            -
                    """
         | 
| 647 | 
            -
                    return self._AutoAcceptFlag
         | 
| 648 | 
            -
             | 
| 649 | 
            -
                @AutoAcceptFlag.setter
         | 
| 650 | 
            -
                def AutoAcceptFlag(self, AutoAcceptFlag):
         | 
| 651 | 
            -
                    self._AutoAcceptFlag = AutoAcceptFlag
         | 
| 652 | 
            -
             | 
| 653 | 
            -
                @property
         | 
| 654 | 
            -
                def ServiceInstanceId(self):
         | 
| 655 | 
            -
                    """后端服务ID
         | 
| 656 | 
            -
                    :rtype: str
         | 
| 657 | 
            -
                    """
         | 
| 658 | 
            -
                    return self._ServiceInstanceId
         | 
| 659 | 
            -
             | 
| 660 | 
            -
                @ServiceInstanceId.setter
         | 
| 661 | 
            -
                def ServiceInstanceId(self, ServiceInstanceId):
         | 
| 662 | 
            -
                    self._ServiceInstanceId = ServiceInstanceId
         | 
| 663 | 
            -
             | 
| 664 | 
            -
                @property
         | 
| 665 | 
            -
                def EndPointName(self):
         | 
| 666 | 
            -
                    """终端节点名称
         | 
| 667 | 
            -
                    :rtype: str
         | 
| 668 | 
            -
                    """
         | 
| 669 | 
            -
                    return self._EndPointName
         | 
| 670 | 
            -
             | 
| 671 | 
            -
                @EndPointName.setter
         | 
| 672 | 
            -
                def EndPointName(self, EndPointName):
         | 
| 673 | 
            -
                    self._EndPointName = EndPointName
         | 
| 674 | 
            -
             | 
| 675 | 
            -
                @property
         | 
| 676 | 
            -
                def EndPointRegion(self):
         | 
| 677 | 
            -
                    """终端节点地域,必须要和终端节点服务所属地域一致
         | 
| 678 | 
            -
                    :rtype: str
         | 
| 679 | 
            -
                    """
         | 
| 680 | 
            -
                    return self._EndPointRegion
         | 
| 681 | 
            -
             | 
| 682 | 
            -
                @EndPointRegion.setter
         | 
| 683 | 
            -
                def EndPointRegion(self, EndPointRegion):
         | 
| 684 | 
            -
                    self._EndPointRegion = EndPointRegion
         | 
| 685 | 
            -
             | 
| 686 | 
            -
                @property
         | 
| 687 | 
            -
                def EndPointServiceName(self):
         | 
| 688 | 
            -
                    """终端节点服务名称
         | 
| 689 | 
            -
                    :rtype: str
         | 
| 690 | 
            -
                    """
         | 
| 691 | 
            -
                    return self._EndPointServiceName
         | 
| 692 | 
            -
             | 
| 693 | 
            -
                @EndPointServiceName.setter
         | 
| 694 | 
            -
                def EndPointServiceName(self, EndPointServiceName):
         | 
| 695 | 
            -
                    self._EndPointServiceName = EndPointServiceName
         | 
| 696 | 
            -
             | 
| 697 | 
            -
                @property
         | 
| 698 | 
            -
                def ServiceType(self):
         | 
| 699 | 
            -
                    """挂载的PAAS服务类型,CLB,CDB,CRS
         | 
| 700 | 
            -
                    :rtype: str
         | 
| 605 | 
            +
                    :param _Account: 私有域解析账号
         | 
| 606 | 
            +
                    :type Account: :class:`tencentcloud.privatedns.v20201028.models.PrivateDNSAccount`
         | 
| 701 607 | 
             
                    """
         | 
| 702 | 
            -
                     | 
| 703 | 
            -
             | 
| 704 | 
            -
                @ServiceType.setter
         | 
| 705 | 
            -
                def ServiceType(self, ServiceType):
         | 
| 706 | 
            -
                    self._ServiceType = ServiceType
         | 
| 608 | 
            +
                    self._Account = None
         | 
| 707 609 |  | 
| 708 610 | 
             
                @property
         | 
| 709 | 
            -
                def  | 
| 710 | 
            -
                    """ | 
| 711 | 
            -
                    :rtype:  | 
| 611 | 
            +
                def Account(self):
         | 
| 612 | 
            +
                    """私有域解析账号
         | 
| 613 | 
            +
                    :rtype: :class:`tencentcloud.privatedns.v20201028.models.PrivateDNSAccount`
         | 
| 712 614 | 
             
                    """
         | 
| 713 | 
            -
                    return self. | 
| 615 | 
            +
                    return self._Account
         | 
| 714 616 |  | 
| 715 | 
            -
                @ | 
| 716 | 
            -
                def  | 
| 717 | 
            -
                    self. | 
| 617 | 
            +
                @Account.setter
         | 
| 618 | 
            +
                def Account(self, Account):
         | 
| 619 | 
            +
                    self._Account = Account
         | 
| 718 620 |  | 
| 719 621 |  | 
| 720 622 | 
             
                def _deserialize(self, params):
         | 
| 721 | 
            -
                     | 
| 722 | 
            -
             | 
| 723 | 
            -
             | 
| 724 | 
            -
                    self._EndPointName = params.get("EndPointName")
         | 
| 725 | 
            -
                    self._EndPointRegion = params.get("EndPointRegion")
         | 
| 726 | 
            -
                    self._EndPointServiceName = params.get("EndPointServiceName")
         | 
| 727 | 
            -
                    self._ServiceType = params.get("ServiceType")
         | 
| 728 | 
            -
                    self._IpNum = params.get("IpNum")
         | 
| 623 | 
            +
                    if params.get("Account") is not None:
         | 
| 624 | 
            +
                        self._Account = PrivateDNSAccount()
         | 
| 625 | 
            +
                        self._Account._deserialize(params.get("Account"))
         | 
| 729 626 | 
             
                    memeber_set = set(params.keys())
         | 
| 730 627 | 
             
                    for name, value in vars(self).items():
         | 
| 731 628 | 
             
                        property_name = name[1:]
         | 
| @@ -736,74 +633,18 @@ class CreateEndPointAndEndPointServiceRequest(AbstractModel): | |
| 736 633 |  | 
| 737 634 |  | 
| 738 635 |  | 
| 739 | 
            -
            class  | 
| 740 | 
            -
                """ | 
| 636 | 
            +
            class CreatePrivateDNSAccountResponse(AbstractModel):
         | 
| 637 | 
            +
                """CreatePrivateDNSAccount返回参数结构体
         | 
| 741 638 |  | 
| 742 639 | 
             
                """
         | 
| 743 640 |  | 
| 744 641 | 
             
                def __init__(self):
         | 
| 745 642 | 
             
                    r"""
         | 
| 746 | 
            -
                    :param _EndPointId: 终端节点id
         | 
| 747 | 
            -
                    :type EndPointId: str
         | 
| 748 | 
            -
                    :param _EndPointName: 终端节点名
         | 
| 749 | 
            -
                    :type EndPointName: str
         | 
| 750 | 
            -
                    :param _EndPointServiceId: 终端节点服务ID
         | 
| 751 | 
            -
                    :type EndPointServiceId: str
         | 
| 752 | 
            -
                    :param _EndPointVipSet: 终端节点的IP列表
         | 
| 753 | 
            -
                    :type EndPointVipSet: list of str
         | 
| 754 643 | 
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 755 644 | 
             
                    :type RequestId: str
         | 
| 756 645 | 
             
                    """
         | 
| 757 | 
            -
                    self._EndPointId = None
         | 
| 758 | 
            -
                    self._EndPointName = None
         | 
| 759 | 
            -
                    self._EndPointServiceId = None
         | 
| 760 | 
            -
                    self._EndPointVipSet = None
         | 
| 761 646 | 
             
                    self._RequestId = None
         | 
| 762 647 |  | 
| 763 | 
            -
                @property
         | 
| 764 | 
            -
                def EndPointId(self):
         | 
| 765 | 
            -
                    """终端节点id
         | 
| 766 | 
            -
                    :rtype: str
         | 
| 767 | 
            -
                    """
         | 
| 768 | 
            -
                    return self._EndPointId
         | 
| 769 | 
            -
             | 
| 770 | 
            -
                @EndPointId.setter
         | 
| 771 | 
            -
                def EndPointId(self, EndPointId):
         | 
| 772 | 
            -
                    self._EndPointId = EndPointId
         | 
| 773 | 
            -
             | 
| 774 | 
            -
                @property
         | 
| 775 | 
            -
                def EndPointName(self):
         | 
| 776 | 
            -
                    """终端节点名
         | 
| 777 | 
            -
                    :rtype: str
         | 
| 778 | 
            -
                    """
         | 
| 779 | 
            -
                    return self._EndPointName
         | 
| 780 | 
            -
             | 
| 781 | 
            -
                @EndPointName.setter
         | 
| 782 | 
            -
                def EndPointName(self, EndPointName):
         | 
| 783 | 
            -
                    self._EndPointName = EndPointName
         | 
| 784 | 
            -
             | 
| 785 | 
            -
                @property
         | 
| 786 | 
            -
                def EndPointServiceId(self):
         | 
| 787 | 
            -
                    """终端节点服务ID
         | 
| 788 | 
            -
                    :rtype: str
         | 
| 789 | 
            -
                    """
         | 
| 790 | 
            -
                    return self._EndPointServiceId
         | 
| 791 | 
            -
             | 
| 792 | 
            -
                @EndPointServiceId.setter
         | 
| 793 | 
            -
                def EndPointServiceId(self, EndPointServiceId):
         | 
| 794 | 
            -
                    self._EndPointServiceId = EndPointServiceId
         | 
| 795 | 
            -
             | 
| 796 | 
            -
                @property
         | 
| 797 | 
            -
                def EndPointVipSet(self):
         | 
| 798 | 
            -
                    """终端节点的IP列表
         | 
| 799 | 
            -
                    :rtype: list of str
         | 
| 800 | 
            -
                    """
         | 
| 801 | 
            -
                    return self._EndPointVipSet
         | 
| 802 | 
            -
             | 
| 803 | 
            -
                @EndPointVipSet.setter
         | 
| 804 | 
            -
                def EndPointVipSet(self, EndPointVipSet):
         | 
| 805 | 
            -
                    self._EndPointVipSet = EndPointVipSet
         | 
| 806 | 
            -
             | 
| 807 648 | 
             
                @property
         | 
| 808 649 | 
             
                def RequestId(self):
         | 
| 809 650 | 
             
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| @@ -817,84 +658,125 @@ class CreateEndPointAndEndPointServiceResponse(AbstractModel): | |
| 817 658 |  | 
| 818 659 |  | 
| 819 660 | 
             
                def _deserialize(self, params):
         | 
| 820 | 
            -
                    self._EndPointId = params.get("EndPointId")
         | 
| 821 | 
            -
                    self._EndPointName = params.get("EndPointName")
         | 
| 822 | 
            -
                    self._EndPointServiceId = params.get("EndPointServiceId")
         | 
| 823 | 
            -
                    self._EndPointVipSet = params.get("EndPointVipSet")
         | 
| 824 661 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 825 662 |  | 
| 826 663 |  | 
| 827 | 
            -
            class  | 
| 828 | 
            -
                """ | 
| 664 | 
            +
            class CreatePrivateZoneRecordRequest(AbstractModel):
         | 
| 665 | 
            +
                """CreatePrivateZoneRecord请求参数结构体
         | 
| 829 666 |  | 
| 830 667 | 
             
                """
         | 
| 831 668 |  | 
| 832 669 | 
             
                def __init__(self):
         | 
| 833 670 | 
             
                    r"""
         | 
| 834 | 
            -
                    :param  | 
| 835 | 
            -
                    :type  | 
| 836 | 
            -
                    :param  | 
| 837 | 
            -
                    :type  | 
| 838 | 
            -
                    :param  | 
| 839 | 
            -
                    :type  | 
| 840 | 
            -
                    :param  | 
| 841 | 
            -
                    :type  | 
| 671 | 
            +
                    :param _ZoneId: 私有域ID
         | 
| 672 | 
            +
                    :type ZoneId: str
         | 
| 673 | 
            +
                    :param _RecordType: 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
         | 
| 674 | 
            +
                    :type RecordType: str
         | 
| 675 | 
            +
                    :param _SubDomain: 子域名,例如 "www", "m", "@"
         | 
| 676 | 
            +
                    :type SubDomain: str
         | 
| 677 | 
            +
                    :param _RecordValue: 记录值,例如 IP:192.168.10.2,CNAME:cname.qcloud.com.,MX:mail.qcloud.com.
         | 
| 678 | 
            +
                    :type RecordValue: str
         | 
| 679 | 
            +
                    :param _Weight: 记录权重,值为1-100
         | 
| 680 | 
            +
                    :type Weight: int
         | 
| 681 | 
            +
                    :param _MX: MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
         | 
| 682 | 
            +
                    :type MX: int
         | 
| 683 | 
            +
                    :param _TTL: 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
         | 
| 684 | 
            +
                    :type TTL: int
         | 
| 842 685 | 
             
                    """
         | 
| 843 | 
            -
                    self. | 
| 844 | 
            -
                    self. | 
| 845 | 
            -
                    self. | 
| 846 | 
            -
                    self. | 
| 686 | 
            +
                    self._ZoneId = None
         | 
| 687 | 
            +
                    self._RecordType = None
         | 
| 688 | 
            +
                    self._SubDomain = None
         | 
| 689 | 
            +
                    self._RecordValue = None
         | 
| 690 | 
            +
                    self._Weight = None
         | 
| 691 | 
            +
                    self._MX = None
         | 
| 692 | 
            +
                    self._TTL = None
         | 
| 847 693 |  | 
| 848 694 | 
             
                @property
         | 
| 849 | 
            -
                def  | 
| 850 | 
            -
                    """ | 
| 695 | 
            +
                def ZoneId(self):
         | 
| 696 | 
            +
                    """私有域ID
         | 
| 851 697 | 
             
                    :rtype: str
         | 
| 852 698 | 
             
                    """
         | 
| 853 | 
            -
                    return self. | 
| 699 | 
            +
                    return self._ZoneId
         | 
| 854 700 |  | 
| 855 | 
            -
                @ | 
| 856 | 
            -
                def  | 
| 857 | 
            -
                    self. | 
| 701 | 
            +
                @ZoneId.setter
         | 
| 702 | 
            +
                def ZoneId(self, ZoneId):
         | 
| 703 | 
            +
                    self._ZoneId = ZoneId
         | 
| 704 | 
            +
             | 
| 705 | 
            +
                @property
         | 
| 706 | 
            +
                def RecordType(self):
         | 
| 707 | 
            +
                    """记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
         | 
| 708 | 
            +
                    :rtype: str
         | 
| 709 | 
            +
                    """
         | 
| 710 | 
            +
                    return self._RecordType
         | 
| 711 | 
            +
             | 
| 712 | 
            +
                @RecordType.setter
         | 
| 713 | 
            +
                def RecordType(self, RecordType):
         | 
| 714 | 
            +
                    self._RecordType = RecordType
         | 
| 858 715 |  | 
| 859 716 | 
             
                @property
         | 
| 860 | 
            -
                def  | 
| 861 | 
            -
                    """ | 
| 717 | 
            +
                def SubDomain(self):
         | 
| 718 | 
            +
                    """子域名,例如 "www", "m", "@"
         | 
| 862 719 | 
             
                    :rtype: str
         | 
| 863 720 | 
             
                    """
         | 
| 864 | 
            -
                    return self. | 
| 721 | 
            +
                    return self._SubDomain
         | 
| 865 722 |  | 
| 866 | 
            -
                @ | 
| 867 | 
            -
                def  | 
| 868 | 
            -
                    self. | 
| 723 | 
            +
                @SubDomain.setter
         | 
| 724 | 
            +
                def SubDomain(self, SubDomain):
         | 
| 725 | 
            +
                    self._SubDomain = SubDomain
         | 
| 869 726 |  | 
| 870 727 | 
             
                @property
         | 
| 871 | 
            -
                def  | 
| 872 | 
            -
                    """ | 
| 728 | 
            +
                def RecordValue(self):
         | 
| 729 | 
            +
                    """记录值,例如 IP:192.168.10.2,CNAME:cname.qcloud.com.,MX:mail.qcloud.com.
         | 
| 873 730 | 
             
                    :rtype: str
         | 
| 874 731 | 
             
                    """
         | 
| 875 | 
            -
                    return self. | 
| 732 | 
            +
                    return self._RecordValue
         | 
| 733 | 
            +
             | 
| 734 | 
            +
                @RecordValue.setter
         | 
| 735 | 
            +
                def RecordValue(self, RecordValue):
         | 
| 736 | 
            +
                    self._RecordValue = RecordValue
         | 
| 737 | 
            +
             | 
| 738 | 
            +
                @property
         | 
| 739 | 
            +
                def Weight(self):
         | 
| 740 | 
            +
                    """记录权重,值为1-100
         | 
| 741 | 
            +
                    :rtype: int
         | 
| 742 | 
            +
                    """
         | 
| 743 | 
            +
                    return self._Weight
         | 
| 744 | 
            +
             | 
| 745 | 
            +
                @Weight.setter
         | 
| 746 | 
            +
                def Weight(self, Weight):
         | 
| 747 | 
            +
                    self._Weight = Weight
         | 
| 748 | 
            +
             | 
| 749 | 
            +
                @property
         | 
| 750 | 
            +
                def MX(self):
         | 
| 751 | 
            +
                    """MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
         | 
| 752 | 
            +
                    :rtype: int
         | 
| 753 | 
            +
                    """
         | 
| 754 | 
            +
                    return self._MX
         | 
| 876 755 |  | 
| 877 | 
            -
                @ | 
| 878 | 
            -
                def  | 
| 879 | 
            -
                    self. | 
| 756 | 
            +
                @MX.setter
         | 
| 757 | 
            +
                def MX(self, MX):
         | 
| 758 | 
            +
                    self._MX = MX
         | 
| 880 759 |  | 
| 881 760 | 
             
                @property
         | 
| 882 | 
            -
                def  | 
| 883 | 
            -
                    """ | 
| 761 | 
            +
                def TTL(self):
         | 
| 762 | 
            +
                    """记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
         | 
| 884 763 | 
             
                    :rtype: int
         | 
| 885 764 | 
             
                    """
         | 
| 886 | 
            -
                    return self. | 
| 765 | 
            +
                    return self._TTL
         | 
| 887 766 |  | 
| 888 | 
            -
                @ | 
| 889 | 
            -
                def  | 
| 890 | 
            -
                    self. | 
| 767 | 
            +
                @TTL.setter
         | 
| 768 | 
            +
                def TTL(self, TTL):
         | 
| 769 | 
            +
                    self._TTL = TTL
         | 
| 891 770 |  | 
| 892 771 |  | 
| 893 772 | 
             
                def _deserialize(self, params):
         | 
| 894 | 
            -
                    self. | 
| 895 | 
            -
                    self. | 
| 896 | 
            -
                    self. | 
| 897 | 
            -
                    self. | 
| 773 | 
            +
                    self._ZoneId = params.get("ZoneId")
         | 
| 774 | 
            +
                    self._RecordType = params.get("RecordType")
         | 
| 775 | 
            +
                    self._SubDomain = params.get("SubDomain")
         | 
| 776 | 
            +
                    self._RecordValue = params.get("RecordValue")
         | 
| 777 | 
            +
                    self._Weight = params.get("Weight")
         | 
| 778 | 
            +
                    self._MX = params.get("MX")
         | 
| 779 | 
            +
                    self._TTL = params.get("TTL")
         | 
| 898 780 | 
             
                    memeber_set = set(params.keys())
         | 
| 899 781 | 
             
                    for name, value in vars(self).items():
         | 
| 900 782 | 
             
                        property_name = name[1:]
         | 
| @@ -905,73 +787,31 @@ class CreateEndPointRequest(AbstractModel): | |
| 905 787 |  | 
| 906 788 |  | 
| 907 789 |  | 
| 908 | 
            -
            class  | 
| 909 | 
            -
                """ | 
| 790 | 
            +
            class CreatePrivateZoneRecordResponse(AbstractModel):
         | 
| 791 | 
            +
                """CreatePrivateZoneRecord返回参数结构体
         | 
| 910 792 |  | 
| 911 793 | 
             
                """
         | 
| 912 794 |  | 
| 913 795 | 
             
                def __init__(self):
         | 
| 914 796 | 
             
                    r"""
         | 
| 915 | 
            -
                    :param  | 
| 916 | 
            -
                    :type  | 
| 917 | 
            -
                    :param _EndPointName: 终端节点名称
         | 
| 918 | 
            -
                    :type EndPointName: str
         | 
| 919 | 
            -
                    :param _EndPointServiceId: 终端节点服务ID
         | 
| 920 | 
            -
                    :type EndPointServiceId: str
         | 
| 921 | 
            -
                    :param _EndPointVipSet: 终端节点的IP列表
         | 
| 922 | 
            -
                    :type EndPointVipSet: list of str
         | 
| 797 | 
            +
                    :param _RecordId: 记录Id
         | 
| 798 | 
            +
                    :type RecordId: str
         | 
| 923 799 | 
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 924 800 | 
             
                    :type RequestId: str
         | 
| 925 801 | 
             
                    """
         | 
| 926 | 
            -
                    self. | 
| 927 | 
            -
                    self._EndPointName = None
         | 
| 928 | 
            -
                    self._EndPointServiceId = None
         | 
| 929 | 
            -
                    self._EndPointVipSet = None
         | 
| 802 | 
            +
                    self._RecordId = None
         | 
| 930 803 | 
             
                    self._RequestId = None
         | 
| 931 804 |  | 
| 932 805 | 
             
                @property
         | 
| 933 | 
            -
                def  | 
| 934 | 
            -
                    """ | 
| 935 | 
            -
                    :rtype: str
         | 
| 936 | 
            -
                    """
         | 
| 937 | 
            -
                    return self._EndPointId
         | 
| 938 | 
            -
             | 
| 939 | 
            -
                @EndPointId.setter
         | 
| 940 | 
            -
                def EndPointId(self, EndPointId):
         | 
| 941 | 
            -
                    self._EndPointId = EndPointId
         | 
| 942 | 
            -
             | 
| 943 | 
            -
                @property
         | 
| 944 | 
            -
                def EndPointName(self):
         | 
| 945 | 
            -
                    """终端节点名称
         | 
| 946 | 
            -
                    :rtype: str
         | 
| 947 | 
            -
                    """
         | 
| 948 | 
            -
                    return self._EndPointName
         | 
| 949 | 
            -
             | 
| 950 | 
            -
                @EndPointName.setter
         | 
| 951 | 
            -
                def EndPointName(self, EndPointName):
         | 
| 952 | 
            -
                    self._EndPointName = EndPointName
         | 
| 953 | 
            -
             | 
| 954 | 
            -
                @property
         | 
| 955 | 
            -
                def EndPointServiceId(self):
         | 
| 956 | 
            -
                    """终端节点服务ID
         | 
| 806 | 
            +
                def RecordId(self):
         | 
| 807 | 
            +
                    """记录Id
         | 
| 957 808 | 
             
                    :rtype: str
         | 
| 958 809 | 
             
                    """
         | 
| 959 | 
            -
                    return self. | 
| 960 | 
            -
             | 
| 961 | 
            -
                @EndPointServiceId.setter
         | 
| 962 | 
            -
                def EndPointServiceId(self, EndPointServiceId):
         | 
| 963 | 
            -
                    self._EndPointServiceId = EndPointServiceId
         | 
| 964 | 
            -
             | 
| 965 | 
            -
                @property
         | 
| 966 | 
            -
                def EndPointVipSet(self):
         | 
| 967 | 
            -
                    """终端节点的IP列表
         | 
| 968 | 
            -
                    :rtype: list of str
         | 
| 969 | 
            -
                    """
         | 
| 970 | 
            -
                    return self._EndPointVipSet
         | 
| 810 | 
            +
                    return self._RecordId
         | 
| 971 811 |  | 
| 972 | 
            -
                @ | 
| 973 | 
            -
                def  | 
| 974 | 
            -
                    self. | 
| 812 | 
            +
                @RecordId.setter
         | 
| 813 | 
            +
                def RecordId(self, RecordId):
         | 
| 814 | 
            +
                    self._RecordId = RecordId
         | 
| 975 815 |  | 
| 976 816 | 
             
                @property
         | 
| 977 817 | 
             
                def RequestId(self):
         | 
| @@ -986,84 +826,161 @@ class CreateEndPointResponse(AbstractModel): | |
| 986 826 |  | 
| 987 827 |  | 
| 988 828 | 
             
                def _deserialize(self, params):
         | 
| 989 | 
            -
                    self. | 
| 990 | 
            -
                    self._EndPointName = params.get("EndPointName")
         | 
| 991 | 
            -
                    self._EndPointServiceId = params.get("EndPointServiceId")
         | 
| 992 | 
            -
                    self._EndPointVipSet = params.get("EndPointVipSet")
         | 
| 829 | 
            +
                    self._RecordId = params.get("RecordId")
         | 
| 993 830 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 994 831 |  | 
| 995 832 |  | 
| 996 | 
            -
            class  | 
| 997 | 
            -
                """ | 
| 833 | 
            +
            class CreatePrivateZoneRequest(AbstractModel):
         | 
| 834 | 
            +
                """CreatePrivateZone请求参数结构体
         | 
| 998 835 |  | 
| 999 836 | 
             
                """
         | 
| 1000 837 |  | 
| 1001 838 | 
             
                def __init__(self):
         | 
| 1002 839 | 
             
                    r"""
         | 
| 1003 | 
            -
                    :param  | 
| 1004 | 
            -
                    :type  | 
| 1005 | 
            -
                    :param  | 
| 1006 | 
            -
                    :type  | 
| 1007 | 
            -
                    :param  | 
| 1008 | 
            -
                    :type  | 
| 1009 | 
            -
                    :param  | 
| 1010 | 
            -
                    :type  | 
| 840 | 
            +
                    :param _Domain: 域名,格式必须是标准的TLD
         | 
| 841 | 
            +
                    :type Domain: str
         | 
| 842 | 
            +
                    :param _TagSet: 创建私有域的同时,为其打上标签
         | 
| 843 | 
            +
                    :type TagSet: list of TagInfo
         | 
| 844 | 
            +
                    :param _VpcSet: 创建私有域的同时,将其关联至VPC
         | 
| 845 | 
            +
                    :type VpcSet: list of VpcInfo
         | 
| 846 | 
            +
                    :param _Remark: 备注
         | 
| 847 | 
            +
                    :type Remark: str
         | 
| 848 | 
            +
                    :param _DnsForwardStatus: 是否开启子域名递归, ENABLED, DISABLED。默认值为ENABLED
         | 
| 849 | 
            +
                    :type DnsForwardStatus: str
         | 
| 850 | 
            +
                    :param _Vpcs: 创建私有域的同时,将其关联至VPC
         | 
| 851 | 
            +
                    :type Vpcs: list of VpcInfo
         | 
| 852 | 
            +
                    :param _AccountVpcSet: 创建私有域同时绑定关联账号的VPC
         | 
| 853 | 
            +
                    :type AccountVpcSet: list of AccountVpcInfo
         | 
| 854 | 
            +
                    :param _CnameSpeedupStatus: 是否CNAME加速:ENABLED,DISABLED,默认值为ENABLED
         | 
| 855 | 
            +
                    :type CnameSpeedupStatus: str
         | 
| 1011 856 | 
             
                    """
         | 
| 1012 | 
            -
                    self. | 
| 1013 | 
            -
                    self. | 
| 1014 | 
            -
                    self. | 
| 1015 | 
            -
                    self. | 
| 1016 | 
            -
             | 
| 1017 | 
            -
             | 
| 1018 | 
            -
             | 
| 1019 | 
            -
                     | 
| 857 | 
            +
                    self._Domain = None
         | 
| 858 | 
            +
                    self._TagSet = None
         | 
| 859 | 
            +
                    self._VpcSet = None
         | 
| 860 | 
            +
                    self._Remark = None
         | 
| 861 | 
            +
                    self._DnsForwardStatus = None
         | 
| 862 | 
            +
                    self._Vpcs = None
         | 
| 863 | 
            +
                    self._AccountVpcSet = None
         | 
| 864 | 
            +
                    self._CnameSpeedupStatus = None
         | 
| 865 | 
            +
             | 
| 866 | 
            +
                @property
         | 
| 867 | 
            +
                def Domain(self):
         | 
| 868 | 
            +
                    """域名,格式必须是标准的TLD
         | 
| 1020 869 | 
             
                    :rtype: str
         | 
| 1021 870 | 
             
                    """
         | 
| 1022 | 
            -
                    return self. | 
| 871 | 
            +
                    return self._Domain
         | 
| 872 | 
            +
             | 
| 873 | 
            +
                @Domain.setter
         | 
| 874 | 
            +
                def Domain(self, Domain):
         | 
| 875 | 
            +
                    self._Domain = Domain
         | 
| 876 | 
            +
             | 
| 877 | 
            +
                @property
         | 
| 878 | 
            +
                def TagSet(self):
         | 
| 879 | 
            +
                    """创建私有域的同时,为其打上标签
         | 
| 880 | 
            +
                    :rtype: list of TagInfo
         | 
| 881 | 
            +
                    """
         | 
| 882 | 
            +
                    return self._TagSet
         | 
| 883 | 
            +
             | 
| 884 | 
            +
                @TagSet.setter
         | 
| 885 | 
            +
                def TagSet(self, TagSet):
         | 
| 886 | 
            +
                    self._TagSet = TagSet
         | 
| 887 | 
            +
             | 
| 888 | 
            +
                @property
         | 
| 889 | 
            +
                def VpcSet(self):
         | 
| 890 | 
            +
                    """创建私有域的同时,将其关联至VPC
         | 
| 891 | 
            +
                    :rtype: list of VpcInfo
         | 
| 892 | 
            +
                    """
         | 
| 893 | 
            +
                    return self._VpcSet
         | 
| 1023 894 |  | 
| 1024 | 
            -
                @ | 
| 1025 | 
            -
                def  | 
| 1026 | 
            -
                    self. | 
| 895 | 
            +
                @VpcSet.setter
         | 
| 896 | 
            +
                def VpcSet(self, VpcSet):
         | 
| 897 | 
            +
                    self._VpcSet = VpcSet
         | 
| 1027 898 |  | 
| 1028 899 | 
             
                @property
         | 
| 1029 | 
            -
                def  | 
| 1030 | 
            -
                    """ | 
| 900 | 
            +
                def Remark(self):
         | 
| 901 | 
            +
                    """备注
         | 
| 1031 902 | 
             
                    :rtype: str
         | 
| 1032 903 | 
             
                    """
         | 
| 1033 | 
            -
                    return self. | 
| 904 | 
            +
                    return self._Remark
         | 
| 1034 905 |  | 
| 1035 | 
            -
                @ | 
| 1036 | 
            -
                def  | 
| 1037 | 
            -
                    self. | 
| 906 | 
            +
                @Remark.setter
         | 
| 907 | 
            +
                def Remark(self, Remark):
         | 
| 908 | 
            +
                    self._Remark = Remark
         | 
| 1038 909 |  | 
| 1039 910 | 
             
                @property
         | 
| 1040 | 
            -
                def  | 
| 1041 | 
            -
                    """ | 
| 911 | 
            +
                def DnsForwardStatus(self):
         | 
| 912 | 
            +
                    """是否开启子域名递归, ENABLED, DISABLED。默认值为ENABLED
         | 
| 1042 913 | 
             
                    :rtype: str
         | 
| 1043 914 | 
             
                    """
         | 
| 1044 | 
            -
                    return self. | 
| 915 | 
            +
                    return self._DnsForwardStatus
         | 
| 1045 916 |  | 
| 1046 | 
            -
                @ | 
| 1047 | 
            -
                def  | 
| 1048 | 
            -
                    self. | 
| 917 | 
            +
                @DnsForwardStatus.setter
         | 
| 918 | 
            +
                def DnsForwardStatus(self, DnsForwardStatus):
         | 
| 919 | 
            +
                    self._DnsForwardStatus = DnsForwardStatus
         | 
| 920 | 
            +
             | 
| 921 | 
            +
                @property
         | 
| 922 | 
            +
                def Vpcs(self):
         | 
| 923 | 
            +
                    """创建私有域的同时,将其关联至VPC
         | 
| 924 | 
            +
                    :rtype: list of VpcInfo
         | 
| 925 | 
            +
                    """
         | 
| 926 | 
            +
                    return self._Vpcs
         | 
| 927 | 
            +
             | 
| 928 | 
            +
                @Vpcs.setter
         | 
| 929 | 
            +
                def Vpcs(self, Vpcs):
         | 
| 930 | 
            +
                    self._Vpcs = Vpcs
         | 
| 931 | 
            +
             | 
| 932 | 
            +
                @property
         | 
| 933 | 
            +
                def AccountVpcSet(self):
         | 
| 934 | 
            +
                    """创建私有域同时绑定关联账号的VPC
         | 
| 935 | 
            +
                    :rtype: list of AccountVpcInfo
         | 
| 936 | 
            +
                    """
         | 
| 937 | 
            +
                    return self._AccountVpcSet
         | 
| 938 | 
            +
             | 
| 939 | 
            +
                @AccountVpcSet.setter
         | 
| 940 | 
            +
                def AccountVpcSet(self, AccountVpcSet):
         | 
| 941 | 
            +
                    self._AccountVpcSet = AccountVpcSet
         | 
| 1049 942 |  | 
| 1050 943 | 
             
                @property
         | 
| 1051 | 
            -
                def  | 
| 1052 | 
            -
                    """ | 
| 944 | 
            +
                def CnameSpeedupStatus(self):
         | 
| 945 | 
            +
                    """是否CNAME加速:ENABLED,DISABLED,默认值为ENABLED
         | 
| 1053 946 | 
             
                    :rtype: str
         | 
| 1054 947 | 
             
                    """
         | 
| 1055 | 
            -
                    return self. | 
| 948 | 
            +
                    return self._CnameSpeedupStatus
         | 
| 1056 949 |  | 
| 1057 | 
            -
                @ | 
| 1058 | 
            -
                def  | 
| 1059 | 
            -
                    self. | 
| 950 | 
            +
                @CnameSpeedupStatus.setter
         | 
| 951 | 
            +
                def CnameSpeedupStatus(self, CnameSpeedupStatus):
         | 
| 952 | 
            +
                    self._CnameSpeedupStatus = CnameSpeedupStatus
         | 
| 1060 953 |  | 
| 1061 954 |  | 
| 1062 955 | 
             
                def _deserialize(self, params):
         | 
| 1063 | 
            -
                    self. | 
| 1064 | 
            -
                     | 
| 1065 | 
            -
             | 
| 1066 | 
            -
             | 
| 956 | 
            +
                    self._Domain = params.get("Domain")
         | 
| 957 | 
            +
                    if params.get("TagSet") is not None:
         | 
| 958 | 
            +
                        self._TagSet = []
         | 
| 959 | 
            +
                        for item in params.get("TagSet"):
         | 
| 960 | 
            +
                            obj = TagInfo()
         | 
| 961 | 
            +
                            obj._deserialize(item)
         | 
| 962 | 
            +
                            self._TagSet.append(obj)
         | 
| 963 | 
            +
                    if params.get("VpcSet") is not None:
         | 
| 964 | 
            +
                        self._VpcSet = []
         | 
| 965 | 
            +
                        for item in params.get("VpcSet"):
         | 
| 966 | 
            +
                            obj = VpcInfo()
         | 
| 967 | 
            +
                            obj._deserialize(item)
         | 
| 968 | 
            +
                            self._VpcSet.append(obj)
         | 
| 969 | 
            +
                    self._Remark = params.get("Remark")
         | 
| 970 | 
            +
                    self._DnsForwardStatus = params.get("DnsForwardStatus")
         | 
| 971 | 
            +
                    if params.get("Vpcs") is not None:
         | 
| 972 | 
            +
                        self._Vpcs = []
         | 
| 973 | 
            +
                        for item in params.get("Vpcs"):
         | 
| 974 | 
            +
                            obj = VpcInfo()
         | 
| 975 | 
            +
                            obj._deserialize(item)
         | 
| 976 | 
            +
                            self._Vpcs.append(obj)
         | 
| 977 | 
            +
                    if params.get("AccountVpcSet") is not None:
         | 
| 978 | 
            +
                        self._AccountVpcSet = []
         | 
| 979 | 
            +
                        for item in params.get("AccountVpcSet"):
         | 
| 980 | 
            +
                            obj = AccountVpcInfo()
         | 
| 981 | 
            +
                            obj._deserialize(item)
         | 
| 982 | 
            +
                            self._AccountVpcSet.append(obj)
         | 
| 983 | 
            +
                    self._CnameSpeedupStatus = params.get("CnameSpeedupStatus")
         | 
| 1067 984 | 
             
                    memeber_set = set(params.keys())
         | 
| 1068 985 | 
             
                    for name, value in vars(self).items():
         | 
| 1069 986 | 
             
                        property_name = name[1:]
         | 
| @@ -1074,69 +991,27 @@ class CreateForwardRuleRequest(AbstractModel): | |
| 1074 991 |  | 
| 1075 992 |  | 
| 1076 993 |  | 
| 1077 | 
            -
            class  | 
| 1078 | 
            -
                """ | 
| 994 | 
            +
            class CreatePrivateZoneResponse(AbstractModel):
         | 
| 995 | 
            +
                """CreatePrivateZone返回参数结构体
         | 
| 1079 996 |  | 
| 1080 997 | 
             
                """
         | 
| 1081 998 |  | 
| 1082 999 | 
             
                def __init__(self):
         | 
| 1083 1000 | 
             
                    r"""
         | 
| 1084 | 
            -
                    :param  | 
| 1085 | 
            -
                    :type RuleId: str
         | 
| 1086 | 
            -
                    :param _RuleName: 转发规则名称
         | 
| 1087 | 
            -
                    :type RuleName: str
         | 
| 1088 | 
            -
                    :param _RuleType: 转发规则类型
         | 
| 1089 | 
            -
                    :type RuleType: str
         | 
| 1090 | 
            -
                    :param _ZoneId: 私有域ID
         | 
| 1001 | 
            +
                    :param _ZoneId: 私有域ID, zone-xxxxxx
         | 
| 1091 1002 | 
             
                    :type ZoneId: str
         | 
| 1092 | 
            -
                    :param  | 
| 1093 | 
            -
                    :type  | 
| 1003 | 
            +
                    :param _Domain: 私有域名
         | 
| 1004 | 
            +
                    :type Domain: str
         | 
| 1094 1005 | 
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1095 1006 | 
             
                    :type RequestId: str
         | 
| 1096 1007 | 
             
                    """
         | 
| 1097 | 
            -
                    self._RuleId = None
         | 
| 1098 | 
            -
                    self._RuleName = None
         | 
| 1099 | 
            -
                    self._RuleType = None
         | 
| 1100 1008 | 
             
                    self._ZoneId = None
         | 
| 1101 | 
            -
                    self. | 
| 1009 | 
            +
                    self._Domain = None
         | 
| 1102 1010 | 
             
                    self._RequestId = None
         | 
| 1103 1011 |  | 
| 1104 | 
            -
                @property
         | 
| 1105 | 
            -
                def RuleId(self):
         | 
| 1106 | 
            -
                    """转发规则ID
         | 
| 1107 | 
            -
                    :rtype: str
         | 
| 1108 | 
            -
                    """
         | 
| 1109 | 
            -
                    return self._RuleId
         | 
| 1110 | 
            -
             | 
| 1111 | 
            -
                @RuleId.setter
         | 
| 1112 | 
            -
                def RuleId(self, RuleId):
         | 
| 1113 | 
            -
                    self._RuleId = RuleId
         | 
| 1114 | 
            -
             | 
| 1115 | 
            -
                @property
         | 
| 1116 | 
            -
                def RuleName(self):
         | 
| 1117 | 
            -
                    """转发规则名称
         | 
| 1118 | 
            -
                    :rtype: str
         | 
| 1119 | 
            -
                    """
         | 
| 1120 | 
            -
                    return self._RuleName
         | 
| 1121 | 
            -
             | 
| 1122 | 
            -
                @RuleName.setter
         | 
| 1123 | 
            -
                def RuleName(self, RuleName):
         | 
| 1124 | 
            -
                    self._RuleName = RuleName
         | 
| 1125 | 
            -
             | 
| 1126 | 
            -
                @property
         | 
| 1127 | 
            -
                def RuleType(self):
         | 
| 1128 | 
            -
                    """转发规则类型
         | 
| 1129 | 
            -
                    :rtype: str
         | 
| 1130 | 
            -
                    """
         | 
| 1131 | 
            -
                    return self._RuleType
         | 
| 1132 | 
            -
             | 
| 1133 | 
            -
                @RuleType.setter
         | 
| 1134 | 
            -
                def RuleType(self, RuleType):
         | 
| 1135 | 
            -
                    self._RuleType = RuleType
         | 
| 1136 | 
            -
             | 
| 1137 1012 | 
             
                @property
         | 
| 1138 1013 | 
             
                def ZoneId(self):
         | 
| 1139 | 
            -
                    """私有域ID
         | 
| 1014 | 
            +
                    """私有域ID, zone-xxxxxx
         | 
| 1140 1015 | 
             
                    :rtype: str
         | 
| 1141 1016 | 
             
                    """
         | 
| 1142 1017 | 
             
                    return self._ZoneId
         | 
| @@ -1146,15 +1021,15 @@ class CreateForwardRuleResponse(AbstractModel): | |
| 1146 1021 | 
             
                    self._ZoneId = ZoneId
         | 
| 1147 1022 |  | 
| 1148 1023 | 
             
                @property
         | 
| 1149 | 
            -
                def  | 
| 1150 | 
            -
                    """ | 
| 1024 | 
            +
                def Domain(self):
         | 
| 1025 | 
            +
                    """私有域名
         | 
| 1151 1026 | 
             
                    :rtype: str
         | 
| 1152 1027 | 
             
                    """
         | 
| 1153 | 
            -
                    return self. | 
| 1028 | 
            +
                    return self._Domain
         | 
| 1154 1029 |  | 
| 1155 | 
            -
                @ | 
| 1156 | 
            -
                def  | 
| 1157 | 
            -
                    self. | 
| 1030 | 
            +
                @Domain.setter
         | 
| 1031 | 
            +
                def Domain(self, Domain):
         | 
| 1032 | 
            +
                    self._Domain = Domain
         | 
| 1158 1033 |  | 
| 1159 1034 | 
             
                @property
         | 
| 1160 1035 | 
             
                def RequestId(self):
         | 
| @@ -1169,16 +1044,64 @@ class CreateForwardRuleResponse(AbstractModel): | |
| 1169 1044 |  | 
| 1170 1045 |  | 
| 1171 1046 | 
             
                def _deserialize(self, params):
         | 
| 1172 | 
            -
                    self._RuleId = params.get("RuleId")
         | 
| 1173 | 
            -
                    self._RuleName = params.get("RuleName")
         | 
| 1174 | 
            -
                    self._RuleType = params.get("RuleType")
         | 
| 1175 1047 | 
             
                    self._ZoneId = params.get("ZoneId")
         | 
| 1176 | 
            -
                    self. | 
| 1048 | 
            +
                    self._Domain = params.get("Domain")
         | 
| 1177 1049 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 1178 1050 |  | 
| 1179 1051 |  | 
| 1180 | 
            -
            class  | 
| 1181 | 
            -
                """ | 
| 1052 | 
            +
            class DatePoint(AbstractModel):
         | 
| 1053 | 
            +
                """时间统计值
         | 
| 1054 | 
            +
             | 
| 1055 | 
            +
                """
         | 
| 1056 | 
            +
             | 
| 1057 | 
            +
                def __init__(self):
         | 
| 1058 | 
            +
                    r"""
         | 
| 1059 | 
            +
                    :param _Date: 时间
         | 
| 1060 | 
            +
                    :type Date: str
         | 
| 1061 | 
            +
                    :param _Value: 值
         | 
| 1062 | 
            +
                    :type Value: int
         | 
| 1063 | 
            +
                    """
         | 
| 1064 | 
            +
                    self._Date = None
         | 
| 1065 | 
            +
                    self._Value = None
         | 
| 1066 | 
            +
             | 
| 1067 | 
            +
                @property
         | 
| 1068 | 
            +
                def Date(self):
         | 
| 1069 | 
            +
                    """时间
         | 
| 1070 | 
            +
                    :rtype: str
         | 
| 1071 | 
            +
                    """
         | 
| 1072 | 
            +
                    return self._Date
         | 
| 1073 | 
            +
             | 
| 1074 | 
            +
                @Date.setter
         | 
| 1075 | 
            +
                def Date(self, Date):
         | 
| 1076 | 
            +
                    self._Date = Date
         | 
| 1077 | 
            +
             | 
| 1078 | 
            +
                @property
         | 
| 1079 | 
            +
                def Value(self):
         | 
| 1080 | 
            +
                    """值
         | 
| 1081 | 
            +
                    :rtype: int
         | 
| 1082 | 
            +
                    """
         | 
| 1083 | 
            +
                    return self._Value
         | 
| 1084 | 
            +
             | 
| 1085 | 
            +
                @Value.setter
         | 
| 1086 | 
            +
                def Value(self, Value):
         | 
| 1087 | 
            +
                    self._Value = Value
         | 
| 1088 | 
            +
             | 
| 1089 | 
            +
             | 
| 1090 | 
            +
                def _deserialize(self, params):
         | 
| 1091 | 
            +
                    self._Date = params.get("Date")
         | 
| 1092 | 
            +
                    self._Value = params.get("Value")
         | 
| 1093 | 
            +
                    memeber_set = set(params.keys())
         | 
| 1094 | 
            +
                    for name, value in vars(self).items():
         | 
| 1095 | 
            +
                        property_name = name[1:]
         | 
| 1096 | 
            +
                        if property_name in memeber_set:
         | 
| 1097 | 
            +
                            memeber_set.remove(property_name)
         | 
| 1098 | 
            +
                    if len(memeber_set) > 0:
         | 
| 1099 | 
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 1100 | 
            +
                    
         | 
| 1101 | 
            +
             | 
| 1102 | 
            +
             | 
| 1103 | 
            +
            class DeletePrivateDNSAccountRequest(AbstractModel):
         | 
| 1104 | 
            +
                """DeletePrivateDNSAccount请求参数结构体
         | 
| 1182 1105 |  | 
| 1183 1106 | 
             
                """
         | 
| 1184 1107 |  | 
| @@ -1215,8 +1138,8 @@ class CreatePrivateDNSAccountRequest(AbstractModel): | |
| 1215 1138 |  | 
| 1216 1139 |  | 
| 1217 1140 |  | 
| 1218 | 
            -
            class  | 
| 1219 | 
            -
                """ | 
| 1141 | 
            +
            class DeletePrivateDNSAccountResponse(AbstractModel):
         | 
| 1142 | 
            +
                """DeletePrivateDNSAccount返回参数结构体
         | 
| 1220 1143 |  | 
| 1221 1144 | 
             
                """
         | 
| 1222 1145 |  | 
| @@ -1243,8 +1166,8 @@ class CreatePrivateDNSAccountResponse(AbstractModel): | |
| 1243 1166 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 1244 1167 |  | 
| 1245 1168 |  | 
| 1246 | 
            -
            class  | 
| 1247 | 
            -
                """ | 
| 1169 | 
            +
            class DeletePrivateZoneRecordRequest(AbstractModel):
         | 
| 1170 | 
            +
                """DeletePrivateZoneRecord请求参数结构体
         | 
| 1248 1171 |  | 
| 1249 1172 | 
             
                """
         | 
| 1250 1173 |  | 
| @@ -1252,26 +1175,14 @@ class CreatePrivateZoneRecordRequest(AbstractModel): | |
| 1252 1175 | 
             
                    r"""
         | 
| 1253 1176 | 
             
                    :param _ZoneId: 私有域ID
         | 
| 1254 1177 | 
             
                    :type ZoneId: str
         | 
| 1255 | 
            -
                    :param  | 
| 1256 | 
            -
                    :type  | 
| 1257 | 
            -
                    :param  | 
| 1258 | 
            -
                    :type  | 
| 1259 | 
            -
                    :param _RecordValue: 记录值,例如 IP:192.168.10.2,CNAME:cname.qcloud.com.,MX:mail.qcloud.com.
         | 
| 1260 | 
            -
                    :type RecordValue: str
         | 
| 1261 | 
            -
                    :param _Weight: 记录权重,值为1-100
         | 
| 1262 | 
            -
                    :type Weight: int
         | 
| 1263 | 
            -
                    :param _MX: MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
         | 
| 1264 | 
            -
                    :type MX: int
         | 
| 1265 | 
            -
                    :param _TTL: 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
         | 
| 1266 | 
            -
                    :type TTL: int
         | 
| 1178 | 
            +
                    :param _RecordId: 记录ID(调用DescribePrivateZoneRecordList可获取到RecordId)
         | 
| 1179 | 
            +
                    :type RecordId: str
         | 
| 1180 | 
            +
                    :param _RecordIdSet: 记录ID数组,RecordId 优先
         | 
| 1181 | 
            +
                    :type RecordIdSet: list of str
         | 
| 1267 1182 | 
             
                    """
         | 
| 1268 1183 | 
             
                    self._ZoneId = None
         | 
| 1269 | 
            -
                    self. | 
| 1270 | 
            -
                    self. | 
| 1271 | 
            -
                    self._RecordValue = None
         | 
| 1272 | 
            -
                    self._Weight = None
         | 
| 1273 | 
            -
                    self._MX = None
         | 
| 1274 | 
            -
                    self._TTL = None
         | 
| 1184 | 
            +
                    self._RecordId = None
         | 
| 1185 | 
            +
                    self._RecordIdSet = None
         | 
| 1275 1186 |  | 
| 1276 1187 | 
             
                @property
         | 
| 1277 1188 | 
             
                def ZoneId(self):
         | 
| @@ -1285,80 +1196,111 @@ class CreatePrivateZoneRecordRequest(AbstractModel): | |
| 1285 1196 | 
             
                    self._ZoneId = ZoneId
         | 
| 1286 1197 |  | 
| 1287 1198 | 
             
                @property
         | 
| 1288 | 
            -
                def  | 
| 1289 | 
            -
                    """ | 
| 1199 | 
            +
                def RecordId(self):
         | 
| 1200 | 
            +
                    """记录ID(调用DescribePrivateZoneRecordList可获取到RecordId)
         | 
| 1290 1201 | 
             
                    :rtype: str
         | 
| 1291 1202 | 
             
                    """
         | 
| 1292 | 
            -
                    return self. | 
| 1203 | 
            +
                    return self._RecordId
         | 
| 1293 1204 |  | 
| 1294 | 
            -
                @ | 
| 1295 | 
            -
                def  | 
| 1296 | 
            -
                    self. | 
| 1205 | 
            +
                @RecordId.setter
         | 
| 1206 | 
            +
                def RecordId(self, RecordId):
         | 
| 1207 | 
            +
                    self._RecordId = RecordId
         | 
| 1297 1208 |  | 
| 1298 1209 | 
             
                @property
         | 
| 1299 | 
            -
                def  | 
| 1300 | 
            -
                    """ | 
| 1301 | 
            -
                    :rtype: str
         | 
| 1210 | 
            +
                def RecordIdSet(self):
         | 
| 1211 | 
            +
                    """记录ID数组,RecordId 优先
         | 
| 1212 | 
            +
                    :rtype: list of str
         | 
| 1302 1213 | 
             
                    """
         | 
| 1303 | 
            -
                    return self. | 
| 1304 | 
            -
             | 
| 1305 | 
            -
                @SubDomain.setter
         | 
| 1306 | 
            -
                def SubDomain(self, SubDomain):
         | 
| 1307 | 
            -
                    self._SubDomain = SubDomain
         | 
| 1214 | 
            +
                    return self._RecordIdSet
         | 
| 1308 1215 |  | 
| 1309 | 
            -
                @ | 
| 1310 | 
            -
                def  | 
| 1311 | 
            -
                     | 
| 1312 | 
            -
                    :rtype: str
         | 
| 1313 | 
            -
                    """
         | 
| 1314 | 
            -
                    return self._RecordValue
         | 
| 1216 | 
            +
                @RecordIdSet.setter
         | 
| 1217 | 
            +
                def RecordIdSet(self, RecordIdSet):
         | 
| 1218 | 
            +
                    self._RecordIdSet = RecordIdSet
         | 
| 1315 1219 |  | 
| 1316 | 
            -
             | 
| 1317 | 
            -
                def  | 
| 1318 | 
            -
                    self. | 
| 1220 | 
            +
             | 
| 1221 | 
            +
                def _deserialize(self, params):
         | 
| 1222 | 
            +
                    self._ZoneId = params.get("ZoneId")
         | 
| 1223 | 
            +
                    self._RecordId = params.get("RecordId")
         | 
| 1224 | 
            +
                    self._RecordIdSet = params.get("RecordIdSet")
         | 
| 1225 | 
            +
                    memeber_set = set(params.keys())
         | 
| 1226 | 
            +
                    for name, value in vars(self).items():
         | 
| 1227 | 
            +
                        property_name = name[1:]
         | 
| 1228 | 
            +
                        if property_name in memeber_set:
         | 
| 1229 | 
            +
                            memeber_set.remove(property_name)
         | 
| 1230 | 
            +
                    if len(memeber_set) > 0:
         | 
| 1231 | 
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 1232 | 
            +
                    
         | 
| 1233 | 
            +
             | 
| 1234 | 
            +
             | 
| 1235 | 
            +
            class DeletePrivateZoneRecordResponse(AbstractModel):
         | 
| 1236 | 
            +
                """DeletePrivateZoneRecord返回参数结构体
         | 
| 1237 | 
            +
             | 
| 1238 | 
            +
                """
         | 
| 1239 | 
            +
             | 
| 1240 | 
            +
                def __init__(self):
         | 
| 1241 | 
            +
                    r"""
         | 
| 1242 | 
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1243 | 
            +
                    :type RequestId: str
         | 
| 1244 | 
            +
                    """
         | 
| 1245 | 
            +
                    self._RequestId = None
         | 
| 1319 1246 |  | 
| 1320 1247 | 
             
                @property
         | 
| 1321 | 
            -
                def  | 
| 1322 | 
            -
                    """ | 
| 1323 | 
            -
                    :rtype:  | 
| 1248 | 
            +
                def RequestId(self):
         | 
| 1249 | 
            +
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1250 | 
            +
                    :rtype: str
         | 
| 1324 1251 | 
             
                    """
         | 
| 1325 | 
            -
                    return self. | 
| 1252 | 
            +
                    return self._RequestId
         | 
| 1326 1253 |  | 
| 1327 | 
            -
                @ | 
| 1328 | 
            -
                def  | 
| 1329 | 
            -
                    self. | 
| 1254 | 
            +
                @RequestId.setter
         | 
| 1255 | 
            +
                def RequestId(self, RequestId):
         | 
| 1256 | 
            +
                    self._RequestId = RequestId
         | 
| 1257 | 
            +
             | 
| 1258 | 
            +
             | 
| 1259 | 
            +
                def _deserialize(self, params):
         | 
| 1260 | 
            +
                    self._RequestId = params.get("RequestId")
         | 
| 1261 | 
            +
             | 
| 1262 | 
            +
             | 
| 1263 | 
            +
            class DeletePrivateZoneRequest(AbstractModel):
         | 
| 1264 | 
            +
                """DeletePrivateZone请求参数结构体
         | 
| 1265 | 
            +
             | 
| 1266 | 
            +
                """
         | 
| 1267 | 
            +
             | 
| 1268 | 
            +
                def __init__(self):
         | 
| 1269 | 
            +
                    r"""
         | 
| 1270 | 
            +
                    :param _ZoneId: 私有域ID
         | 
| 1271 | 
            +
                    :type ZoneId: str
         | 
| 1272 | 
            +
                    :param _ZoneIdSet: 私有域ID数组,ZoneId 优先
         | 
| 1273 | 
            +
                    :type ZoneIdSet: list of str
         | 
| 1274 | 
            +
                    """
         | 
| 1275 | 
            +
                    self._ZoneId = None
         | 
| 1276 | 
            +
                    self._ZoneIdSet = None
         | 
| 1330 1277 |  | 
| 1331 1278 | 
             
                @property
         | 
| 1332 | 
            -
                def  | 
| 1333 | 
            -
                    """ | 
| 1334 | 
            -
                    :rtype:  | 
| 1279 | 
            +
                def ZoneId(self):
         | 
| 1280 | 
            +
                    """私有域ID
         | 
| 1281 | 
            +
                    :rtype: str
         | 
| 1335 1282 | 
             
                    """
         | 
| 1336 | 
            -
                    return self. | 
| 1283 | 
            +
                    return self._ZoneId
         | 
| 1337 1284 |  | 
| 1338 | 
            -
                @ | 
| 1339 | 
            -
                def  | 
| 1340 | 
            -
                    self. | 
| 1285 | 
            +
                @ZoneId.setter
         | 
| 1286 | 
            +
                def ZoneId(self, ZoneId):
         | 
| 1287 | 
            +
                    self._ZoneId = ZoneId
         | 
| 1341 1288 |  | 
| 1342 1289 | 
             
                @property
         | 
| 1343 | 
            -
                def  | 
| 1344 | 
            -
                    """ | 
| 1345 | 
            -
                    :rtype:  | 
| 1290 | 
            +
                def ZoneIdSet(self):
         | 
| 1291 | 
            +
                    """私有域ID数组,ZoneId 优先
         | 
| 1292 | 
            +
                    :rtype: list of str
         | 
| 1346 1293 | 
             
                    """
         | 
| 1347 | 
            -
                    return self. | 
| 1294 | 
            +
                    return self._ZoneIdSet
         | 
| 1348 1295 |  | 
| 1349 | 
            -
                @ | 
| 1350 | 
            -
                def  | 
| 1351 | 
            -
                    self. | 
| 1296 | 
            +
                @ZoneIdSet.setter
         | 
| 1297 | 
            +
                def ZoneIdSet(self, ZoneIdSet):
         | 
| 1298 | 
            +
                    self._ZoneIdSet = ZoneIdSet
         | 
| 1352 1299 |  | 
| 1353 1300 |  | 
| 1354 1301 | 
             
                def _deserialize(self, params):
         | 
| 1355 1302 | 
             
                    self._ZoneId = params.get("ZoneId")
         | 
| 1356 | 
            -
                    self. | 
| 1357 | 
            -
                    self._SubDomain = params.get("SubDomain")
         | 
| 1358 | 
            -
                    self._RecordValue = params.get("RecordValue")
         | 
| 1359 | 
            -
                    self._Weight = params.get("Weight")
         | 
| 1360 | 
            -
                    self._MX = params.get("MX")
         | 
| 1361 | 
            -
                    self._TTL = params.get("TTL")
         | 
| 1303 | 
            +
                    self._ZoneIdSet = params.get("ZoneIdSet")
         | 
| 1362 1304 | 
             
                    memeber_set = set(params.keys())
         | 
| 1363 1305 | 
             
                    for name, value in vars(self).items():
         | 
| 1364 1306 | 
             
                        property_name = name[1:]
         | 
| @@ -1369,32 +1311,18 @@ class CreatePrivateZoneRecordRequest(AbstractModel): | |
| 1369 1311 |  | 
| 1370 1312 |  | 
| 1371 1313 |  | 
| 1372 | 
            -
            class  | 
| 1373 | 
            -
                """ | 
| 1314 | 
            +
            class DeletePrivateZoneResponse(AbstractModel):
         | 
| 1315 | 
            +
                """DeletePrivateZone返回参数结构体
         | 
| 1374 1316 |  | 
| 1375 1317 | 
             
                """
         | 
| 1376 1318 |  | 
| 1377 1319 | 
             
                def __init__(self):
         | 
| 1378 1320 | 
             
                    r"""
         | 
| 1379 | 
            -
                    :param _RecordId: 记录Id
         | 
| 1380 | 
            -
                    :type RecordId: str
         | 
| 1381 1321 | 
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1382 1322 | 
             
                    :type RequestId: str
         | 
| 1383 1323 | 
             
                    """
         | 
| 1384 | 
            -
                    self._RecordId = None
         | 
| 1385 1324 | 
             
                    self._RequestId = None
         | 
| 1386 1325 |  | 
| 1387 | 
            -
                @property
         | 
| 1388 | 
            -
                def RecordId(self):
         | 
| 1389 | 
            -
                    """记录Id
         | 
| 1390 | 
            -
                    :rtype: str
         | 
| 1391 | 
            -
                    """
         | 
| 1392 | 
            -
                    return self._RecordId
         | 
| 1393 | 
            -
             | 
| 1394 | 
            -
                @RecordId.setter
         | 
| 1395 | 
            -
                def RecordId(self, RecordId):
         | 
| 1396 | 
            -
                    self._RecordId = RecordId
         | 
| 1397 | 
            -
             | 
| 1398 1326 | 
             
                @property
         | 
| 1399 1327 | 
             
                def RequestId(self):
         | 
| 1400 1328 | 
             
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| @@ -1408,68 +1336,44 @@ class CreatePrivateZoneRecordResponse(AbstractModel): | |
| 1408 1336 |  | 
| 1409 1337 |  | 
| 1410 1338 | 
             
                def _deserialize(self, params):
         | 
| 1411 | 
            -
                    self._RecordId = params.get("RecordId")
         | 
| 1412 1339 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 1413 1340 |  | 
| 1414 1341 |  | 
| 1415 | 
            -
            class  | 
| 1416 | 
            -
                """ | 
| 1342 | 
            +
            class DeleteSpecifyPrivateZoneVpcRequest(AbstractModel):
         | 
| 1343 | 
            +
                """DeleteSpecifyPrivateZoneVpc请求参数结构体
         | 
| 1417 1344 |  | 
| 1418 1345 | 
             
                """
         | 
| 1419 1346 |  | 
| 1420 1347 | 
             
                def __init__(self):
         | 
| 1421 1348 | 
             
                    r"""
         | 
| 1422 | 
            -
                    :param  | 
| 1423 | 
            -
                    :type  | 
| 1424 | 
            -
                    :param  | 
| 1425 | 
            -
                    :type TagSet: list of TagInfo
         | 
| 1426 | 
            -
                    :param _VpcSet: 创建私有域的同时,将其关联至VPC
         | 
| 1349 | 
            +
                    :param _ZoneId: 私有域id
         | 
| 1350 | 
            +
                    :type ZoneId: str
         | 
| 1351 | 
            +
                    :param _VpcSet: 本次删除的VPC
         | 
| 1427 1352 | 
             
                    :type VpcSet: list of VpcInfo
         | 
| 1428 | 
            -
                    :param  | 
| 1429 | 
            -
                    :type Remark: str
         | 
| 1430 | 
            -
                    :param _DnsForwardStatus: 是否开启子域名递归, ENABLED, DISABLED。默认值为ENABLED
         | 
| 1431 | 
            -
                    :type DnsForwardStatus: str
         | 
| 1432 | 
            -
                    :param _Vpcs: 创建私有域的同时,将其关联至VPC
         | 
| 1433 | 
            -
                    :type Vpcs: list of VpcInfo
         | 
| 1434 | 
            -
                    :param _AccountVpcSet: 创建私有域同时绑定关联账号的VPC
         | 
| 1353 | 
            +
                    :param _AccountVpcSet: 本次删除的关联账户VPC
         | 
| 1435 1354 | 
             
                    :type AccountVpcSet: list of AccountVpcInfo
         | 
| 1436 | 
            -
                    :param  | 
| 1437 | 
            -
                    :type  | 
| 1355 | 
            +
                    :param _Sync: 是否为同步操作
         | 
| 1356 | 
            +
                    :type Sync: bool
         | 
| 1438 1357 | 
             
                    """
         | 
| 1439 | 
            -
                    self. | 
| 1440 | 
            -
                    self._TagSet = None
         | 
| 1358 | 
            +
                    self._ZoneId = None
         | 
| 1441 1359 | 
             
                    self._VpcSet = None
         | 
| 1442 | 
            -
                    self._Remark = None
         | 
| 1443 | 
            -
                    self._DnsForwardStatus = None
         | 
| 1444 | 
            -
                    self._Vpcs = None
         | 
| 1445 1360 | 
             
                    self._AccountVpcSet = None
         | 
| 1446 | 
            -
                    self. | 
| 1361 | 
            +
                    self._Sync = None
         | 
| 1447 1362 |  | 
| 1448 1363 | 
             
                @property
         | 
| 1449 | 
            -
                def  | 
| 1450 | 
            -
                    """ | 
| 1364 | 
            +
                def ZoneId(self):
         | 
| 1365 | 
            +
                    """私有域id
         | 
| 1451 1366 | 
             
                    :rtype: str
         | 
| 1452 1367 | 
             
                    """
         | 
| 1453 | 
            -
                    return self. | 
| 1454 | 
            -
             | 
| 1455 | 
            -
                @Domain.setter
         | 
| 1456 | 
            -
                def Domain(self, Domain):
         | 
| 1457 | 
            -
                    self._Domain = Domain
         | 
| 1458 | 
            -
             | 
| 1459 | 
            -
                @property
         | 
| 1460 | 
            -
                def TagSet(self):
         | 
| 1461 | 
            -
                    """创建私有域的同时,为其打上标签
         | 
| 1462 | 
            -
                    :rtype: list of TagInfo
         | 
| 1463 | 
            -
                    """
         | 
| 1464 | 
            -
                    return self._TagSet
         | 
| 1368 | 
            +
                    return self._ZoneId
         | 
| 1465 1369 |  | 
| 1466 | 
            -
                @ | 
| 1467 | 
            -
                def  | 
| 1468 | 
            -
                    self. | 
| 1370 | 
            +
                @ZoneId.setter
         | 
| 1371 | 
            +
                def ZoneId(self, ZoneId):
         | 
| 1372 | 
            +
                    self._ZoneId = ZoneId
         | 
| 1469 1373 |  | 
| 1470 1374 | 
             
                @property
         | 
| 1471 1375 | 
             
                def VpcSet(self):
         | 
| 1472 | 
            -
                    """ | 
| 1376 | 
            +
                    """本次删除的VPC
         | 
| 1473 1377 | 
             
                    :rtype: list of VpcInfo
         | 
| 1474 1378 | 
             
                    """
         | 
| 1475 1379 | 
             
                    return self._VpcSet
         | 
| @@ -1478,42 +1382,9 @@ class CreatePrivateZoneRequest(AbstractModel): | |
| 1478 1382 | 
             
                def VpcSet(self, VpcSet):
         | 
| 1479 1383 | 
             
                    self._VpcSet = VpcSet
         | 
| 1480 1384 |  | 
| 1481 | 
            -
                @property
         | 
| 1482 | 
            -
                def Remark(self):
         | 
| 1483 | 
            -
                    """备注
         | 
| 1484 | 
            -
                    :rtype: str
         | 
| 1485 | 
            -
                    """
         | 
| 1486 | 
            -
                    return self._Remark
         | 
| 1487 | 
            -
             | 
| 1488 | 
            -
                @Remark.setter
         | 
| 1489 | 
            -
                def Remark(self, Remark):
         | 
| 1490 | 
            -
                    self._Remark = Remark
         | 
| 1491 | 
            -
             | 
| 1492 | 
            -
                @property
         | 
| 1493 | 
            -
                def DnsForwardStatus(self):
         | 
| 1494 | 
            -
                    """是否开启子域名递归, ENABLED, DISABLED。默认值为ENABLED
         | 
| 1495 | 
            -
                    :rtype: str
         | 
| 1496 | 
            -
                    """
         | 
| 1497 | 
            -
                    return self._DnsForwardStatus
         | 
| 1498 | 
            -
             | 
| 1499 | 
            -
                @DnsForwardStatus.setter
         | 
| 1500 | 
            -
                def DnsForwardStatus(self, DnsForwardStatus):
         | 
| 1501 | 
            -
                    self._DnsForwardStatus = DnsForwardStatus
         | 
| 1502 | 
            -
             | 
| 1503 | 
            -
                @property
         | 
| 1504 | 
            -
                def Vpcs(self):
         | 
| 1505 | 
            -
                    """创建私有域的同时,将其关联至VPC
         | 
| 1506 | 
            -
                    :rtype: list of VpcInfo
         | 
| 1507 | 
            -
                    """
         | 
| 1508 | 
            -
                    return self._Vpcs
         | 
| 1509 | 
            -
             | 
| 1510 | 
            -
                @Vpcs.setter
         | 
| 1511 | 
            -
                def Vpcs(self, Vpcs):
         | 
| 1512 | 
            -
                    self._Vpcs = Vpcs
         | 
| 1513 | 
            -
             | 
| 1514 1385 | 
             
                @property
         | 
| 1515 1386 | 
             
                def AccountVpcSet(self):
         | 
| 1516 | 
            -
                    """ | 
| 1387 | 
            +
                    """本次删除的关联账户VPC
         | 
| 1517 1388 | 
             
                    :rtype: list of AccountVpcInfo
         | 
| 1518 1389 | 
             
                    """
         | 
| 1519 1390 | 
             
                    return self._AccountVpcSet
         | 
| @@ -1523,46 +1394,32 @@ class CreatePrivateZoneRequest(AbstractModel): | |
| 1523 1394 | 
             
                    self._AccountVpcSet = AccountVpcSet
         | 
| 1524 1395 |  | 
| 1525 1396 | 
             
                @property
         | 
| 1526 | 
            -
                def  | 
| 1527 | 
            -
                    """ | 
| 1528 | 
            -
                    :rtype:  | 
| 1397 | 
            +
                def Sync(self):
         | 
| 1398 | 
            +
                    """是否为同步操作
         | 
| 1399 | 
            +
                    :rtype: bool
         | 
| 1529 1400 | 
             
                    """
         | 
| 1530 | 
            -
                    return self. | 
| 1401 | 
            +
                    return self._Sync
         | 
| 1531 1402 |  | 
| 1532 | 
            -
                @ | 
| 1533 | 
            -
                def  | 
| 1534 | 
            -
                    self. | 
| 1403 | 
            +
                @Sync.setter
         | 
| 1404 | 
            +
                def Sync(self, Sync):
         | 
| 1405 | 
            +
                    self._Sync = Sync
         | 
| 1535 1406 |  | 
| 1536 1407 |  | 
| 1537 1408 | 
             
                def _deserialize(self, params):
         | 
| 1538 | 
            -
                    self. | 
| 1539 | 
            -
                    if params.get("TagSet") is not None:
         | 
| 1540 | 
            -
                        self._TagSet = []
         | 
| 1541 | 
            -
                        for item in params.get("TagSet"):
         | 
| 1542 | 
            -
                            obj = TagInfo()
         | 
| 1543 | 
            -
                            obj._deserialize(item)
         | 
| 1544 | 
            -
                            self._TagSet.append(obj)
         | 
| 1409 | 
            +
                    self._ZoneId = params.get("ZoneId")
         | 
| 1545 1410 | 
             
                    if params.get("VpcSet") is not None:
         | 
| 1546 1411 | 
             
                        self._VpcSet = []
         | 
| 1547 1412 | 
             
                        for item in params.get("VpcSet"):
         | 
| 1548 1413 | 
             
                            obj = VpcInfo()
         | 
| 1549 1414 | 
             
                            obj._deserialize(item)
         | 
| 1550 1415 | 
             
                            self._VpcSet.append(obj)
         | 
| 1551 | 
            -
                    self._Remark = params.get("Remark")
         | 
| 1552 | 
            -
                    self._DnsForwardStatus = params.get("DnsForwardStatus")
         | 
| 1553 | 
            -
                    if params.get("Vpcs") is not None:
         | 
| 1554 | 
            -
                        self._Vpcs = []
         | 
| 1555 | 
            -
                        for item in params.get("Vpcs"):
         | 
| 1556 | 
            -
                            obj = VpcInfo()
         | 
| 1557 | 
            -
                            obj._deserialize(item)
         | 
| 1558 | 
            -
                            self._Vpcs.append(obj)
         | 
| 1559 1416 | 
             
                    if params.get("AccountVpcSet") is not None:
         | 
| 1560 1417 | 
             
                        self._AccountVpcSet = []
         | 
| 1561 1418 | 
             
                        for item in params.get("AccountVpcSet"):
         | 
| 1562 1419 | 
             
                            obj = AccountVpcInfo()
         | 
| 1563 1420 | 
             
                            obj._deserialize(item)
         | 
| 1564 1421 | 
             
                            self._AccountVpcSet.append(obj)
         | 
| 1565 | 
            -
                    self. | 
| 1422 | 
            +
                    self._Sync = params.get("Sync")
         | 
| 1566 1423 | 
             
                    memeber_set = set(params.keys())
         | 
| 1567 1424 | 
             
                    for name, value in vars(self).items():
         | 
| 1568 1425 | 
             
                        property_name = name[1:]
         | 
| @@ -1573,27 +1430,34 @@ class CreatePrivateZoneRequest(AbstractModel): | |
| 1573 1430 |  | 
| 1574 1431 |  | 
| 1575 1432 |  | 
| 1576 | 
            -
            class  | 
| 1577 | 
            -
                """ | 
| 1433 | 
            +
            class DeleteSpecifyPrivateZoneVpcResponse(AbstractModel):
         | 
| 1434 | 
            +
                """DeleteSpecifyPrivateZoneVpc返回参数结构体
         | 
| 1578 1435 |  | 
| 1579 1436 | 
             
                """
         | 
| 1580 1437 |  | 
| 1581 1438 | 
             
                def __init__(self):
         | 
| 1582 1439 | 
             
                    r"""
         | 
| 1583 | 
            -
                    :param _ZoneId: 私有域 | 
| 1440 | 
            +
                    :param _ZoneId: 私有域id
         | 
| 1584 1441 | 
             
                    :type ZoneId: str
         | 
| 1585 | 
            -
                    :param  | 
| 1586 | 
            -
                    :type  | 
| 1442 | 
            +
                    :param _VpcSet: 本次删除的VPC
         | 
| 1443 | 
            +
                    :type VpcSet: list of VpcInfo
         | 
| 1444 | 
            +
                    :param _AccountVpcSet: 本次删除的关联账户的VPC
         | 
| 1445 | 
            +
                    :type AccountVpcSet: list of AccountVpcInfo
         | 
| 1446 | 
            +
                    :param _UniqId: 唯一id
         | 
| 1447 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1448 | 
            +
                    :type UniqId: str
         | 
| 1587 1449 | 
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1588 1450 | 
             
                    :type RequestId: str
         | 
| 1589 1451 | 
             
                    """
         | 
| 1590 1452 | 
             
                    self._ZoneId = None
         | 
| 1591 | 
            -
                    self. | 
| 1453 | 
            +
                    self._VpcSet = None
         | 
| 1454 | 
            +
                    self._AccountVpcSet = None
         | 
| 1455 | 
            +
                    self._UniqId = None
         | 
| 1592 1456 | 
             
                    self._RequestId = None
         | 
| 1593 1457 |  | 
| 1594 1458 | 
             
                @property
         | 
| 1595 1459 | 
             
                def ZoneId(self):
         | 
| 1596 | 
            -
                    """私有域 | 
| 1460 | 
            +
                    """私有域id
         | 
| 1597 1461 | 
             
                    :rtype: str
         | 
| 1598 1462 | 
             
                    """
         | 
| 1599 1463 | 
             
                    return self._ZoneId
         | 
| @@ -1603,1014 +1467,38 @@ class CreatePrivateZoneResponse(AbstractModel): | |
| 1603 1467 | 
             
                    self._ZoneId = ZoneId
         | 
| 1604 1468 |  | 
| 1605 1469 | 
             
                @property
         | 
| 1606 | 
            -
                def  | 
| 1607 | 
            -
                    """ | 
| 1608 | 
            -
                    :rtype:  | 
| 1609 | 
            -
                    """
         | 
| 1610 | 
            -
                    return self._Domain
         | 
| 1611 | 
            -
             | 
| 1612 | 
            -
                @Domain.setter
         | 
| 1613 | 
            -
                def Domain(self, Domain):
         | 
| 1614 | 
            -
                    self._Domain = Domain
         | 
| 1615 | 
            -
             | 
| 1616 | 
            -
                @property
         | 
| 1617 | 
            -
                def RequestId(self):
         | 
| 1618 | 
            -
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1619 | 
            -
                    :rtype: str
         | 
| 1620 | 
            -
                    """
         | 
| 1621 | 
            -
                    return self._RequestId
         | 
| 1622 | 
            -
             | 
| 1623 | 
            -
                @RequestId.setter
         | 
| 1624 | 
            -
                def RequestId(self, RequestId):
         | 
| 1625 | 
            -
                    self._RequestId = RequestId
         | 
| 1626 | 
            -
             | 
| 1627 | 
            -
             | 
| 1628 | 
            -
                def _deserialize(self, params):
         | 
| 1629 | 
            -
                    self._ZoneId = params.get("ZoneId")
         | 
| 1630 | 
            -
                    self._Domain = params.get("Domain")
         | 
| 1631 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 1632 | 
            -
             | 
| 1633 | 
            -
             | 
| 1634 | 
            -
            class DatePoint(AbstractModel):
         | 
| 1635 | 
            -
                """时间统计值
         | 
| 1636 | 
            -
             | 
| 1637 | 
            -
                """
         | 
| 1638 | 
            -
             | 
| 1639 | 
            -
                def __init__(self):
         | 
| 1640 | 
            -
                    r"""
         | 
| 1641 | 
            -
                    :param _Date: 时间
         | 
| 1642 | 
            -
                    :type Date: str
         | 
| 1643 | 
            -
                    :param _Value: 值
         | 
| 1644 | 
            -
                    :type Value: int
         | 
| 1645 | 
            -
                    """
         | 
| 1646 | 
            -
                    self._Date = None
         | 
| 1647 | 
            -
                    self._Value = None
         | 
| 1648 | 
            -
             | 
| 1649 | 
            -
                @property
         | 
| 1650 | 
            -
                def Date(self):
         | 
| 1651 | 
            -
                    """时间
         | 
| 1652 | 
            -
                    :rtype: str
         | 
| 1653 | 
            -
                    """
         | 
| 1654 | 
            -
                    return self._Date
         | 
| 1655 | 
            -
             | 
| 1656 | 
            -
                @Date.setter
         | 
| 1657 | 
            -
                def Date(self, Date):
         | 
| 1658 | 
            -
                    self._Date = Date
         | 
| 1659 | 
            -
             | 
| 1660 | 
            -
                @property
         | 
| 1661 | 
            -
                def Value(self):
         | 
| 1662 | 
            -
                    """值
         | 
| 1663 | 
            -
                    :rtype: int
         | 
| 1664 | 
            -
                    """
         | 
| 1665 | 
            -
                    return self._Value
         | 
| 1666 | 
            -
             | 
| 1667 | 
            -
                @Value.setter
         | 
| 1668 | 
            -
                def Value(self, Value):
         | 
| 1669 | 
            -
                    self._Value = Value
         | 
| 1670 | 
            -
             | 
| 1671 | 
            -
             | 
| 1672 | 
            -
                def _deserialize(self, params):
         | 
| 1673 | 
            -
                    self._Date = params.get("Date")
         | 
| 1674 | 
            -
                    self._Value = params.get("Value")
         | 
| 1675 | 
            -
                    memeber_set = set(params.keys())
         | 
| 1676 | 
            -
                    for name, value in vars(self).items():
         | 
| 1677 | 
            -
                        property_name = name[1:]
         | 
| 1678 | 
            -
                        if property_name in memeber_set:
         | 
| 1679 | 
            -
                            memeber_set.remove(property_name)
         | 
| 1680 | 
            -
                    if len(memeber_set) > 0:
         | 
| 1681 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 1682 | 
            -
                    
         | 
| 1683 | 
            -
             | 
| 1684 | 
            -
             | 
| 1685 | 
            -
            class DeleteEndPointRequest(AbstractModel):
         | 
| 1686 | 
            -
                """DeleteEndPoint请求参数结构体
         | 
| 1687 | 
            -
             | 
| 1688 | 
            -
                """
         | 
| 1689 | 
            -
             | 
| 1690 | 
            -
                def __init__(self):
         | 
| 1691 | 
            -
                    r"""
         | 
| 1692 | 
            -
                    :param _EndPointId: 终端节点ID
         | 
| 1693 | 
            -
                    :type EndPointId: str
         | 
| 1694 | 
            -
                    """
         | 
| 1695 | 
            -
                    self._EndPointId = None
         | 
| 1696 | 
            -
             | 
| 1697 | 
            -
                @property
         | 
| 1698 | 
            -
                def EndPointId(self):
         | 
| 1699 | 
            -
                    """终端节点ID
         | 
| 1700 | 
            -
                    :rtype: str
         | 
| 1701 | 
            -
                    """
         | 
| 1702 | 
            -
                    return self._EndPointId
         | 
| 1703 | 
            -
             | 
| 1704 | 
            -
                @EndPointId.setter
         | 
| 1705 | 
            -
                def EndPointId(self, EndPointId):
         | 
| 1706 | 
            -
                    self._EndPointId = EndPointId
         | 
| 1707 | 
            -
             | 
| 1708 | 
            -
             | 
| 1709 | 
            -
                def _deserialize(self, params):
         | 
| 1710 | 
            -
                    self._EndPointId = params.get("EndPointId")
         | 
| 1711 | 
            -
                    memeber_set = set(params.keys())
         | 
| 1712 | 
            -
                    for name, value in vars(self).items():
         | 
| 1713 | 
            -
                        property_name = name[1:]
         | 
| 1714 | 
            -
                        if property_name in memeber_set:
         | 
| 1715 | 
            -
                            memeber_set.remove(property_name)
         | 
| 1716 | 
            -
                    if len(memeber_set) > 0:
         | 
| 1717 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 1718 | 
            -
                    
         | 
| 1719 | 
            -
             | 
| 1720 | 
            -
             | 
| 1721 | 
            -
            class DeleteEndPointResponse(AbstractModel):
         | 
| 1722 | 
            -
                """DeleteEndPoint返回参数结构体
         | 
| 1723 | 
            -
             | 
| 1724 | 
            -
                """
         | 
| 1725 | 
            -
             | 
| 1726 | 
            -
                def __init__(self):
         | 
| 1727 | 
            -
                    r"""
         | 
| 1728 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1729 | 
            -
                    :type RequestId: str
         | 
| 1730 | 
            -
                    """
         | 
| 1731 | 
            -
                    self._RequestId = None
         | 
| 1732 | 
            -
             | 
| 1733 | 
            -
                @property
         | 
| 1734 | 
            -
                def RequestId(self):
         | 
| 1735 | 
            -
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1736 | 
            -
                    :rtype: str
         | 
| 1737 | 
            -
                    """
         | 
| 1738 | 
            -
                    return self._RequestId
         | 
| 1739 | 
            -
             | 
| 1740 | 
            -
                @RequestId.setter
         | 
| 1741 | 
            -
                def RequestId(self, RequestId):
         | 
| 1742 | 
            -
                    self._RequestId = RequestId
         | 
| 1743 | 
            -
             | 
| 1744 | 
            -
             | 
| 1745 | 
            -
                def _deserialize(self, params):
         | 
| 1746 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 1747 | 
            -
             | 
| 1748 | 
            -
             | 
| 1749 | 
            -
            class DeleteForwardRuleRequest(AbstractModel):
         | 
| 1750 | 
            -
                """DeleteForwardRule请求参数结构体
         | 
| 1751 | 
            -
             | 
| 1752 | 
            -
                """
         | 
| 1753 | 
            -
             | 
| 1754 | 
            -
                def __init__(self):
         | 
| 1755 | 
            -
                    r"""
         | 
| 1756 | 
            -
                    :param _RuleIdSet: 转发规则ID数组
         | 
| 1757 | 
            -
                    :type RuleIdSet: list of str
         | 
| 1758 | 
            -
                    """
         | 
| 1759 | 
            -
                    self._RuleIdSet = None
         | 
| 1760 | 
            -
             | 
| 1761 | 
            -
                @property
         | 
| 1762 | 
            -
                def RuleIdSet(self):
         | 
| 1763 | 
            -
                    """转发规则ID数组
         | 
| 1764 | 
            -
                    :rtype: list of str
         | 
| 1765 | 
            -
                    """
         | 
| 1766 | 
            -
                    return self._RuleIdSet
         | 
| 1767 | 
            -
             | 
| 1768 | 
            -
                @RuleIdSet.setter
         | 
| 1769 | 
            -
                def RuleIdSet(self, RuleIdSet):
         | 
| 1770 | 
            -
                    self._RuleIdSet = RuleIdSet
         | 
| 1771 | 
            -
             | 
| 1772 | 
            -
             | 
| 1773 | 
            -
                def _deserialize(self, params):
         | 
| 1774 | 
            -
                    self._RuleIdSet = params.get("RuleIdSet")
         | 
| 1775 | 
            -
                    memeber_set = set(params.keys())
         | 
| 1776 | 
            -
                    for name, value in vars(self).items():
         | 
| 1777 | 
            -
                        property_name = name[1:]
         | 
| 1778 | 
            -
                        if property_name in memeber_set:
         | 
| 1779 | 
            -
                            memeber_set.remove(property_name)
         | 
| 1780 | 
            -
                    if len(memeber_set) > 0:
         | 
| 1781 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 1782 | 
            -
                    
         | 
| 1783 | 
            -
             | 
| 1784 | 
            -
             | 
| 1785 | 
            -
            class DeleteForwardRuleResponse(AbstractModel):
         | 
| 1786 | 
            -
                """DeleteForwardRule返回参数结构体
         | 
| 1787 | 
            -
             | 
| 1788 | 
            -
                """
         | 
| 1789 | 
            -
             | 
| 1790 | 
            -
                def __init__(self):
         | 
| 1791 | 
            -
                    r"""
         | 
| 1792 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1793 | 
            -
                    :type RequestId: str
         | 
| 1794 | 
            -
                    """
         | 
| 1795 | 
            -
                    self._RequestId = None
         | 
| 1796 | 
            -
             | 
| 1797 | 
            -
                @property
         | 
| 1798 | 
            -
                def RequestId(self):
         | 
| 1799 | 
            -
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1800 | 
            -
                    :rtype: str
         | 
| 1801 | 
            -
                    """
         | 
| 1802 | 
            -
                    return self._RequestId
         | 
| 1803 | 
            -
             | 
| 1804 | 
            -
                @RequestId.setter
         | 
| 1805 | 
            -
                def RequestId(self, RequestId):
         | 
| 1806 | 
            -
                    self._RequestId = RequestId
         | 
| 1807 | 
            -
             | 
| 1808 | 
            -
             | 
| 1809 | 
            -
                def _deserialize(self, params):
         | 
| 1810 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 1811 | 
            -
             | 
| 1812 | 
            -
             | 
| 1813 | 
            -
            class DeletePrivateDNSAccountRequest(AbstractModel):
         | 
| 1814 | 
            -
                """DeletePrivateDNSAccount请求参数结构体
         | 
| 1815 | 
            -
             | 
| 1816 | 
            -
                """
         | 
| 1817 | 
            -
             | 
| 1818 | 
            -
                def __init__(self):
         | 
| 1819 | 
            -
                    r"""
         | 
| 1820 | 
            -
                    :param _Account: 私有域解析账号
         | 
| 1821 | 
            -
                    :type Account: :class:`tencentcloud.privatedns.v20201028.models.PrivateDNSAccount`
         | 
| 1822 | 
            -
                    """
         | 
| 1823 | 
            -
                    self._Account = None
         | 
| 1824 | 
            -
             | 
| 1825 | 
            -
                @property
         | 
| 1826 | 
            -
                def Account(self):
         | 
| 1827 | 
            -
                    """私有域解析账号
         | 
| 1828 | 
            -
                    :rtype: :class:`tencentcloud.privatedns.v20201028.models.PrivateDNSAccount`
         | 
| 1470 | 
            +
                def VpcSet(self):
         | 
| 1471 | 
            +
                    """本次删除的VPC
         | 
| 1472 | 
            +
                    :rtype: list of VpcInfo
         | 
| 1829 1473 | 
             
                    """
         | 
| 1830 | 
            -
                    return self. | 
| 1831 | 
            -
             | 
| 1832 | 
            -
                @Account.setter
         | 
| 1833 | 
            -
                def Account(self, Account):
         | 
| 1834 | 
            -
                    self._Account = Account
         | 
| 1835 | 
            -
             | 
| 1836 | 
            -
             | 
| 1837 | 
            -
                def _deserialize(self, params):
         | 
| 1838 | 
            -
                    if params.get("Account") is not None:
         | 
| 1839 | 
            -
                        self._Account = PrivateDNSAccount()
         | 
| 1840 | 
            -
                        self._Account._deserialize(params.get("Account"))
         | 
| 1841 | 
            -
                    memeber_set = set(params.keys())
         | 
| 1842 | 
            -
                    for name, value in vars(self).items():
         | 
| 1843 | 
            -
                        property_name = name[1:]
         | 
| 1844 | 
            -
                        if property_name in memeber_set:
         | 
| 1845 | 
            -
                            memeber_set.remove(property_name)
         | 
| 1846 | 
            -
                    if len(memeber_set) > 0:
         | 
| 1847 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 1848 | 
            -
                    
         | 
| 1849 | 
            -
             | 
| 1850 | 
            -
             | 
| 1851 | 
            -
            class DeletePrivateDNSAccountResponse(AbstractModel):
         | 
| 1852 | 
            -
                """DeletePrivateDNSAccount返回参数结构体
         | 
| 1853 | 
            -
             | 
| 1854 | 
            -
                """
         | 
| 1474 | 
            +
                    return self._VpcSet
         | 
| 1855 1475 |  | 
| 1856 | 
            -
                 | 
| 1857 | 
            -
             | 
| 1858 | 
            -
                     | 
| 1859 | 
            -
                    :type RequestId: str
         | 
| 1860 | 
            -
                    """
         | 
| 1861 | 
            -
                    self._RequestId = None
         | 
| 1476 | 
            +
                @VpcSet.setter
         | 
| 1477 | 
            +
                def VpcSet(self, VpcSet):
         | 
| 1478 | 
            +
                    self._VpcSet = VpcSet
         | 
| 1862 1479 |  | 
| 1863 1480 | 
             
                @property
         | 
| 1864 | 
            -
                def  | 
| 1865 | 
            -
                    """ | 
| 1866 | 
            -
                    :rtype:  | 
| 1867 | 
            -
                    """
         | 
| 1868 | 
            -
                    return self._RequestId
         | 
| 1869 | 
            -
             | 
| 1870 | 
            -
                @RequestId.setter
         | 
| 1871 | 
            -
                def RequestId(self, RequestId):
         | 
| 1872 | 
            -
                    self._RequestId = RequestId
         | 
| 1873 | 
            -
             | 
| 1874 | 
            -
             | 
| 1875 | 
            -
                def _deserialize(self, params):
         | 
| 1876 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 1877 | 
            -
             | 
| 1878 | 
            -
             | 
| 1879 | 
            -
            class DeletePrivateZoneRecordRequest(AbstractModel):
         | 
| 1880 | 
            -
                """DeletePrivateZoneRecord请求参数结构体
         | 
| 1881 | 
            -
             | 
| 1882 | 
            -
                """
         | 
| 1883 | 
            -
             | 
| 1884 | 
            -
                def __init__(self):
         | 
| 1885 | 
            -
                    r"""
         | 
| 1886 | 
            -
                    :param _ZoneId: 私有域ID
         | 
| 1887 | 
            -
                    :type ZoneId: str
         | 
| 1888 | 
            -
                    :param _RecordId: 记录ID(调用DescribePrivateZoneRecordList可获取到RecordId)
         | 
| 1889 | 
            -
                    :type RecordId: str
         | 
| 1890 | 
            -
                    :param _RecordIdSet: 记录ID数组,RecordId 优先
         | 
| 1891 | 
            -
                    :type RecordIdSet: list of str
         | 
| 1892 | 
            -
                    """
         | 
| 1893 | 
            -
                    self._ZoneId = None
         | 
| 1894 | 
            -
                    self._RecordId = None
         | 
| 1895 | 
            -
                    self._RecordIdSet = None
         | 
| 1896 | 
            -
             | 
| 1897 | 
            -
                @property
         | 
| 1898 | 
            -
                def ZoneId(self):
         | 
| 1899 | 
            -
                    """私有域ID
         | 
| 1900 | 
            -
                    :rtype: str
         | 
| 1901 | 
            -
                    """
         | 
| 1902 | 
            -
                    return self._ZoneId
         | 
| 1903 | 
            -
             | 
| 1904 | 
            -
                @ZoneId.setter
         | 
| 1905 | 
            -
                def ZoneId(self, ZoneId):
         | 
| 1906 | 
            -
                    self._ZoneId = ZoneId
         | 
| 1907 | 
            -
             | 
| 1908 | 
            -
                @property
         | 
| 1909 | 
            -
                def RecordId(self):
         | 
| 1910 | 
            -
                    """记录ID(调用DescribePrivateZoneRecordList可获取到RecordId)
         | 
| 1911 | 
            -
                    :rtype: str
         | 
| 1912 | 
            -
                    """
         | 
| 1913 | 
            -
                    return self._RecordId
         | 
| 1914 | 
            -
             | 
| 1915 | 
            -
                @RecordId.setter
         | 
| 1916 | 
            -
                def RecordId(self, RecordId):
         | 
| 1917 | 
            -
                    self._RecordId = RecordId
         | 
| 1918 | 
            -
             | 
| 1919 | 
            -
                @property
         | 
| 1920 | 
            -
                def RecordIdSet(self):
         | 
| 1921 | 
            -
                    """记录ID数组,RecordId 优先
         | 
| 1922 | 
            -
                    :rtype: list of str
         | 
| 1923 | 
            -
                    """
         | 
| 1924 | 
            -
                    return self._RecordIdSet
         | 
| 1925 | 
            -
             | 
| 1926 | 
            -
                @RecordIdSet.setter
         | 
| 1927 | 
            -
                def RecordIdSet(self, RecordIdSet):
         | 
| 1928 | 
            -
                    self._RecordIdSet = RecordIdSet
         | 
| 1929 | 
            -
             | 
| 1930 | 
            -
             | 
| 1931 | 
            -
                def _deserialize(self, params):
         | 
| 1932 | 
            -
                    self._ZoneId = params.get("ZoneId")
         | 
| 1933 | 
            -
                    self._RecordId = params.get("RecordId")
         | 
| 1934 | 
            -
                    self._RecordIdSet = params.get("RecordIdSet")
         | 
| 1935 | 
            -
                    memeber_set = set(params.keys())
         | 
| 1936 | 
            -
                    for name, value in vars(self).items():
         | 
| 1937 | 
            -
                        property_name = name[1:]
         | 
| 1938 | 
            -
                        if property_name in memeber_set:
         | 
| 1939 | 
            -
                            memeber_set.remove(property_name)
         | 
| 1940 | 
            -
                    if len(memeber_set) > 0:
         | 
| 1941 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 1942 | 
            -
                    
         | 
| 1943 | 
            -
             | 
| 1944 | 
            -
             | 
| 1945 | 
            -
            class DeletePrivateZoneRecordResponse(AbstractModel):
         | 
| 1946 | 
            -
                """DeletePrivateZoneRecord返回参数结构体
         | 
| 1947 | 
            -
             | 
| 1948 | 
            -
                """
         | 
| 1949 | 
            -
             | 
| 1950 | 
            -
                def __init__(self):
         | 
| 1951 | 
            -
                    r"""
         | 
| 1952 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1953 | 
            -
                    :type RequestId: str
         | 
| 1954 | 
            -
                    """
         | 
| 1955 | 
            -
                    self._RequestId = None
         | 
| 1956 | 
            -
             | 
| 1957 | 
            -
                @property
         | 
| 1958 | 
            -
                def RequestId(self):
         | 
| 1959 | 
            -
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1960 | 
            -
                    :rtype: str
         | 
| 1961 | 
            -
                    """
         | 
| 1962 | 
            -
                    return self._RequestId
         | 
| 1963 | 
            -
             | 
| 1964 | 
            -
                @RequestId.setter
         | 
| 1965 | 
            -
                def RequestId(self, RequestId):
         | 
| 1966 | 
            -
                    self._RequestId = RequestId
         | 
| 1967 | 
            -
             | 
| 1968 | 
            -
             | 
| 1969 | 
            -
                def _deserialize(self, params):
         | 
| 1970 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 1971 | 
            -
             | 
| 1972 | 
            -
             | 
| 1973 | 
            -
            class DeletePrivateZoneRequest(AbstractModel):
         | 
| 1974 | 
            -
                """DeletePrivateZone请求参数结构体
         | 
| 1975 | 
            -
             | 
| 1976 | 
            -
                """
         | 
| 1977 | 
            -
             | 
| 1978 | 
            -
                def __init__(self):
         | 
| 1979 | 
            -
                    r"""
         | 
| 1980 | 
            -
                    :param _ZoneId: 私有域ID
         | 
| 1981 | 
            -
                    :type ZoneId: str
         | 
| 1982 | 
            -
                    :param _ZoneIdSet: 私有域ID数组,ZoneId 优先
         | 
| 1983 | 
            -
                    :type ZoneIdSet: list of str
         | 
| 1984 | 
            -
                    """
         | 
| 1985 | 
            -
                    self._ZoneId = None
         | 
| 1986 | 
            -
                    self._ZoneIdSet = None
         | 
| 1987 | 
            -
             | 
| 1988 | 
            -
                @property
         | 
| 1989 | 
            -
                def ZoneId(self):
         | 
| 1990 | 
            -
                    """私有域ID
         | 
| 1991 | 
            -
                    :rtype: str
         | 
| 1992 | 
            -
                    """
         | 
| 1993 | 
            -
                    return self._ZoneId
         | 
| 1994 | 
            -
             | 
| 1995 | 
            -
                @ZoneId.setter
         | 
| 1996 | 
            -
                def ZoneId(self, ZoneId):
         | 
| 1997 | 
            -
                    self._ZoneId = ZoneId
         | 
| 1998 | 
            -
             | 
| 1999 | 
            -
                @property
         | 
| 2000 | 
            -
                def ZoneIdSet(self):
         | 
| 2001 | 
            -
                    """私有域ID数组,ZoneId 优先
         | 
| 2002 | 
            -
                    :rtype: list of str
         | 
| 2003 | 
            -
                    """
         | 
| 2004 | 
            -
                    return self._ZoneIdSet
         | 
| 2005 | 
            -
             | 
| 2006 | 
            -
                @ZoneIdSet.setter
         | 
| 2007 | 
            -
                def ZoneIdSet(self, ZoneIdSet):
         | 
| 2008 | 
            -
                    self._ZoneIdSet = ZoneIdSet
         | 
| 2009 | 
            -
             | 
| 2010 | 
            -
             | 
| 2011 | 
            -
                def _deserialize(self, params):
         | 
| 2012 | 
            -
                    self._ZoneId = params.get("ZoneId")
         | 
| 2013 | 
            -
                    self._ZoneIdSet = params.get("ZoneIdSet")
         | 
| 2014 | 
            -
                    memeber_set = set(params.keys())
         | 
| 2015 | 
            -
                    for name, value in vars(self).items():
         | 
| 2016 | 
            -
                        property_name = name[1:]
         | 
| 2017 | 
            -
                        if property_name in memeber_set:
         | 
| 2018 | 
            -
                            memeber_set.remove(property_name)
         | 
| 2019 | 
            -
                    if len(memeber_set) > 0:
         | 
| 2020 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 2021 | 
            -
                    
         | 
| 2022 | 
            -
             | 
| 2023 | 
            -
             | 
| 2024 | 
            -
            class DeletePrivateZoneResponse(AbstractModel):
         | 
| 2025 | 
            -
                """DeletePrivateZone返回参数结构体
         | 
| 2026 | 
            -
             | 
| 2027 | 
            -
                """
         | 
| 2028 | 
            -
             | 
| 2029 | 
            -
                def __init__(self):
         | 
| 2030 | 
            -
                    r"""
         | 
| 2031 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2032 | 
            -
                    :type RequestId: str
         | 
| 2033 | 
            -
                    """
         | 
| 2034 | 
            -
                    self._RequestId = None
         | 
| 2035 | 
            -
             | 
| 2036 | 
            -
                @property
         | 
| 2037 | 
            -
                def RequestId(self):
         | 
| 2038 | 
            -
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2039 | 
            -
                    :rtype: str
         | 
| 2040 | 
            -
                    """
         | 
| 2041 | 
            -
                    return self._RequestId
         | 
| 2042 | 
            -
             | 
| 2043 | 
            -
                @RequestId.setter
         | 
| 2044 | 
            -
                def RequestId(self, RequestId):
         | 
| 2045 | 
            -
                    self._RequestId = RequestId
         | 
| 2046 | 
            -
             | 
| 2047 | 
            -
             | 
| 2048 | 
            -
                def _deserialize(self, params):
         | 
| 2049 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 2050 | 
            -
             | 
| 2051 | 
            -
             | 
| 2052 | 
            -
            class DeleteSpecifyPrivateZoneVpcRequest(AbstractModel):
         | 
| 2053 | 
            -
                """DeleteSpecifyPrivateZoneVpc请求参数结构体
         | 
| 2054 | 
            -
             | 
| 2055 | 
            -
                """
         | 
| 2056 | 
            -
             | 
| 2057 | 
            -
                def __init__(self):
         | 
| 2058 | 
            -
                    r"""
         | 
| 2059 | 
            -
                    :param _ZoneId: 私有域id
         | 
| 2060 | 
            -
                    :type ZoneId: str
         | 
| 2061 | 
            -
                    :param _VpcSet: 本次删除的VPC
         | 
| 2062 | 
            -
                    :type VpcSet: list of VpcInfo
         | 
| 2063 | 
            -
                    :param _AccountVpcSet: 本次删除的关联账户VPC
         | 
| 2064 | 
            -
                    :type AccountVpcSet: list of AccountVpcInfo
         | 
| 2065 | 
            -
                    :param _Sync: 是否为同步操作
         | 
| 2066 | 
            -
                    :type Sync: bool
         | 
| 2067 | 
            -
                    """
         | 
| 2068 | 
            -
                    self._ZoneId = None
         | 
| 2069 | 
            -
                    self._VpcSet = None
         | 
| 2070 | 
            -
                    self._AccountVpcSet = None
         | 
| 2071 | 
            -
                    self._Sync = None
         | 
| 2072 | 
            -
             | 
| 2073 | 
            -
                @property
         | 
| 2074 | 
            -
                def ZoneId(self):
         | 
| 2075 | 
            -
                    """私有域id
         | 
| 2076 | 
            -
                    :rtype: str
         | 
| 2077 | 
            -
                    """
         | 
| 2078 | 
            -
                    return self._ZoneId
         | 
| 2079 | 
            -
             | 
| 2080 | 
            -
                @ZoneId.setter
         | 
| 2081 | 
            -
                def ZoneId(self, ZoneId):
         | 
| 2082 | 
            -
                    self._ZoneId = ZoneId
         | 
| 2083 | 
            -
             | 
| 2084 | 
            -
                @property
         | 
| 2085 | 
            -
                def VpcSet(self):
         | 
| 2086 | 
            -
                    """本次删除的VPC
         | 
| 2087 | 
            -
                    :rtype: list of VpcInfo
         | 
| 2088 | 
            -
                    """
         | 
| 2089 | 
            -
                    return self._VpcSet
         | 
| 2090 | 
            -
             | 
| 2091 | 
            -
                @VpcSet.setter
         | 
| 2092 | 
            -
                def VpcSet(self, VpcSet):
         | 
| 2093 | 
            -
                    self._VpcSet = VpcSet
         | 
| 2094 | 
            -
             | 
| 2095 | 
            -
                @property
         | 
| 2096 | 
            -
                def AccountVpcSet(self):
         | 
| 2097 | 
            -
                    """本次删除的关联账户VPC
         | 
| 2098 | 
            -
                    :rtype: list of AccountVpcInfo
         | 
| 1481 | 
            +
                def AccountVpcSet(self):
         | 
| 1482 | 
            +
                    """本次删除的关联账户的VPC
         | 
| 1483 | 
            +
                    :rtype: list of AccountVpcInfo
         | 
| 2099 1484 | 
             
                    """
         | 
| 2100 1485 | 
             
                    return self._AccountVpcSet
         | 
| 2101 1486 |  | 
| 2102 | 
            -
                @AccountVpcSet.setter
         | 
| 2103 | 
            -
                def AccountVpcSet(self, AccountVpcSet):
         | 
| 2104 | 
            -
                    self._AccountVpcSet = AccountVpcSet
         | 
| 2105 | 
            -
             | 
| 2106 | 
            -
                @property
         | 
| 2107 | 
            -
                def Sync(self):
         | 
| 2108 | 
            -
                    """是否为同步操作
         | 
| 2109 | 
            -
                    :rtype: bool
         | 
| 2110 | 
            -
                    """
         | 
| 2111 | 
            -
                    return self._Sync
         | 
| 2112 | 
            -
             | 
| 2113 | 
            -
                @Sync.setter
         | 
| 2114 | 
            -
                def Sync(self, Sync):
         | 
| 2115 | 
            -
                    self._Sync = Sync
         | 
| 2116 | 
            -
             | 
| 2117 | 
            -
             | 
| 2118 | 
            -
                def _deserialize(self, params):
         | 
| 2119 | 
            -
                    self._ZoneId = params.get("ZoneId")
         | 
| 2120 | 
            -
                    if params.get("VpcSet") is not None:
         | 
| 2121 | 
            -
                        self._VpcSet = []
         | 
| 2122 | 
            -
                        for item in params.get("VpcSet"):
         | 
| 2123 | 
            -
                            obj = VpcInfo()
         | 
| 2124 | 
            -
                            obj._deserialize(item)
         | 
| 2125 | 
            -
                            self._VpcSet.append(obj)
         | 
| 2126 | 
            -
                    if params.get("AccountVpcSet") is not None:
         | 
| 2127 | 
            -
                        self._AccountVpcSet = []
         | 
| 2128 | 
            -
                        for item in params.get("AccountVpcSet"):
         | 
| 2129 | 
            -
                            obj = AccountVpcInfo()
         | 
| 2130 | 
            -
                            obj._deserialize(item)
         | 
| 2131 | 
            -
                            self._AccountVpcSet.append(obj)
         | 
| 2132 | 
            -
                    self._Sync = params.get("Sync")
         | 
| 2133 | 
            -
                    memeber_set = set(params.keys())
         | 
| 2134 | 
            -
                    for name, value in vars(self).items():
         | 
| 2135 | 
            -
                        property_name = name[1:]
         | 
| 2136 | 
            -
                        if property_name in memeber_set:
         | 
| 2137 | 
            -
                            memeber_set.remove(property_name)
         | 
| 2138 | 
            -
                    if len(memeber_set) > 0:
         | 
| 2139 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 2140 | 
            -
                    
         | 
| 2141 | 
            -
             | 
| 2142 | 
            -
             | 
| 2143 | 
            -
            class DeleteSpecifyPrivateZoneVpcResponse(AbstractModel):
         | 
| 2144 | 
            -
                """DeleteSpecifyPrivateZoneVpc返回参数结构体
         | 
| 2145 | 
            -
             | 
| 2146 | 
            -
                """
         | 
| 2147 | 
            -
             | 
| 2148 | 
            -
                def __init__(self):
         | 
| 2149 | 
            -
                    r"""
         | 
| 2150 | 
            -
                    :param _ZoneId: 私有域id
         | 
| 2151 | 
            -
                    :type ZoneId: str
         | 
| 2152 | 
            -
                    :param _VpcSet: 本次删除的VPC
         | 
| 2153 | 
            -
                    :type VpcSet: list of VpcInfo
         | 
| 2154 | 
            -
                    :param _AccountVpcSet: 本次删除的关联账户的VPC
         | 
| 2155 | 
            -
                    :type AccountVpcSet: list of AccountVpcInfo
         | 
| 2156 | 
            -
                    :param _UniqId: 唯一id
         | 
| 2157 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 2158 | 
            -
                    :type UniqId: str
         | 
| 2159 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2160 | 
            -
                    :type RequestId: str
         | 
| 2161 | 
            -
                    """
         | 
| 2162 | 
            -
                    self._ZoneId = None
         | 
| 2163 | 
            -
                    self._VpcSet = None
         | 
| 2164 | 
            -
                    self._AccountVpcSet = None
         | 
| 2165 | 
            -
                    self._UniqId = None
         | 
| 2166 | 
            -
                    self._RequestId = None
         | 
| 2167 | 
            -
             | 
| 2168 | 
            -
                @property
         | 
| 2169 | 
            -
                def ZoneId(self):
         | 
| 2170 | 
            -
                    """私有域id
         | 
| 2171 | 
            -
                    :rtype: str
         | 
| 2172 | 
            -
                    """
         | 
| 2173 | 
            -
                    return self._ZoneId
         | 
| 2174 | 
            -
             | 
| 2175 | 
            -
                @ZoneId.setter
         | 
| 2176 | 
            -
                def ZoneId(self, ZoneId):
         | 
| 2177 | 
            -
                    self._ZoneId = ZoneId
         | 
| 2178 | 
            -
             | 
| 2179 | 
            -
                @property
         | 
| 2180 | 
            -
                def VpcSet(self):
         | 
| 2181 | 
            -
                    """本次删除的VPC
         | 
| 2182 | 
            -
                    :rtype: list of VpcInfo
         | 
| 2183 | 
            -
                    """
         | 
| 2184 | 
            -
                    return self._VpcSet
         | 
| 2185 | 
            -
             | 
| 2186 | 
            -
                @VpcSet.setter
         | 
| 2187 | 
            -
                def VpcSet(self, VpcSet):
         | 
| 2188 | 
            -
                    self._VpcSet = VpcSet
         | 
| 2189 | 
            -
             | 
| 2190 | 
            -
                @property
         | 
| 2191 | 
            -
                def AccountVpcSet(self):
         | 
| 2192 | 
            -
                    """本次删除的关联账户的VPC
         | 
| 2193 | 
            -
                    :rtype: list of AccountVpcInfo
         | 
| 2194 | 
            -
                    """
         | 
| 2195 | 
            -
                    return self._AccountVpcSet
         | 
| 2196 | 
            -
             | 
| 2197 | 
            -
                @AccountVpcSet.setter
         | 
| 2198 | 
            -
                def AccountVpcSet(self, AccountVpcSet):
         | 
| 2199 | 
            -
                    self._AccountVpcSet = AccountVpcSet
         | 
| 2200 | 
            -
             | 
| 2201 | 
            -
                @property
         | 
| 2202 | 
            -
                def UniqId(self):
         | 
| 2203 | 
            -
                    """唯一id
         | 
| 2204 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 2205 | 
            -
                    :rtype: str
         | 
| 2206 | 
            -
                    """
         | 
| 2207 | 
            -
                    return self._UniqId
         | 
| 2208 | 
            -
             | 
| 2209 | 
            -
                @UniqId.setter
         | 
| 2210 | 
            -
                def UniqId(self, UniqId):
         | 
| 2211 | 
            -
                    self._UniqId = UniqId
         | 
| 2212 | 
            -
             | 
| 2213 | 
            -
                @property
         | 
| 2214 | 
            -
                def RequestId(self):
         | 
| 2215 | 
            -
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2216 | 
            -
                    :rtype: str
         | 
| 2217 | 
            -
                    """
         | 
| 2218 | 
            -
                    return self._RequestId
         | 
| 2219 | 
            -
             | 
| 2220 | 
            -
                @RequestId.setter
         | 
| 2221 | 
            -
                def RequestId(self, RequestId):
         | 
| 2222 | 
            -
                    self._RequestId = RequestId
         | 
| 2223 | 
            -
             | 
| 2224 | 
            -
             | 
| 2225 | 
            -
                def _deserialize(self, params):
         | 
| 2226 | 
            -
                    self._ZoneId = params.get("ZoneId")
         | 
| 2227 | 
            -
                    if params.get("VpcSet") is not None:
         | 
| 2228 | 
            -
                        self._VpcSet = []
         | 
| 2229 | 
            -
                        for item in params.get("VpcSet"):
         | 
| 2230 | 
            -
                            obj = VpcInfo()
         | 
| 2231 | 
            -
                            obj._deserialize(item)
         | 
| 2232 | 
            -
                            self._VpcSet.append(obj)
         | 
| 2233 | 
            -
                    if params.get("AccountVpcSet") is not None:
         | 
| 2234 | 
            -
                        self._AccountVpcSet = []
         | 
| 2235 | 
            -
                        for item in params.get("AccountVpcSet"):
         | 
| 2236 | 
            -
                            obj = AccountVpcInfo()
         | 
| 2237 | 
            -
                            obj._deserialize(item)
         | 
| 2238 | 
            -
                            self._AccountVpcSet.append(obj)
         | 
| 2239 | 
            -
                    self._UniqId = params.get("UniqId")
         | 
| 2240 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 2241 | 
            -
             | 
| 2242 | 
            -
             | 
| 2243 | 
            -
            class DescribeAccountVpcListRequest(AbstractModel):
         | 
| 2244 | 
            -
                """DescribeAccountVpcList请求参数结构体
         | 
| 2245 | 
            -
             | 
| 2246 | 
            -
                """
         | 
| 2247 | 
            -
             | 
| 2248 | 
            -
                def __init__(self):
         | 
| 2249 | 
            -
                    r"""
         | 
| 2250 | 
            -
                    :param _AccountUin: 关联账号的uin
         | 
| 2251 | 
            -
                    :type AccountUin: str
         | 
| 2252 | 
            -
                    :param _Offset: 分页偏移量,从0开始
         | 
| 2253 | 
            -
                    :type Offset: int
         | 
| 2254 | 
            -
                    :param _Limit: 分页限制数目, 最大100,默认20
         | 
| 2255 | 
            -
                    :type Limit: int
         | 
| 2256 | 
            -
                    :param _Filters: 过滤参数
         | 
| 2257 | 
            -
                    :type Filters: list of Filter
         | 
| 2258 | 
            -
                    """
         | 
| 2259 | 
            -
                    self._AccountUin = None
         | 
| 2260 | 
            -
                    self._Offset = None
         | 
| 2261 | 
            -
                    self._Limit = None
         | 
| 2262 | 
            -
                    self._Filters = None
         | 
| 2263 | 
            -
             | 
| 2264 | 
            -
                @property
         | 
| 2265 | 
            -
                def AccountUin(self):
         | 
| 2266 | 
            -
                    """关联账号的uin
         | 
| 2267 | 
            -
                    :rtype: str
         | 
| 2268 | 
            -
                    """
         | 
| 2269 | 
            -
                    return self._AccountUin
         | 
| 2270 | 
            -
             | 
| 2271 | 
            -
                @AccountUin.setter
         | 
| 2272 | 
            -
                def AccountUin(self, AccountUin):
         | 
| 2273 | 
            -
                    self._AccountUin = AccountUin
         | 
| 2274 | 
            -
             | 
| 2275 | 
            -
                @property
         | 
| 2276 | 
            -
                def Offset(self):
         | 
| 2277 | 
            -
                    """分页偏移量,从0开始
         | 
| 2278 | 
            -
                    :rtype: int
         | 
| 2279 | 
            -
                    """
         | 
| 2280 | 
            -
                    return self._Offset
         | 
| 2281 | 
            -
             | 
| 2282 | 
            -
                @Offset.setter
         | 
| 2283 | 
            -
                def Offset(self, Offset):
         | 
| 2284 | 
            -
                    self._Offset = Offset
         | 
| 2285 | 
            -
             | 
| 2286 | 
            -
                @property
         | 
| 2287 | 
            -
                def Limit(self):
         | 
| 2288 | 
            -
                    """分页限制数目, 最大100,默认20
         | 
| 2289 | 
            -
                    :rtype: int
         | 
| 2290 | 
            -
                    """
         | 
| 2291 | 
            -
                    return self._Limit
         | 
| 2292 | 
            -
             | 
| 2293 | 
            -
                @Limit.setter
         | 
| 2294 | 
            -
                def Limit(self, Limit):
         | 
| 2295 | 
            -
                    self._Limit = Limit
         | 
| 2296 | 
            -
             | 
| 2297 | 
            -
                @property
         | 
| 2298 | 
            -
                def Filters(self):
         | 
| 2299 | 
            -
                    """过滤参数
         | 
| 2300 | 
            -
                    :rtype: list of Filter
         | 
| 2301 | 
            -
                    """
         | 
| 2302 | 
            -
                    return self._Filters
         | 
| 2303 | 
            -
             | 
| 2304 | 
            -
                @Filters.setter
         | 
| 2305 | 
            -
                def Filters(self, Filters):
         | 
| 2306 | 
            -
                    self._Filters = Filters
         | 
| 2307 | 
            -
             | 
| 2308 | 
            -
             | 
| 2309 | 
            -
                def _deserialize(self, params):
         | 
| 2310 | 
            -
                    self._AccountUin = params.get("AccountUin")
         | 
| 2311 | 
            -
                    self._Offset = params.get("Offset")
         | 
| 2312 | 
            -
                    self._Limit = params.get("Limit")
         | 
| 2313 | 
            -
                    if params.get("Filters") is not None:
         | 
| 2314 | 
            -
                        self._Filters = []
         | 
| 2315 | 
            -
                        for item in params.get("Filters"):
         | 
| 2316 | 
            -
                            obj = Filter()
         | 
| 2317 | 
            -
                            obj._deserialize(item)
         | 
| 2318 | 
            -
                            self._Filters.append(obj)
         | 
| 2319 | 
            -
                    memeber_set = set(params.keys())
         | 
| 2320 | 
            -
                    for name, value in vars(self).items():
         | 
| 2321 | 
            -
                        property_name = name[1:]
         | 
| 2322 | 
            -
                        if property_name in memeber_set:
         | 
| 2323 | 
            -
                            memeber_set.remove(property_name)
         | 
| 2324 | 
            -
                    if len(memeber_set) > 0:
         | 
| 2325 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 2326 | 
            -
                    
         | 
| 2327 | 
            -
             | 
| 2328 | 
            -
             | 
| 2329 | 
            -
            class DescribeAccountVpcListResponse(AbstractModel):
         | 
| 2330 | 
            -
                """DescribeAccountVpcList返回参数结构体
         | 
| 2331 | 
            -
             | 
| 2332 | 
            -
                """
         | 
| 2333 | 
            -
             | 
| 2334 | 
            -
                def __init__(self):
         | 
| 2335 | 
            -
                    r"""
         | 
| 2336 | 
            -
                    :param _TotalCount: VPC数量
         | 
| 2337 | 
            -
                    :type TotalCount: int
         | 
| 2338 | 
            -
                    :param _VpcSet: VPC 列表
         | 
| 2339 | 
            -
                    :type VpcSet: list of AccountVpcInfoOut
         | 
| 2340 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2341 | 
            -
                    :type RequestId: str
         | 
| 2342 | 
            -
                    """
         | 
| 2343 | 
            -
                    self._TotalCount = None
         | 
| 2344 | 
            -
                    self._VpcSet = None
         | 
| 2345 | 
            -
                    self._RequestId = None
         | 
| 2346 | 
            -
             | 
| 2347 | 
            -
                @property
         | 
| 2348 | 
            -
                def TotalCount(self):
         | 
| 2349 | 
            -
                    """VPC数量
         | 
| 2350 | 
            -
                    :rtype: int
         | 
| 2351 | 
            -
                    """
         | 
| 2352 | 
            -
                    return self._TotalCount
         | 
| 2353 | 
            -
             | 
| 2354 | 
            -
                @TotalCount.setter
         | 
| 2355 | 
            -
                def TotalCount(self, TotalCount):
         | 
| 2356 | 
            -
                    self._TotalCount = TotalCount
         | 
| 2357 | 
            -
             | 
| 2358 | 
            -
                @property
         | 
| 2359 | 
            -
                def VpcSet(self):
         | 
| 2360 | 
            -
                    """VPC 列表
         | 
| 2361 | 
            -
                    :rtype: list of AccountVpcInfoOut
         | 
| 2362 | 
            -
                    """
         | 
| 2363 | 
            -
                    return self._VpcSet
         | 
| 2364 | 
            -
             | 
| 2365 | 
            -
                @VpcSet.setter
         | 
| 2366 | 
            -
                def VpcSet(self, VpcSet):
         | 
| 2367 | 
            -
                    self._VpcSet = VpcSet
         | 
| 2368 | 
            -
             | 
| 2369 | 
            -
                @property
         | 
| 2370 | 
            -
                def RequestId(self):
         | 
| 2371 | 
            -
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2372 | 
            -
                    :rtype: str
         | 
| 2373 | 
            -
                    """
         | 
| 2374 | 
            -
                    return self._RequestId
         | 
| 2375 | 
            -
             | 
| 2376 | 
            -
                @RequestId.setter
         | 
| 2377 | 
            -
                def RequestId(self, RequestId):
         | 
| 2378 | 
            -
                    self._RequestId = RequestId
         | 
| 2379 | 
            -
             | 
| 2380 | 
            -
             | 
| 2381 | 
            -
                def _deserialize(self, params):
         | 
| 2382 | 
            -
                    self._TotalCount = params.get("TotalCount")
         | 
| 2383 | 
            -
                    if params.get("VpcSet") is not None:
         | 
| 2384 | 
            -
                        self._VpcSet = []
         | 
| 2385 | 
            -
                        for item in params.get("VpcSet"):
         | 
| 2386 | 
            -
                            obj = AccountVpcInfoOut()
         | 
| 2387 | 
            -
                            obj._deserialize(item)
         | 
| 2388 | 
            -
                            self._VpcSet.append(obj)
         | 
| 2389 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 2390 | 
            -
             | 
| 2391 | 
            -
             | 
| 2392 | 
            -
            class DescribeAuditLogRequest(AbstractModel):
         | 
| 2393 | 
            -
                """DescribeAuditLog请求参数结构体
         | 
| 2394 | 
            -
             | 
| 2395 | 
            -
                """
         | 
| 2396 | 
            -
             | 
| 2397 | 
            -
                def __init__(self):
         | 
| 2398 | 
            -
                    r"""
         | 
| 2399 | 
            -
                    :param _TimeRangeBegin: 请求量统计起始时间
         | 
| 2400 | 
            -
                    :type TimeRangeBegin: str
         | 
| 2401 | 
            -
                    :param _Filters: 筛选参数:ZoneId:私有域ID;Domain:私有域;OperatorUin:操作者账号ID
         | 
| 2402 | 
            -
                    :type Filters: list of Filter
         | 
| 2403 | 
            -
                    :param _TimeRangeEnd: 请求量统计结束时间
         | 
| 2404 | 
            -
                    :type TimeRangeEnd: str
         | 
| 2405 | 
            -
                    :param _Offset: 分页偏移量,从0开始
         | 
| 2406 | 
            -
                    :type Offset: int
         | 
| 2407 | 
            -
                    :param _Limit: 分页限制数目, 最大100,默认20
         | 
| 2408 | 
            -
                    :type Limit: int
         | 
| 2409 | 
            -
                    """
         | 
| 2410 | 
            -
                    self._TimeRangeBegin = None
         | 
| 2411 | 
            -
                    self._Filters = None
         | 
| 2412 | 
            -
                    self._TimeRangeEnd = None
         | 
| 2413 | 
            -
                    self._Offset = None
         | 
| 2414 | 
            -
                    self._Limit = None
         | 
| 2415 | 
            -
             | 
| 2416 | 
            -
                @property
         | 
| 2417 | 
            -
                def TimeRangeBegin(self):
         | 
| 2418 | 
            -
                    """请求量统计起始时间
         | 
| 2419 | 
            -
                    :rtype: str
         | 
| 2420 | 
            -
                    """
         | 
| 2421 | 
            -
                    return self._TimeRangeBegin
         | 
| 2422 | 
            -
             | 
| 2423 | 
            -
                @TimeRangeBegin.setter
         | 
| 2424 | 
            -
                def TimeRangeBegin(self, TimeRangeBegin):
         | 
| 2425 | 
            -
                    self._TimeRangeBegin = TimeRangeBegin
         | 
| 2426 | 
            -
             | 
| 2427 | 
            -
                @property
         | 
| 2428 | 
            -
                def Filters(self):
         | 
| 2429 | 
            -
                    """筛选参数:ZoneId:私有域ID;Domain:私有域;OperatorUin:操作者账号ID
         | 
| 2430 | 
            -
                    :rtype: list of Filter
         | 
| 2431 | 
            -
                    """
         | 
| 2432 | 
            -
                    return self._Filters
         | 
| 2433 | 
            -
             | 
| 2434 | 
            -
                @Filters.setter
         | 
| 2435 | 
            -
                def Filters(self, Filters):
         | 
| 2436 | 
            -
                    self._Filters = Filters
         | 
| 2437 | 
            -
             | 
| 2438 | 
            -
                @property
         | 
| 2439 | 
            -
                def TimeRangeEnd(self):
         | 
| 2440 | 
            -
                    """请求量统计结束时间
         | 
| 2441 | 
            -
                    :rtype: str
         | 
| 2442 | 
            -
                    """
         | 
| 2443 | 
            -
                    return self._TimeRangeEnd
         | 
| 2444 | 
            -
             | 
| 2445 | 
            -
                @TimeRangeEnd.setter
         | 
| 2446 | 
            -
                def TimeRangeEnd(self, TimeRangeEnd):
         | 
| 2447 | 
            -
                    self._TimeRangeEnd = TimeRangeEnd
         | 
| 2448 | 
            -
             | 
| 2449 | 
            -
                @property
         | 
| 2450 | 
            -
                def Offset(self):
         | 
| 2451 | 
            -
                    """分页偏移量,从0开始
         | 
| 2452 | 
            -
                    :rtype: int
         | 
| 2453 | 
            -
                    """
         | 
| 2454 | 
            -
                    return self._Offset
         | 
| 2455 | 
            -
             | 
| 2456 | 
            -
                @Offset.setter
         | 
| 2457 | 
            -
                def Offset(self, Offset):
         | 
| 2458 | 
            -
                    self._Offset = Offset
         | 
| 2459 | 
            -
             | 
| 2460 | 
            -
                @property
         | 
| 2461 | 
            -
                def Limit(self):
         | 
| 2462 | 
            -
                    """分页限制数目, 最大100,默认20
         | 
| 2463 | 
            -
                    :rtype: int
         | 
| 2464 | 
            -
                    """
         | 
| 2465 | 
            -
                    return self._Limit
         | 
| 2466 | 
            -
             | 
| 2467 | 
            -
                @Limit.setter
         | 
| 2468 | 
            -
                def Limit(self, Limit):
         | 
| 2469 | 
            -
                    self._Limit = Limit
         | 
| 2470 | 
            -
             | 
| 2471 | 
            -
             | 
| 2472 | 
            -
                def _deserialize(self, params):
         | 
| 2473 | 
            -
                    self._TimeRangeBegin = params.get("TimeRangeBegin")
         | 
| 2474 | 
            -
                    if params.get("Filters") is not None:
         | 
| 2475 | 
            -
                        self._Filters = []
         | 
| 2476 | 
            -
                        for item in params.get("Filters"):
         | 
| 2477 | 
            -
                            obj = Filter()
         | 
| 2478 | 
            -
                            obj._deserialize(item)
         | 
| 2479 | 
            -
                            self._Filters.append(obj)
         | 
| 2480 | 
            -
                    self._TimeRangeEnd = params.get("TimeRangeEnd")
         | 
| 2481 | 
            -
                    self._Offset = params.get("Offset")
         | 
| 2482 | 
            -
                    self._Limit = params.get("Limit")
         | 
| 2483 | 
            -
                    memeber_set = set(params.keys())
         | 
| 2484 | 
            -
                    for name, value in vars(self).items():
         | 
| 2485 | 
            -
                        property_name = name[1:]
         | 
| 2486 | 
            -
                        if property_name in memeber_set:
         | 
| 2487 | 
            -
                            memeber_set.remove(property_name)
         | 
| 2488 | 
            -
                    if len(memeber_set) > 0:
         | 
| 2489 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 2490 | 
            -
                    
         | 
| 2491 | 
            -
             | 
| 2492 | 
            -
             | 
| 2493 | 
            -
            class DescribeAuditLogResponse(AbstractModel):
         | 
| 2494 | 
            -
                """DescribeAuditLog返回参数结构体
         | 
| 2495 | 
            -
             | 
| 2496 | 
            -
                """
         | 
| 2497 | 
            -
             | 
| 2498 | 
            -
                def __init__(self):
         | 
| 2499 | 
            -
                    r"""
         | 
| 2500 | 
            -
                    :param _Data: 操作日志列表
         | 
| 2501 | 
            -
                    :type Data: list of AuditLog
         | 
| 2502 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2503 | 
            -
                    :type RequestId: str
         | 
| 2504 | 
            -
                    """
         | 
| 2505 | 
            -
                    self._Data = None
         | 
| 2506 | 
            -
                    self._RequestId = None
         | 
| 2507 | 
            -
             | 
| 2508 | 
            -
                @property
         | 
| 2509 | 
            -
                def Data(self):
         | 
| 2510 | 
            -
                    """操作日志列表
         | 
| 2511 | 
            -
                    :rtype: list of AuditLog
         | 
| 2512 | 
            -
                    """
         | 
| 2513 | 
            -
                    return self._Data
         | 
| 2514 | 
            -
             | 
| 2515 | 
            -
                @Data.setter
         | 
| 2516 | 
            -
                def Data(self, Data):
         | 
| 2517 | 
            -
                    self._Data = Data
         | 
| 2518 | 
            -
             | 
| 2519 | 
            -
                @property
         | 
| 2520 | 
            -
                def RequestId(self):
         | 
| 2521 | 
            -
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2522 | 
            -
                    :rtype: str
         | 
| 2523 | 
            -
                    """
         | 
| 2524 | 
            -
                    return self._RequestId
         | 
| 2525 | 
            -
             | 
| 2526 | 
            -
                @RequestId.setter
         | 
| 2527 | 
            -
                def RequestId(self, RequestId):
         | 
| 2528 | 
            -
                    self._RequestId = RequestId
         | 
| 2529 | 
            -
             | 
| 2530 | 
            -
             | 
| 2531 | 
            -
                def _deserialize(self, params):
         | 
| 2532 | 
            -
                    if params.get("Data") is not None:
         | 
| 2533 | 
            -
                        self._Data = []
         | 
| 2534 | 
            -
                        for item in params.get("Data"):
         | 
| 2535 | 
            -
                            obj = AuditLog()
         | 
| 2536 | 
            -
                            obj._deserialize(item)
         | 
| 2537 | 
            -
                            self._Data.append(obj)
         | 
| 2538 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 2539 | 
            -
             | 
| 2540 | 
            -
             | 
| 2541 | 
            -
            class DescribeDashboardRequest(AbstractModel):
         | 
| 2542 | 
            -
                """DescribeDashboard请求参数结构体
         | 
| 2543 | 
            -
             | 
| 2544 | 
            -
                """
         | 
| 2545 | 
            -
             | 
| 2546 | 
            -
             | 
| 2547 | 
            -
            class DescribeDashboardResponse(AbstractModel):
         | 
| 2548 | 
            -
                """DescribeDashboard返回参数结构体
         | 
| 2549 | 
            -
             | 
| 2550 | 
            -
                """
         | 
| 2551 | 
            -
             | 
| 2552 | 
            -
                def __init__(self):
         | 
| 2553 | 
            -
                    r"""
         | 
| 2554 | 
            -
                    :param _ZoneTotal: 私有域解析总数
         | 
| 2555 | 
            -
                    :type ZoneTotal: int
         | 
| 2556 | 
            -
                    :param _ZoneVpcCount: 私有域关联VPC数量
         | 
| 2557 | 
            -
                    :type ZoneVpcCount: int
         | 
| 2558 | 
            -
                    :param _RequestTotalCount: 历史请求量总数
         | 
| 2559 | 
            -
                    :type RequestTotalCount: int
         | 
| 2560 | 
            -
                    :param _FlowUsage: 流量包用量
         | 
| 2561 | 
            -
                    :type FlowUsage: list of FlowUsage
         | 
| 2562 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2563 | 
            -
                    :type RequestId: str
         | 
| 2564 | 
            -
                    """
         | 
| 2565 | 
            -
                    self._ZoneTotal = None
         | 
| 2566 | 
            -
                    self._ZoneVpcCount = None
         | 
| 2567 | 
            -
                    self._RequestTotalCount = None
         | 
| 2568 | 
            -
                    self._FlowUsage = None
         | 
| 2569 | 
            -
                    self._RequestId = None
         | 
| 2570 | 
            -
             | 
| 2571 | 
            -
                @property
         | 
| 2572 | 
            -
                def ZoneTotal(self):
         | 
| 2573 | 
            -
                    """私有域解析总数
         | 
| 2574 | 
            -
                    :rtype: int
         | 
| 2575 | 
            -
                    """
         | 
| 2576 | 
            -
                    return self._ZoneTotal
         | 
| 2577 | 
            -
             | 
| 2578 | 
            -
                @ZoneTotal.setter
         | 
| 2579 | 
            -
                def ZoneTotal(self, ZoneTotal):
         | 
| 2580 | 
            -
                    self._ZoneTotal = ZoneTotal
         | 
| 2581 | 
            -
             | 
| 2582 | 
            -
                @property
         | 
| 2583 | 
            -
                def ZoneVpcCount(self):
         | 
| 2584 | 
            -
                    """私有域关联VPC数量
         | 
| 2585 | 
            -
                    :rtype: int
         | 
| 2586 | 
            -
                    """
         | 
| 2587 | 
            -
                    return self._ZoneVpcCount
         | 
| 2588 | 
            -
             | 
| 2589 | 
            -
                @ZoneVpcCount.setter
         | 
| 2590 | 
            -
                def ZoneVpcCount(self, ZoneVpcCount):
         | 
| 2591 | 
            -
                    self._ZoneVpcCount = ZoneVpcCount
         | 
| 2592 | 
            -
             | 
| 2593 | 
            -
                @property
         | 
| 2594 | 
            -
                def RequestTotalCount(self):
         | 
| 2595 | 
            -
                    """历史请求量总数
         | 
| 2596 | 
            -
                    :rtype: int
         | 
| 2597 | 
            -
                    """
         | 
| 2598 | 
            -
                    return self._RequestTotalCount
         | 
| 2599 | 
            -
             | 
| 2600 | 
            -
                @RequestTotalCount.setter
         | 
| 2601 | 
            -
                def RequestTotalCount(self, RequestTotalCount):
         | 
| 2602 | 
            -
                    self._RequestTotalCount = RequestTotalCount
         | 
| 2603 | 
            -
             | 
| 1487 | 
            +
                @AccountVpcSet.setter
         | 
| 1488 | 
            +
                def AccountVpcSet(self, AccountVpcSet):
         | 
| 1489 | 
            +
                    self._AccountVpcSet = AccountVpcSet
         | 
| 1490 | 
            +
             | 
| 2604 1491 | 
             
                @property
         | 
| 2605 | 
            -
                def  | 
| 2606 | 
            -
                    """ | 
| 2607 | 
            -
             | 
| 1492 | 
            +
                def UniqId(self):
         | 
| 1493 | 
            +
                    """唯一id
         | 
| 1494 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1495 | 
            +
                    :rtype: str
         | 
| 2608 1496 | 
             
                    """
         | 
| 2609 | 
            -
                    return self. | 
| 1497 | 
            +
                    return self._UniqId
         | 
| 2610 1498 |  | 
| 2611 | 
            -
                @ | 
| 2612 | 
            -
                def  | 
| 2613 | 
            -
                    self. | 
| 1499 | 
            +
                @UniqId.setter
         | 
| 1500 | 
            +
                def UniqId(self, UniqId):
         | 
| 1501 | 
            +
                    self._UniqId = UniqId
         | 
| 2614 1502 |  | 
| 2615 1503 | 
             
                @property
         | 
| 2616 1504 | 
             
                def RequestId(self):
         | 
| @@ -2625,36 +1513,55 @@ class DescribeDashboardResponse(AbstractModel): | |
| 2625 1513 |  | 
| 2626 1514 |  | 
| 2627 1515 | 
             
                def _deserialize(self, params):
         | 
| 2628 | 
            -
                    self. | 
| 2629 | 
            -
                     | 
| 2630 | 
            -
             | 
| 2631 | 
            -
             | 
| 2632 | 
            -
             | 
| 2633 | 
            -
                        for item in params.get("FlowUsage"):
         | 
| 2634 | 
            -
                            obj = FlowUsage()
         | 
| 1516 | 
            +
                    self._ZoneId = params.get("ZoneId")
         | 
| 1517 | 
            +
                    if params.get("VpcSet") is not None:
         | 
| 1518 | 
            +
                        self._VpcSet = []
         | 
| 1519 | 
            +
                        for item in params.get("VpcSet"):
         | 
| 1520 | 
            +
                            obj = VpcInfo()
         | 
| 2635 1521 | 
             
                            obj._deserialize(item)
         | 
| 2636 | 
            -
                            self. | 
| 1522 | 
            +
                            self._VpcSet.append(obj)
         | 
| 1523 | 
            +
                    if params.get("AccountVpcSet") is not None:
         | 
| 1524 | 
            +
                        self._AccountVpcSet = []
         | 
| 1525 | 
            +
                        for item in params.get("AccountVpcSet"):
         | 
| 1526 | 
            +
                            obj = AccountVpcInfo()
         | 
| 1527 | 
            +
                            obj._deserialize(item)
         | 
| 1528 | 
            +
                            self._AccountVpcSet.append(obj)
         | 
| 1529 | 
            +
                    self._UniqId = params.get("UniqId")
         | 
| 2637 1530 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 2638 1531 |  | 
| 2639 1532 |  | 
| 2640 | 
            -
            class  | 
| 2641 | 
            -
                """ | 
| 1533 | 
            +
            class DescribeAccountVpcListRequest(AbstractModel):
         | 
| 1534 | 
            +
                """DescribeAccountVpcList请求参数结构体
         | 
| 2642 1535 |  | 
| 2643 1536 | 
             
                """
         | 
| 2644 1537 |  | 
| 2645 1538 | 
             
                def __init__(self):
         | 
| 2646 1539 | 
             
                    r"""
         | 
| 1540 | 
            +
                    :param _AccountUin: 关联账号的uin
         | 
| 1541 | 
            +
                    :type AccountUin: str
         | 
| 2647 1542 | 
             
                    :param _Offset: 分页偏移量,从0开始
         | 
| 2648 1543 | 
             
                    :type Offset: int
         | 
| 2649 1544 | 
             
                    :param _Limit: 分页限制数目, 最大100,默认20
         | 
| 2650 1545 | 
             
                    :type Limit: int
         | 
| 2651 | 
            -
                    :param _Filters:  | 
| 1546 | 
            +
                    :param _Filters: 过滤参数
         | 
| 2652 1547 | 
             
                    :type Filters: list of Filter
         | 
| 2653 1548 | 
             
                    """
         | 
| 1549 | 
            +
                    self._AccountUin = None
         | 
| 2654 1550 | 
             
                    self._Offset = None
         | 
| 2655 1551 | 
             
                    self._Limit = None
         | 
| 2656 1552 | 
             
                    self._Filters = None
         | 
| 2657 1553 |  | 
| 1554 | 
            +
                @property
         | 
| 1555 | 
            +
                def AccountUin(self):
         | 
| 1556 | 
            +
                    """关联账号的uin
         | 
| 1557 | 
            +
                    :rtype: str
         | 
| 1558 | 
            +
                    """
         | 
| 1559 | 
            +
                    return self._AccountUin
         | 
| 1560 | 
            +
             | 
| 1561 | 
            +
                @AccountUin.setter
         | 
| 1562 | 
            +
                def AccountUin(self, AccountUin):
         | 
| 1563 | 
            +
                    self._AccountUin = AccountUin
         | 
| 1564 | 
            +
             | 
| 2658 1565 | 
             
                @property
         | 
| 2659 1566 | 
             
                def Offset(self):
         | 
| 2660 1567 | 
             
                    """分页偏移量,从0开始
         | 
| @@ -2679,7 +1586,7 @@ class DescribeEndPointListRequest(AbstractModel): | |
| 2679 1586 |  | 
| 2680 1587 | 
             
                @property
         | 
| 2681 1588 | 
             
                def Filters(self):
         | 
| 2682 | 
            -
                    """ | 
| 1589 | 
            +
                    """过滤参数
         | 
| 2683 1590 | 
             
                    :rtype: list of Filter
         | 
| 2684 1591 | 
             
                    """
         | 
| 2685 1592 | 
             
                    return self._Filters
         | 
| @@ -2690,6 +1597,7 @@ class DescribeEndPointListRequest(AbstractModel): | |
| 2690 1597 |  | 
| 2691 1598 |  | 
| 2692 1599 | 
             
                def _deserialize(self, params):
         | 
| 1600 | 
            +
                    self._AccountUin = params.get("AccountUin")
         | 
| 2693 1601 | 
             
                    self._Offset = params.get("Offset")
         | 
| 2694 1602 | 
             
                    self._Limit = params.get("Limit")
         | 
| 2695 1603 | 
             
                    if params.get("Filters") is not None:
         | 
| @@ -2708,28 +1616,27 @@ class DescribeEndPointListRequest(AbstractModel): | |
| 2708 1616 |  | 
| 2709 1617 |  | 
| 2710 1618 |  | 
| 2711 | 
            -
            class  | 
| 2712 | 
            -
                """ | 
| 1619 | 
            +
            class DescribeAccountVpcListResponse(AbstractModel):
         | 
| 1620 | 
            +
                """DescribeAccountVpcList返回参数结构体
         | 
| 2713 1621 |  | 
| 2714 1622 | 
             
                """
         | 
| 2715 1623 |  | 
| 2716 1624 | 
             
                def __init__(self):
         | 
| 2717 1625 | 
             
                    r"""
         | 
| 2718 | 
            -
                    :param _TotalCount:  | 
| 1626 | 
            +
                    :param _TotalCount: VPC数量
         | 
| 2719 1627 | 
             
                    :type TotalCount: int
         | 
| 2720 | 
            -
                    :param  | 
| 2721 | 
            -
             | 
| 2722 | 
            -
                    :type EndPointSet: list of EndPointInfo
         | 
| 1628 | 
            +
                    :param _VpcSet: VPC 列表
         | 
| 1629 | 
            +
                    :type VpcSet: list of AccountVpcInfoOut
         | 
| 2723 1630 | 
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2724 1631 | 
             
                    :type RequestId: str
         | 
| 2725 1632 | 
             
                    """
         | 
| 2726 1633 | 
             
                    self._TotalCount = None
         | 
| 2727 | 
            -
                    self. | 
| 1634 | 
            +
                    self._VpcSet = None
         | 
| 2728 1635 | 
             
                    self._RequestId = None
         | 
| 2729 1636 |  | 
| 2730 1637 | 
             
                @property
         | 
| 2731 1638 | 
             
                def TotalCount(self):
         | 
| 2732 | 
            -
                    """ | 
| 1639 | 
            +
                    """VPC数量
         | 
| 2733 1640 | 
             
                    :rtype: int
         | 
| 2734 1641 | 
             
                    """
         | 
| 2735 1642 | 
             
                    return self._TotalCount
         | 
| @@ -2739,16 +1646,15 @@ class DescribeEndPointListResponse(AbstractModel): | |
| 2739 1646 | 
             
                    self._TotalCount = TotalCount
         | 
| 2740 1647 |  | 
| 2741 1648 | 
             
                @property
         | 
| 2742 | 
            -
                def  | 
| 2743 | 
            -
                    """ | 
| 2744 | 
            -
             | 
| 2745 | 
            -
                    :rtype: list of EndPointInfo
         | 
| 1649 | 
            +
                def VpcSet(self):
         | 
| 1650 | 
            +
                    """VPC 列表
         | 
| 1651 | 
            +
                    :rtype: list of AccountVpcInfoOut
         | 
| 2746 1652 | 
             
                    """
         | 
| 2747 | 
            -
                    return self. | 
| 1653 | 
            +
                    return self._VpcSet
         | 
| 2748 1654 |  | 
| 2749 | 
            -
                @ | 
| 2750 | 
            -
                def  | 
| 2751 | 
            -
                    self. | 
| 1655 | 
            +
                @VpcSet.setter
         | 
| 1656 | 
            +
                def VpcSet(self, VpcSet):
         | 
| 1657 | 
            +
                    self._VpcSet = VpcSet
         | 
| 2752 1658 |  | 
| 2753 1659 | 
             
                @property
         | 
| 2754 1660 | 
             
                def RequestId(self):
         | 
| @@ -2764,86 +1670,71 @@ class DescribeEndPointListResponse(AbstractModel): | |
| 2764 1670 |  | 
| 2765 1671 | 
             
                def _deserialize(self, params):
         | 
| 2766 1672 | 
             
                    self._TotalCount = params.get("TotalCount")
         | 
| 2767 | 
            -
                    if params.get(" | 
| 2768 | 
            -
                        self. | 
| 2769 | 
            -
                        for item in params.get(" | 
| 2770 | 
            -
                            obj =  | 
| 1673 | 
            +
                    if params.get("VpcSet") is not None:
         | 
| 1674 | 
            +
                        self._VpcSet = []
         | 
| 1675 | 
            +
                        for item in params.get("VpcSet"):
         | 
| 1676 | 
            +
                            obj = AccountVpcInfoOut()
         | 
| 2771 1677 | 
             
                            obj._deserialize(item)
         | 
| 2772 | 
            -
                            self. | 
| 1678 | 
            +
                            self._VpcSet.append(obj)
         | 
| 2773 1679 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 2774 1680 |  | 
| 2775 1681 |  | 
| 2776 | 
            -
            class  | 
| 2777 | 
            -
                """ | 
| 2778 | 
            -
             | 
| 2779 | 
            -
                """
         | 
| 2780 | 
            -
             | 
| 2781 | 
            -
             | 
| 2782 | 
            -
            class DescribeEndPointRegionResponse(AbstractModel):
         | 
| 2783 | 
            -
                """DescribeEndPointRegion返回参数结构体
         | 
| 1682 | 
            +
            class DescribeAuditLogRequest(AbstractModel):
         | 
| 1683 | 
            +
                """DescribeAuditLog请求参数结构体
         | 
| 2784 1684 |  | 
| 2785 1685 | 
             
                """
         | 
| 2786 1686 |  | 
| 2787 1687 | 
             
                def __init__(self):
         | 
| 2788 1688 | 
             
                    r"""
         | 
| 2789 | 
            -
                    :param  | 
| 2790 | 
            -
                    :type  | 
| 2791 | 
            -
                    :param  | 
| 2792 | 
            -
                    :type  | 
| 1689 | 
            +
                    :param _TimeRangeBegin: 请求量统计起始时间
         | 
| 1690 | 
            +
                    :type TimeRangeBegin: str
         | 
| 1691 | 
            +
                    :param _Filters: 筛选参数:ZoneId:私有域ID;Domain:私有域;OperatorUin:操作者账号ID
         | 
| 1692 | 
            +
                    :type Filters: list of Filter
         | 
| 1693 | 
            +
                    :param _TimeRangeEnd: 请求量统计结束时间
         | 
| 1694 | 
            +
                    :type TimeRangeEnd: str
         | 
| 1695 | 
            +
                    :param _Offset: 分页偏移量,从0开始
         | 
| 1696 | 
            +
                    :type Offset: int
         | 
| 1697 | 
            +
                    :param _Limit: 分页限制数目, 最大100,默认20
         | 
| 1698 | 
            +
                    :type Limit: int
         | 
| 2793 1699 | 
             
                    """
         | 
| 2794 | 
            -
                    self. | 
| 2795 | 
            -
                    self. | 
| 1700 | 
            +
                    self._TimeRangeBegin = None
         | 
| 1701 | 
            +
                    self._Filters = None
         | 
| 1702 | 
            +
                    self._TimeRangeEnd = None
         | 
| 1703 | 
            +
                    self._Offset = None
         | 
| 1704 | 
            +
                    self._Limit = None
         | 
| 2796 1705 |  | 
| 2797 1706 | 
             
                @property
         | 
| 2798 | 
            -
                def  | 
| 2799 | 
            -
                    """ | 
| 2800 | 
            -
                    :rtype:  | 
| 1707 | 
            +
                def TimeRangeBegin(self):
         | 
| 1708 | 
            +
                    """请求量统计起始时间
         | 
| 1709 | 
            +
                    :rtype: str
         | 
| 2801 1710 | 
             
                    """
         | 
| 2802 | 
            -
                    return self. | 
| 1711 | 
            +
                    return self._TimeRangeBegin
         | 
| 2803 1712 |  | 
| 2804 | 
            -
                @ | 
| 2805 | 
            -
                def  | 
| 2806 | 
            -
                    self. | 
| 1713 | 
            +
                @TimeRangeBegin.setter
         | 
| 1714 | 
            +
                def TimeRangeBegin(self, TimeRangeBegin):
         | 
| 1715 | 
            +
                    self._TimeRangeBegin = TimeRangeBegin
         | 
| 2807 1716 |  | 
| 2808 1717 | 
             
                @property
         | 
| 2809 | 
            -
                def  | 
| 2810 | 
            -
                    """ | 
| 2811 | 
            -
                    :rtype:  | 
| 1718 | 
            +
                def Filters(self):
         | 
| 1719 | 
            +
                    """筛选参数:ZoneId:私有域ID;Domain:私有域;OperatorUin:操作者账号ID
         | 
| 1720 | 
            +
                    :rtype: list of Filter
         | 
| 2812 1721 | 
             
                    """
         | 
| 2813 | 
            -
                    return self. | 
| 2814 | 
            -
             | 
| 2815 | 
            -
                @RequestId.setter
         | 
| 2816 | 
            -
                def RequestId(self, RequestId):
         | 
| 2817 | 
            -
                    self._RequestId = RequestId
         | 
| 2818 | 
            -
             | 
| 2819 | 
            -
             | 
| 2820 | 
            -
                def _deserialize(self, params):
         | 
| 2821 | 
            -
                    if params.get("RegionSet") is not None:
         | 
| 2822 | 
            -
                        self._RegionSet = []
         | 
| 2823 | 
            -
                        for item in params.get("RegionSet"):
         | 
| 2824 | 
            -
                            obj = RegionInfo()
         | 
| 2825 | 
            -
                            obj._deserialize(item)
         | 
| 2826 | 
            -
                            self._RegionSet.append(obj)
         | 
| 2827 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 2828 | 
            -
             | 
| 2829 | 
            -
             | 
| 2830 | 
            -
            class DescribeForwardRuleListRequest(AbstractModel):
         | 
| 2831 | 
            -
                """DescribeForwardRuleList请求参数结构体
         | 
| 1722 | 
            +
                    return self._Filters
         | 
| 2832 1723 |  | 
| 2833 | 
            -
                 | 
| 1724 | 
            +
                @Filters.setter
         | 
| 1725 | 
            +
                def Filters(self, Filters):
         | 
| 1726 | 
            +
                    self._Filters = Filters
         | 
| 2834 1727 |  | 
| 2835 | 
            -
                 | 
| 2836 | 
            -
             | 
| 2837 | 
            -
                     | 
| 2838 | 
            -
                    : | 
| 2839 | 
            -
                    :param _Limit: 分页限制数目, 最大100,默认20
         | 
| 2840 | 
            -
                    :type Limit: int
         | 
| 2841 | 
            -
                    :param _Filters: 过滤参数
         | 
| 2842 | 
            -
                    :type Filters: list of Filter
         | 
| 1728 | 
            +
                @property
         | 
| 1729 | 
            +
                def TimeRangeEnd(self):
         | 
| 1730 | 
            +
                    """请求量统计结束时间
         | 
| 1731 | 
            +
                    :rtype: str
         | 
| 2843 1732 | 
             
                    """
         | 
| 2844 | 
            -
                    self. | 
| 2845 | 
            -
             | 
| 2846 | 
            -
             | 
| 1733 | 
            +
                    return self._TimeRangeEnd
         | 
| 1734 | 
            +
             | 
| 1735 | 
            +
                @TimeRangeEnd.setter
         | 
| 1736 | 
            +
                def TimeRangeEnd(self, TimeRangeEnd):
         | 
| 1737 | 
            +
                    self._TimeRangeEnd = TimeRangeEnd
         | 
| 2847 1738 |  | 
| 2848 1739 | 
             
                @property
         | 
| 2849 1740 | 
             
                def Offset(self):
         | 
| @@ -2867,27 +1758,18 @@ class DescribeForwardRuleListRequest(AbstractModel): | |
| 2867 1758 | 
             
                def Limit(self, Limit):
         | 
| 2868 1759 | 
             
                    self._Limit = Limit
         | 
| 2869 1760 |  | 
| 2870 | 
            -
                @property
         | 
| 2871 | 
            -
                def Filters(self):
         | 
| 2872 | 
            -
                    """过滤参数
         | 
| 2873 | 
            -
                    :rtype: list of Filter
         | 
| 2874 | 
            -
                    """
         | 
| 2875 | 
            -
                    return self._Filters
         | 
| 2876 | 
            -
             | 
| 2877 | 
            -
                @Filters.setter
         | 
| 2878 | 
            -
                def Filters(self, Filters):
         | 
| 2879 | 
            -
                    self._Filters = Filters
         | 
| 2880 | 
            -
             | 
| 2881 1761 |  | 
| 2882 1762 | 
             
                def _deserialize(self, params):
         | 
| 2883 | 
            -
                    self. | 
| 2884 | 
            -
                    self._Limit = params.get("Limit")
         | 
| 1763 | 
            +
                    self._TimeRangeBegin = params.get("TimeRangeBegin")
         | 
| 2885 1764 | 
             
                    if params.get("Filters") is not None:
         | 
| 2886 1765 | 
             
                        self._Filters = []
         | 
| 2887 1766 | 
             
                        for item in params.get("Filters"):
         | 
| 2888 1767 | 
             
                            obj = Filter()
         | 
| 2889 1768 | 
             
                            obj._deserialize(item)
         | 
| 2890 1769 | 
             
                            self._Filters.append(obj)
         | 
| 1770 | 
            +
                    self._TimeRangeEnd = params.get("TimeRangeEnd")
         | 
| 1771 | 
            +
                    self._Offset = params.get("Offset")
         | 
| 1772 | 
            +
                    self._Limit = params.get("Limit")
         | 
| 2891 1773 | 
             
                    memeber_set = set(params.keys())
         | 
| 2892 1774 | 
             
                    for name, value in vars(self).items():
         | 
| 2893 1775 | 
             
                        property_name = name[1:]
         | 
| @@ -2898,45 +1780,31 @@ class DescribeForwardRuleListRequest(AbstractModel): | |
| 2898 1780 |  | 
| 2899 1781 |  | 
| 2900 1782 |  | 
| 2901 | 
            -
            class  | 
| 2902 | 
            -
                """ | 
| 1783 | 
            +
            class DescribeAuditLogResponse(AbstractModel):
         | 
| 1784 | 
            +
                """DescribeAuditLog返回参数结构体
         | 
| 2903 1785 |  | 
| 2904 1786 | 
             
                """
         | 
| 2905 1787 |  | 
| 2906 1788 | 
             
                def __init__(self):
         | 
| 2907 1789 | 
             
                    r"""
         | 
| 2908 | 
            -
                    :param  | 
| 2909 | 
            -
                    :type  | 
| 2910 | 
            -
                    :param _ForwardRuleSet: 私有域列表
         | 
| 2911 | 
            -
                    :type ForwardRuleSet: list of ForwardRule
         | 
| 1790 | 
            +
                    :param _Data: 操作日志列表
         | 
| 1791 | 
            +
                    :type Data: list of AuditLog
         | 
| 2912 1792 | 
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 2913 1793 | 
             
                    :type RequestId: str
         | 
| 2914 1794 | 
             
                    """
         | 
| 2915 | 
            -
                    self. | 
| 2916 | 
            -
                    self._ForwardRuleSet = None
         | 
| 1795 | 
            +
                    self._Data = None
         | 
| 2917 1796 | 
             
                    self._RequestId = None
         | 
| 2918 1797 |  | 
| 2919 1798 | 
             
                @property
         | 
| 2920 | 
            -
                def  | 
| 2921 | 
            -
                    """ | 
| 2922 | 
            -
                    :rtype:  | 
| 2923 | 
            -
                    """
         | 
| 2924 | 
            -
                    return self._TotalCount
         | 
| 2925 | 
            -
             | 
| 2926 | 
            -
                @TotalCount.setter
         | 
| 2927 | 
            -
                def TotalCount(self, TotalCount):
         | 
| 2928 | 
            -
                    self._TotalCount = TotalCount
         | 
| 2929 | 
            -
             | 
| 2930 | 
            -
                @property
         | 
| 2931 | 
            -
                def ForwardRuleSet(self):
         | 
| 2932 | 
            -
                    """私有域列表
         | 
| 2933 | 
            -
                    :rtype: list of ForwardRule
         | 
| 1799 | 
            +
                def Data(self):
         | 
| 1800 | 
            +
                    """操作日志列表
         | 
| 1801 | 
            +
                    :rtype: list of AuditLog
         | 
| 2934 1802 | 
             
                    """
         | 
| 2935 | 
            -
                    return self. | 
| 1803 | 
            +
                    return self._Data
         | 
| 2936 1804 |  | 
| 2937 | 
            -
                @ | 
| 2938 | 
            -
                def  | 
| 2939 | 
            -
                    self. | 
| 1805 | 
            +
                @Data.setter
         | 
| 1806 | 
            +
                def Data(self, Data):
         | 
| 1807 | 
            +
                    self._Data = Data
         | 
| 2940 1808 |  | 
| 2941 1809 | 
             
                @property
         | 
| 2942 1810 | 
             
                def RequestId(self):
         | 
| @@ -2951,77 +1819,88 @@ class DescribeForwardRuleListResponse(AbstractModel): | |
| 2951 1819 |  | 
| 2952 1820 |  | 
| 2953 1821 | 
             
                def _deserialize(self, params):
         | 
| 2954 | 
            -
                     | 
| 2955 | 
            -
             | 
| 2956 | 
            -
                         | 
| 2957 | 
            -
             | 
| 2958 | 
            -
                            obj = ForwardRule()
         | 
| 1822 | 
            +
                    if params.get("Data") is not None:
         | 
| 1823 | 
            +
                        self._Data = []
         | 
| 1824 | 
            +
                        for item in params.get("Data"):
         | 
| 1825 | 
            +
                            obj = AuditLog()
         | 
| 2959 1826 | 
             
                            obj._deserialize(item)
         | 
| 2960 | 
            -
                            self. | 
| 1827 | 
            +
                            self._Data.append(obj)
         | 
| 2961 1828 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 2962 1829 |  | 
| 2963 1830 |  | 
| 2964 | 
            -
            class  | 
| 2965 | 
            -
                """ | 
| 1831 | 
            +
            class DescribeDashboardRequest(AbstractModel):
         | 
| 1832 | 
            +
                """DescribeDashboard请求参数结构体
         | 
| 1833 | 
            +
             | 
| 1834 | 
            +
                """
         | 
| 1835 | 
            +
             | 
| 1836 | 
            +
             | 
| 1837 | 
            +
            class DescribeDashboardResponse(AbstractModel):
         | 
| 1838 | 
            +
                """DescribeDashboard返回参数结构体
         | 
| 2966 1839 |  | 
| 2967 1840 | 
             
                """
         | 
| 2968 1841 |  | 
| 2969 1842 | 
             
                def __init__(self):
         | 
| 2970 1843 | 
             
                    r"""
         | 
| 2971 | 
            -
                    :param  | 
| 2972 | 
            -
                    :type  | 
| 1844 | 
            +
                    :param _ZoneTotal: 私有域解析总数
         | 
| 1845 | 
            +
                    :type ZoneTotal: int
         | 
| 1846 | 
            +
                    :param _ZoneVpcCount: 私有域关联VPC数量
         | 
| 1847 | 
            +
                    :type ZoneVpcCount: int
         | 
| 1848 | 
            +
                    :param _RequestTotalCount: 历史请求量总数
         | 
| 1849 | 
            +
                    :type RequestTotalCount: int
         | 
| 1850 | 
            +
                    :param _FlowUsage: 流量包用量
         | 
| 1851 | 
            +
                    :type FlowUsage: list of FlowUsage
         | 
| 1852 | 
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 1853 | 
            +
                    :type RequestId: str
         | 
| 2973 1854 | 
             
                    """
         | 
| 2974 | 
            -
                    self. | 
| 1855 | 
            +
                    self._ZoneTotal = None
         | 
| 1856 | 
            +
                    self._ZoneVpcCount = None
         | 
| 1857 | 
            +
                    self._RequestTotalCount = None
         | 
| 1858 | 
            +
                    self._FlowUsage = None
         | 
| 1859 | 
            +
                    self._RequestId = None
         | 
| 2975 1860 |  | 
| 2976 1861 | 
             
                @property
         | 
| 2977 | 
            -
                def  | 
| 2978 | 
            -
                    """ | 
| 2979 | 
            -
                    :rtype:  | 
| 1862 | 
            +
                def ZoneTotal(self):
         | 
| 1863 | 
            +
                    """私有域解析总数
         | 
| 1864 | 
            +
                    :rtype: int
         | 
| 2980 1865 | 
             
                    """
         | 
| 2981 | 
            -
                    return self. | 
| 2982 | 
            -
             | 
| 2983 | 
            -
                @RuleId.setter
         | 
| 2984 | 
            -
                def RuleId(self, RuleId):
         | 
| 2985 | 
            -
                    self._RuleId = RuleId
         | 
| 2986 | 
            -
             | 
| 2987 | 
            -
             | 
| 2988 | 
            -
                def _deserialize(self, params):
         | 
| 2989 | 
            -
                    self._RuleId = params.get("RuleId")
         | 
| 2990 | 
            -
                    memeber_set = set(params.keys())
         | 
| 2991 | 
            -
                    for name, value in vars(self).items():
         | 
| 2992 | 
            -
                        property_name = name[1:]
         | 
| 2993 | 
            -
                        if property_name in memeber_set:
         | 
| 2994 | 
            -
                            memeber_set.remove(property_name)
         | 
| 2995 | 
            -
                    if len(memeber_set) > 0:
         | 
| 2996 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 2997 | 
            -
                    
         | 
| 1866 | 
            +
                    return self._ZoneTotal
         | 
| 2998 1867 |  | 
| 1868 | 
            +
                @ZoneTotal.setter
         | 
| 1869 | 
            +
                def ZoneTotal(self, ZoneTotal):
         | 
| 1870 | 
            +
                    self._ZoneTotal = ZoneTotal
         | 
| 2999 1871 |  | 
| 3000 | 
            -
             | 
| 3001 | 
            -
                 | 
| 1872 | 
            +
                @property
         | 
| 1873 | 
            +
                def ZoneVpcCount(self):
         | 
| 1874 | 
            +
                    """私有域关联VPC数量
         | 
| 1875 | 
            +
                    :rtype: int
         | 
| 1876 | 
            +
                    """
         | 
| 1877 | 
            +
                    return self._ZoneVpcCount
         | 
| 3002 1878 |  | 
| 3003 | 
            -
                 | 
| 1879 | 
            +
                @ZoneVpcCount.setter
         | 
| 1880 | 
            +
                def ZoneVpcCount(self, ZoneVpcCount):
         | 
| 1881 | 
            +
                    self._ZoneVpcCount = ZoneVpcCount
         | 
| 3004 1882 |  | 
| 3005 | 
            -
                 | 
| 3006 | 
            -
             | 
| 3007 | 
            -
                     | 
| 3008 | 
            -
                    : | 
| 3009 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 3010 | 
            -
                    :type RequestId: str
         | 
| 1883 | 
            +
                @property
         | 
| 1884 | 
            +
                def RequestTotalCount(self):
         | 
| 1885 | 
            +
                    """历史请求量总数
         | 
| 1886 | 
            +
                    :rtype: int
         | 
| 3011 1887 | 
             
                    """
         | 
| 3012 | 
            -
                    self. | 
| 3013 | 
            -
             | 
| 1888 | 
            +
                    return self._RequestTotalCount
         | 
| 1889 | 
            +
             | 
| 1890 | 
            +
                @RequestTotalCount.setter
         | 
| 1891 | 
            +
                def RequestTotalCount(self, RequestTotalCount):
         | 
| 1892 | 
            +
                    self._RequestTotalCount = RequestTotalCount
         | 
| 3014 1893 |  | 
| 3015 1894 | 
             
                @property
         | 
| 3016 | 
            -
                def  | 
| 3017 | 
            -
                    """ | 
| 3018 | 
            -
                    :rtype:  | 
| 1895 | 
            +
                def FlowUsage(self):
         | 
| 1896 | 
            +
                    """流量包用量
         | 
| 1897 | 
            +
                    :rtype: list of FlowUsage
         | 
| 3019 1898 | 
             
                    """
         | 
| 3020 | 
            -
                    return self. | 
| 1899 | 
            +
                    return self._FlowUsage
         | 
| 3021 1900 |  | 
| 3022 | 
            -
                @ | 
| 3023 | 
            -
                def  | 
| 3024 | 
            -
                    self. | 
| 1901 | 
            +
                @FlowUsage.setter
         | 
| 1902 | 
            +
                def FlowUsage(self, FlowUsage):
         | 
| 1903 | 
            +
                    self._FlowUsage = FlowUsage
         | 
| 3025 1904 |  | 
| 3026 1905 | 
             
                @property
         | 
| 3027 1906 | 
             
                def RequestId(self):
         | 
| @@ -3036,9 +1915,15 @@ class DescribeForwardRuleResponse(AbstractModel): | |
| 3036 1915 |  | 
| 3037 1916 |  | 
| 3038 1917 | 
             
                def _deserialize(self, params):
         | 
| 3039 | 
            -
                     | 
| 3040 | 
            -
             | 
| 3041 | 
            -
             | 
| 1918 | 
            +
                    self._ZoneTotal = params.get("ZoneTotal")
         | 
| 1919 | 
            +
                    self._ZoneVpcCount = params.get("ZoneVpcCount")
         | 
| 1920 | 
            +
                    self._RequestTotalCount = params.get("RequestTotalCount")
         | 
| 1921 | 
            +
                    if params.get("FlowUsage") is not None:
         | 
| 1922 | 
            +
                        self._FlowUsage = []
         | 
| 1923 | 
            +
                        for item in params.get("FlowUsage"):
         | 
| 1924 | 
            +
                            obj = FlowUsage()
         | 
| 1925 | 
            +
                            obj._deserialize(item)
         | 
| 1926 | 
            +
                            self._FlowUsage.append(obj)
         | 
| 3042 1927 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 3043 1928 |  | 
| 3044 1929 |  | 
| @@ -3774,448 +2659,113 @@ class DescribeRequestDataResponse(AbstractModel): | |
| 3774 2659 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 3775 2660 |  | 
| 3776 2661 |  | 
| 3777 | 
            -
            class  | 
| 3778 | 
            -
                """ | 
| 3779 | 
            -
             | 
| 3780 | 
            -
                """
         | 
| 3781 | 
            -
             | 
| 3782 | 
            -
                def __init__(self):
         | 
| 3783 | 
            -
                    r"""
         | 
| 3784 | 
            -
                    :param _EndPointId: 终端节点ID
         | 
| 3785 | 
            -
                    :type EndPointId: str
         | 
| 3786 | 
            -
                    :param _EndPointName: 终端节点名称
         | 
| 3787 | 
            -
                    :type EndPointName: str
         | 
| 3788 | 
            -
                    :param _EndPointServiceId: 终端节点服务ID
         | 
| 3789 | 
            -
                    :type EndPointServiceId: str
         | 
| 3790 | 
            -
                    :param _EndPointVipSet: 终端节点VIP列表
         | 
| 3791 | 
            -
                    :type EndPointVipSet: list of str
         | 
| 3792 | 
            -
                    :param _RegionCode: ap-guangzhou
         | 
| 3793 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 3794 | 
            -
                    :type RegionCode: str
         | 
| 3795 | 
            -
                    :param _Tags: 标签键值对集合
         | 
| 3796 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 3797 | 
            -
                    :type Tags: list of TagInfo
         | 
| 3798 | 
            -
                    """
         | 
| 3799 | 
            -
                    self._EndPointId = None
         | 
| 3800 | 
            -
                    self._EndPointName = None
         | 
| 3801 | 
            -
                    self._EndPointServiceId = None
         | 
| 3802 | 
            -
                    self._EndPointVipSet = None
         | 
| 3803 | 
            -
                    self._RegionCode = None
         | 
| 3804 | 
            -
                    self._Tags = None
         | 
| 3805 | 
            -
             | 
| 3806 | 
            -
                @property
         | 
| 3807 | 
            -
                def EndPointId(self):
         | 
| 3808 | 
            -
                    """终端节点ID
         | 
| 3809 | 
            -
                    :rtype: str
         | 
| 3810 | 
            -
                    """
         | 
| 3811 | 
            -
                    return self._EndPointId
         | 
| 3812 | 
            -
             | 
| 3813 | 
            -
                @EndPointId.setter
         | 
| 3814 | 
            -
                def EndPointId(self, EndPointId):
         | 
| 3815 | 
            -
                    self._EndPointId = EndPointId
         | 
| 3816 | 
            -
             | 
| 3817 | 
            -
                @property
         | 
| 3818 | 
            -
                def EndPointName(self):
         | 
| 3819 | 
            -
                    """终端节点名称
         | 
| 3820 | 
            -
                    :rtype: str
         | 
| 3821 | 
            -
                    """
         | 
| 3822 | 
            -
                    return self._EndPointName
         | 
| 3823 | 
            -
             | 
| 3824 | 
            -
                @EndPointName.setter
         | 
| 3825 | 
            -
                def EndPointName(self, EndPointName):
         | 
| 3826 | 
            -
                    self._EndPointName = EndPointName
         | 
| 3827 | 
            -
             | 
| 3828 | 
            -
                @property
         | 
| 3829 | 
            -
                def EndPointServiceId(self):
         | 
| 3830 | 
            -
                    """终端节点服务ID
         | 
| 3831 | 
            -
                    :rtype: str
         | 
| 3832 | 
            -
                    """
         | 
| 3833 | 
            -
                    return self._EndPointServiceId
         | 
| 3834 | 
            -
             | 
| 3835 | 
            -
                @EndPointServiceId.setter
         | 
| 3836 | 
            -
                def EndPointServiceId(self, EndPointServiceId):
         | 
| 3837 | 
            -
                    self._EndPointServiceId = EndPointServiceId
         | 
| 3838 | 
            -
             | 
| 3839 | 
            -
                @property
         | 
| 3840 | 
            -
                def EndPointVipSet(self):
         | 
| 3841 | 
            -
                    """终端节点VIP列表
         | 
| 3842 | 
            -
                    :rtype: list of str
         | 
| 3843 | 
            -
                    """
         | 
| 3844 | 
            -
                    return self._EndPointVipSet
         | 
| 3845 | 
            -
             | 
| 3846 | 
            -
                @EndPointVipSet.setter
         | 
| 3847 | 
            -
                def EndPointVipSet(self, EndPointVipSet):
         | 
| 3848 | 
            -
                    self._EndPointVipSet = EndPointVipSet
         | 
| 3849 | 
            -
             | 
| 3850 | 
            -
                @property
         | 
| 3851 | 
            -
                def RegionCode(self):
         | 
| 3852 | 
            -
                    """ap-guangzhou
         | 
| 3853 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 3854 | 
            -
                    :rtype: str
         | 
| 3855 | 
            -
                    """
         | 
| 3856 | 
            -
                    return self._RegionCode
         | 
| 3857 | 
            -
             | 
| 3858 | 
            -
                @RegionCode.setter
         | 
| 3859 | 
            -
                def RegionCode(self, RegionCode):
         | 
| 3860 | 
            -
                    self._RegionCode = RegionCode
         | 
| 3861 | 
            -
             | 
| 3862 | 
            -
                @property
         | 
| 3863 | 
            -
                def Tags(self):
         | 
| 3864 | 
            -
                    """标签键值对集合
         | 
| 3865 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 3866 | 
            -
                    :rtype: list of TagInfo
         | 
| 3867 | 
            -
                    """
         | 
| 3868 | 
            -
                    return self._Tags
         | 
| 3869 | 
            -
             | 
| 3870 | 
            -
                @Tags.setter
         | 
| 3871 | 
            -
                def Tags(self, Tags):
         | 
| 3872 | 
            -
                    self._Tags = Tags
         | 
| 3873 | 
            -
             | 
| 3874 | 
            -
             | 
| 3875 | 
            -
                def _deserialize(self, params):
         | 
| 3876 | 
            -
                    self._EndPointId = params.get("EndPointId")
         | 
| 3877 | 
            -
                    self._EndPointName = params.get("EndPointName")
         | 
| 3878 | 
            -
                    self._EndPointServiceId = params.get("EndPointServiceId")
         | 
| 3879 | 
            -
                    self._EndPointVipSet = params.get("EndPointVipSet")
         | 
| 3880 | 
            -
                    self._RegionCode = params.get("RegionCode")
         | 
| 3881 | 
            -
                    if params.get("Tags") is not None:
         | 
| 3882 | 
            -
                        self._Tags = []
         | 
| 3883 | 
            -
                        for item in params.get("Tags"):
         | 
| 3884 | 
            -
                            obj = TagInfo()
         | 
| 3885 | 
            -
                            obj._deserialize(item)
         | 
| 3886 | 
            -
                            self._Tags.append(obj)
         | 
| 3887 | 
            -
                    memeber_set = set(params.keys())
         | 
| 3888 | 
            -
                    for name, value in vars(self).items():
         | 
| 3889 | 
            -
                        property_name = name[1:]
         | 
| 3890 | 
            -
                        if property_name in memeber_set:
         | 
| 3891 | 
            -
                            memeber_set.remove(property_name)
         | 
| 3892 | 
            -
                    if len(memeber_set) > 0:
         | 
| 3893 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 3894 | 
            -
                    
         | 
| 3895 | 
            -
             | 
| 3896 | 
            -
             | 
| 3897 | 
            -
            class Filter(AbstractModel):
         | 
| 3898 | 
            -
                """筛选参数
         | 
| 3899 | 
            -
             | 
| 3900 | 
            -
                """
         | 
| 3901 | 
            -
             | 
| 3902 | 
            -
                def __init__(self):
         | 
| 3903 | 
            -
                    r"""
         | 
| 3904 | 
            -
                    :param _Name: 参数名
         | 
| 3905 | 
            -
                    :type Name: str
         | 
| 3906 | 
            -
                    :param _Values: 参数值数组
         | 
| 3907 | 
            -
                    :type Values: list of str
         | 
| 3908 | 
            -
                    """
         | 
| 3909 | 
            -
                    self._Name = None
         | 
| 3910 | 
            -
                    self._Values = None
         | 
| 3911 | 
            -
             | 
| 3912 | 
            -
                @property
         | 
| 3913 | 
            -
                def Name(self):
         | 
| 3914 | 
            -
                    """参数名
         | 
| 3915 | 
            -
                    :rtype: str
         | 
| 3916 | 
            -
                    """
         | 
| 3917 | 
            -
                    return self._Name
         | 
| 3918 | 
            -
             | 
| 3919 | 
            -
                @Name.setter
         | 
| 3920 | 
            -
                def Name(self, Name):
         | 
| 3921 | 
            -
                    self._Name = Name
         | 
| 3922 | 
            -
             | 
| 3923 | 
            -
                @property
         | 
| 3924 | 
            -
                def Values(self):
         | 
| 3925 | 
            -
                    """参数值数组
         | 
| 3926 | 
            -
                    :rtype: list of str
         | 
| 3927 | 
            -
                    """
         | 
| 3928 | 
            -
                    return self._Values
         | 
| 3929 | 
            -
             | 
| 3930 | 
            -
                @Values.setter
         | 
| 3931 | 
            -
                def Values(self, Values):
         | 
| 3932 | 
            -
                    self._Values = Values
         | 
| 3933 | 
            -
             | 
| 3934 | 
            -
             | 
| 3935 | 
            -
                def _deserialize(self, params):
         | 
| 3936 | 
            -
                    self._Name = params.get("Name")
         | 
| 3937 | 
            -
                    self._Values = params.get("Values")
         | 
| 3938 | 
            -
                    memeber_set = set(params.keys())
         | 
| 3939 | 
            -
                    for name, value in vars(self).items():
         | 
| 3940 | 
            -
                        property_name = name[1:]
         | 
| 3941 | 
            -
                        if property_name in memeber_set:
         | 
| 3942 | 
            -
                            memeber_set.remove(property_name)
         | 
| 3943 | 
            -
                    if len(memeber_set) > 0:
         | 
| 3944 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 3945 | 
            -
                    
         | 
| 3946 | 
            -
             | 
| 3947 | 
            -
             | 
| 3948 | 
            -
            class FlowUsage(AbstractModel):
         | 
| 3949 | 
            -
                """流量包用量
         | 
| 3950 | 
            -
             | 
| 3951 | 
            -
                """
         | 
| 3952 | 
            -
             | 
| 3953 | 
            -
                def __init__(self):
         | 
| 3954 | 
            -
                    r"""
         | 
| 3955 | 
            -
                    :param _FlowType: 流量包类型:ZONE 私有域;TRAFFIC 解析流量包
         | 
| 3956 | 
            -
                    :type FlowType: str
         | 
| 3957 | 
            -
                    :param _TotalQuantity: 流量包总额度
         | 
| 3958 | 
            -
                    :type TotalQuantity: int
         | 
| 3959 | 
            -
                    :param _AvailableQuantity: 流量包可用额度
         | 
| 3960 | 
            -
                    :type AvailableQuantity: int
         | 
| 3961 | 
            -
                    """
         | 
| 3962 | 
            -
                    self._FlowType = None
         | 
| 3963 | 
            -
                    self._TotalQuantity = None
         | 
| 3964 | 
            -
                    self._AvailableQuantity = None
         | 
| 3965 | 
            -
             | 
| 3966 | 
            -
                @property
         | 
| 3967 | 
            -
                def FlowType(self):
         | 
| 3968 | 
            -
                    """流量包类型:ZONE 私有域;TRAFFIC 解析流量包
         | 
| 3969 | 
            -
                    :rtype: str
         | 
| 3970 | 
            -
                    """
         | 
| 3971 | 
            -
                    return self._FlowType
         | 
| 3972 | 
            -
             | 
| 3973 | 
            -
                @FlowType.setter
         | 
| 3974 | 
            -
                def FlowType(self, FlowType):
         | 
| 3975 | 
            -
                    self._FlowType = FlowType
         | 
| 3976 | 
            -
             | 
| 3977 | 
            -
                @property
         | 
| 3978 | 
            -
                def TotalQuantity(self):
         | 
| 3979 | 
            -
                    """流量包总额度
         | 
| 3980 | 
            -
                    :rtype: int
         | 
| 3981 | 
            -
                    """
         | 
| 3982 | 
            -
                    return self._TotalQuantity
         | 
| 3983 | 
            -
             | 
| 3984 | 
            -
                @TotalQuantity.setter
         | 
| 3985 | 
            -
                def TotalQuantity(self, TotalQuantity):
         | 
| 3986 | 
            -
                    self._TotalQuantity = TotalQuantity
         | 
| 3987 | 
            -
             | 
| 3988 | 
            -
                @property
         | 
| 3989 | 
            -
                def AvailableQuantity(self):
         | 
| 3990 | 
            -
                    """流量包可用额度
         | 
| 3991 | 
            -
                    :rtype: int
         | 
| 3992 | 
            -
                    """
         | 
| 3993 | 
            -
                    return self._AvailableQuantity
         | 
| 3994 | 
            -
             | 
| 3995 | 
            -
                @AvailableQuantity.setter
         | 
| 3996 | 
            -
                def AvailableQuantity(self, AvailableQuantity):
         | 
| 3997 | 
            -
                    self._AvailableQuantity = AvailableQuantity
         | 
| 3998 | 
            -
             | 
| 3999 | 
            -
             | 
| 4000 | 
            -
                def _deserialize(self, params):
         | 
| 4001 | 
            -
                    self._FlowType = params.get("FlowType")
         | 
| 4002 | 
            -
                    self._TotalQuantity = params.get("TotalQuantity")
         | 
| 4003 | 
            -
                    self._AvailableQuantity = params.get("AvailableQuantity")
         | 
| 4004 | 
            -
                    memeber_set = set(params.keys())
         | 
| 4005 | 
            -
                    for name, value in vars(self).items():
         | 
| 4006 | 
            -
                        property_name = name[1:]
         | 
| 4007 | 
            -
                        if property_name in memeber_set:
         | 
| 4008 | 
            -
                            memeber_set.remove(property_name)
         | 
| 4009 | 
            -
                    if len(memeber_set) > 0:
         | 
| 4010 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 4011 | 
            -
                    
         | 
| 4012 | 
            -
             | 
| 4013 | 
            -
             | 
| 4014 | 
            -
            class ForwardRule(AbstractModel):
         | 
| 4015 | 
            -
                """转发规则详情
         | 
| 4016 | 
            -
             | 
| 4017 | 
            -
                """
         | 
| 4018 | 
            -
             | 
| 4019 | 
            -
                def __init__(self):
         | 
| 4020 | 
            -
                    r"""
         | 
| 4021 | 
            -
                    :param _Domain: 私有域名
         | 
| 4022 | 
            -
                    :type Domain: str
         | 
| 4023 | 
            -
                    :param _RuleName: 转发规则名称
         | 
| 4024 | 
            -
                    :type RuleName: str
         | 
| 4025 | 
            -
                    :param _RuleId: 规则id
         | 
| 4026 | 
            -
                    :type RuleId: str
         | 
| 4027 | 
            -
                    :param _RuleType: 转发规则类型:云上到云下DOWN、云下到云上DOWN
         | 
| 4028 | 
            -
                    :type RuleType: str
         | 
| 4029 | 
            -
                    :param _CreatedAt: 创建时间
         | 
| 4030 | 
            -
                    :type CreatedAt: str
         | 
| 4031 | 
            -
                    :param _UpdatedAt: 更新时间
         | 
| 4032 | 
            -
                    :type UpdatedAt: str
         | 
| 4033 | 
            -
                    :param _EndPointName: 终端节点名称
         | 
| 4034 | 
            -
                    :type EndPointName: str
         | 
| 4035 | 
            -
                    :param _EndPointId: 终端节点ID
         | 
| 4036 | 
            -
                    :type EndPointId: str
         | 
| 4037 | 
            -
                    :param _ForwardAddress: 转发地址
         | 
| 4038 | 
            -
                    :type ForwardAddress: list of str
         | 
| 4039 | 
            -
                    :param _VpcSet: 私有域绑定的vpc列表
         | 
| 4040 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 4041 | 
            -
                    :type VpcSet: list of VpcInfo
         | 
| 4042 | 
            -
                    :param _ZoneId: 绑定的私有域ID
         | 
| 4043 | 
            -
                    :type ZoneId: str
         | 
| 4044 | 
            -
                    :param _Tags: 标签
         | 
| 4045 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 4046 | 
            -
                    :type Tags: list of TagInfo
         | 
| 4047 | 
            -
                    """
         | 
| 4048 | 
            -
                    self._Domain = None
         | 
| 4049 | 
            -
                    self._RuleName = None
         | 
| 4050 | 
            -
                    self._RuleId = None
         | 
| 4051 | 
            -
                    self._RuleType = None
         | 
| 4052 | 
            -
                    self._CreatedAt = None
         | 
| 4053 | 
            -
                    self._UpdatedAt = None
         | 
| 4054 | 
            -
                    self._EndPointName = None
         | 
| 4055 | 
            -
                    self._EndPointId = None
         | 
| 4056 | 
            -
                    self._ForwardAddress = None
         | 
| 4057 | 
            -
                    self._VpcSet = None
         | 
| 4058 | 
            -
                    self._ZoneId = None
         | 
| 4059 | 
            -
                    self._Tags = None
         | 
| 4060 | 
            -
             | 
| 4061 | 
            -
                @property
         | 
| 4062 | 
            -
                def Domain(self):
         | 
| 4063 | 
            -
                    """私有域名
         | 
| 4064 | 
            -
                    :rtype: str
         | 
| 4065 | 
            -
                    """
         | 
| 4066 | 
            -
                    return self._Domain
         | 
| 4067 | 
            -
             | 
| 4068 | 
            -
                @Domain.setter
         | 
| 4069 | 
            -
                def Domain(self, Domain):
         | 
| 4070 | 
            -
                    self._Domain = Domain
         | 
| 4071 | 
            -
             | 
| 4072 | 
            -
                @property
         | 
| 4073 | 
            -
                def RuleName(self):
         | 
| 4074 | 
            -
                    """转发规则名称
         | 
| 4075 | 
            -
                    :rtype: str
         | 
| 4076 | 
            -
                    """
         | 
| 4077 | 
            -
                    return self._RuleName
         | 
| 2662 | 
            +
            class Filter(AbstractModel):
         | 
| 2663 | 
            +
                """筛选参数
         | 
| 4078 2664 |  | 
| 4079 | 
            -
                 | 
| 4080 | 
            -
                def RuleName(self, RuleName):
         | 
| 4081 | 
            -
                    self._RuleName = RuleName
         | 
| 2665 | 
            +
                """
         | 
| 4082 2666 |  | 
| 4083 | 
            -
                 | 
| 4084 | 
            -
             | 
| 4085 | 
            -
                     | 
| 4086 | 
            -
                    : | 
| 2667 | 
            +
                def __init__(self):
         | 
| 2668 | 
            +
                    r"""
         | 
| 2669 | 
            +
                    :param _Name: 参数名
         | 
| 2670 | 
            +
                    :type Name: str
         | 
| 2671 | 
            +
                    :param _Values: 参数值数组
         | 
| 2672 | 
            +
                    :type Values: list of str
         | 
| 4087 2673 | 
             
                    """
         | 
| 4088 | 
            -
                     | 
| 4089 | 
            -
             | 
| 4090 | 
            -
                @RuleId.setter
         | 
| 4091 | 
            -
                def RuleId(self, RuleId):
         | 
| 4092 | 
            -
                    self._RuleId = RuleId
         | 
| 2674 | 
            +
                    self._Name = None
         | 
| 2675 | 
            +
                    self._Values = None
         | 
| 4093 2676 |  | 
| 4094 2677 | 
             
                @property
         | 
| 4095 | 
            -
                def  | 
| 4096 | 
            -
                    """ | 
| 2678 | 
            +
                def Name(self):
         | 
| 2679 | 
            +
                    """参数名
         | 
| 4097 2680 | 
             
                    :rtype: str
         | 
| 4098 2681 | 
             
                    """
         | 
| 4099 | 
            -
                    return self. | 
| 2682 | 
            +
                    return self._Name
         | 
| 4100 2683 |  | 
| 4101 | 
            -
                @ | 
| 4102 | 
            -
                def  | 
| 4103 | 
            -
                    self. | 
| 2684 | 
            +
                @Name.setter
         | 
| 2685 | 
            +
                def Name(self, Name):
         | 
| 2686 | 
            +
                    self._Name = Name
         | 
| 4104 2687 |  | 
| 4105 2688 | 
             
                @property
         | 
| 4106 | 
            -
                def  | 
| 4107 | 
            -
                    """ | 
| 4108 | 
            -
                    :rtype: str
         | 
| 2689 | 
            +
                def Values(self):
         | 
| 2690 | 
            +
                    """参数值数组
         | 
| 2691 | 
            +
                    :rtype: list of str
         | 
| 4109 2692 | 
             
                    """
         | 
| 4110 | 
            -
                    return self. | 
| 4111 | 
            -
             | 
| 4112 | 
            -
                @CreatedAt.setter
         | 
| 4113 | 
            -
                def CreatedAt(self, CreatedAt):
         | 
| 4114 | 
            -
                    self._CreatedAt = CreatedAt
         | 
| 2693 | 
            +
                    return self._Values
         | 
| 4115 2694 |  | 
| 4116 | 
            -
                @ | 
| 4117 | 
            -
                def  | 
| 4118 | 
            -
                     | 
| 4119 | 
            -
                    :rtype: str
         | 
| 4120 | 
            -
                    """
         | 
| 4121 | 
            -
                    return self._UpdatedAt
         | 
| 2695 | 
            +
                @Values.setter
         | 
| 2696 | 
            +
                def Values(self, Values):
         | 
| 2697 | 
            +
                    self._Values = Values
         | 
| 4122 2698 |  | 
| 4123 | 
            -
                @UpdatedAt.setter
         | 
| 4124 | 
            -
                def UpdatedAt(self, UpdatedAt):
         | 
| 4125 | 
            -
                    self._UpdatedAt = UpdatedAt
         | 
| 4126 2699 |  | 
| 4127 | 
            -
                 | 
| 4128 | 
            -
             | 
| 4129 | 
            -
                    "" | 
| 4130 | 
            -
                     | 
| 4131 | 
            -
                     | 
| 4132 | 
            -
             | 
| 2700 | 
            +
                def _deserialize(self, params):
         | 
| 2701 | 
            +
                    self._Name = params.get("Name")
         | 
| 2702 | 
            +
                    self._Values = params.get("Values")
         | 
| 2703 | 
            +
                    memeber_set = set(params.keys())
         | 
| 2704 | 
            +
                    for name, value in vars(self).items():
         | 
| 2705 | 
            +
                        property_name = name[1:]
         | 
| 2706 | 
            +
                        if property_name in memeber_set:
         | 
| 2707 | 
            +
                            memeber_set.remove(property_name)
         | 
| 2708 | 
            +
                    if len(memeber_set) > 0:
         | 
| 2709 | 
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 2710 | 
            +
                    
         | 
| 4133 2711 |  | 
| 4134 | 
            -
                @EndPointName.setter
         | 
| 4135 | 
            -
                def EndPointName(self, EndPointName):
         | 
| 4136 | 
            -
                    self._EndPointName = EndPointName
         | 
| 4137 2712 |  | 
| 4138 | 
            -
             | 
| 4139 | 
            -
                 | 
| 4140 | 
            -
                    """终端节点ID
         | 
| 4141 | 
            -
                    :rtype: str
         | 
| 4142 | 
            -
                    """
         | 
| 4143 | 
            -
                    return self._EndPointId
         | 
| 2713 | 
            +
            class FlowUsage(AbstractModel):
         | 
| 2714 | 
            +
                """流量包用量
         | 
| 4144 2715 |  | 
| 4145 | 
            -
                 | 
| 4146 | 
            -
                def EndPointId(self, EndPointId):
         | 
| 4147 | 
            -
                    self._EndPointId = EndPointId
         | 
| 2716 | 
            +
                """
         | 
| 4148 2717 |  | 
| 4149 | 
            -
                 | 
| 4150 | 
            -
             | 
| 4151 | 
            -
                     | 
| 4152 | 
            -
                    : | 
| 2718 | 
            +
                def __init__(self):
         | 
| 2719 | 
            +
                    r"""
         | 
| 2720 | 
            +
                    :param _FlowType: 流量包类型:ZONE 私有域;TRAFFIC 解析流量包
         | 
| 2721 | 
            +
                    :type FlowType: str
         | 
| 2722 | 
            +
                    :param _TotalQuantity: 流量包总额度
         | 
| 2723 | 
            +
                    :type TotalQuantity: int
         | 
| 2724 | 
            +
                    :param _AvailableQuantity: 流量包可用额度
         | 
| 2725 | 
            +
                    :type AvailableQuantity: int
         | 
| 4153 2726 | 
             
                    """
         | 
| 4154 | 
            -
                     | 
| 4155 | 
            -
             | 
| 4156 | 
            -
             | 
| 4157 | 
            -
                def ForwardAddress(self, ForwardAddress):
         | 
| 4158 | 
            -
                    self._ForwardAddress = ForwardAddress
         | 
| 2727 | 
            +
                    self._FlowType = None
         | 
| 2728 | 
            +
                    self._TotalQuantity = None
         | 
| 2729 | 
            +
                    self._AvailableQuantity = None
         | 
| 4159 2730 |  | 
| 4160 2731 | 
             
                @property
         | 
| 4161 | 
            -
                def  | 
| 4162 | 
            -
                    """ | 
| 4163 | 
            -
             | 
| 4164 | 
            -
                    :rtype: list of VpcInfo
         | 
| 2732 | 
            +
                def FlowType(self):
         | 
| 2733 | 
            +
                    """流量包类型:ZONE 私有域;TRAFFIC 解析流量包
         | 
| 2734 | 
            +
                    :rtype: str
         | 
| 4165 2735 | 
             
                    """
         | 
| 4166 | 
            -
                    return self. | 
| 2736 | 
            +
                    return self._FlowType
         | 
| 4167 2737 |  | 
| 4168 | 
            -
                @ | 
| 4169 | 
            -
                def  | 
| 4170 | 
            -
                    self. | 
| 2738 | 
            +
                @FlowType.setter
         | 
| 2739 | 
            +
                def FlowType(self, FlowType):
         | 
| 2740 | 
            +
                    self._FlowType = FlowType
         | 
| 4171 2741 |  | 
| 4172 2742 | 
             
                @property
         | 
| 4173 | 
            -
                def  | 
| 4174 | 
            -
                    """ | 
| 4175 | 
            -
                    :rtype:  | 
| 2743 | 
            +
                def TotalQuantity(self):
         | 
| 2744 | 
            +
                    """流量包总额度
         | 
| 2745 | 
            +
                    :rtype: int
         | 
| 4176 2746 | 
             
                    """
         | 
| 4177 | 
            -
                    return self. | 
| 2747 | 
            +
                    return self._TotalQuantity
         | 
| 4178 2748 |  | 
| 4179 | 
            -
                @ | 
| 4180 | 
            -
                def  | 
| 4181 | 
            -
                    self. | 
| 2749 | 
            +
                @TotalQuantity.setter
         | 
| 2750 | 
            +
                def TotalQuantity(self, TotalQuantity):
         | 
| 2751 | 
            +
                    self._TotalQuantity = TotalQuantity
         | 
| 4182 2752 |  | 
| 4183 2753 | 
             
                @property
         | 
| 4184 | 
            -
                def  | 
| 4185 | 
            -
                    """ | 
| 4186 | 
            -
             | 
| 4187 | 
            -
                    :rtype: list of TagInfo
         | 
| 2754 | 
            +
                def AvailableQuantity(self):
         | 
| 2755 | 
            +
                    """流量包可用额度
         | 
| 2756 | 
            +
                    :rtype: int
         | 
| 4188 2757 | 
             
                    """
         | 
| 4189 | 
            -
                    return self. | 
| 2758 | 
            +
                    return self._AvailableQuantity
         | 
| 4190 2759 |  | 
| 4191 | 
            -
                @ | 
| 4192 | 
            -
                def  | 
| 4193 | 
            -
                    self. | 
| 2760 | 
            +
                @AvailableQuantity.setter
         | 
| 2761 | 
            +
                def AvailableQuantity(self, AvailableQuantity):
         | 
| 2762 | 
            +
                    self._AvailableQuantity = AvailableQuantity
         | 
| 4194 2763 |  | 
| 4195 2764 |  | 
| 4196 2765 | 
             
                def _deserialize(self, params):
         | 
| 4197 | 
            -
                    self. | 
| 4198 | 
            -
                    self. | 
| 4199 | 
            -
                    self. | 
| 4200 | 
            -
                    self._RuleType = params.get("RuleType")
         | 
| 4201 | 
            -
                    self._CreatedAt = params.get("CreatedAt")
         | 
| 4202 | 
            -
                    self._UpdatedAt = params.get("UpdatedAt")
         | 
| 4203 | 
            -
                    self._EndPointName = params.get("EndPointName")
         | 
| 4204 | 
            -
                    self._EndPointId = params.get("EndPointId")
         | 
| 4205 | 
            -
                    self._ForwardAddress = params.get("ForwardAddress")
         | 
| 4206 | 
            -
                    if params.get("VpcSet") is not None:
         | 
| 4207 | 
            -
                        self._VpcSet = []
         | 
| 4208 | 
            -
                        for item in params.get("VpcSet"):
         | 
| 4209 | 
            -
                            obj = VpcInfo()
         | 
| 4210 | 
            -
                            obj._deserialize(item)
         | 
| 4211 | 
            -
                            self._VpcSet.append(obj)
         | 
| 4212 | 
            -
                    self._ZoneId = params.get("ZoneId")
         | 
| 4213 | 
            -
                    if params.get("Tags") is not None:
         | 
| 4214 | 
            -
                        self._Tags = []
         | 
| 4215 | 
            -
                        for item in params.get("Tags"):
         | 
| 4216 | 
            -
                            obj = TagInfo()
         | 
| 4217 | 
            -
                            obj._deserialize(item)
         | 
| 4218 | 
            -
                            self._Tags.append(obj)
         | 
| 2766 | 
            +
                    self._FlowType = params.get("FlowType")
         | 
| 2767 | 
            +
                    self._TotalQuantity = params.get("TotalQuantity")
         | 
| 2768 | 
            +
                    self._AvailableQuantity = params.get("AvailableQuantity")
         | 
| 4219 2769 | 
             
                    memeber_set = set(params.keys())
         | 
| 4220 2770 | 
             
                    for name, value in vars(self).items():
         | 
| 4221 2771 | 
             
                        property_name = name[1:]
         | 
| @@ -4314,100 +2864,6 @@ class MetricData(AbstractModel): | |
| 4314 2864 |  | 
| 4315 2865 |  | 
| 4316 2866 |  | 
| 4317 | 
            -
            class ModifyForwardRuleRequest(AbstractModel):
         | 
| 4318 | 
            -
                """ModifyForwardRule请求参数结构体
         | 
| 4319 | 
            -
             | 
| 4320 | 
            -
                """
         | 
| 4321 | 
            -
             | 
| 4322 | 
            -
                def __init__(self):
         | 
| 4323 | 
            -
                    r"""
         | 
| 4324 | 
            -
                    :param _RuleId: 转发规则ID
         | 
| 4325 | 
            -
                    :type RuleId: str
         | 
| 4326 | 
            -
                    :param _RuleName: 转发规则名称
         | 
| 4327 | 
            -
                    :type RuleName: str
         | 
| 4328 | 
            -
                    :param _EndPointId: 终端节点ID
         | 
| 4329 | 
            -
                    :type EndPointId: str
         | 
| 4330 | 
            -
                    """
         | 
| 4331 | 
            -
                    self._RuleId = None
         | 
| 4332 | 
            -
                    self._RuleName = None
         | 
| 4333 | 
            -
                    self._EndPointId = None
         | 
| 4334 | 
            -
             | 
| 4335 | 
            -
                @property
         | 
| 4336 | 
            -
                def RuleId(self):
         | 
| 4337 | 
            -
                    """转发规则ID
         | 
| 4338 | 
            -
                    :rtype: str
         | 
| 4339 | 
            -
                    """
         | 
| 4340 | 
            -
                    return self._RuleId
         | 
| 4341 | 
            -
             | 
| 4342 | 
            -
                @RuleId.setter
         | 
| 4343 | 
            -
                def RuleId(self, RuleId):
         | 
| 4344 | 
            -
                    self._RuleId = RuleId
         | 
| 4345 | 
            -
             | 
| 4346 | 
            -
                @property
         | 
| 4347 | 
            -
                def RuleName(self):
         | 
| 4348 | 
            -
                    """转发规则名称
         | 
| 4349 | 
            -
                    :rtype: str
         | 
| 4350 | 
            -
                    """
         | 
| 4351 | 
            -
                    return self._RuleName
         | 
| 4352 | 
            -
             | 
| 4353 | 
            -
                @RuleName.setter
         | 
| 4354 | 
            -
                def RuleName(self, RuleName):
         | 
| 4355 | 
            -
                    self._RuleName = RuleName
         | 
| 4356 | 
            -
             | 
| 4357 | 
            -
                @property
         | 
| 4358 | 
            -
                def EndPointId(self):
         | 
| 4359 | 
            -
                    """终端节点ID
         | 
| 4360 | 
            -
                    :rtype: str
         | 
| 4361 | 
            -
                    """
         | 
| 4362 | 
            -
                    return self._EndPointId
         | 
| 4363 | 
            -
             | 
| 4364 | 
            -
                @EndPointId.setter
         | 
| 4365 | 
            -
                def EndPointId(self, EndPointId):
         | 
| 4366 | 
            -
                    self._EndPointId = EndPointId
         | 
| 4367 | 
            -
             | 
| 4368 | 
            -
             | 
| 4369 | 
            -
                def _deserialize(self, params):
         | 
| 4370 | 
            -
                    self._RuleId = params.get("RuleId")
         | 
| 4371 | 
            -
                    self._RuleName = params.get("RuleName")
         | 
| 4372 | 
            -
                    self._EndPointId = params.get("EndPointId")
         | 
| 4373 | 
            -
                    memeber_set = set(params.keys())
         | 
| 4374 | 
            -
                    for name, value in vars(self).items():
         | 
| 4375 | 
            -
                        property_name = name[1:]
         | 
| 4376 | 
            -
                        if property_name in memeber_set:
         | 
| 4377 | 
            -
                            memeber_set.remove(property_name)
         | 
| 4378 | 
            -
                    if len(memeber_set) > 0:
         | 
| 4379 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 4380 | 
            -
                    
         | 
| 4381 | 
            -
             | 
| 4382 | 
            -
             | 
| 4383 | 
            -
            class ModifyForwardRuleResponse(AbstractModel):
         | 
| 4384 | 
            -
                """ModifyForwardRule返回参数结构体
         | 
| 4385 | 
            -
             | 
| 4386 | 
            -
                """
         | 
| 4387 | 
            -
             | 
| 4388 | 
            -
                def __init__(self):
         | 
| 4389 | 
            -
                    r"""
         | 
| 4390 | 
            -
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 4391 | 
            -
                    :type RequestId: str
         | 
| 4392 | 
            -
                    """
         | 
| 4393 | 
            -
                    self._RequestId = None
         | 
| 4394 | 
            -
             | 
| 4395 | 
            -
                @property
         | 
| 4396 | 
            -
                def RequestId(self):
         | 
| 4397 | 
            -
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 4398 | 
            -
                    :rtype: str
         | 
| 4399 | 
            -
                    """
         | 
| 4400 | 
            -
                    return self._RequestId
         | 
| 4401 | 
            -
             | 
| 4402 | 
            -
                @RequestId.setter
         | 
| 4403 | 
            -
                def RequestId(self, RequestId):
         | 
| 4404 | 
            -
                    self._RequestId = RequestId
         | 
| 4405 | 
            -
             | 
| 4406 | 
            -
             | 
| 4407 | 
            -
                def _deserialize(self, params):
         | 
| 4408 | 
            -
                    self._RequestId = params.get("RequestId")
         | 
| 4409 | 
            -
             | 
| 4410 | 
            -
             | 
| 4411 2867 | 
             
            class ModifyPrivateZoneRecordRequest(AbstractModel):
         | 
| 4412 2868 | 
             
                """ModifyPrivateZoneRecord请求参数结构体
         | 
| 4413 2869 |  | 
| @@ -5716,108 +4172,6 @@ failed 执行失败 | |
| 5716 4172 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 5717 4173 |  | 
| 5718 4174 |  | 
| 5719 | 
            -
            class RegionInfo(AbstractModel):
         | 
| 5720 | 
            -
                """地域信息
         | 
| 5721 | 
            -
             | 
| 5722 | 
            -
                """
         | 
| 5723 | 
            -
             | 
| 5724 | 
            -
                def __init__(self):
         | 
| 5725 | 
            -
                    r"""
         | 
| 5726 | 
            -
                    :param _RegionCode: 地域编码
         | 
| 5727 | 
            -
                    :type RegionCode: str
         | 
| 5728 | 
            -
                    :param _CnName: 地域中文名
         | 
| 5729 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 5730 | 
            -
                    :type CnName: str
         | 
| 5731 | 
            -
                    :param _EnName: 地域英文名
         | 
| 5732 | 
            -
                    :type EnName: str
         | 
| 5733 | 
            -
                    :param _RegionId: 地域ID
         | 
| 5734 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 5735 | 
            -
                    :type RegionId: int
         | 
| 5736 | 
            -
                    :param _AvailableZoneNum: 可用区数量
         | 
| 5737 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 5738 | 
            -
                    :type AvailableZoneNum: int
         | 
| 5739 | 
            -
                    """
         | 
| 5740 | 
            -
                    self._RegionCode = None
         | 
| 5741 | 
            -
                    self._CnName = None
         | 
| 5742 | 
            -
                    self._EnName = None
         | 
| 5743 | 
            -
                    self._RegionId = None
         | 
| 5744 | 
            -
                    self._AvailableZoneNum = None
         | 
| 5745 | 
            -
             | 
| 5746 | 
            -
                @property
         | 
| 5747 | 
            -
                def RegionCode(self):
         | 
| 5748 | 
            -
                    """地域编码
         | 
| 5749 | 
            -
                    :rtype: str
         | 
| 5750 | 
            -
                    """
         | 
| 5751 | 
            -
                    return self._RegionCode
         | 
| 5752 | 
            -
             | 
| 5753 | 
            -
                @RegionCode.setter
         | 
| 5754 | 
            -
                def RegionCode(self, RegionCode):
         | 
| 5755 | 
            -
                    self._RegionCode = RegionCode
         | 
| 5756 | 
            -
             | 
| 5757 | 
            -
                @property
         | 
| 5758 | 
            -
                def CnName(self):
         | 
| 5759 | 
            -
                    """地域中文名
         | 
| 5760 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 5761 | 
            -
                    :rtype: str
         | 
| 5762 | 
            -
                    """
         | 
| 5763 | 
            -
                    return self._CnName
         | 
| 5764 | 
            -
             | 
| 5765 | 
            -
                @CnName.setter
         | 
| 5766 | 
            -
                def CnName(self, CnName):
         | 
| 5767 | 
            -
                    self._CnName = CnName
         | 
| 5768 | 
            -
             | 
| 5769 | 
            -
                @property
         | 
| 5770 | 
            -
                def EnName(self):
         | 
| 5771 | 
            -
                    """地域英文名
         | 
| 5772 | 
            -
                    :rtype: str
         | 
| 5773 | 
            -
                    """
         | 
| 5774 | 
            -
                    return self._EnName
         | 
| 5775 | 
            -
             | 
| 5776 | 
            -
                @EnName.setter
         | 
| 5777 | 
            -
                def EnName(self, EnName):
         | 
| 5778 | 
            -
                    self._EnName = EnName
         | 
| 5779 | 
            -
             | 
| 5780 | 
            -
                @property
         | 
| 5781 | 
            -
                def RegionId(self):
         | 
| 5782 | 
            -
                    """地域ID
         | 
| 5783 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 5784 | 
            -
                    :rtype: int
         | 
| 5785 | 
            -
                    """
         | 
| 5786 | 
            -
                    return self._RegionId
         | 
| 5787 | 
            -
             | 
| 5788 | 
            -
                @RegionId.setter
         | 
| 5789 | 
            -
                def RegionId(self, RegionId):
         | 
| 5790 | 
            -
                    self._RegionId = RegionId
         | 
| 5791 | 
            -
             | 
| 5792 | 
            -
                @property
         | 
| 5793 | 
            -
                def AvailableZoneNum(self):
         | 
| 5794 | 
            -
                    """可用区数量
         | 
| 5795 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 5796 | 
            -
                    :rtype: int
         | 
| 5797 | 
            -
                    """
         | 
| 5798 | 
            -
                    return self._AvailableZoneNum
         | 
| 5799 | 
            -
             | 
| 5800 | 
            -
                @AvailableZoneNum.setter
         | 
| 5801 | 
            -
                def AvailableZoneNum(self, AvailableZoneNum):
         | 
| 5802 | 
            -
                    self._AvailableZoneNum = AvailableZoneNum
         | 
| 5803 | 
            -
             | 
| 5804 | 
            -
             | 
| 5805 | 
            -
                def _deserialize(self, params):
         | 
| 5806 | 
            -
                    self._RegionCode = params.get("RegionCode")
         | 
| 5807 | 
            -
                    self._CnName = params.get("CnName")
         | 
| 5808 | 
            -
                    self._EnName = params.get("EnName")
         | 
| 5809 | 
            -
                    self._RegionId = params.get("RegionId")
         | 
| 5810 | 
            -
                    self._AvailableZoneNum = params.get("AvailableZoneNum")
         | 
| 5811 | 
            -
                    memeber_set = set(params.keys())
         | 
| 5812 | 
            -
                    for name, value in vars(self).items():
         | 
| 5813 | 
            -
                        property_name = name[1:]
         | 
| 5814 | 
            -
                        if property_name in memeber_set:
         | 
| 5815 | 
            -
                            memeber_set.remove(property_name)
         | 
| 5816 | 
            -
                    if len(memeber_set) > 0:
         | 
| 5817 | 
            -
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         | 
| 5818 | 
            -
                    
         | 
| 5819 | 
            -
             | 
| 5820 | 
            -
             | 
| 5821 4175 | 
             
            class SubscribePrivateZoneServiceRequest(AbstractModel):
         | 
| 5822 4176 | 
             
                """SubscribePrivateZoneService请求参数结构体
         | 
| 5823 4177 |  |