tencentcloud-sdk-python 3.0.1373__py2.py3-none-any.whl → 3.0.1375__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/aiart/v20221229/models.py +16 -0
- tencentcloud/apm/v20210622/models.py +60 -0
- tencentcloud/asr/v20190614/asr_client.py +1 -1
- tencentcloud/asr/v20190614/models.py +8 -0
- tencentcloud/bh/v20230418/models.py +4 -8
- tencentcloud/cbs/v20170312/models.py +27 -2
- tencentcloud/chc/v20230418/models.py +84 -2
- tencentcloud/ckafka/v20190819/models.py +0 -24
- tencentcloud/clb/v20180317/clb_client.py +31 -23
- tencentcloud/clb/v20180317/errorcodes.py +3 -0
- tencentcloud/clb/v20180317/models.py +521 -262
- tencentcloud/cloudaudit/v20190319/models.py +0 -64
- tencentcloud/config/v20220802/models.py +0 -150
- tencentcloud/cvm/v20170312/models.py +4 -4
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
- tencentcloud/cynosdb/v20190107/models.py +128 -15
- tencentcloud/dlc/v20210125/models.py +30 -0
- tencentcloud/domain/v20180808/domain_client.py +4 -0
- tencentcloud/domain/v20180808/errorcodes.py +3 -0
- tencentcloud/domain/v20180808/models.py +184 -78
- tencentcloud/dsgc/v20190723/dsgc_client.py +23 -0
- tencentcloud/dsgc/v20190723/models.py +384 -0
- tencentcloud/es/v20250101/es_client.py +4 -2
- tencentcloud/es/v20250101/models.py +70 -70
- tencentcloud/iss/v20230517/models.py +0 -40
- tencentcloud/lowcode/v20210108/models.py +17 -2
- tencentcloud/ocr/v20181119/models.py +20 -2
- tencentcloud/organization/v20210331/models.py +0 -12
- tencentcloud/tdmq/v20200217/models.py +185 -15
- tencentcloud/thpc/v20230321/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +72 -72
- tencentcloud/trocket/v20230308/models.py +190 -12
- tencentcloud/trocket/v20230308/trocket_client.py +0 -1
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +2 -2
- tencentcloud/vod/v20180717/models.py +15 -0
- tencentcloud/vpc/v20170312/errorcodes.py +12 -0
- tencentcloud/vpc/v20170312/models.py +262 -254
- tencentcloud/vpc/v20170312/vpc_client.py +13 -13
- tencentcloud/waf/v20180125/models.py +34 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +1704 -0
- tencentcloud/wedata/v20210820/wedata_client.py +125 -9
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/RECORD +49 -49
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/top_level.txt +0 -0
@@ -685,9 +685,9 @@ class Address(AbstractModel):
|
|
685
685
|
:type InstanceId: str
|
686
686
|
:param _CreatedTime: 创建时间。按照`ISO8601`标准表示,并且使用`UTC`时间。格式为:`YYYY-MM-DDThh:mm:ssZ`。
|
687
687
|
:type CreatedTime: str
|
688
|
-
:param _NetworkInterfaceId: 绑定的弹性网卡ID
|
688
|
+
:param _NetworkInterfaceId: 绑定的弹性网卡ID,null表示没有绑定弹性网卡。
|
689
689
|
:type NetworkInterfaceId: str
|
690
|
-
:param _PrivateAddressIp: 绑定的资源内网ip
|
690
|
+
:param _PrivateAddressIp: 绑定的资源内网ip,null表示没有绑定资源内网ip。
|
691
691
|
:type PrivateAddressIp: str
|
692
692
|
:param _IsArrears: 资源隔离状态。true表示eip处于隔离状态,false表示资源处于未隔离状态
|
693
693
|
:type IsArrears: bool
|
@@ -701,9 +701,11 @@ class Address(AbstractModel):
|
|
701
701
|
:type CascadeRelease: bool
|
702
702
|
:param _EipAlgType: EIP ALG开启的协议类型。
|
703
703
|
:type EipAlgType: :class:`tencentcloud.vpc.v20170312.models.AlgType`
|
704
|
-
:param _InternetServiceProvider: 弹性公网IP的运营商信息,当前可能返回值包括"CMCC","CTCC","CUCC","BGP"
|
704
|
+
:param _InternetServiceProvider: 弹性公网IP的运营商信息,当前可能返回值包括"CMCC"(移动),"CTCC"(电信),"CUCC"(联通),"BGP"(常规BGP)。
|
705
705
|
:type InternetServiceProvider: str
|
706
|
-
:param _LocalBgp: 是否本地带宽EIP
|
706
|
+
:param _LocalBgp: 是否本地带宽EIP,可选值:
|
707
|
+
<li>true:本地带宽EIP</li>
|
708
|
+
<li>false:非本地带宽EIP</li>
|
707
709
|
:type LocalBgp: bool
|
708
710
|
:param _Bandwidth: 弹性公网IP的带宽值。注意,传统账户类型账户的弹性公网IP没有带宽属性,值为空。
|
709
711
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -722,12 +724,20 @@ class Address(AbstractModel):
|
|
722
724
|
注意:此字段可能返回 null,表示取不到有效值。
|
723
725
|
:type InternetChargeType: str
|
724
726
|
:param _TagSet: 弹性公网IP关联的标签列表。
|
725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
726
727
|
:type TagSet: list of Tag
|
727
|
-
:param _DeadlineDate: 到期时间。
|
728
|
+
:param _DeadlineDate: 预付费包月带宽IP到期时间。
|
729
|
+
时间格式:YYYY-MM-DDThh:mm:ssZ
|
728
730
|
注意:此字段可能返回 null,表示取不到有效值。
|
729
731
|
:type DeadlineDate: str
|
730
|
-
:param _InstanceType: EIP
|
732
|
+
:param _InstanceType: EIP绑定的实例类型。可选值:
|
733
|
+
<li>CVM:云服务器</li>
|
734
|
+
<li>NAT:NAT 网关</li>
|
735
|
+
<li>HAVIP:高可用虚拟IP</li>
|
736
|
+
<li>ENI:弹性网卡</li>
|
737
|
+
<li>CLB:内网CLB</li>
|
738
|
+
<li>DHCPIP:弹性内网IP</li>
|
739
|
+
|
740
|
+
|
731
741
|
注意:此字段可能返回 null,表示取不到有效值。
|
732
742
|
:type InstanceType: str
|
733
743
|
:param _Egress: 静态单线IP网络出口
|
@@ -743,10 +753,8 @@ class Address(AbstractModel):
|
|
743
753
|
注意:此字段可能返回 null,表示取不到有效值。
|
744
754
|
:type BandwidthPackageId: str
|
745
755
|
:param _UnVpcId: 传统弹性公网IPv6所属vpc唯一ID
|
746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
747
756
|
:type UnVpcId: str
|
748
757
|
:param _DedicatedClusterId: CDC唯一ID
|
749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
750
758
|
:type DedicatedClusterId: str
|
751
759
|
"""
|
752
760
|
self._AddressId = None
|
@@ -845,7 +853,7 @@ class Address(AbstractModel):
|
|
845
853
|
|
846
854
|
@property
|
847
855
|
def NetworkInterfaceId(self):
|
848
|
-
"""绑定的弹性网卡ID
|
856
|
+
"""绑定的弹性网卡ID,null表示没有绑定弹性网卡。
|
849
857
|
:rtype: str
|
850
858
|
"""
|
851
859
|
return self._NetworkInterfaceId
|
@@ -856,7 +864,7 @@ class Address(AbstractModel):
|
|
856
864
|
|
857
865
|
@property
|
858
866
|
def PrivateAddressIp(self):
|
859
|
-
"""绑定的资源内网ip
|
867
|
+
"""绑定的资源内网ip,null表示没有绑定资源内网ip。
|
860
868
|
:rtype: str
|
861
869
|
"""
|
862
870
|
return self._PrivateAddressIp
|
@@ -933,7 +941,7 @@ class Address(AbstractModel):
|
|
933
941
|
|
934
942
|
@property
|
935
943
|
def InternetServiceProvider(self):
|
936
|
-
"""弹性公网IP的运营商信息,当前可能返回值包括"CMCC","CTCC","CUCC","BGP"
|
944
|
+
"""弹性公网IP的运营商信息,当前可能返回值包括"CMCC"(移动),"CTCC"(电信),"CUCC"(联通),"BGP"(常规BGP)。
|
937
945
|
:rtype: str
|
938
946
|
"""
|
939
947
|
return self._InternetServiceProvider
|
@@ -944,7 +952,9 @@ class Address(AbstractModel):
|
|
944
952
|
|
945
953
|
@property
|
946
954
|
def LocalBgp(self):
|
947
|
-
"""是否本地带宽EIP
|
955
|
+
"""是否本地带宽EIP,可选值:
|
956
|
+
<li>true:本地带宽EIP</li>
|
957
|
+
<li>false:非本地带宽EIP</li>
|
948
958
|
:rtype: bool
|
949
959
|
"""
|
950
960
|
return self._LocalBgp
|
@@ -990,7 +1000,6 @@ class Address(AbstractModel):
|
|
990
1000
|
@property
|
991
1001
|
def TagSet(self):
|
992
1002
|
"""弹性公网IP关联的标签列表。
|
993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
994
1003
|
:rtype: list of Tag
|
995
1004
|
"""
|
996
1005
|
return self._TagSet
|
@@ -1001,7 +1010,8 @@ class Address(AbstractModel):
|
|
1001
1010
|
|
1002
1011
|
@property
|
1003
1012
|
def DeadlineDate(self):
|
1004
|
-
"""到期时间。
|
1013
|
+
"""预付费包月带宽IP到期时间。
|
1014
|
+
时间格式:YYYY-MM-DDThh:mm:ssZ
|
1005
1015
|
注意:此字段可能返回 null,表示取不到有效值。
|
1006
1016
|
:rtype: str
|
1007
1017
|
"""
|
@@ -1013,7 +1023,15 @@ class Address(AbstractModel):
|
|
1013
1023
|
|
1014
1024
|
@property
|
1015
1025
|
def InstanceType(self):
|
1016
|
-
"""EIP
|
1026
|
+
"""EIP绑定的实例类型。可选值:
|
1027
|
+
<li>CVM:云服务器</li>
|
1028
|
+
<li>NAT:NAT 网关</li>
|
1029
|
+
<li>HAVIP:高可用虚拟IP</li>
|
1030
|
+
<li>ENI:弹性网卡</li>
|
1031
|
+
<li>CLB:内网CLB</li>
|
1032
|
+
<li>DHCPIP:弹性内网IP</li>
|
1033
|
+
|
1034
|
+
|
1017
1035
|
注意:此字段可能返回 null,表示取不到有效值。
|
1018
1036
|
:rtype: str
|
1019
1037
|
"""
|
@@ -1074,7 +1092,6 @@ class Address(AbstractModel):
|
|
1074
1092
|
@property
|
1075
1093
|
def UnVpcId(self):
|
1076
1094
|
"""传统弹性公网IPv6所属vpc唯一ID
|
1077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1078
1095
|
:rtype: str
|
1079
1096
|
"""
|
1080
1097
|
return self._UnVpcId
|
@@ -1086,7 +1103,6 @@ class Address(AbstractModel):
|
|
1086
1103
|
@property
|
1087
1104
|
def DedicatedClusterId(self):
|
1088
1105
|
"""CDC唯一ID
|
1089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1090
1106
|
:rtype: str
|
1091
1107
|
"""
|
1092
1108
|
return self._DedicatedClusterId
|
@@ -1793,9 +1809,13 @@ class AlgType(AbstractModel):
|
|
1793
1809
|
|
1794
1810
|
def __init__(self):
|
1795
1811
|
r"""
|
1796
|
-
:param _Ftp: Ftp协议Alg
|
1812
|
+
:param _Ftp: Ftp协议Alg功能是否开启,可选值:
|
1813
|
+
<li>true:开启Ftp协议Alg功能</li>
|
1814
|
+
<li>false:不开启Ftp协议Alg功能</li>
|
1797
1815
|
:type Ftp: bool
|
1798
|
-
:param _Sip: Sip协议Alg
|
1816
|
+
:param _Sip: Sip协议Alg功能是否开启,可选值:
|
1817
|
+
<li>true:开启Sip协议Alg功能</li>
|
1818
|
+
<li>false:不开启Sip协议Alg功能</li>
|
1799
1819
|
:type Sip: bool
|
1800
1820
|
"""
|
1801
1821
|
self._Ftp = None
|
@@ -1803,7 +1823,9 @@ class AlgType(AbstractModel):
|
|
1803
1823
|
|
1804
1824
|
@property
|
1805
1825
|
def Ftp(self):
|
1806
|
-
"""Ftp协议Alg
|
1826
|
+
"""Ftp协议Alg功能是否开启,可选值:
|
1827
|
+
<li>true:开启Ftp协议Alg功能</li>
|
1828
|
+
<li>false:不开启Ftp协议Alg功能</li>
|
1807
1829
|
:rtype: bool
|
1808
1830
|
"""
|
1809
1831
|
return self._Ftp
|
@@ -1814,7 +1836,9 @@ class AlgType(AbstractModel):
|
|
1814
1836
|
|
1815
1837
|
@property
|
1816
1838
|
def Sip(self):
|
1817
|
-
"""Sip协议Alg
|
1839
|
+
"""Sip协议Alg功能是否开启,可选值:
|
1840
|
+
<li>true:开启Sip协议Alg功能</li>
|
1841
|
+
<li>false:不开启Sip协议Alg功能</li>
|
1818
1842
|
:rtype: bool
|
1819
1843
|
"""
|
1820
1844
|
return self._Sip
|
@@ -1844,33 +1868,37 @@ class AllocateAddressesRequest(AbstractModel):
|
|
1844
1868
|
|
1845
1869
|
def __init__(self):
|
1846
1870
|
r"""
|
1847
|
-
:param _AddressCount: EIP
|
1871
|
+
:param _AddressCount: EIP数量。可申请的数量限制参考:[EIP 配额限制](https://cloud.tencent.com/document/product/1199/41648)。默认值:1。
|
1848
1872
|
:type AddressCount: int
|
1849
|
-
:param _InternetServiceProvider: EIP
|
1850
|
-
<ul style="margin:0"><li
|
1873
|
+
:param _InternetServiceProvider: EIP线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
|
1874
|
+
<ul style="margin:0"><li>BGP:常规 BGP 线路</li>
|
1875
|
+
<li>已开通静态单线IP白名单的用户,可选值:<ul><li>CMCC:中国移动</li>
|
1851
1876
|
<li>CTCC:中国电信</li>
|
1852
|
-
<li>CUCC:中国联通</li></ul>注意:仅部分地域支持静态单线IP。</
|
1877
|
+
<li>CUCC:中国联通</li></ul></li>注意:仅部分地域支持静态单线IP。</ul>
|
1878
|
+
|
1853
1879
|
:type InternetServiceProvider: str
|
1854
1880
|
:param _InternetChargeType: EIP计费方式。
|
1855
|
-
<ul style="margin:0"><li
|
1881
|
+
<ul style="margin:0"><li>标准账户类型,可选值:<ul><li>BANDWIDTH_PACKAGE:[共享带宽包](https://cloud.tencent.com/document/product/684/15255)付费</li>
|
1856
1882
|
<li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
|
1857
1883
|
<li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
|
1858
1884
|
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li></ul>默认值:TRAFFIC_POSTPAID_BY_HOUR。</li>
|
1859
|
-
<li
|
1885
|
+
<li>传统账户类型,无需传递此参数,EIP计费方式与其绑定的实例的计费方式一致,无需传递此参数。</li></ul>
|
1860
1886
|
:type InternetChargeType: str
|
1861
1887
|
:param _InternetMaxBandwidthOut: EIP出带宽上限,单位:Mbps。
|
1862
|
-
<ul style="margin:0"><li
|
1888
|
+
<ul style="margin:0"><li>标准账户类型EIP出带宽上限,可选值范围取决于EIP计费方式:<ul><li>BANDWIDTH_PACKAGE:1 Mbps 至 2000 Mbps</li>
|
1863
1889
|
<li>BANDWIDTH_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li>
|
1864
1890
|
<li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
|
1865
1891
|
<li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
|
1866
|
-
<li
|
1892
|
+
<li>传统账户类型无需传递此参数,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
|
1867
1893
|
:type InternetMaxBandwidthOut: int
|
1868
1894
|
:param _AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
|
1869
1895
|
:type AddressChargePrepaid: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
1870
|
-
:param _AddressType: EIP
|
1871
|
-
<
|
1872
|
-
<
|
1873
|
-
<
|
1896
|
+
:param _AddressType: EIP类型。各种EIP类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:EIP。
|
1897
|
+
<li>EIP:弹性公网 IP。 </li>
|
1898
|
+
<li>AnycastEIP:加速 IP,已开通 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)白名单的用户可选。仅部分地域支持加速IP。</li>
|
1899
|
+
<li>HighQualityEIP:精品 IP。仅部分地域支持精品IP。</li>
|
1900
|
+
<li>AntiDDoSEIP:高防 IP。仅部分地域支持高防IP。</li>
|
1901
|
+
|
1874
1902
|
:type AddressType: str
|
1875
1903
|
:param _AnycastZone: Anycast发布域。
|
1876
1904
|
<ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>ANYCAST_ZONE_GLOBAL:全球发布域(需要额外开通Anycast全球加速白名单)</li><li>ANYCAST_ZONE_OVERSEAS:境外发布域</li><li><b>[已废弃]</b> ANYCAST_ZONE_A:发布域A(已更新为全球发布域)</li><li><b>[已废弃]</b> ANYCAST_ZONE_B:发布域B(已更新为全球发布域)</li></ul>默认值:ANYCAST_ZONE_OVERSEAS。</li></ul>
|
@@ -1923,7 +1951,7 @@ AnycastEIP是否用于绑定负载均衡。
|
|
1923
1951
|
|
1924
1952
|
@property
|
1925
1953
|
def AddressCount(self):
|
1926
|
-
"""EIP
|
1954
|
+
"""EIP数量。可申请的数量限制参考:[EIP 配额限制](https://cloud.tencent.com/document/product/1199/41648)。默认值:1。
|
1927
1955
|
:rtype: int
|
1928
1956
|
"""
|
1929
1957
|
return self._AddressCount
|
@@ -1934,10 +1962,12 @@ AnycastEIP是否用于绑定负载均衡。
|
|
1934
1962
|
|
1935
1963
|
@property
|
1936
1964
|
def InternetServiceProvider(self):
|
1937
|
-
"""EIP
|
1938
|
-
<ul style="margin:0"><li
|
1965
|
+
"""EIP线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
|
1966
|
+
<ul style="margin:0"><li>BGP:常规 BGP 线路</li>
|
1967
|
+
<li>已开通静态单线IP白名单的用户,可选值:<ul><li>CMCC:中国移动</li>
|
1939
1968
|
<li>CTCC:中国电信</li>
|
1940
|
-
<li>CUCC:中国联通</li></ul>注意:仅部分地域支持静态单线IP。</
|
1969
|
+
<li>CUCC:中国联通</li></ul></li>注意:仅部分地域支持静态单线IP。</ul>
|
1970
|
+
|
1941
1971
|
:rtype: str
|
1942
1972
|
"""
|
1943
1973
|
return self._InternetServiceProvider
|
@@ -1949,11 +1979,11 @@ AnycastEIP是否用于绑定负载均衡。
|
|
1949
1979
|
@property
|
1950
1980
|
def InternetChargeType(self):
|
1951
1981
|
"""EIP计费方式。
|
1952
|
-
<ul style="margin:0"><li
|
1982
|
+
<ul style="margin:0"><li>标准账户类型,可选值:<ul><li>BANDWIDTH_PACKAGE:[共享带宽包](https://cloud.tencent.com/document/product/684/15255)付费</li>
|
1953
1983
|
<li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
|
1954
1984
|
<li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
|
1955
1985
|
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li></ul>默认值:TRAFFIC_POSTPAID_BY_HOUR。</li>
|
1956
|
-
<li
|
1986
|
+
<li>传统账户类型,无需传递此参数,EIP计费方式与其绑定的实例的计费方式一致,无需传递此参数。</li></ul>
|
1957
1987
|
:rtype: str
|
1958
1988
|
"""
|
1959
1989
|
return self._InternetChargeType
|
@@ -1965,11 +1995,11 @@ AnycastEIP是否用于绑定负载均衡。
|
|
1965
1995
|
@property
|
1966
1996
|
def InternetMaxBandwidthOut(self):
|
1967
1997
|
"""EIP出带宽上限,单位:Mbps。
|
1968
|
-
<ul style="margin:0"><li
|
1998
|
+
<ul style="margin:0"><li>标准账户类型EIP出带宽上限,可选值范围取决于EIP计费方式:<ul><li>BANDWIDTH_PACKAGE:1 Mbps 至 2000 Mbps</li>
|
1969
1999
|
<li>BANDWIDTH_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li>
|
1970
2000
|
<li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
|
1971
2001
|
<li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
|
1972
|
-
<li
|
2002
|
+
<li>传统账户类型无需传递此参数,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
|
1973
2003
|
:rtype: int
|
1974
2004
|
"""
|
1975
2005
|
return self._InternetMaxBandwidthOut
|
@@ -1991,10 +2021,12 @@ AnycastEIP是否用于绑定负载均衡。
|
|
1991
2021
|
|
1992
2022
|
@property
|
1993
2023
|
def AddressType(self):
|
1994
|
-
"""EIP
|
1995
|
-
<
|
1996
|
-
<
|
1997
|
-
<
|
2024
|
+
"""EIP类型。各种EIP类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:EIP。
|
2025
|
+
<li>EIP:弹性公网 IP。 </li>
|
2026
|
+
<li>AnycastEIP:加速 IP,已开通 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)白名单的用户可选。仅部分地域支持加速IP。</li>
|
2027
|
+
<li>HighQualityEIP:精品 IP。仅部分地域支持精品IP。</li>
|
2028
|
+
<li>AntiDDoSEIP:高防 IP。仅部分地域支持高防IP。</li>
|
2029
|
+
|
1998
2030
|
:rtype: str
|
1999
2031
|
"""
|
2000
2032
|
return self._AddressType
|
@@ -2233,24 +2265,27 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2233
2265
|
|
2234
2266
|
def __init__(self):
|
2235
2267
|
r"""
|
2236
|
-
:param _AddressName: EIP名称,用于申请EIP时用户自定义该EIP
|
2268
|
+
:param _AddressName: EIP名称,用于申请EIP时用户自定义该EIP的个性化名称。长度上限为128个字符,允许使用大小写字母、汉字、数字、连字符"-"和下划线"_",不能包含空格。
|
2269
|
+
默认值:未命名
|
2237
2270
|
:type AddressName: str
|
2238
2271
|
:param _AddressType: 弹性公网IPv6类型,可选值:
|
2239
2272
|
|
2240
|
-
- EIPv6
|
2241
|
-
- HighQualityEIPv6:精品IPv6
|
2242
|
-
|
2273
|
+
- EIPv6:弹性公网IPv6
|
2274
|
+
- HighQualityEIPv6:精品BGP线路弹性公网IPv6
|
2275
|
+
注意:弹性公网IPv6产品需开白才能使用,其中精品BGP线路仅在中国香港支持。
|
2243
2276
|
|
2244
|
-
默认值:EIPv6
|
2277
|
+
默认值:EIPv6
|
2245
2278
|
:type AddressType: str
|
2246
|
-
:param _AddressCount: 申请的弹性公网IPv6
|
2279
|
+
:param _AddressCount: 申请的弹性公网IPv6数量。单次最多可以申请20个弹性公网IPv6实例,总配额请参见[弹性公网 IPv6 配额说明](https://cloud.tencent.com/document/product/1142/38369)。
|
2280
|
+
|
2281
|
+
默认值:1
|
2247
2282
|
:type AddressCount: int
|
2248
2283
|
:param _InternetChargeType: 弹性公网IPv6计费方式,可选值:
|
2249
2284
|
|
2250
2285
|
- BANDWIDTH_PACKAGE:[共享带宽包](https://cloud.tencent.com/document/product/684/15255)付费
|
2251
2286
|
- TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费
|
2252
2287
|
|
2253
|
-
默认值:TRAFFIC_POSTPAID_BY_HOUR
|
2288
|
+
默认值:TRAFFIC_POSTPAID_BY_HOUR
|
2254
2289
|
:type InternetChargeType: str
|
2255
2290
|
:param _InternetServiceProvider: 弹性公网IPv6线路类型,默认值:BGP。
|
2256
2291
|
|
@@ -2258,18 +2293,18 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2258
2293
|
- CMCC:中国移动
|
2259
2294
|
- CTCC:中国电信
|
2260
2295
|
- CUCC:中国联通
|
2261
|
-
注意:仅部分地域支持静态单线IP
|
2296
|
+
注意:仅部分地域支持静态单线IP。具体请以控制台购买页展示为准。
|
2262
2297
|
:type InternetServiceProvider: str
|
2263
2298
|
:param _InternetMaxBandwidthOut: 弹性公网IPv6带宽上限,单位:Mbps。
|
2264
2299
|
|
2265
2300
|
可选值范围取决于EIP计费方式:
|
2266
2301
|
|
2267
|
-
- BANDWIDTH_PACKAGE
|
2268
|
-
- TRAFFIC_POSTPAID_BY_HOUR
|
2302
|
+
- BANDWIDTH_PACKAGE(共享带宽包付费):1 Mbps 至 2000 Mbps
|
2303
|
+
- TRAFFIC_POSTPAID_BY_HOUR(流量按小时后付费):1 Mbps 至 100 Mbps
|
2269
2304
|
|
2270
|
-
默认值:1
|
2305
|
+
默认值:1
|
2271
2306
|
:type InternetMaxBandwidthOut: int
|
2272
|
-
:param _BandwidthPackageId: 带宽包唯一ID
|
2307
|
+
:param _BandwidthPackageId: 带宽包唯一ID参数。可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。
|
2273
2308
|
设定该参数且InternetChargeType为BANDWIDTH_PACKAGE,则表示创建的EIP加入该BGP带宽包并采用带宽包计费。
|
2274
2309
|
:type BandwidthPackageId: str
|
2275
2310
|
:param _Tags: 需要关联的标签列表。
|
@@ -2278,10 +2313,9 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2278
2313
|
|
2279
2314
|
- CENTER_EGRESS_1:中心出口一
|
2280
2315
|
- CENTER_EGRESS_2:中心出口二
|
2281
|
-
|
2282
|
-
注意:不同运营商或资源类型对应的网络出口需要联系产品开白
|
2316
|
+
注意:不同地域支持的线路类型、网络出口略有差异,请以控制台展示为准。
|
2283
2317
|
|
2284
|
-
默认值:CENTER_EGRESS_1
|
2318
|
+
默认值:CENTER_EGRESS_1
|
2285
2319
|
:type Egress: str
|
2286
2320
|
"""
|
2287
2321
|
self._AddressName = None
|
@@ -2296,7 +2330,8 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2296
2330
|
|
2297
2331
|
@property
|
2298
2332
|
def AddressName(self):
|
2299
|
-
"""EIP名称,用于申请EIP时用户自定义该EIP
|
2333
|
+
"""EIP名称,用于申请EIP时用户自定义该EIP的个性化名称。长度上限为128个字符,允许使用大小写字母、汉字、数字、连字符"-"和下划线"_",不能包含空格。
|
2334
|
+
默认值:未命名
|
2300
2335
|
:rtype: str
|
2301
2336
|
"""
|
2302
2337
|
return self._AddressName
|
@@ -2309,11 +2344,11 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2309
2344
|
def AddressType(self):
|
2310
2345
|
"""弹性公网IPv6类型,可选值:
|
2311
2346
|
|
2312
|
-
- EIPv6
|
2313
|
-
- HighQualityEIPv6:精品IPv6
|
2314
|
-
|
2347
|
+
- EIPv6:弹性公网IPv6
|
2348
|
+
- HighQualityEIPv6:精品BGP线路弹性公网IPv6
|
2349
|
+
注意:弹性公网IPv6产品需开白才能使用,其中精品BGP线路仅在中国香港支持。
|
2315
2350
|
|
2316
|
-
默认值:EIPv6
|
2351
|
+
默认值:EIPv6
|
2317
2352
|
:rtype: str
|
2318
2353
|
"""
|
2319
2354
|
return self._AddressType
|
@@ -2324,7 +2359,9 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2324
2359
|
|
2325
2360
|
@property
|
2326
2361
|
def AddressCount(self):
|
2327
|
-
"""申请的弹性公网IPv6
|
2362
|
+
"""申请的弹性公网IPv6数量。单次最多可以申请20个弹性公网IPv6实例,总配额请参见[弹性公网 IPv6 配额说明](https://cloud.tencent.com/document/product/1142/38369)。
|
2363
|
+
|
2364
|
+
默认值:1
|
2328
2365
|
:rtype: int
|
2329
2366
|
"""
|
2330
2367
|
return self._AddressCount
|
@@ -2340,7 +2377,7 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2340
2377
|
- BANDWIDTH_PACKAGE:[共享带宽包](https://cloud.tencent.com/document/product/684/15255)付费
|
2341
2378
|
- TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费
|
2342
2379
|
|
2343
|
-
默认值:TRAFFIC_POSTPAID_BY_HOUR
|
2380
|
+
默认值:TRAFFIC_POSTPAID_BY_HOUR
|
2344
2381
|
:rtype: str
|
2345
2382
|
"""
|
2346
2383
|
return self._InternetChargeType
|
@@ -2357,7 +2394,7 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2357
2394
|
- CMCC:中国移动
|
2358
2395
|
- CTCC:中国电信
|
2359
2396
|
- CUCC:中国联通
|
2360
|
-
注意:仅部分地域支持静态单线IP
|
2397
|
+
注意:仅部分地域支持静态单线IP。具体请以控制台购买页展示为准。
|
2361
2398
|
:rtype: str
|
2362
2399
|
"""
|
2363
2400
|
return self._InternetServiceProvider
|
@@ -2372,10 +2409,10 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2372
2409
|
|
2373
2410
|
可选值范围取决于EIP计费方式:
|
2374
2411
|
|
2375
|
-
- BANDWIDTH_PACKAGE
|
2376
|
-
- TRAFFIC_POSTPAID_BY_HOUR
|
2412
|
+
- BANDWIDTH_PACKAGE(共享带宽包付费):1 Mbps 至 2000 Mbps
|
2413
|
+
- TRAFFIC_POSTPAID_BY_HOUR(流量按小时后付费):1 Mbps 至 100 Mbps
|
2377
2414
|
|
2378
|
-
默认值:1
|
2415
|
+
默认值:1
|
2379
2416
|
:rtype: int
|
2380
2417
|
"""
|
2381
2418
|
return self._InternetMaxBandwidthOut
|
@@ -2386,7 +2423,7 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2386
2423
|
|
2387
2424
|
@property
|
2388
2425
|
def BandwidthPackageId(self):
|
2389
|
-
"""带宽包唯一ID
|
2426
|
+
"""带宽包唯一ID参数。可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。
|
2390
2427
|
设定该参数且InternetChargeType为BANDWIDTH_PACKAGE,则表示创建的EIP加入该BGP带宽包并采用带宽包计费。
|
2391
2428
|
:rtype: str
|
2392
2429
|
"""
|
@@ -2413,10 +2450,9 @@ class AllocateIPv6AddressesRequest(AbstractModel):
|
|
2413
2450
|
|
2414
2451
|
- CENTER_EGRESS_1:中心出口一
|
2415
2452
|
- CENTER_EGRESS_2:中心出口二
|
2416
|
-
|
2417
|
-
注意:不同运营商或资源类型对应的网络出口需要联系产品开白
|
2453
|
+
注意:不同地域支持的线路类型、网络出口略有差异,请以控制台展示为准。
|
2418
2454
|
|
2419
|
-
默认值:CENTER_EGRESS_1
|
2455
|
+
默认值:CENTER_EGRESS_1
|
2420
2456
|
:rtype: str
|
2421
2457
|
"""
|
2422
2458
|
return self._Egress
|
@@ -3197,7 +3233,6 @@ class AssistantCidr(AbstractModel):
|
|
3197
3233
|
:param _AssistantType: 辅助CIDR类型(0:普通辅助CIDR,1:容器辅助CIDR),默认都是0。
|
3198
3234
|
:type AssistantType: int
|
3199
3235
|
:param _SubnetSet: 辅助CIDR拆分的子网。
|
3200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3201
3236
|
:type SubnetSet: list of Subnet
|
3202
3237
|
"""
|
3203
3238
|
self._VpcId = None
|
@@ -3241,7 +3276,6 @@ class AssistantCidr(AbstractModel):
|
|
3241
3276
|
@property
|
3242
3277
|
def SubnetSet(self):
|
3243
3278
|
"""辅助CIDR拆分的子网。
|
3244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3245
3279
|
:rtype: list of Subnet
|
3246
3280
|
"""
|
3247
3281
|
return self._SubnetSet
|
@@ -3278,7 +3312,7 @@ class AssociateAddressRequest(AbstractModel):
|
|
3278
3312
|
|
3279
3313
|
def __init__(self):
|
3280
3314
|
r"""
|
3281
|
-
:param _AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
|
3315
|
+
:param _AddressId: 标识 EIP 的唯一 ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。EIP 唯一 ID 形如:`eip-11112222`。
|
3282
3316
|
:type AddressId: str
|
3283
3317
|
:param _InstanceId: 要绑定的实例 ID。实例 ID 形如:`ins-11112222`、`lb-11112222`。可通过登录[控制台](https://console.cloud.tencent.com/cvm)查询,也可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。
|
3284
3318
|
:type InstanceId: str
|
@@ -3300,7 +3334,7 @@ class AssociateAddressRequest(AbstractModel):
|
|
3300
3334
|
|
3301
3335
|
@property
|
3302
3336
|
def AddressId(self):
|
3303
|
-
"""标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
|
3337
|
+
"""标识 EIP 的唯一 ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。EIP 唯一 ID 形如:`eip-11112222`。
|
3304
3338
|
:rtype: str
|
3305
3339
|
"""
|
3306
3340
|
return self._AddressId
|
@@ -3605,11 +3639,11 @@ class AssociateIPv6AddressRequest(AbstractModel):
|
|
3605
3639
|
|
3606
3640
|
def __init__(self):
|
3607
3641
|
r"""
|
3608
|
-
:param _IPv6AddressId: 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。
|
3642
|
+
:param _IPv6AddressId: 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
3609
3643
|
:type IPv6AddressId: str
|
3610
|
-
:param _NetworkInterfaceId: 要绑定的弹性网卡 ID。 弹性网卡 ID 形如:eni-11112222。NetworkInterfaceId 与 InstanceId 不可同时指定。弹性网卡 ID
|
3644
|
+
:param _NetworkInterfaceId: 要绑定的弹性网卡 ID。 弹性网卡 ID 形如:eni-11112222。NetworkInterfaceId 与 InstanceId 不可同时指定。弹性网卡 ID 可通过登录[控制台](https://console.cloud.tencent.com/vpc/eni?rid=1)查询,也可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/api/215/15817)接口返回值中的networkInterfaceId获取。
|
3611
3645
|
:type NetworkInterfaceId: str
|
3612
|
-
:param _PrivateIPv6Address: 要绑定的内网 IPv6。如果指定了 NetworkInterfaceId 则也必须指定 PrivateIPv6Address ,表示将 EIP 绑定到指定弹性网卡的指定内网 IP 上。同时要确保指定的 PrivateIPv6Address 是指定的 NetworkInterfaceId 上的一个内网 IPv6。指定弹性网卡的内网 IPv6
|
3646
|
+
:param _PrivateIPv6Address: 要绑定的内网 IPv6。如果指定了 NetworkInterfaceId 则也必须指定 PrivateIPv6Address ,表示将 EIP 绑定到指定弹性网卡的指定内网 IP 上。同时要确保指定的 PrivateIPv6Address 是指定的 NetworkInterfaceId 上的一个内网 IPv6。指定弹性网卡的内网 IPv6 可通过登录[控制台](https://console.cloud.tencent.com/vpc/eni?rid=1)查询,也可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/api/215/15817)接口返回值中的Ipv6AddressSet.Address获取。
|
3613
3647
|
:type PrivateIPv6Address: str
|
3614
3648
|
"""
|
3615
3649
|
self._IPv6AddressId = None
|
@@ -3618,7 +3652,7 @@ class AssociateIPv6AddressRequest(AbstractModel):
|
|
3618
3652
|
|
3619
3653
|
@property
|
3620
3654
|
def IPv6AddressId(self):
|
3621
|
-
"""弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。
|
3655
|
+
"""弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
3622
3656
|
:rtype: str
|
3623
3657
|
"""
|
3624
3658
|
return self._IPv6AddressId
|
@@ -3629,7 +3663,7 @@ class AssociateIPv6AddressRequest(AbstractModel):
|
|
3629
3663
|
|
3630
3664
|
@property
|
3631
3665
|
def NetworkInterfaceId(self):
|
3632
|
-
"""要绑定的弹性网卡 ID。 弹性网卡 ID 形如:eni-11112222。NetworkInterfaceId 与 InstanceId 不可同时指定。弹性网卡 ID
|
3666
|
+
"""要绑定的弹性网卡 ID。 弹性网卡 ID 形如:eni-11112222。NetworkInterfaceId 与 InstanceId 不可同时指定。弹性网卡 ID 可通过登录[控制台](https://console.cloud.tencent.com/vpc/eni?rid=1)查询,也可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/api/215/15817)接口返回值中的networkInterfaceId获取。
|
3633
3667
|
:rtype: str
|
3634
3668
|
"""
|
3635
3669
|
return self._NetworkInterfaceId
|
@@ -3640,7 +3674,7 @@ class AssociateIPv6AddressRequest(AbstractModel):
|
|
3640
3674
|
|
3641
3675
|
@property
|
3642
3676
|
def PrivateIPv6Address(self):
|
3643
|
-
"""要绑定的内网 IPv6。如果指定了 NetworkInterfaceId 则也必须指定 PrivateIPv6Address ,表示将 EIP 绑定到指定弹性网卡的指定内网 IP 上。同时要确保指定的 PrivateIPv6Address 是指定的 NetworkInterfaceId 上的一个内网 IPv6。指定弹性网卡的内网 IPv6
|
3677
|
+
"""要绑定的内网 IPv6。如果指定了 NetworkInterfaceId 则也必须指定 PrivateIPv6Address ,表示将 EIP 绑定到指定弹性网卡的指定内网 IP 上。同时要确保指定的 PrivateIPv6Address 是指定的 NetworkInterfaceId 上的一个内网 IPv6。指定弹性网卡的内网 IPv6 可通过登录[控制台](https://console.cloud.tencent.com/vpc/eni?rid=1)查询,也可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/api/215/15817)接口返回值中的Ipv6AddressSet.Address获取。
|
3644
3678
|
:rtype: str
|
3645
3679
|
"""
|
3646
3680
|
return self._PrivateIPv6Address
|
@@ -4663,7 +4697,6 @@ class BandwidthPackage(AbstractModel):
|
|
4663
4697
|
:param _Bandwidth: 带宽包限速大小。单位:Mbps,-1表示不限速。
|
4664
4698
|
:type Bandwidth: int
|
4665
4699
|
:param _Egress: 网络出口
|
4666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4667
4700
|
:type Egress: str
|
4668
4701
|
:param _Deadline: 带宽包到期时间,只有预付费会返回,按量计费返回为null
|
4669
4702
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4783,7 +4816,6 @@ class BandwidthPackage(AbstractModel):
|
|
4783
4816
|
@property
|
4784
4817
|
def Egress(self):
|
4785
4818
|
"""网络出口
|
4786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4787
4819
|
:rtype: str
|
4788
4820
|
"""
|
4789
4821
|
return self._Egress
|
@@ -22232,14 +22264,14 @@ class DescribeAddressBandwidthRangeRequest(AbstractModel):
|
|
22232
22264
|
|
22233
22265
|
def __init__(self):
|
22234
22266
|
r"""
|
22235
|
-
:param _AddressIds: EIP资源ID列表,单次查询上限20。
|
22267
|
+
:param _AddressIds: EIP资源ID列表,单次查询上限20,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
22236
22268
|
:type AddressIds: list of str
|
22237
22269
|
"""
|
22238
22270
|
self._AddressIds = None
|
22239
22271
|
|
22240
22272
|
@property
|
22241
22273
|
def AddressIds(self):
|
22242
|
-
"""EIP资源ID列表,单次查询上限20。
|
22274
|
+
"""EIP资源ID列表,单次查询上限20,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
22243
22275
|
:rtype: list of str
|
22244
22276
|
"""
|
22245
22277
|
return self._AddressIds
|
@@ -27783,7 +27815,7 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27783
27815
|
|
27784
27816
|
def __init__(self):
|
27785
27817
|
r"""
|
27786
|
-
:param _IPv6AddressIds: 标识 IPv6 的唯一 ID
|
27818
|
+
:param _IPv6AddressIds: 标识 IPv6 的唯一 ID 列。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
27787
27819
|
|
27788
27820
|
- 传统弹性公网 IPv6 唯一 ID 形如:`eip-11112222`
|
27789
27821
|
- 弹性公网 IPv6 唯一 ID 形如:`eipv6-11112222`
|
@@ -27799,15 +27831,18 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27799
27831
|
- charge-type - String - 是否必填:否 - (过滤条件)按照计费类型过滤。
|
27800
27832
|
- private-ipv6-address - String - 是否必填:否 - (过滤条件)按照绑定的内网 IPv6 地址过滤。
|
27801
27833
|
- egress - String - 是否必填:否 - (过滤条件)按照出口过滤。
|
27802
|
-
- address-type - String - 是否必填:否 - (过滤条件)按照IPv6类型 进行过滤。可选值:'EIP6','EIPv6','WanIPv6','HighQualityEIPv6'。默认值是'EIPv6'。
|
27803
|
-
- address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP','CMCC'
|
27804
|
-
- address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING'
|
27834
|
+
- address-type - String - 是否必填:否 - (过滤条件)按照IPv6类型 进行过滤。可选值:'EIP6':传统弹性公网 IPv6,'EIPv6':弹性公网 IPv6,'WanIPv6':普通公网 IPv6,'HighQualityEIPv6':精品弹性公网 IPv6。默认值是'EIPv6'。
|
27835
|
+
- address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP':常规BGP,'CMCC':移动,'CUCC':联通, 'CTCC':电信。
|
27836
|
+
- address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING':创建中,'BINDING':绑定中,'BIND':已绑,'UNBINDING':解绑中,'UNBIND':未绑定,'OFFLINING':下线中,'BIND_ENI':绑定了ENI,'PRIVATE':仅开通内网的IPv6。
|
27805
27837
|
- address-name - String - 是否必填:否 - (过滤条件)按照 EIP 名称过滤。不支持模糊过滤。
|
27806
27838
|
- tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。
|
27807
27839
|
- tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。
|
27808
27840
|
- tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。tag-key使用具体的标签键进行替换。
|
27809
27841
|
:type Filters: list of Filter
|
27810
|
-
:param _Traditional: 是否查询传统型IPv6
|
27842
|
+
:param _Traditional: 是否查询传统型IPv6地址信息。可选值:
|
27843
|
+
<li>True:查询传统型IPv6地址信息</li>
|
27844
|
+
<li>False:不查询传统型IPv6地址信息</li>
|
27845
|
+
默认值:False
|
27811
27846
|
:type Traditional: bool
|
27812
27847
|
:param _Offset: 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
27813
27848
|
:type Offset: int
|
@@ -27822,7 +27857,7 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27822
27857
|
|
27823
27858
|
@property
|
27824
27859
|
def IPv6AddressIds(self):
|
27825
|
-
"""标识 IPv6 的唯一 ID
|
27860
|
+
"""标识 IPv6 的唯一 ID 列。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
27826
27861
|
|
27827
27862
|
- 传统弹性公网 IPv6 唯一 ID 形如:`eip-11112222`
|
27828
27863
|
- 弹性公网 IPv6 唯一 ID 形如:`eipv6-11112222`
|
@@ -27847,9 +27882,9 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27847
27882
|
- charge-type - String - 是否必填:否 - (过滤条件)按照计费类型过滤。
|
27848
27883
|
- private-ipv6-address - String - 是否必填:否 - (过滤条件)按照绑定的内网 IPv6 地址过滤。
|
27849
27884
|
- egress - String - 是否必填:否 - (过滤条件)按照出口过滤。
|
27850
|
-
- address-type - String - 是否必填:否 - (过滤条件)按照IPv6类型 进行过滤。可选值:'EIP6','EIPv6','WanIPv6','HighQualityEIPv6'。默认值是'EIPv6'。
|
27851
|
-
- address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP','CMCC'
|
27852
|
-
- address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING'
|
27885
|
+
- address-type - String - 是否必填:否 - (过滤条件)按照IPv6类型 进行过滤。可选值:'EIP6':传统弹性公网 IPv6,'EIPv6':弹性公网 IPv6,'WanIPv6':普通公网 IPv6,'HighQualityEIPv6':精品弹性公网 IPv6。默认值是'EIPv6'。
|
27886
|
+
- address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP':常规BGP,'CMCC':移动,'CUCC':联通, 'CTCC':电信。
|
27887
|
+
- address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING':创建中,'BINDING':绑定中,'BIND':已绑,'UNBINDING':解绑中,'UNBIND':未绑定,'OFFLINING':下线中,'BIND_ENI':绑定了ENI,'PRIVATE':仅开通内网的IPv6。
|
27853
27888
|
- address-name - String - 是否必填:否 - (过滤条件)按照 EIP 名称过滤。不支持模糊过滤。
|
27854
27889
|
- tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。
|
27855
27890
|
- tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。
|
@@ -27864,7 +27899,10 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27864
27899
|
|
27865
27900
|
@property
|
27866
27901
|
def Traditional(self):
|
27867
|
-
"""是否查询传统型IPv6
|
27902
|
+
"""是否查询传统型IPv6地址信息。可选值:
|
27903
|
+
<li>True:查询传统型IPv6地址信息</li>
|
27904
|
+
<li>False:不查询传统型IPv6地址信息</li>
|
27905
|
+
默认值:False
|
27868
27906
|
:rtype: bool
|
27869
27907
|
"""
|
27870
27908
|
return self._Traditional
|
@@ -34381,17 +34419,22 @@ class DescribeSpecificTrafficPackageUsedDetailsRequest(AbstractModel):
|
|
34381
34419
|
|
34382
34420
|
def __init__(self):
|
34383
34421
|
r"""
|
34384
|
-
:param _TrafficPackageId: 共享流量包唯一ID
|
34422
|
+
:param _TrafficPackageId: 共享流量包唯一ID。可以使用[DescribeTrafficPackages](https://cloud.tencent.com/document/product/215/80090?locationSource=from%3Ddoc-search%26scope%3Dcurrent%26keyword%3D%E6%B5%81%E9%87%8F%E5%8C%85)接口获取TrafficPackageId。
|
34385
34423
|
:type TrafficPackageId: str
|
34386
|
-
:param _Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。详细的过滤条件如下:<
|
34424
|
+
:param _Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。详细的过滤条件如下:<ul style="margin:0"><li> resource-type - String - 是否必填:否 - (过滤条件)按照资源类型过滤,资源类型包括 EIP、BWP、LB。 </li>
|
34425
|
+
<li> resource-id - String - 是否必填:否 - (过滤条件)按照抵扣流量资源的唯一 ID 过滤。以下补充资源ID获取方式:<ul><li>EIP:可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取资源ID。</li>
|
34426
|
+
<li>BWP:可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口获取资源ID。</li>
|
34427
|
+
<li>LB:可以使用[DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685)接口获取资源ID。</li></ul></li></ul>
|
34387
34428
|
:type Filters: list of Filter
|
34388
34429
|
:param _OrderField: 排序条件。该参数仅支持根据抵扣量排序,传值为 deduction
|
34389
34430
|
:type OrderField: str
|
34390
34431
|
:param _OrderType: 排序类型,仅支持0和1,0-降序,1-升序。不传默认为0
|
34391
34432
|
:type OrderType: int
|
34392
|
-
:param _StartTime:
|
34433
|
+
:param _StartTime: 开始时间。待查询的共享流量包用量开始时间。不传默认为当前时间往前推30天。
|
34434
|
+
时间格式:YYYY-MM-DD hh:mm:ss
|
34393
34435
|
:type StartTime: str
|
34394
|
-
:param _EndTime:
|
34436
|
+
:param _EndTime: 结束时间。待查询的共享流量包用量结束时间。不传默认为当前时间。
|
34437
|
+
时间格式:YYYY-MM-DD hh:mm:ss
|
34395
34438
|
:type EndTime: str
|
34396
34439
|
:param _Offset: 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 中的相关小节
|
34397
34440
|
:type Offset: int
|
@@ -34409,7 +34452,7 @@ class DescribeSpecificTrafficPackageUsedDetailsRequest(AbstractModel):
|
|
34409
34452
|
|
34410
34453
|
@property
|
34411
34454
|
def TrafficPackageId(self):
|
34412
|
-
"""共享流量包唯一ID
|
34455
|
+
"""共享流量包唯一ID。可以使用[DescribeTrafficPackages](https://cloud.tencent.com/document/product/215/80090?locationSource=from%3Ddoc-search%26scope%3Dcurrent%26keyword%3D%E6%B5%81%E9%87%8F%E5%8C%85)接口获取TrafficPackageId。
|
34413
34456
|
:rtype: str
|
34414
34457
|
"""
|
34415
34458
|
return self._TrafficPackageId
|
@@ -34420,7 +34463,10 @@ class DescribeSpecificTrafficPackageUsedDetailsRequest(AbstractModel):
|
|
34420
34463
|
|
34421
34464
|
@property
|
34422
34465
|
def Filters(self):
|
34423
|
-
"""每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。详细的过滤条件如下:<
|
34466
|
+
"""每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。详细的过滤条件如下:<ul style="margin:0"><li> resource-type - String - 是否必填:否 - (过滤条件)按照资源类型过滤,资源类型包括 EIP、BWP、LB。 </li>
|
34467
|
+
<li> resource-id - String - 是否必填:否 - (过滤条件)按照抵扣流量资源的唯一 ID 过滤。以下补充资源ID获取方式:<ul><li>EIP:可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取资源ID。</li>
|
34468
|
+
<li>BWP:可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口获取资源ID。</li>
|
34469
|
+
<li>LB:可以使用[DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685)接口获取资源ID。</li></ul></li></ul>
|
34424
34470
|
:rtype: list of Filter
|
34425
34471
|
"""
|
34426
34472
|
return self._Filters
|
@@ -34453,7 +34499,8 @@ class DescribeSpecificTrafficPackageUsedDetailsRequest(AbstractModel):
|
|
34453
34499
|
|
34454
34500
|
@property
|
34455
34501
|
def StartTime(self):
|
34456
|
-
"""
|
34502
|
+
"""开始时间。待查询的共享流量包用量开始时间。不传默认为当前时间往前推30天。
|
34503
|
+
时间格式:YYYY-MM-DD hh:mm:ss
|
34457
34504
|
:rtype: str
|
34458
34505
|
"""
|
34459
34506
|
return self._StartTime
|
@@ -34464,7 +34511,8 @@ class DescribeSpecificTrafficPackageUsedDetailsRequest(AbstractModel):
|
|
34464
34511
|
|
34465
34512
|
@property
|
34466
34513
|
def EndTime(self):
|
34467
|
-
"""
|
34514
|
+
"""结束时间。待查询的共享流量包用量结束时间。不传默认为当前时间。
|
34515
|
+
时间格式:YYYY-MM-DD hh:mm:ss
|
34468
34516
|
:rtype: str
|
34469
34517
|
"""
|
34470
34518
|
return self._EndTime
|
@@ -34851,9 +34899,9 @@ class DescribeTaskResultRequest(AbstractModel):
|
|
34851
34899
|
|
34852
34900
|
def __init__(self):
|
34853
34901
|
r"""
|
34854
|
-
:param _TaskId: 异步任务ID
|
34902
|
+
:param _TaskId: 异步任务ID。从异步任务接口返回结果中查看。例如:[AllocateAddresses](https://cloud.tencent.com/document/product/215/16699)接口。TaskId和DealName必填一个参数。
|
34855
34903
|
:type TaskId: int
|
34856
|
-
:param _DealName:
|
34904
|
+
:param _DealName: 计费订单号。在控制台中的[费用中心-订单管理](https://console.cloud.tencent.com/expense/deal)中查看订单号。TaskId和DealName必填一个参数。
|
34857
34905
|
:type DealName: str
|
34858
34906
|
"""
|
34859
34907
|
self._TaskId = None
|
@@ -34861,7 +34909,7 @@ class DescribeTaskResultRequest(AbstractModel):
|
|
34861
34909
|
|
34862
34910
|
@property
|
34863
34911
|
def TaskId(self):
|
34864
|
-
"""异步任务ID
|
34912
|
+
"""异步任务ID。从异步任务接口返回结果中查看。例如:[AllocateAddresses](https://cloud.tencent.com/document/product/215/16699)接口。TaskId和DealName必填一个参数。
|
34865
34913
|
:rtype: int
|
34866
34914
|
"""
|
34867
34915
|
return self._TaskId
|
@@ -34872,7 +34920,7 @@ class DescribeTaskResultRequest(AbstractModel):
|
|
34872
34920
|
|
34873
34921
|
@property
|
34874
34922
|
def DealName(self):
|
34875
|
-
"""
|
34923
|
+
"""计费订单号。在控制台中的[费用中心-订单管理](https://console.cloud.tencent.com/expense/deal)中查看订单号。TaskId和DealName必填一个参数。
|
34876
34924
|
:rtype: str
|
34877
34925
|
"""
|
34878
34926
|
return self._DealName
|
@@ -34904,7 +34952,7 @@ class DescribeTaskResultResponse(AbstractModel):
|
|
34904
34952
|
r"""
|
34905
34953
|
:param _TaskId: 任务ID
|
34906
34954
|
:type TaskId: int
|
34907
|
-
:param _Result: 执行结果,包括"SUCCESS"
|
34955
|
+
:param _Result: 执行结果,包括"SUCCESS":异步任务执行成功, "FAILED":异步任务执行失败, "RUNNING":异步任务执行中
|
34908
34956
|
:type Result: str
|
34909
34957
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
34910
34958
|
:type RequestId: str
|
@@ -34926,7 +34974,7 @@ class DescribeTaskResultResponse(AbstractModel):
|
|
34926
34974
|
|
34927
34975
|
@property
|
34928
34976
|
def Result(self):
|
34929
|
-
"""执行结果,包括"SUCCESS"
|
34977
|
+
"""执行结果,包括"SUCCESS":异步任务执行成功, "FAILED":异步任务执行失败, "RUNNING":异步任务执行中
|
34930
34978
|
:rtype: str
|
34931
34979
|
"""
|
34932
34980
|
return self._Result
|
@@ -40068,9 +40116,9 @@ class DisassociateAddressRequest(AbstractModel):
|
|
40068
40116
|
|
40069
40117
|
def __init__(self):
|
40070
40118
|
r"""
|
40071
|
-
:param _AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222
|
40119
|
+
:param _AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
40072
40120
|
:type AddressId: str
|
40073
|
-
:param _ReallocateNormalPublicIp: 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<
|
40121
|
+
:param _ReallocateNormalPublicIp: 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<li>TRUE:表示解绑 EIP 之后分配普通公网 IP。</li><li>FALSE:表示解绑 EIP 之后不分配普通公网 IP。</li>默认取值:FALSE。<br><br>只有满足以下条件时才能指定该参数:<li>只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。</li><li>解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/api/213/1378) 接口获取。</li>
|
40074
40122
|
:type ReallocateNormalPublicIp: bool
|
40075
40123
|
"""
|
40076
40124
|
self._AddressId = None
|
@@ -40078,7 +40126,7 @@ class DisassociateAddressRequest(AbstractModel):
|
|
40078
40126
|
|
40079
40127
|
@property
|
40080
40128
|
def AddressId(self):
|
40081
|
-
"""标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222
|
40129
|
+
"""标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
40082
40130
|
:rtype: str
|
40083
40131
|
"""
|
40084
40132
|
return self._AddressId
|
@@ -40089,7 +40137,7 @@ class DisassociateAddressRequest(AbstractModel):
|
|
40089
40137
|
|
40090
40138
|
@property
|
40091
40139
|
def ReallocateNormalPublicIp(self):
|
40092
|
-
"""表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<
|
40140
|
+
"""表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<li>TRUE:表示解绑 EIP 之后分配普通公网 IP。</li><li>FALSE:表示解绑 EIP 之后不分配普通公网 IP。</li>默认取值:FALSE。<br><br>只有满足以下条件时才能指定该参数:<li>只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。</li><li>解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/api/213/1378) 接口获取。</li>
|
40093
40141
|
:rtype: bool
|
40094
40142
|
"""
|
40095
40143
|
return self._ReallocateNormalPublicIp
|
@@ -40320,9 +40368,10 @@ class DisassociateIPv6AddressRequest(AbstractModel):
|
|
40320
40368
|
|
40321
40369
|
def __init__(self):
|
40322
40370
|
r"""
|
40323
|
-
:param _IPv6AddressId: 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。
|
40371
|
+
:param _IPv6AddressId: 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
40324
40372
|
:type IPv6AddressId: str
|
40325
|
-
:param _KeepBindWithEni:
|
40373
|
+
:param _KeepBindWithEni: 解绑时是否保持绑定弹性网卡。可选值:true、false。
|
40374
|
+
默认值:false
|
40326
40375
|
:type KeepBindWithEni: bool
|
40327
40376
|
"""
|
40328
40377
|
self._IPv6AddressId = None
|
@@ -40330,7 +40379,7 @@ class DisassociateIPv6AddressRequest(AbstractModel):
|
|
40330
40379
|
|
40331
40380
|
@property
|
40332
40381
|
def IPv6AddressId(self):
|
40333
|
-
"""弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。
|
40382
|
+
"""弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
40334
40383
|
:rtype: str
|
40335
40384
|
"""
|
40336
40385
|
return self._IPv6AddressId
|
@@ -40341,7 +40390,8 @@ class DisassociateIPv6AddressRequest(AbstractModel):
|
|
40341
40390
|
|
40342
40391
|
@property
|
40343
40392
|
def KeepBindWithEni(self):
|
40344
|
-
"""
|
40393
|
+
"""解绑时是否保持绑定弹性网卡。可选值:true、false。
|
40394
|
+
默认值:false
|
40345
40395
|
:rtype: bool
|
40346
40396
|
"""
|
40347
40397
|
return self._KeepBindWithEni
|
@@ -41580,7 +41630,7 @@ class EndPoint(AbstractModel):
|
|
41580
41630
|
r"""
|
41581
41631
|
:param _EndPointId: 终端节点ID。
|
41582
41632
|
:type EndPointId: str
|
41583
|
-
:param _VpcId:
|
41633
|
+
:param _VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
41584
41634
|
:type VpcId: str
|
41585
41635
|
:param _SubnetId: 子网ID。
|
41586
41636
|
:type SubnetId: str
|
@@ -41598,18 +41648,15 @@ class EndPoint(AbstractModel):
|
|
41598
41648
|
:type EndPointVip: str
|
41599
41649
|
:param _State: 终端节点状态,ACTIVE:可用,PENDING:待接受,ACCEPTING:接受中,REJECTED:已拒绝,FAILED:失败。
|
41600
41650
|
:type State: str
|
41601
|
-
:param _CreateTime:
|
41651
|
+
:param _CreateTime: 创建时间。格式:YYYY-MM-DD HH:MM:SS。
|
41602
41652
|
:type CreateTime: str
|
41603
41653
|
:param _GroupSet: 终端节点绑定的安全组实例ID列表。
|
41604
41654
|
:type GroupSet: list of str
|
41605
41655
|
:param _ServiceName: 终端节点服务名称。
|
41606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41607
41656
|
:type ServiceName: str
|
41608
41657
|
:param _CdcId: CDC 集群唯一 ID
|
41609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41610
41658
|
:type CdcId: str
|
41611
41659
|
:param _TagSet: 标签键值对。
|
41612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41613
41660
|
:type TagSet: list of Tag
|
41614
41661
|
"""
|
41615
41662
|
self._EndPointId = None
|
@@ -41641,7 +41688,7 @@ class EndPoint(AbstractModel):
|
|
41641
41688
|
|
41642
41689
|
@property
|
41643
41690
|
def VpcId(self):
|
41644
|
-
"""
|
41691
|
+
"""VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
41645
41692
|
:rtype: str
|
41646
41693
|
"""
|
41647
41694
|
return self._VpcId
|
@@ -41740,7 +41787,7 @@ class EndPoint(AbstractModel):
|
|
41740
41787
|
|
41741
41788
|
@property
|
41742
41789
|
def CreateTime(self):
|
41743
|
-
"""
|
41790
|
+
"""创建时间。格式:YYYY-MM-DD HH:MM:SS。
|
41744
41791
|
:rtype: str
|
41745
41792
|
"""
|
41746
41793
|
return self._CreateTime
|
@@ -41763,7 +41810,6 @@ class EndPoint(AbstractModel):
|
|
41763
41810
|
@property
|
41764
41811
|
def ServiceName(self):
|
41765
41812
|
"""终端节点服务名称。
|
41766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41767
41813
|
:rtype: str
|
41768
41814
|
"""
|
41769
41815
|
return self._ServiceName
|
@@ -41775,7 +41821,6 @@ class EndPoint(AbstractModel):
|
|
41775
41821
|
@property
|
41776
41822
|
def CdcId(self):
|
41777
41823
|
"""CDC 集群唯一 ID
|
41778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41779
41824
|
:rtype: str
|
41780
41825
|
"""
|
41781
41826
|
return self._CdcId
|
@@ -41787,7 +41832,6 @@ class EndPoint(AbstractModel):
|
|
41787
41832
|
@property
|
41788
41833
|
def TagSet(self):
|
41789
41834
|
"""标签键值对。
|
41790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41791
41835
|
:rtype: list of Tag
|
41792
41836
|
"""
|
41793
41837
|
return self._TagSet
|
@@ -41845,31 +41889,25 @@ class EndPointService(AbstractModel):
|
|
41845
41889
|
:type ServiceName: str
|
41846
41890
|
:param _ServiceVip: 后端服务的VIP。
|
41847
41891
|
:type ServiceVip: str
|
41848
|
-
:param _ServiceInstanceId: 后端服务的ID,比如lb-
|
41892
|
+
:param _ServiceInstanceId: 后端服务的ID,比如lb-lip4e6bp。
|
41849
41893
|
:type ServiceInstanceId: str
|
41850
41894
|
:param _AutoAcceptFlag: 是否自动接受。
|
41851
41895
|
:type AutoAcceptFlag: bool
|
41852
41896
|
:param _EndPointCount: 关联的终端节点个数。
|
41853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41854
41897
|
:type EndPointCount: int
|
41855
41898
|
:param _EndPointSet: 终端节点对象数组。
|
41856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41857
41899
|
:type EndPointSet: list of EndPoint
|
41858
|
-
:param _CreateTime:
|
41900
|
+
:param _CreateTime: 创建时间。格式为YYYY-MM-DD HH:MM:SS字符串。
|
41859
41901
|
:type CreateTime: str
|
41860
|
-
:param _ServiceType: 挂载的PAAS服务类型,CLB
|
41902
|
+
:param _ServiceType: 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。
|
41861
41903
|
:type ServiceType: str
|
41862
41904
|
:param _CdcId: CDC 集群唯一 ID
|
41863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41864
41905
|
:type CdcId: str
|
41865
|
-
:param _ServiceUin: Uin
|
41866
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41906
|
+
:param _ServiceUin: 终端节点服务Uin。
|
41867
41907
|
:type ServiceUin: str
|
41868
41908
|
:param _BusinessIpType: 服务IP类型
|
41869
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41870
41909
|
:type BusinessIpType: int
|
41871
41910
|
:param _TagSet: 标签键值对。
|
41872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41873
41911
|
:type TagSet: list of Tag
|
41874
41912
|
"""
|
41875
41913
|
self._EndPointServiceId = None
|
@@ -41945,7 +41983,7 @@ class EndPointService(AbstractModel):
|
|
41945
41983
|
|
41946
41984
|
@property
|
41947
41985
|
def ServiceInstanceId(self):
|
41948
|
-
"""后端服务的ID,比如lb-
|
41986
|
+
"""后端服务的ID,比如lb-lip4e6bp。
|
41949
41987
|
:rtype: str
|
41950
41988
|
"""
|
41951
41989
|
return self._ServiceInstanceId
|
@@ -41968,7 +42006,6 @@ class EndPointService(AbstractModel):
|
|
41968
42006
|
@property
|
41969
42007
|
def EndPointCount(self):
|
41970
42008
|
"""关联的终端节点个数。
|
41971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41972
42009
|
:rtype: int
|
41973
42010
|
"""
|
41974
42011
|
return self._EndPointCount
|
@@ -41980,7 +42017,6 @@ class EndPointService(AbstractModel):
|
|
41980
42017
|
@property
|
41981
42018
|
def EndPointSet(self):
|
41982
42019
|
"""终端节点对象数组。
|
41983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41984
42020
|
:rtype: list of EndPoint
|
41985
42021
|
"""
|
41986
42022
|
return self._EndPointSet
|
@@ -41991,7 +42027,7 @@ class EndPointService(AbstractModel):
|
|
41991
42027
|
|
41992
42028
|
@property
|
41993
42029
|
def CreateTime(self):
|
41994
|
-
"""
|
42030
|
+
"""创建时间。格式为YYYY-MM-DD HH:MM:SS字符串。
|
41995
42031
|
:rtype: str
|
41996
42032
|
"""
|
41997
42033
|
return self._CreateTime
|
@@ -42002,7 +42038,7 @@ class EndPointService(AbstractModel):
|
|
42002
42038
|
|
42003
42039
|
@property
|
42004
42040
|
def ServiceType(self):
|
42005
|
-
"""挂载的PAAS服务类型,CLB
|
42041
|
+
"""挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。
|
42006
42042
|
:rtype: str
|
42007
42043
|
"""
|
42008
42044
|
return self._ServiceType
|
@@ -42014,7 +42050,6 @@ class EndPointService(AbstractModel):
|
|
42014
42050
|
@property
|
42015
42051
|
def CdcId(self):
|
42016
42052
|
"""CDC 集群唯一 ID
|
42017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42018
42053
|
:rtype: str
|
42019
42054
|
"""
|
42020
42055
|
return self._CdcId
|
@@ -42025,8 +42060,7 @@ class EndPointService(AbstractModel):
|
|
42025
42060
|
|
42026
42061
|
@property
|
42027
42062
|
def ServiceUin(self):
|
42028
|
-
"""Uin
|
42029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42063
|
+
"""终端节点服务Uin。
|
42030
42064
|
:rtype: str
|
42031
42065
|
"""
|
42032
42066
|
return self._ServiceUin
|
@@ -42038,7 +42072,6 @@ class EndPointService(AbstractModel):
|
|
42038
42072
|
@property
|
42039
42073
|
def BusinessIpType(self):
|
42040
42074
|
"""服务IP类型
|
42041
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42042
42075
|
:rtype: int
|
42043
42076
|
"""
|
42044
42077
|
return self._BusinessIpType
|
@@ -42050,7 +42083,6 @@ class EndPointService(AbstractModel):
|
|
42050
42083
|
@property
|
42051
42084
|
def TagSet(self):
|
42052
42085
|
"""标签键值对。
|
42053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42054
42086
|
:rtype: list of Tag
|
42055
42087
|
"""
|
42056
42088
|
return self._TagSet
|
@@ -44499,7 +44531,8 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44499
44531
|
<ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
|
44500
44532
|
<li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
|
44501
44533
|
<li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
|
44502
|
-
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li
|
44534
|
+
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li>
|
44535
|
+
</ul></li>
|
44503
44536
|
</ul>
|
44504
44537
|
:type InternetChargeType: str
|
44505
44538
|
:param _InternetMaxBandwidthOut: EIP出带宽上限,单位:Mbps。
|
@@ -44508,17 +44541,14 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44508
44541
|
<li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
|
44509
44542
|
<li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
|
44510
44543
|
<li>账号为传统账户类型的用户,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
|
44544
|
+
|
44511
44545
|
:type InternetMaxBandwidthOut: int
|
44512
44546
|
:param _AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
|
44513
44547
|
:type AddressChargePrepaid: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
44514
44548
|
:param _AddressType: EIP类型。默认值:EIP。
|
44515
|
-
|
44516
|
-
<ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul
|
44517
|
-
|
44518
|
-
<li>AntiDDoSEIP:高防IP</li>
|
44519
|
-
</ul>
|
44520
|
-
</li>
|
44521
|
-
</ul>
|
44549
|
+
<ul style="margin:0"><li>弹性公网IP,可选值:<ul><li>EIP:弹性公网IP</li></ul></li></ul>
|
44550
|
+
<ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅新加坡和中国香港支持精品IP。</li></ul>
|
44551
|
+
<ul style="margin:0"><li>高防IP,可选值:<ul><li>AntiDDoSEIP:高防IP</li></ul>注意:仅部分地域支持高防IP,详情可见弹性公网IP[产品概述](https://cloud.tencent.com/document/product/1199/41646)。</li></ul>
|
44522
44552
|
:type AddressType: str
|
44523
44553
|
"""
|
44524
44554
|
self._InternetChargeType = None
|
@@ -44532,7 +44562,8 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44532
44562
|
<ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
|
44533
44563
|
<li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
|
44534
44564
|
<li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
|
44535
|
-
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li
|
44565
|
+
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li>
|
44566
|
+
</ul></li>
|
44536
44567
|
</ul>
|
44537
44568
|
:rtype: str
|
44538
44569
|
"""
|
@@ -44550,6 +44581,7 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44550
44581
|
<li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
|
44551
44582
|
<li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
|
44552
44583
|
<li>账号为传统账户类型的用户,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
|
44584
|
+
|
44553
44585
|
:rtype: int
|
44554
44586
|
"""
|
44555
44587
|
return self._InternetMaxBandwidthOut
|
@@ -44572,13 +44604,9 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44572
44604
|
@property
|
44573
44605
|
def AddressType(self):
|
44574
44606
|
"""EIP类型。默认值:EIP。
|
44575
|
-
|
44576
|
-
<ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul
|
44577
|
-
|
44578
|
-
<li>AntiDDoSEIP:高防IP</li>
|
44579
|
-
</ul>
|
44580
|
-
</li>
|
44581
|
-
</ul>
|
44607
|
+
<ul style="margin:0"><li>弹性公网IP,可选值:<ul><li>EIP:弹性公网IP</li></ul></li></ul>
|
44608
|
+
<ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅新加坡和中国香港支持精品IP。</li></ul>
|
44609
|
+
<ul style="margin:0"><li>高防IP,可选值:<ul><li>AntiDDoSEIP:高防IP</li></ul>注意:仅部分地域支持高防IP,详情可见弹性公网IP[产品概述](https://cloud.tencent.com/document/product/1199/41646)。</li></ul>
|
44582
44610
|
:rtype: str
|
44583
44611
|
"""
|
44584
44612
|
return self._AddressType
|
@@ -44896,9 +44924,9 @@ class InquiryPriceRenewAddressesRequest(AbstractModel):
|
|
44896
44924
|
|
44897
44925
|
def __init__(self):
|
44898
44926
|
r"""
|
44899
|
-
:param _AddressIds: 续费资源实例ID。
|
44927
|
+
:param _AddressIds: 续费资源实例ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
44900
44928
|
:type AddressIds: list of str
|
44901
|
-
:param _AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP
|
44929
|
+
:param _AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,不支持其他计费模式。
|
44902
44930
|
:type AddressChargePrepaid: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
44903
44931
|
"""
|
44904
44932
|
self._AddressIds = None
|
@@ -44906,7 +44934,7 @@ class InquiryPriceRenewAddressesRequest(AbstractModel):
|
|
44906
44934
|
|
44907
44935
|
@property
|
44908
44936
|
def AddressIds(self):
|
44909
|
-
"""续费资源实例ID。
|
44937
|
+
"""续费资源实例ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
44910
44938
|
:rtype: list of str
|
44911
44939
|
"""
|
44912
44940
|
return self._AddressIds
|
@@ -44917,7 +44945,7 @@ class InquiryPriceRenewAddressesRequest(AbstractModel):
|
|
44917
44945
|
|
44918
44946
|
@property
|
44919
44947
|
def AddressChargePrepaid(self):
|
44920
|
-
"""包月按带宽预付费EIP的计费参数。EIP
|
44948
|
+
"""包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,不支持其他计费模式。
|
44921
44949
|
:rtype: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
44922
44950
|
"""
|
44923
44951
|
return self._AddressChargePrepaid
|
@@ -45557,7 +45585,7 @@ class InternetPriceDetail(AbstractModel):
|
|
45557
45585
|
:type UnitPrice: float
|
45558
45586
|
:param _DiscountPrice: 折扣后的价格,单位:元。
|
45559
45587
|
:type DiscountPrice: float
|
45560
|
-
:param _ChargeUnit: 计价单元,可取值范围:<ul> <li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR)。</li></ul>
|
45588
|
+
:param _ChargeUnit: 计价单元,可取值范围:<ul> <li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR)。</li><li> MONTH :表示计价单元是按月来计算。当前涉及该计价单元的场景有:包月按带宽预付费(BANDWIDTH_PREPAID_BY_MONTH)。</li></ul>
|
45561
45589
|
:type ChargeUnit: str
|
45562
45590
|
:param _OriginalPrice: 原价,单位:元,仅预付费价格查询返回。
|
45563
45591
|
:type OriginalPrice: float
|
@@ -45591,7 +45619,7 @@ class InternetPriceDetail(AbstractModel):
|
|
45591
45619
|
|
45592
45620
|
@property
|
45593
45621
|
def ChargeUnit(self):
|
45594
|
-
"""计价单元,可取值范围:<ul> <li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR)。</li></ul>
|
45622
|
+
"""计价单元,可取值范围:<ul> <li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR)。</li><li> MONTH :表示计价单元是按月来计算。当前涉及该计价单元的场景有:包月按带宽预付费(BANDWIDTH_PREPAID_BY_MONTH)。</li></ul>
|
45595
45623
|
:rtype: str
|
45596
45624
|
"""
|
45597
45625
|
return self._ChargeUnit
|
@@ -47409,11 +47437,12 @@ class ModifyAddressAttributeRequest(AbstractModel):
|
|
47409
47437
|
|
47410
47438
|
def __init__(self):
|
47411
47439
|
r"""
|
47412
|
-
:param _AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222
|
47440
|
+
:param _AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47413
47441
|
:type AddressId: str
|
47414
|
-
:param _AddressName: 修改后的 EIP 名称。长度上限为128
|
47442
|
+
:param _AddressName: 修改后的 EIP 名称。长度上限为128个字符,允许使用大小写字母、汉字、数字、连字符"-"和下划线"\_",不能包含空格。
|
47415
47443
|
:type AddressName: str
|
47416
|
-
:param _EipDirectConnection: 设定EIP是否直通,"TRUE"表示直通,"FALSE"
|
47444
|
+
:param _EipDirectConnection: 设定EIP是否直通,"TRUE"表示直通,"FALSE"表示非直通。
|
47445
|
+
注意:该参数仅对 EIP 直通功能可见的用户可以设定,EIP 必须为绑定状态,绑定的对象为 CVM 。
|
47417
47446
|
:type EipDirectConnection: str
|
47418
47447
|
"""
|
47419
47448
|
self._AddressId = None
|
@@ -47422,7 +47451,7 @@ class ModifyAddressAttributeRequest(AbstractModel):
|
|
47422
47451
|
|
47423
47452
|
@property
|
47424
47453
|
def AddressId(self):
|
47425
|
-
"""标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222
|
47454
|
+
"""标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47426
47455
|
:rtype: str
|
47427
47456
|
"""
|
47428
47457
|
return self._AddressId
|
@@ -47433,7 +47462,7 @@ class ModifyAddressAttributeRequest(AbstractModel):
|
|
47433
47462
|
|
47434
47463
|
@property
|
47435
47464
|
def AddressName(self):
|
47436
|
-
"""修改后的 EIP 名称。长度上限为128
|
47465
|
+
"""修改后的 EIP 名称。长度上限为128个字符,允许使用大小写字母、汉字、数字、连字符"-"和下划线"\_",不能包含空格。
|
47437
47466
|
:rtype: str
|
47438
47467
|
"""
|
47439
47468
|
return self._AddressName
|
@@ -47444,7 +47473,8 @@ class ModifyAddressAttributeRequest(AbstractModel):
|
|
47444
47473
|
|
47445
47474
|
@property
|
47446
47475
|
def EipDirectConnection(self):
|
47447
|
-
"""设定EIP是否直通,"TRUE"表示直通,"FALSE"
|
47476
|
+
"""设定EIP是否直通,"TRUE"表示直通,"FALSE"表示非直通。
|
47477
|
+
注意:该参数仅对 EIP 直通功能可见的用户可以设定,EIP 必须为绑定状态,绑定的对象为 CVM 。
|
47448
47478
|
:rtype: str
|
47449
47479
|
"""
|
47450
47480
|
return self._EipDirectConnection
|
@@ -47503,13 +47533,16 @@ class ModifyAddressInternetChargeTypeRequest(AbstractModel):
|
|
47503
47533
|
|
47504
47534
|
def __init__(self):
|
47505
47535
|
r"""
|
47506
|
-
:param _AddressId: 弹性公网IP的唯一ID,形如eip-xxx
|
47536
|
+
:param _AddressId: 弹性公网IP的唯一ID,形如eip-xxx,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47507
47537
|
:type AddressId: str
|
47508
|
-
:param _InternetChargeType: 弹性公网IP
|
47538
|
+
:param _InternetChargeType: 弹性公网IP调整目标计费模式,支持:
|
47539
|
+
BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费
|
47540
|
+
TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费
|
47541
|
+
BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费
|
47509
47542
|
:type InternetChargeType: str
|
47510
|
-
:param _InternetMaxBandwidthOut: 弹性公网IP
|
47543
|
+
:param _InternetMaxBandwidthOut: 弹性公网IP调整目标带宽值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
|
47511
47544
|
:type InternetMaxBandwidthOut: int
|
47512
|
-
:param _AddressChargePrepaid: 包月带宽网络计费模式参数。弹性公网IP的调整目标计费模式是
|
47545
|
+
:param _AddressChargePrepaid: 包月带宽网络计费模式参数。弹性公网IP的调整目标计费模式是 BANDWIDTH_PREPAID_BY_MONTH(包月按带宽预付费)时,必传该参数。
|
47513
47546
|
:type AddressChargePrepaid: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
47514
47547
|
"""
|
47515
47548
|
self._AddressId = None
|
@@ -47519,7 +47552,7 @@ class ModifyAddressInternetChargeTypeRequest(AbstractModel):
|
|
47519
47552
|
|
47520
47553
|
@property
|
47521
47554
|
def AddressId(self):
|
47522
|
-
"""弹性公网IP的唯一ID,形如eip-xxx
|
47555
|
+
"""弹性公网IP的唯一ID,形如eip-xxx,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47523
47556
|
:rtype: str
|
47524
47557
|
"""
|
47525
47558
|
return self._AddressId
|
@@ -47530,7 +47563,10 @@ class ModifyAddressInternetChargeTypeRequest(AbstractModel):
|
|
47530
47563
|
|
47531
47564
|
@property
|
47532
47565
|
def InternetChargeType(self):
|
47533
|
-
"""弹性公网IP
|
47566
|
+
"""弹性公网IP调整目标计费模式,支持:
|
47567
|
+
BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费
|
47568
|
+
TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费
|
47569
|
+
BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费
|
47534
47570
|
:rtype: str
|
47535
47571
|
"""
|
47536
47572
|
return self._InternetChargeType
|
@@ -47541,7 +47577,7 @@ class ModifyAddressInternetChargeTypeRequest(AbstractModel):
|
|
47541
47577
|
|
47542
47578
|
@property
|
47543
47579
|
def InternetMaxBandwidthOut(self):
|
47544
|
-
"""弹性公网IP
|
47580
|
+
"""弹性公网IP调整目标带宽值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
|
47545
47581
|
:rtype: int
|
47546
47582
|
"""
|
47547
47583
|
return self._InternetMaxBandwidthOut
|
@@ -47552,7 +47588,7 @@ class ModifyAddressInternetChargeTypeRequest(AbstractModel):
|
|
47552
47588
|
|
47553
47589
|
@property
|
47554
47590
|
def AddressChargePrepaid(self):
|
47555
|
-
"""包月带宽网络计费模式参数。弹性公网IP的调整目标计费模式是
|
47591
|
+
"""包月带宽网络计费模式参数。弹性公网IP的调整目标计费模式是 BANDWIDTH_PREPAID_BY_MONTH(包月按带宽预付费)时,必传该参数。
|
47556
47592
|
:rtype: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
47557
47593
|
"""
|
47558
47594
|
return self._AddressChargePrepaid
|
@@ -47822,9 +47858,10 @@ class ModifyAddressesBandwidthRequest(AbstractModel):
|
|
47822
47858
|
|
47823
47859
|
def __init__(self):
|
47824
47860
|
r"""
|
47825
|
-
:param _AddressIds: EIP唯一标识ID列表,形如'eip-xxxx'
|
47861
|
+
:param _AddressIds: EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47862
|
+
|
47826
47863
|
:type AddressIds: list of str
|
47827
|
-
:param _InternetMaxBandwidthOut:
|
47864
|
+
:param _InternetMaxBandwidthOut: 调整带宽目标值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
|
47828
47865
|
:type InternetMaxBandwidthOut: int
|
47829
47866
|
:param _StartTime: 包月带宽起始时间(已废弃,输入无效)
|
47830
47867
|
:type StartTime: str
|
@@ -47838,7 +47875,8 @@ class ModifyAddressesBandwidthRequest(AbstractModel):
|
|
47838
47875
|
|
47839
47876
|
@property
|
47840
47877
|
def AddressIds(self):
|
47841
|
-
"""EIP唯一标识ID列表,形如'eip-xxxx'
|
47878
|
+
"""EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47879
|
+
|
47842
47880
|
:rtype: list of str
|
47843
47881
|
"""
|
47844
47882
|
return self._AddressIds
|
@@ -47849,7 +47887,7 @@ class ModifyAddressesBandwidthRequest(AbstractModel):
|
|
47849
47887
|
|
47850
47888
|
@property
|
47851
47889
|
def InternetMaxBandwidthOut(self):
|
47852
|
-
"""
|
47890
|
+
"""调整带宽目标值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
|
47853
47891
|
:rtype: int
|
47854
47892
|
"""
|
47855
47893
|
return self._InternetMaxBandwidthOut
|
@@ -47946,7 +47984,7 @@ class ModifyAddressesRenewFlagRequest(AbstractModel):
|
|
47946
47984
|
|
47947
47985
|
def __init__(self):
|
47948
47986
|
r"""
|
47949
|
-
:param _AddressIds: EIP唯一标识ID列表,形如'eip-xxxx'
|
47987
|
+
:param _AddressIds: EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47950
47988
|
:type AddressIds: list of str
|
47951
47989
|
:param _RenewFlag: 自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费 NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费 DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费 若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。 示例值:NOTIFY_AND_AUTO_RENEW
|
47952
47990
|
:type RenewFlag: str
|
@@ -47956,7 +47994,7 @@ class ModifyAddressesRenewFlagRequest(AbstractModel):
|
|
47956
47994
|
|
47957
47995
|
@property
|
47958
47996
|
def AddressIds(self):
|
47959
|
-
"""EIP唯一标识ID列表,形如'eip-xxxx'
|
47997
|
+
"""EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47960
47998
|
:rtype: list of str
|
47961
47999
|
"""
|
47962
48000
|
return self._AddressIds
|
@@ -49758,9 +49796,9 @@ class ModifyIPv6AddressesAttributesRequest(AbstractModel):
|
|
49758
49796
|
|
49759
49797
|
def __init__(self):
|
49760
49798
|
r"""
|
49761
|
-
:param _IPv6AddressIds: 弹性公网IPv6唯一ID
|
49799
|
+
:param _IPv6AddressIds: 弹性公网IPv6唯一ID列表。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressIds。
|
49762
49800
|
:type IPv6AddressIds: list of str
|
49763
|
-
:param _IPv6AddressName: 弹性公网IPv6
|
49801
|
+
:param _IPv6AddressName: 弹性公网IPv6地址名称,长度上限为128个字符,允许使用大小写字母、汉字、数字、连字符"-"和下划线"_",不能包含空格。
|
49764
49802
|
:type IPv6AddressName: str
|
49765
49803
|
"""
|
49766
49804
|
self._IPv6AddressIds = None
|
@@ -49768,7 +49806,7 @@ class ModifyIPv6AddressesAttributesRequest(AbstractModel):
|
|
49768
49806
|
|
49769
49807
|
@property
|
49770
49808
|
def IPv6AddressIds(self):
|
49771
|
-
"""弹性公网IPv6唯一ID
|
49809
|
+
"""弹性公网IPv6唯一ID列表。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressIds。
|
49772
49810
|
:rtype: list of str
|
49773
49811
|
"""
|
49774
49812
|
return self._IPv6AddressIds
|
@@ -49779,7 +49817,7 @@ class ModifyIPv6AddressesAttributesRequest(AbstractModel):
|
|
49779
49817
|
|
49780
49818
|
@property
|
49781
49819
|
def IPv6AddressName(self):
|
49782
|
-
"""弹性公网IPv6
|
49820
|
+
"""弹性公网IPv6地址名称,长度上限为128个字符,允许使用大小写字母、汉字、数字、连字符"-"和下划线"_",不能包含空格。
|
49783
49821
|
:rtype: str
|
49784
49822
|
"""
|
49785
49823
|
return self._IPv6AddressName
|
@@ -49916,11 +49954,11 @@ class ModifyIp6AddressesBandwidthRequest(AbstractModel):
|
|
49916
49954
|
|
49917
49955
|
def __init__(self):
|
49918
49956
|
r"""
|
49919
|
-
:param _InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps
|
49957
|
+
:param _InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。
|
49920
49958
|
:type InternetMaxBandwidthOut: int
|
49921
|
-
:param _Ip6Addresses: IPv6
|
49959
|
+
:param _Ip6Addresses: IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
49922
49960
|
:type Ip6Addresses: list of str
|
49923
|
-
:param _Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和
|
49961
|
+
:param _Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
49924
49962
|
:type Ip6AddressIds: list of str
|
49925
49963
|
"""
|
49926
49964
|
self._InternetMaxBandwidthOut = None
|
@@ -49929,7 +49967,7 @@ class ModifyIp6AddressesBandwidthRequest(AbstractModel):
|
|
49929
49967
|
|
49930
49968
|
@property
|
49931
49969
|
def InternetMaxBandwidthOut(self):
|
49932
|
-
"""修改的目标带宽,单位Mbps
|
49970
|
+
"""修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。
|
49933
49971
|
:rtype: int
|
49934
49972
|
"""
|
49935
49973
|
return self._InternetMaxBandwidthOut
|
@@ -49940,7 +49978,7 @@ class ModifyIp6AddressesBandwidthRequest(AbstractModel):
|
|
49940
49978
|
|
49941
49979
|
@property
|
49942
49980
|
def Ip6Addresses(self):
|
49943
|
-
"""IPv6
|
49981
|
+
"""IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
49944
49982
|
:rtype: list of str
|
49945
49983
|
"""
|
49946
49984
|
return self._Ip6Addresses
|
@@ -49951,7 +49989,7 @@ class ModifyIp6AddressesBandwidthRequest(AbstractModel):
|
|
49951
49989
|
|
49952
49990
|
@property
|
49953
49991
|
def Ip6AddressIds(self):
|
49954
|
-
"""IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和
|
49992
|
+
"""IPv6地址对应的唯一ID,形如eip-xxxxxxxx。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
49955
49993
|
:rtype: list of str
|
49956
49994
|
"""
|
49957
49995
|
return self._Ip6AddressIds
|
@@ -55368,10 +55406,8 @@ NONEXTHOP:无下一跳;
|
|
55368
55406
|
下一跳类型为NONEXTHOP,指定网络探测为无下一跳的网络探测,添加和修改时,不需要指定值,查询时值为空字符串;
|
55369
55407
|
:type NextHopDestination: str
|
55370
55408
|
:param _NextHopName: 下一跳网关名称。
|
55371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55372
55409
|
:type NextHopName: str
|
55373
55410
|
:param _NetDetectDescription: 网络探测描述。
|
55374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55375
55411
|
:type NetDetectDescription: str
|
55376
55412
|
:param _CreateTime: 创建时间。
|
55377
55413
|
:type CreateTime: str
|
@@ -55520,7 +55556,6 @@ NONEXTHOP:无下一跳;
|
|
55520
55556
|
@property
|
55521
55557
|
def NextHopName(self):
|
55522
55558
|
"""下一跳网关名称。
|
55523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55524
55559
|
:rtype: str
|
55525
55560
|
"""
|
55526
55561
|
return self._NextHopName
|
@@ -55532,7 +55567,6 @@ NONEXTHOP:无下一跳;
|
|
55532
55567
|
@property
|
55533
55568
|
def NetDetectDescription(self):
|
55534
55569
|
"""网络探测描述。
|
55535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55536
55570
|
:rtype: str
|
55537
55571
|
"""
|
55538
55572
|
return self._NetDetectDescription
|
@@ -56450,23 +56484,18 @@ class NetworkInterface(AbstractModel):
|
|
56450
56484
|
:param _EniType: 网卡类型。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡
|
56451
56485
|
:type EniType: int
|
56452
56486
|
:param _Business: 网卡绑定的子机类型:cvm(普通CVM子机),eks(弹性容器服务Elastic Kubernetes Service), hai(高性能应用服务Hyper Application Inventor)。
|
56453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56454
56487
|
:type Business: str
|
56455
56488
|
:param _CdcId: 网卡所关联的CDC实例ID。
|
56456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56457
56489
|
:type CdcId: str
|
56458
56490
|
:param _AttachType: 弹性网卡类型:0:标准型/1:扩展型。默认值为0。
|
56459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56460
56491
|
:type AttachType: int
|
56461
56492
|
:param _ResourceId: 用于保留网卡主IP的资源ID用于保留网卡主IP的资源ID。用于删除网卡时作为入参数。
|
56462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56463
56493
|
:type ResourceId: str
|
56464
56494
|
:param _QosLevel: 服务质量级别:
|
56465
56495
|
PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
56466
56496
|
|
56467
56497
|
可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
56468
56498
|
|
56469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56470
56499
|
:type QosLevel: str
|
56471
56500
|
"""
|
56472
56501
|
self._NetworkInterfaceId = None
|
@@ -56694,7 +56723,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56694
56723
|
@property
|
56695
56724
|
def Business(self):
|
56696
56725
|
"""网卡绑定的子机类型:cvm(普通CVM子机),eks(弹性容器服务Elastic Kubernetes Service), hai(高性能应用服务Hyper Application Inventor)。
|
56697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56698
56726
|
:rtype: str
|
56699
56727
|
"""
|
56700
56728
|
return self._Business
|
@@ -56706,7 +56734,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56706
56734
|
@property
|
56707
56735
|
def CdcId(self):
|
56708
56736
|
"""网卡所关联的CDC实例ID。
|
56709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56710
56737
|
:rtype: str
|
56711
56738
|
"""
|
56712
56739
|
return self._CdcId
|
@@ -56718,7 +56745,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56718
56745
|
@property
|
56719
56746
|
def AttachType(self):
|
56720
56747
|
"""弹性网卡类型:0:标准型/1:扩展型。默认值为0。
|
56721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56722
56748
|
:rtype: int
|
56723
56749
|
"""
|
56724
56750
|
return self._AttachType
|
@@ -56730,7 +56756,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56730
56756
|
@property
|
56731
56757
|
def ResourceId(self):
|
56732
56758
|
"""用于保留网卡主IP的资源ID用于保留网卡主IP的资源ID。用于删除网卡时作为入参数。
|
56733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56734
56759
|
:rtype: str
|
56735
56760
|
"""
|
56736
56761
|
return self._ResourceId
|
@@ -56746,7 +56771,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56746
56771
|
|
56747
56772
|
可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
56748
56773
|
|
56749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56750
56774
|
:rtype: str
|
56751
56775
|
"""
|
56752
56776
|
return self._QosLevel
|
@@ -58570,14 +58594,14 @@ class ReleaseAddressesRequest(AbstractModel):
|
|
58570
58594
|
|
58571
58595
|
def __init__(self):
|
58572
58596
|
r"""
|
58573
|
-
:param _AddressIds: 标识 EIP 的唯一 ID
|
58597
|
+
:param _AddressIds: 标识 EIP 的唯一 ID 列表。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。EIP 唯一 ID 形如:`eip-11112222`。
|
58574
58598
|
:type AddressIds: list of str
|
58575
58599
|
"""
|
58576
58600
|
self._AddressIds = None
|
58577
58601
|
|
58578
58602
|
@property
|
58579
58603
|
def AddressIds(self):
|
58580
|
-
"""标识 EIP 的唯一 ID
|
58604
|
+
"""标识 EIP 的唯一 ID 列表。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。EIP 唯一 ID 形如:`eip-11112222`。
|
58581
58605
|
:rtype: list of str
|
58582
58606
|
"""
|
58583
58607
|
return self._AddressIds
|
@@ -58649,14 +58673,14 @@ class ReleaseIPv6AddressesRequest(AbstractModel):
|
|
58649
58673
|
|
58650
58674
|
def __init__(self):
|
58651
58675
|
r"""
|
58652
|
-
:param _IPv6AddressIds: IPv6地址唯一ID。
|
58676
|
+
:param _IPv6AddressIds: IPv6地址唯一ID。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
58653
58677
|
:type IPv6AddressIds: list of str
|
58654
58678
|
"""
|
58655
58679
|
self._IPv6AddressIds = None
|
58656
58680
|
|
58657
58681
|
@property
|
58658
58682
|
def IPv6AddressIds(self):
|
58659
|
-
"""IPv6地址唯一ID。
|
58683
|
+
"""IPv6地址唯一ID。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
58660
58684
|
:rtype: list of str
|
58661
58685
|
"""
|
58662
58686
|
return self._IPv6AddressIds
|
@@ -58713,9 +58737,9 @@ class ReleaseIp6AddressesBandwidthRequest(AbstractModel):
|
|
58713
58737
|
|
58714
58738
|
def __init__(self):
|
58715
58739
|
r"""
|
58716
|
-
:param _Ip6Addresses: IPv6
|
58740
|
+
:param _Ip6Addresses: IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
58717
58741
|
:type Ip6Addresses: list of str
|
58718
|
-
:param _Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
58742
|
+
:param _Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
58719
58743
|
:type Ip6AddressIds: list of str
|
58720
58744
|
"""
|
58721
58745
|
self._Ip6Addresses = None
|
@@ -58723,7 +58747,7 @@ class ReleaseIp6AddressesBandwidthRequest(AbstractModel):
|
|
58723
58747
|
|
58724
58748
|
@property
|
58725
58749
|
def Ip6Addresses(self):
|
58726
|
-
"""IPv6
|
58750
|
+
"""IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
58727
58751
|
:rtype: list of str
|
58728
58752
|
"""
|
58729
58753
|
return self._Ip6Addresses
|
@@ -58734,7 +58758,7 @@ class ReleaseIp6AddressesBandwidthRequest(AbstractModel):
|
|
58734
58758
|
|
58735
58759
|
@property
|
58736
58760
|
def Ip6AddressIds(self):
|
58737
|
-
"""IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
58761
|
+
"""IPv6地址对应的唯一ID,形如eip-xxxxxxxx。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
58738
58762
|
:rtype: list of str
|
58739
58763
|
"""
|
58740
58764
|
return self._Ip6AddressIds
|
@@ -58984,7 +59008,7 @@ class RenewAddressesRequest(AbstractModel):
|
|
58984
59008
|
|
58985
59009
|
def __init__(self):
|
58986
59010
|
r"""
|
58987
|
-
:param _AddressIds: EIP唯一标识ID列表,形如'eip-xxxx'
|
59011
|
+
:param _AddressIds: EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
58988
59012
|
:type AddressIds: list of str
|
58989
59013
|
:param _AddressChargePrepaid: 续费参数
|
58990
59014
|
:type AddressChargePrepaid: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
@@ -58994,7 +59018,7 @@ class RenewAddressesRequest(AbstractModel):
|
|
58994
59018
|
|
58995
59019
|
@property
|
58996
59020
|
def AddressIds(self):
|
58997
|
-
"""EIP唯一标识ID列表,形如'eip-xxxx'
|
59021
|
+
"""EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
58998
59022
|
:rtype: list of str
|
58999
59023
|
"""
|
59000
59024
|
return self._AddressIds
|
@@ -62108,17 +62132,14 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
62108
62132
|
:param _RouteTableId: 路由表实例ID,例如:rtb-azd4dt1c。
|
62109
62133
|
:type RouteTableId: str
|
62110
62134
|
:param _DestinationIpv6CidrBlock: 创建IPv6目的网段,取值不能在私有网络网段内,例如:2402:4e00:1000:810b::/64。
|
62111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62112
62135
|
:type DestinationIpv6CidrBlock: str
|
62113
62136
|
:param _RouteItemId: 路由唯一策略ID。
|
62114
62137
|
:type RouteItemId: str
|
62115
62138
|
:param _PublishedToVbc: 路由策略是否发布到云联网。该字段仅做出参使用,作为入参字段时此参数不生效。
|
62116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62117
62139
|
:type PublishedToVbc: bool
|
62118
62140
|
:param _CreatedTime: 路由策略创建时间
|
62119
62141
|
:type CreatedTime: str
|
62120
62142
|
:param _CdcId: CDC 集群唯一 ID。
|
62121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62122
62143
|
:type CdcId: str
|
62123
62144
|
"""
|
62124
62145
|
self._DestinationCidrBlock = None
|
@@ -62246,7 +62267,6 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
62246
62267
|
@property
|
62247
62268
|
def DestinationIpv6CidrBlock(self):
|
62248
62269
|
"""创建IPv6目的网段,取值不能在私有网络网段内,例如:2402:4e00:1000:810b::/64。
|
62249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62250
62270
|
:rtype: str
|
62251
62271
|
"""
|
62252
62272
|
return self._DestinationIpv6CidrBlock
|
@@ -62269,7 +62289,6 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
62269
62289
|
@property
|
62270
62290
|
def PublishedToVbc(self):
|
62271
62291
|
"""路由策略是否发布到云联网。该字段仅做出参使用,作为入参字段时此参数不生效。
|
62272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62273
62292
|
:rtype: bool
|
62274
62293
|
"""
|
62275
62294
|
return self._PublishedToVbc
|
@@ -62292,7 +62311,6 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
62292
62311
|
@property
|
62293
62312
|
def CdcId(self):
|
62294
62313
|
"""CDC 集群唯一 ID。
|
62295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62296
62314
|
:rtype: str
|
62297
62315
|
"""
|
62298
62316
|
return self._CdcId
|
@@ -64390,7 +64408,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64390
64408
|
:param _KeepTime: 保留时间,支持1~365天。
|
64391
64409
|
:type KeepTime: int
|
64392
64410
|
:param _CreateNewCos: 是否创建新的cos桶,默认为False。
|
64393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64394
64411
|
:type CreateNewCos: bool
|
64395
64412
|
:param _CosRegion: cos桶所在地域。
|
64396
64413
|
:type CosRegion: str
|
@@ -64399,15 +64416,12 @@ class SnapshotPolicy(AbstractModel):
|
|
64399
64416
|
:param _SnapshotPolicyId: 快照策略Id。
|
64400
64417
|
:type SnapshotPolicyId: str
|
64401
64418
|
:param _BackupPolicies: 时间备份策略。
|
64402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64403
64419
|
:type BackupPolicies: list of BackupPolicy
|
64404
64420
|
:param _Enable: 启用状态,True-启用,False-停用,默认为True。
|
64405
64421
|
:type Enable: bool
|
64406
64422
|
:param _CreateTime: 创建时间。
|
64407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64408
64423
|
:type CreateTime: str
|
64409
64424
|
:param _TagSet: 标签键值对。
|
64410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64411
64425
|
:type TagSet: list of Tag
|
64412
64426
|
"""
|
64413
64427
|
self._SnapshotPolicyName = None
|
@@ -64458,7 +64472,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64458
64472
|
@property
|
64459
64473
|
def CreateNewCos(self):
|
64460
64474
|
"""是否创建新的cos桶,默认为False。
|
64461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64462
64475
|
:rtype: bool
|
64463
64476
|
"""
|
64464
64477
|
return self._CreateNewCos
|
@@ -64503,7 +64516,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64503
64516
|
@property
|
64504
64517
|
def BackupPolicies(self):
|
64505
64518
|
"""时间备份策略。
|
64506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64507
64519
|
:rtype: list of BackupPolicy
|
64508
64520
|
"""
|
64509
64521
|
return self._BackupPolicies
|
@@ -64526,7 +64538,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64526
64538
|
@property
|
64527
64539
|
def CreateTime(self):
|
64528
64540
|
"""创建时间。
|
64529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64530
64541
|
:rtype: str
|
64531
64542
|
"""
|
64532
64543
|
return self._CreateTime
|
@@ -64538,7 +64549,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64538
64549
|
@property
|
64539
64550
|
def TagSet(self):
|
64540
64551
|
"""标签键值对。
|
64541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64542
64552
|
:rtype: list of Tag
|
64543
64553
|
"""
|
64544
64554
|
return self._TagSet
|
@@ -68295,10 +68305,8 @@ class Vpc(AbstractModel):
|
|
68295
68305
|
:param _TagSet: 标签键值对
|
68296
68306
|
:type TagSet: list of Tag
|
68297
68307
|
:param _AssistantCidrSet: 辅助CIDR
|
68298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
68299
68308
|
:type AssistantCidrSet: list of AssistantCidr
|
68300
68309
|
:param _Ipv6CidrBlockSet: 返回多运营商IPv6 Cidr Block
|
68301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
68302
68310
|
:type Ipv6CidrBlockSet: list of ISPIPv6CidrBlock
|
68303
68311
|
"""
|
68304
68312
|
self._VpcName = None
|
@@ -68451,7 +68459,6 @@ class Vpc(AbstractModel):
|
|
68451
68459
|
@property
|
68452
68460
|
def AssistantCidrSet(self):
|
68453
68461
|
"""辅助CIDR
|
68454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
68455
68462
|
:rtype: list of AssistantCidr
|
68456
68463
|
"""
|
68457
68464
|
return self._AssistantCidrSet
|
@@ -68463,7 +68470,6 @@ class Vpc(AbstractModel):
|
|
68463
68470
|
@property
|
68464
68471
|
def Ipv6CidrBlockSet(self):
|
68465
68472
|
"""返回多运营商IPv6 Cidr Block
|
68466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
68467
68473
|
:rtype: list of ISPIPv6CidrBlock
|
68468
68474
|
"""
|
68469
68475
|
return self._Ipv6CidrBlockSet
|
@@ -68520,15 +68526,16 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68520
68526
|
|
68521
68527
|
def __init__(self):
|
68522
68528
|
r"""
|
68523
|
-
:param _Owner: AppId
|
68529
|
+
:param _Owner: AppId。可通过登录 腾讯云账号中心控制台 获取。
|
68524
68530
|
:type Owner: int
|
68525
|
-
:param _UserUin: Uin
|
68531
|
+
:param _UserUin: 用户Uin。可通过登录 腾讯云账号中心控制台 获取。
|
68526
68532
|
:type UserUin: str
|
68527
68533
|
:param _Description: 描述信息。
|
68528
68534
|
:type Description: str
|
68529
|
-
:param _CreateTime:
|
68535
|
+
:param _CreateTime: 创建时间。格式为字符串YYYY-MM-DD HH:MM:SS。
|
68530
68536
|
:type CreateTime: str
|
68531
|
-
:param _EndPointServiceId: 终端节点服务ID
|
68537
|
+
:param _EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
68538
|
+
|
68532
68539
|
:type EndPointServiceId: str
|
68533
68540
|
"""
|
68534
68541
|
self._Owner = None
|
@@ -68539,7 +68546,7 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68539
68546
|
|
68540
68547
|
@property
|
68541
68548
|
def Owner(self):
|
68542
|
-
"""AppId
|
68549
|
+
"""AppId。可通过登录 腾讯云账号中心控制台 获取。
|
68543
68550
|
:rtype: int
|
68544
68551
|
"""
|
68545
68552
|
return self._Owner
|
@@ -68550,7 +68557,7 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68550
68557
|
|
68551
68558
|
@property
|
68552
68559
|
def UserUin(self):
|
68553
|
-
"""Uin
|
68560
|
+
"""用户Uin。可通过登录 腾讯云账号中心控制台 获取。
|
68554
68561
|
:rtype: str
|
68555
68562
|
"""
|
68556
68563
|
return self._UserUin
|
@@ -68572,7 +68579,7 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68572
68579
|
|
68573
68580
|
@property
|
68574
68581
|
def CreateTime(self):
|
68575
|
-
"""
|
68582
|
+
"""创建时间。格式为字符串YYYY-MM-DD HH:MM:SS。
|
68576
68583
|
:rtype: str
|
68577
68584
|
"""
|
68578
68585
|
return self._CreateTime
|
@@ -68583,7 +68590,8 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68583
68590
|
|
68584
68591
|
@property
|
68585
68592
|
def EndPointServiceId(self):
|
68586
|
-
"""终端节点服务ID
|
68593
|
+
"""终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
68594
|
+
|
68587
68595
|
:rtype: str
|
68588
68596
|
"""
|
68589
68597
|
return self._EndPointServiceId
|