tencentcloud-sdk-python 3.0.1374__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 +14 -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/clb/v20180317/clb_client.py +17 -9
- tencentcloud/clb/v20180317/errorcodes.py +3 -0
- tencentcloud/clb/v20180317/models.py +232 -98
- tencentcloud/cloudaudit/v20190319/models.py +0 -64
- tencentcloud/config/v20220802/models.py +0 -150
- tencentcloud/cvm/v20170312/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
- tencentcloud/cynosdb/v20190107/models.py +113 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +23 -0
- tencentcloud/dsgc/v20190723/models.py +384 -0
- 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/trocket/v20230308/models.py +190 -12
- tencentcloud/trocket/v20230308/trocket_client.py +0 -1
- tencentcloud/vpc/v20170312/models.py +120 -136
- tencentcloud/vpc/v20170312/vpc_client.py +3 -3
- tencentcloud/waf/v20180125/models.py +34 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +1674 -0
- tencentcloud/wedata/v20210820/wedata_client.py +121 -5
- {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/RECORD +33 -33
- {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1374.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,表示取不到有效值。
|
@@ -723,10 +725,19 @@ class Address(AbstractModel):
|
|
723
725
|
:type InternetChargeType: str
|
724
726
|
:param _TagSet: 弹性公网IP关联的标签列表。
|
725
727
|
:type TagSet: list of Tag
|
726
|
-
:param _DeadlineDate: 到期时间。
|
728
|
+
:param _DeadlineDate: 预付费包月带宽IP到期时间。
|
729
|
+
时间格式:YYYY-MM-DDThh:mm:ssZ
|
727
730
|
注意:此字段可能返回 null,表示取不到有效值。
|
728
731
|
:type DeadlineDate: str
|
729
|
-
: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
|
+
|
730
741
|
注意:此字段可能返回 null,表示取不到有效值。
|
731
742
|
:type InstanceType: str
|
732
743
|
:param _Egress: 静态单线IP网络出口
|
@@ -842,7 +853,7 @@ class Address(AbstractModel):
|
|
842
853
|
|
843
854
|
@property
|
844
855
|
def NetworkInterfaceId(self):
|
845
|
-
"""绑定的弹性网卡ID
|
856
|
+
"""绑定的弹性网卡ID,null表示没有绑定弹性网卡。
|
846
857
|
:rtype: str
|
847
858
|
"""
|
848
859
|
return self._NetworkInterfaceId
|
@@ -853,7 +864,7 @@ class Address(AbstractModel):
|
|
853
864
|
|
854
865
|
@property
|
855
866
|
def PrivateAddressIp(self):
|
856
|
-
"""绑定的资源内网ip
|
867
|
+
"""绑定的资源内网ip,null表示没有绑定资源内网ip。
|
857
868
|
:rtype: str
|
858
869
|
"""
|
859
870
|
return self._PrivateAddressIp
|
@@ -930,7 +941,7 @@ class Address(AbstractModel):
|
|
930
941
|
|
931
942
|
@property
|
932
943
|
def InternetServiceProvider(self):
|
933
|
-
"""弹性公网IP的运营商信息,当前可能返回值包括"CMCC","CTCC","CUCC","BGP"
|
944
|
+
"""弹性公网IP的运营商信息,当前可能返回值包括"CMCC"(移动),"CTCC"(电信),"CUCC"(联通),"BGP"(常规BGP)。
|
934
945
|
:rtype: str
|
935
946
|
"""
|
936
947
|
return self._InternetServiceProvider
|
@@ -941,7 +952,9 @@ class Address(AbstractModel):
|
|
941
952
|
|
942
953
|
@property
|
943
954
|
def LocalBgp(self):
|
944
|
-
"""是否本地带宽EIP
|
955
|
+
"""是否本地带宽EIP,可选值:
|
956
|
+
<li>true:本地带宽EIP</li>
|
957
|
+
<li>false:非本地带宽EIP</li>
|
945
958
|
:rtype: bool
|
946
959
|
"""
|
947
960
|
return self._LocalBgp
|
@@ -997,7 +1010,8 @@ class Address(AbstractModel):
|
|
997
1010
|
|
998
1011
|
@property
|
999
1012
|
def DeadlineDate(self):
|
1000
|
-
"""到期时间。
|
1013
|
+
"""预付费包月带宽IP到期时间。
|
1014
|
+
时间格式:YYYY-MM-DDThh:mm:ssZ
|
1001
1015
|
注意:此字段可能返回 null,表示取不到有效值。
|
1002
1016
|
:rtype: str
|
1003
1017
|
"""
|
@@ -1009,7 +1023,15 @@ class Address(AbstractModel):
|
|
1009
1023
|
|
1010
1024
|
@property
|
1011
1025
|
def InstanceType(self):
|
1012
|
-
"""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
|
+
|
1013
1035
|
注意:此字段可能返回 null,表示取不到有效值。
|
1014
1036
|
:rtype: str
|
1015
1037
|
"""
|
@@ -1787,9 +1809,13 @@ class AlgType(AbstractModel):
|
|
1787
1809
|
|
1788
1810
|
def __init__(self):
|
1789
1811
|
r"""
|
1790
|
-
:param _Ftp: Ftp协议Alg
|
1812
|
+
:param _Ftp: Ftp协议Alg功能是否开启,可选值:
|
1813
|
+
<li>true:开启Ftp协议Alg功能</li>
|
1814
|
+
<li>false:不开启Ftp协议Alg功能</li>
|
1791
1815
|
:type Ftp: bool
|
1792
|
-
:param _Sip: Sip协议Alg
|
1816
|
+
:param _Sip: Sip协议Alg功能是否开启,可选值:
|
1817
|
+
<li>true:开启Sip协议Alg功能</li>
|
1818
|
+
<li>false:不开启Sip协议Alg功能</li>
|
1793
1819
|
:type Sip: bool
|
1794
1820
|
"""
|
1795
1821
|
self._Ftp = None
|
@@ -1797,7 +1823,9 @@ class AlgType(AbstractModel):
|
|
1797
1823
|
|
1798
1824
|
@property
|
1799
1825
|
def Ftp(self):
|
1800
|
-
"""Ftp协议Alg
|
1826
|
+
"""Ftp协议Alg功能是否开启,可选值:
|
1827
|
+
<li>true:开启Ftp协议Alg功能</li>
|
1828
|
+
<li>false:不开启Ftp协议Alg功能</li>
|
1801
1829
|
:rtype: bool
|
1802
1830
|
"""
|
1803
1831
|
return self._Ftp
|
@@ -1808,7 +1836,9 @@ class AlgType(AbstractModel):
|
|
1808
1836
|
|
1809
1837
|
@property
|
1810
1838
|
def Sip(self):
|
1811
|
-
"""Sip协议Alg
|
1839
|
+
"""Sip协议Alg功能是否开启,可选值:
|
1840
|
+
<li>true:开启Sip协议Alg功能</li>
|
1841
|
+
<li>false:不开启Sip协议Alg功能</li>
|
1812
1842
|
:rtype: bool
|
1813
1843
|
"""
|
1814
1844
|
return self._Sip
|
@@ -3203,7 +3233,6 @@ class AssistantCidr(AbstractModel):
|
|
3203
3233
|
:param _AssistantType: 辅助CIDR类型(0:普通辅助CIDR,1:容器辅助CIDR),默认都是0。
|
3204
3234
|
:type AssistantType: int
|
3205
3235
|
:param _SubnetSet: 辅助CIDR拆分的子网。
|
3206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3207
3236
|
:type SubnetSet: list of Subnet
|
3208
3237
|
"""
|
3209
3238
|
self._VpcId = None
|
@@ -3247,7 +3276,6 @@ class AssistantCidr(AbstractModel):
|
|
3247
3276
|
@property
|
3248
3277
|
def SubnetSet(self):
|
3249
3278
|
"""辅助CIDR拆分的子网。
|
3250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3251
3279
|
:rtype: list of Subnet
|
3252
3280
|
"""
|
3253
3281
|
return self._SubnetSet
|
@@ -3611,11 +3639,11 @@ class AssociateIPv6AddressRequest(AbstractModel):
|
|
3611
3639
|
|
3612
3640
|
def __init__(self):
|
3613
3641
|
r"""
|
3614
|
-
: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。
|
3615
3643
|
:type IPv6AddressId: str
|
3616
|
-
: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获取。
|
3617
3645
|
:type NetworkInterfaceId: str
|
3618
|
-
: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获取。
|
3619
3647
|
:type PrivateIPv6Address: str
|
3620
3648
|
"""
|
3621
3649
|
self._IPv6AddressId = None
|
@@ -3624,7 +3652,7 @@ class AssociateIPv6AddressRequest(AbstractModel):
|
|
3624
3652
|
|
3625
3653
|
@property
|
3626
3654
|
def IPv6AddressId(self):
|
3627
|
-
"""弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。
|
3655
|
+
"""弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
3628
3656
|
:rtype: str
|
3629
3657
|
"""
|
3630
3658
|
return self._IPv6AddressId
|
@@ -3635,7 +3663,7 @@ class AssociateIPv6AddressRequest(AbstractModel):
|
|
3635
3663
|
|
3636
3664
|
@property
|
3637
3665
|
def NetworkInterfaceId(self):
|
3638
|
-
"""要绑定的弹性网卡 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获取。
|
3639
3667
|
:rtype: str
|
3640
3668
|
"""
|
3641
3669
|
return self._NetworkInterfaceId
|
@@ -3646,7 +3674,7 @@ class AssociateIPv6AddressRequest(AbstractModel):
|
|
3646
3674
|
|
3647
3675
|
@property
|
3648
3676
|
def PrivateIPv6Address(self):
|
3649
|
-
"""要绑定的内网 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获取。
|
3650
3678
|
:rtype: str
|
3651
3679
|
"""
|
3652
3680
|
return self._PrivateIPv6Address
|
@@ -22236,14 +22264,14 @@ class DescribeAddressBandwidthRangeRequest(AbstractModel):
|
|
22236
22264
|
|
22237
22265
|
def __init__(self):
|
22238
22266
|
r"""
|
22239
|
-
:param _AddressIds: EIP资源ID列表,单次查询上限20。
|
22267
|
+
:param _AddressIds: EIP资源ID列表,单次查询上限20,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
22240
22268
|
:type AddressIds: list of str
|
22241
22269
|
"""
|
22242
22270
|
self._AddressIds = None
|
22243
22271
|
|
22244
22272
|
@property
|
22245
22273
|
def AddressIds(self):
|
22246
|
-
"""EIP资源ID列表,单次查询上限20。
|
22274
|
+
"""EIP资源ID列表,单次查询上限20,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
22247
22275
|
:rtype: list of str
|
22248
22276
|
"""
|
22249
22277
|
return self._AddressIds
|
@@ -27787,7 +27815,7 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27787
27815
|
|
27788
27816
|
def __init__(self):
|
27789
27817
|
r"""
|
27790
|
-
:param _IPv6AddressIds: 标识 IPv6 的唯一 ID
|
27818
|
+
:param _IPv6AddressIds: 标识 IPv6 的唯一 ID 列。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
27791
27819
|
|
27792
27820
|
- 传统弹性公网 IPv6 唯一 ID 形如:`eip-11112222`
|
27793
27821
|
- 弹性公网 IPv6 唯一 ID 形如:`eipv6-11112222`
|
@@ -27803,15 +27831,18 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27803
27831
|
- charge-type - String - 是否必填:否 - (过滤条件)按照计费类型过滤。
|
27804
27832
|
- private-ipv6-address - String - 是否必填:否 - (过滤条件)按照绑定的内网 IPv6 地址过滤。
|
27805
27833
|
- egress - String - 是否必填:否 - (过滤条件)按照出口过滤。
|
27806
|
-
- address-type - String - 是否必填:否 - (过滤条件)按照IPv6类型 进行过滤。可选值:'EIP6','EIPv6','WanIPv6','HighQualityEIPv6'。默认值是'EIPv6'。
|
27807
|
-
- address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP','CMCC'
|
27808
|
-
- 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。
|
27809
27837
|
- address-name - String - 是否必填:否 - (过滤条件)按照 EIP 名称过滤。不支持模糊过滤。
|
27810
27838
|
- tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。
|
27811
27839
|
- tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。
|
27812
27840
|
- tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。tag-key使用具体的标签键进行替换。
|
27813
27841
|
:type Filters: list of Filter
|
27814
|
-
:param _Traditional: 是否查询传统型IPv6
|
27842
|
+
:param _Traditional: 是否查询传统型IPv6地址信息。可选值:
|
27843
|
+
<li>True:查询传统型IPv6地址信息</li>
|
27844
|
+
<li>False:不查询传统型IPv6地址信息</li>
|
27845
|
+
默认值:False
|
27815
27846
|
:type Traditional: bool
|
27816
27847
|
:param _Offset: 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
27817
27848
|
:type Offset: int
|
@@ -27826,7 +27857,7 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27826
27857
|
|
27827
27858
|
@property
|
27828
27859
|
def IPv6AddressIds(self):
|
27829
|
-
"""标识 IPv6 的唯一 ID
|
27860
|
+
"""标识 IPv6 的唯一 ID 列。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
27830
27861
|
|
27831
27862
|
- 传统弹性公网 IPv6 唯一 ID 形如:`eip-11112222`
|
27832
27863
|
- 弹性公网 IPv6 唯一 ID 形如:`eipv6-11112222`
|
@@ -27851,9 +27882,9 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27851
27882
|
- charge-type - String - 是否必填:否 - (过滤条件)按照计费类型过滤。
|
27852
27883
|
- private-ipv6-address - String - 是否必填:否 - (过滤条件)按照绑定的内网 IPv6 地址过滤。
|
27853
27884
|
- egress - String - 是否必填:否 - (过滤条件)按照出口过滤。
|
27854
|
-
- address-type - String - 是否必填:否 - (过滤条件)按照IPv6类型 进行过滤。可选值:'EIP6','EIPv6','WanIPv6','HighQualityEIPv6'。默认值是'EIPv6'。
|
27855
|
-
- address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP','CMCC'
|
27856
|
-
- 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。
|
27857
27888
|
- address-name - String - 是否必填:否 - (过滤条件)按照 EIP 名称过滤。不支持模糊过滤。
|
27858
27889
|
- tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。
|
27859
27890
|
- tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。
|
@@ -27868,7 +27899,10 @@ class DescribeIPv6AddressesRequest(AbstractModel):
|
|
27868
27899
|
|
27869
27900
|
@property
|
27870
27901
|
def Traditional(self):
|
27871
|
-
"""是否查询传统型IPv6
|
27902
|
+
"""是否查询传统型IPv6地址信息。可选值:
|
27903
|
+
<li>True:查询传统型IPv6地址信息</li>
|
27904
|
+
<li>False:不查询传统型IPv6地址信息</li>
|
27905
|
+
默认值:False
|
27872
27906
|
:rtype: bool
|
27873
27907
|
"""
|
27874
27908
|
return self._Traditional
|
@@ -40334,9 +40368,10 @@ class DisassociateIPv6AddressRequest(AbstractModel):
|
|
40334
40368
|
|
40335
40369
|
def __init__(self):
|
40336
40370
|
r"""
|
40337
|
-
: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。
|
40338
40372
|
:type IPv6AddressId: str
|
40339
|
-
:param _KeepBindWithEni:
|
40373
|
+
:param _KeepBindWithEni: 解绑时是否保持绑定弹性网卡。可选值:true、false。
|
40374
|
+
默认值:false
|
40340
40375
|
:type KeepBindWithEni: bool
|
40341
40376
|
"""
|
40342
40377
|
self._IPv6AddressId = None
|
@@ -40344,7 +40379,7 @@ class DisassociateIPv6AddressRequest(AbstractModel):
|
|
40344
40379
|
|
40345
40380
|
@property
|
40346
40381
|
def IPv6AddressId(self):
|
40347
|
-
"""弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。
|
40382
|
+
"""弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
40348
40383
|
:rtype: str
|
40349
40384
|
"""
|
40350
40385
|
return self._IPv6AddressId
|
@@ -40355,7 +40390,8 @@ class DisassociateIPv6AddressRequest(AbstractModel):
|
|
40355
40390
|
|
40356
40391
|
@property
|
40357
40392
|
def KeepBindWithEni(self):
|
40358
|
-
"""
|
40393
|
+
"""解绑时是否保持绑定弹性网卡。可选值:true、false。
|
40394
|
+
默认值:false
|
40359
40395
|
:rtype: bool
|
40360
40396
|
"""
|
40361
40397
|
return self._KeepBindWithEni
|
@@ -41594,7 +41630,7 @@ class EndPoint(AbstractModel):
|
|
41594
41630
|
r"""
|
41595
41631
|
:param _EndPointId: 终端节点ID。
|
41596
41632
|
:type EndPointId: str
|
41597
|
-
:param _VpcId:
|
41633
|
+
:param _VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
41598
41634
|
:type VpcId: str
|
41599
41635
|
:param _SubnetId: 子网ID。
|
41600
41636
|
:type SubnetId: str
|
@@ -41612,18 +41648,15 @@ class EndPoint(AbstractModel):
|
|
41612
41648
|
:type EndPointVip: str
|
41613
41649
|
:param _State: 终端节点状态,ACTIVE:可用,PENDING:待接受,ACCEPTING:接受中,REJECTED:已拒绝,FAILED:失败。
|
41614
41650
|
:type State: str
|
41615
|
-
:param _CreateTime:
|
41651
|
+
:param _CreateTime: 创建时间。格式:YYYY-MM-DD HH:MM:SS。
|
41616
41652
|
:type CreateTime: str
|
41617
41653
|
:param _GroupSet: 终端节点绑定的安全组实例ID列表。
|
41618
41654
|
:type GroupSet: list of str
|
41619
41655
|
:param _ServiceName: 终端节点服务名称。
|
41620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41621
41656
|
:type ServiceName: str
|
41622
41657
|
:param _CdcId: CDC 集群唯一 ID
|
41623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41624
41658
|
:type CdcId: str
|
41625
41659
|
:param _TagSet: 标签键值对。
|
41626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41627
41660
|
:type TagSet: list of Tag
|
41628
41661
|
"""
|
41629
41662
|
self._EndPointId = None
|
@@ -41655,7 +41688,7 @@ class EndPoint(AbstractModel):
|
|
41655
41688
|
|
41656
41689
|
@property
|
41657
41690
|
def VpcId(self):
|
41658
|
-
"""
|
41691
|
+
"""VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
41659
41692
|
:rtype: str
|
41660
41693
|
"""
|
41661
41694
|
return self._VpcId
|
@@ -41754,7 +41787,7 @@ class EndPoint(AbstractModel):
|
|
41754
41787
|
|
41755
41788
|
@property
|
41756
41789
|
def CreateTime(self):
|
41757
|
-
"""
|
41790
|
+
"""创建时间。格式:YYYY-MM-DD HH:MM:SS。
|
41758
41791
|
:rtype: str
|
41759
41792
|
"""
|
41760
41793
|
return self._CreateTime
|
@@ -41777,7 +41810,6 @@ class EndPoint(AbstractModel):
|
|
41777
41810
|
@property
|
41778
41811
|
def ServiceName(self):
|
41779
41812
|
"""终端节点服务名称。
|
41780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41781
41813
|
:rtype: str
|
41782
41814
|
"""
|
41783
41815
|
return self._ServiceName
|
@@ -41789,7 +41821,6 @@ class EndPoint(AbstractModel):
|
|
41789
41821
|
@property
|
41790
41822
|
def CdcId(self):
|
41791
41823
|
"""CDC 集群唯一 ID
|
41792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41793
41824
|
:rtype: str
|
41794
41825
|
"""
|
41795
41826
|
return self._CdcId
|
@@ -41801,7 +41832,6 @@ class EndPoint(AbstractModel):
|
|
41801
41832
|
@property
|
41802
41833
|
def TagSet(self):
|
41803
41834
|
"""标签键值对。
|
41804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41805
41835
|
:rtype: list of Tag
|
41806
41836
|
"""
|
41807
41837
|
return self._TagSet
|
@@ -41859,31 +41889,25 @@ class EndPointService(AbstractModel):
|
|
41859
41889
|
:type ServiceName: str
|
41860
41890
|
:param _ServiceVip: 后端服务的VIP。
|
41861
41891
|
:type ServiceVip: str
|
41862
|
-
:param _ServiceInstanceId: 后端服务的ID,比如lb-
|
41892
|
+
:param _ServiceInstanceId: 后端服务的ID,比如lb-lip4e6bp。
|
41863
41893
|
:type ServiceInstanceId: str
|
41864
41894
|
:param _AutoAcceptFlag: 是否自动接受。
|
41865
41895
|
:type AutoAcceptFlag: bool
|
41866
41896
|
:param _EndPointCount: 关联的终端节点个数。
|
41867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41868
41897
|
:type EndPointCount: int
|
41869
41898
|
:param _EndPointSet: 终端节点对象数组。
|
41870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41871
41899
|
:type EndPointSet: list of EndPoint
|
41872
|
-
:param _CreateTime:
|
41900
|
+
:param _CreateTime: 创建时间。格式为YYYY-MM-DD HH:MM:SS字符串。
|
41873
41901
|
:type CreateTime: str
|
41874
|
-
:param _ServiceType: 挂载的PAAS服务类型,CLB
|
41902
|
+
:param _ServiceType: 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。
|
41875
41903
|
:type ServiceType: str
|
41876
41904
|
:param _CdcId: CDC 集群唯一 ID
|
41877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41878
41905
|
:type CdcId: str
|
41879
|
-
:param _ServiceUin: Uin
|
41880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41906
|
+
:param _ServiceUin: 终端节点服务Uin。
|
41881
41907
|
:type ServiceUin: str
|
41882
41908
|
:param _BusinessIpType: 服务IP类型
|
41883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41884
41909
|
:type BusinessIpType: int
|
41885
41910
|
:param _TagSet: 标签键值对。
|
41886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41887
41911
|
:type TagSet: list of Tag
|
41888
41912
|
"""
|
41889
41913
|
self._EndPointServiceId = None
|
@@ -41959,7 +41983,7 @@ class EndPointService(AbstractModel):
|
|
41959
41983
|
|
41960
41984
|
@property
|
41961
41985
|
def ServiceInstanceId(self):
|
41962
|
-
"""后端服务的ID,比如lb-
|
41986
|
+
"""后端服务的ID,比如lb-lip4e6bp。
|
41963
41987
|
:rtype: str
|
41964
41988
|
"""
|
41965
41989
|
return self._ServiceInstanceId
|
@@ -41982,7 +42006,6 @@ class EndPointService(AbstractModel):
|
|
41982
42006
|
@property
|
41983
42007
|
def EndPointCount(self):
|
41984
42008
|
"""关联的终端节点个数。
|
41985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41986
42009
|
:rtype: int
|
41987
42010
|
"""
|
41988
42011
|
return self._EndPointCount
|
@@ -41994,7 +42017,6 @@ class EndPointService(AbstractModel):
|
|
41994
42017
|
@property
|
41995
42018
|
def EndPointSet(self):
|
41996
42019
|
"""终端节点对象数组。
|
41997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41998
42020
|
:rtype: list of EndPoint
|
41999
42021
|
"""
|
42000
42022
|
return self._EndPointSet
|
@@ -42005,7 +42027,7 @@ class EndPointService(AbstractModel):
|
|
42005
42027
|
|
42006
42028
|
@property
|
42007
42029
|
def CreateTime(self):
|
42008
|
-
"""
|
42030
|
+
"""创建时间。格式为YYYY-MM-DD HH:MM:SS字符串。
|
42009
42031
|
:rtype: str
|
42010
42032
|
"""
|
42011
42033
|
return self._CreateTime
|
@@ -42016,7 +42038,7 @@ class EndPointService(AbstractModel):
|
|
42016
42038
|
|
42017
42039
|
@property
|
42018
42040
|
def ServiceType(self):
|
42019
|
-
"""挂载的PAAS服务类型,CLB
|
42041
|
+
"""挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。
|
42020
42042
|
:rtype: str
|
42021
42043
|
"""
|
42022
42044
|
return self._ServiceType
|
@@ -42028,7 +42050,6 @@ class EndPointService(AbstractModel):
|
|
42028
42050
|
@property
|
42029
42051
|
def CdcId(self):
|
42030
42052
|
"""CDC 集群唯一 ID
|
42031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42032
42053
|
:rtype: str
|
42033
42054
|
"""
|
42034
42055
|
return self._CdcId
|
@@ -42039,8 +42060,7 @@ class EndPointService(AbstractModel):
|
|
42039
42060
|
|
42040
42061
|
@property
|
42041
42062
|
def ServiceUin(self):
|
42042
|
-
"""Uin
|
42043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42063
|
+
"""终端节点服务Uin。
|
42044
42064
|
:rtype: str
|
42045
42065
|
"""
|
42046
42066
|
return self._ServiceUin
|
@@ -42052,7 +42072,6 @@ class EndPointService(AbstractModel):
|
|
42052
42072
|
@property
|
42053
42073
|
def BusinessIpType(self):
|
42054
42074
|
"""服务IP类型
|
42055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42056
42075
|
:rtype: int
|
42057
42076
|
"""
|
42058
42077
|
return self._BusinessIpType
|
@@ -42064,7 +42083,6 @@ class EndPointService(AbstractModel):
|
|
42064
42083
|
@property
|
42065
42084
|
def TagSet(self):
|
42066
42085
|
"""标签键值对。
|
42067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42068
42086
|
:rtype: list of Tag
|
42069
42087
|
"""
|
42070
42088
|
return self._TagSet
|
@@ -44513,7 +44531,8 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44513
44531
|
<ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
|
44514
44532
|
<li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
|
44515
44533
|
<li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
|
44516
|
-
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li
|
44534
|
+
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li>
|
44535
|
+
</ul></li>
|
44517
44536
|
</ul>
|
44518
44537
|
:type InternetChargeType: str
|
44519
44538
|
:param _InternetMaxBandwidthOut: EIP出带宽上限,单位:Mbps。
|
@@ -44522,17 +44541,14 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44522
44541
|
<li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
|
44523
44542
|
<li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
|
44524
44543
|
<li>账号为传统账户类型的用户,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
|
44544
|
+
|
44525
44545
|
:type InternetMaxBandwidthOut: int
|
44526
44546
|
:param _AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
|
44527
44547
|
:type AddressChargePrepaid: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
44528
44548
|
:param _AddressType: EIP类型。默认值:EIP。
|
44529
|
-
|
44530
|
-
<ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul
|
44531
|
-
|
44532
|
-
<li>AntiDDoSEIP:高防IP</li>
|
44533
|
-
</ul>
|
44534
|
-
</li>
|
44535
|
-
</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>
|
44536
44552
|
:type AddressType: str
|
44537
44553
|
"""
|
44538
44554
|
self._InternetChargeType = None
|
@@ -44546,7 +44562,8 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44546
44562
|
<ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
|
44547
44563
|
<li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
|
44548
44564
|
<li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
|
44549
|
-
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li
|
44565
|
+
<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li>
|
44566
|
+
</ul></li>
|
44550
44567
|
</ul>
|
44551
44568
|
:rtype: str
|
44552
44569
|
"""
|
@@ -44564,6 +44581,7 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44564
44581
|
<li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
|
44565
44582
|
<li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
|
44566
44583
|
<li>账号为传统账户类型的用户,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
|
44584
|
+
|
44567
44585
|
:rtype: int
|
44568
44586
|
"""
|
44569
44587
|
return self._InternetMaxBandwidthOut
|
@@ -44586,13 +44604,9 @@ class InquiryPriceAllocateAddressesRequest(AbstractModel):
|
|
44586
44604
|
@property
|
44587
44605
|
def AddressType(self):
|
44588
44606
|
"""EIP类型。默认值:EIP。
|
44589
|
-
|
44590
|
-
<ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul
|
44591
|
-
|
44592
|
-
<li>AntiDDoSEIP:高防IP</li>
|
44593
|
-
</ul>
|
44594
|
-
</li>
|
44595
|
-
</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>
|
44596
44610
|
:rtype: str
|
44597
44611
|
"""
|
44598
44612
|
return self._AddressType
|
@@ -44910,9 +44924,9 @@ class InquiryPriceRenewAddressesRequest(AbstractModel):
|
|
44910
44924
|
|
44911
44925
|
def __init__(self):
|
44912
44926
|
r"""
|
44913
|
-
:param _AddressIds: 续费资源实例ID。
|
44927
|
+
:param _AddressIds: 续费资源实例ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
44914
44928
|
:type AddressIds: list of str
|
44915
|
-
:param _AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP
|
44929
|
+
:param _AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,不支持其他计费模式。
|
44916
44930
|
:type AddressChargePrepaid: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
44917
44931
|
"""
|
44918
44932
|
self._AddressIds = None
|
@@ -44920,7 +44934,7 @@ class InquiryPriceRenewAddressesRequest(AbstractModel):
|
|
44920
44934
|
|
44921
44935
|
@property
|
44922
44936
|
def AddressIds(self):
|
44923
|
-
"""续费资源实例ID。
|
44937
|
+
"""续费资源实例ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
44924
44938
|
:rtype: list of str
|
44925
44939
|
"""
|
44926
44940
|
return self._AddressIds
|
@@ -44931,7 +44945,7 @@ class InquiryPriceRenewAddressesRequest(AbstractModel):
|
|
44931
44945
|
|
44932
44946
|
@property
|
44933
44947
|
def AddressChargePrepaid(self):
|
44934
|
-
"""包月按带宽预付费EIP的计费参数。EIP
|
44948
|
+
"""包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,不支持其他计费模式。
|
44935
44949
|
:rtype: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
|
44936
44950
|
"""
|
44937
44951
|
return self._AddressChargePrepaid
|
@@ -45571,7 +45585,7 @@ class InternetPriceDetail(AbstractModel):
|
|
45571
45585
|
:type UnitPrice: float
|
45572
45586
|
:param _DiscountPrice: 折扣后的价格,单位:元。
|
45573
45587
|
:type DiscountPrice: float
|
45574
|
-
: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>
|
45575
45589
|
:type ChargeUnit: str
|
45576
45590
|
:param _OriginalPrice: 原价,单位:元,仅预付费价格查询返回。
|
45577
45591
|
:type OriginalPrice: float
|
@@ -45605,7 +45619,7 @@ class InternetPriceDetail(AbstractModel):
|
|
45605
45619
|
|
45606
45620
|
@property
|
45607
45621
|
def ChargeUnit(self):
|
45608
|
-
"""计价单元,可取值范围:<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>
|
45609
45623
|
:rtype: str
|
45610
45624
|
"""
|
45611
45625
|
return self._ChargeUnit
|
@@ -47970,7 +47984,7 @@ class ModifyAddressesRenewFlagRequest(AbstractModel):
|
|
47970
47984
|
|
47971
47985
|
def __init__(self):
|
47972
47986
|
r"""
|
47973
|
-
:param _AddressIds: EIP唯一标识ID列表,形如'eip-xxxx'
|
47987
|
+
:param _AddressIds: EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47974
47988
|
:type AddressIds: list of str
|
47975
47989
|
:param _RenewFlag: 自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费 NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费 DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费 若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。 示例值:NOTIFY_AND_AUTO_RENEW
|
47976
47990
|
:type RenewFlag: str
|
@@ -47980,7 +47994,7 @@ class ModifyAddressesRenewFlagRequest(AbstractModel):
|
|
47980
47994
|
|
47981
47995
|
@property
|
47982
47996
|
def AddressIds(self):
|
47983
|
-
"""EIP唯一标识ID列表,形如'eip-xxxx'
|
47997
|
+
"""EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
47984
47998
|
:rtype: list of str
|
47985
47999
|
"""
|
47986
48000
|
return self._AddressIds
|
@@ -55392,10 +55406,8 @@ NONEXTHOP:无下一跳;
|
|
55392
55406
|
下一跳类型为NONEXTHOP,指定网络探测为无下一跳的网络探测,添加和修改时,不需要指定值,查询时值为空字符串;
|
55393
55407
|
:type NextHopDestination: str
|
55394
55408
|
:param _NextHopName: 下一跳网关名称。
|
55395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55396
55409
|
:type NextHopName: str
|
55397
55410
|
:param _NetDetectDescription: 网络探测描述。
|
55398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55399
55411
|
:type NetDetectDescription: str
|
55400
55412
|
:param _CreateTime: 创建时间。
|
55401
55413
|
:type CreateTime: str
|
@@ -55544,7 +55556,6 @@ NONEXTHOP:无下一跳;
|
|
55544
55556
|
@property
|
55545
55557
|
def NextHopName(self):
|
55546
55558
|
"""下一跳网关名称。
|
55547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55548
55559
|
:rtype: str
|
55549
55560
|
"""
|
55550
55561
|
return self._NextHopName
|
@@ -55556,7 +55567,6 @@ NONEXTHOP:无下一跳;
|
|
55556
55567
|
@property
|
55557
55568
|
def NetDetectDescription(self):
|
55558
55569
|
"""网络探测描述。
|
55559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55560
55570
|
:rtype: str
|
55561
55571
|
"""
|
55562
55572
|
return self._NetDetectDescription
|
@@ -56474,23 +56484,18 @@ class NetworkInterface(AbstractModel):
|
|
56474
56484
|
:param _EniType: 网卡类型。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡
|
56475
56485
|
:type EniType: int
|
56476
56486
|
:param _Business: 网卡绑定的子机类型:cvm(普通CVM子机),eks(弹性容器服务Elastic Kubernetes Service), hai(高性能应用服务Hyper Application Inventor)。
|
56477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56478
56487
|
:type Business: str
|
56479
56488
|
:param _CdcId: 网卡所关联的CDC实例ID。
|
56480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56481
56489
|
:type CdcId: str
|
56482
56490
|
:param _AttachType: 弹性网卡类型:0:标准型/1:扩展型。默认值为0。
|
56483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56484
56491
|
:type AttachType: int
|
56485
56492
|
:param _ResourceId: 用于保留网卡主IP的资源ID用于保留网卡主IP的资源ID。用于删除网卡时作为入参数。
|
56486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56487
56493
|
:type ResourceId: str
|
56488
56494
|
:param _QosLevel: 服务质量级别:
|
56489
56495
|
PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
56490
56496
|
|
56491
56497
|
可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
56492
56498
|
|
56493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56494
56499
|
:type QosLevel: str
|
56495
56500
|
"""
|
56496
56501
|
self._NetworkInterfaceId = None
|
@@ -56718,7 +56723,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56718
56723
|
@property
|
56719
56724
|
def Business(self):
|
56720
56725
|
"""网卡绑定的子机类型:cvm(普通CVM子机),eks(弹性容器服务Elastic Kubernetes Service), hai(高性能应用服务Hyper Application Inventor)。
|
56721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56722
56726
|
:rtype: str
|
56723
56727
|
"""
|
56724
56728
|
return self._Business
|
@@ -56730,7 +56734,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56730
56734
|
@property
|
56731
56735
|
def CdcId(self):
|
56732
56736
|
"""网卡所关联的CDC实例ID。
|
56733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56734
56737
|
:rtype: str
|
56735
56738
|
"""
|
56736
56739
|
return self._CdcId
|
@@ -56742,7 +56745,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56742
56745
|
@property
|
56743
56746
|
def AttachType(self):
|
56744
56747
|
"""弹性网卡类型:0:标准型/1:扩展型。默认值为0。
|
56745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56746
56748
|
:rtype: int
|
56747
56749
|
"""
|
56748
56750
|
return self._AttachType
|
@@ -56754,7 +56756,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56754
56756
|
@property
|
56755
56757
|
def ResourceId(self):
|
56756
56758
|
"""用于保留网卡主IP的资源ID用于保留网卡主IP的资源ID。用于删除网卡时作为入参数。
|
56757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56758
56759
|
:rtype: str
|
56759
56760
|
"""
|
56760
56761
|
return self._ResourceId
|
@@ -56770,7 +56771,6 @@ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
|
56770
56771
|
|
56771
56772
|
可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
|
56772
56773
|
|
56773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
56774
56774
|
:rtype: str
|
56775
56775
|
"""
|
56776
56776
|
return self._QosLevel
|
@@ -58673,14 +58673,14 @@ class ReleaseIPv6AddressesRequest(AbstractModel):
|
|
58673
58673
|
|
58674
58674
|
def __init__(self):
|
58675
58675
|
r"""
|
58676
|
-
:param _IPv6AddressIds: IPv6地址唯一ID。
|
58676
|
+
:param _IPv6AddressIds: IPv6地址唯一ID。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
58677
58677
|
:type IPv6AddressIds: list of str
|
58678
58678
|
"""
|
58679
58679
|
self._IPv6AddressIds = None
|
58680
58680
|
|
58681
58681
|
@property
|
58682
58682
|
def IPv6AddressIds(self):
|
58683
|
-
"""IPv6地址唯一ID。
|
58683
|
+
"""IPv6地址唯一ID。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
58684
58684
|
:rtype: list of str
|
58685
58685
|
"""
|
58686
58686
|
return self._IPv6AddressIds
|
@@ -62132,17 +62132,14 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
62132
62132
|
:param _RouteTableId: 路由表实例ID,例如:rtb-azd4dt1c。
|
62133
62133
|
:type RouteTableId: str
|
62134
62134
|
:param _DestinationIpv6CidrBlock: 创建IPv6目的网段,取值不能在私有网络网段内,例如:2402:4e00:1000:810b::/64。
|
62135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62136
62135
|
:type DestinationIpv6CidrBlock: str
|
62137
62136
|
:param _RouteItemId: 路由唯一策略ID。
|
62138
62137
|
:type RouteItemId: str
|
62139
62138
|
:param _PublishedToVbc: 路由策略是否发布到云联网。该字段仅做出参使用,作为入参字段时此参数不生效。
|
62140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62141
62139
|
:type PublishedToVbc: bool
|
62142
62140
|
:param _CreatedTime: 路由策略创建时间
|
62143
62141
|
:type CreatedTime: str
|
62144
62142
|
:param _CdcId: CDC 集群唯一 ID。
|
62145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62146
62143
|
:type CdcId: str
|
62147
62144
|
"""
|
62148
62145
|
self._DestinationCidrBlock = None
|
@@ -62270,7 +62267,6 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
62270
62267
|
@property
|
62271
62268
|
def DestinationIpv6CidrBlock(self):
|
62272
62269
|
"""创建IPv6目的网段,取值不能在私有网络网段内,例如:2402:4e00:1000:810b::/64。
|
62273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62274
62270
|
:rtype: str
|
62275
62271
|
"""
|
62276
62272
|
return self._DestinationIpv6CidrBlock
|
@@ -62293,7 +62289,6 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
62293
62289
|
@property
|
62294
62290
|
def PublishedToVbc(self):
|
62295
62291
|
"""路由策略是否发布到云联网。该字段仅做出参使用,作为入参字段时此参数不生效。
|
62296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62297
62292
|
:rtype: bool
|
62298
62293
|
"""
|
62299
62294
|
return self._PublishedToVbc
|
@@ -62316,7 +62311,6 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
62316
62311
|
@property
|
62317
62312
|
def CdcId(self):
|
62318
62313
|
"""CDC 集群唯一 ID。
|
62319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62320
62314
|
:rtype: str
|
62321
62315
|
"""
|
62322
62316
|
return self._CdcId
|
@@ -64414,7 +64408,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64414
64408
|
:param _KeepTime: 保留时间,支持1~365天。
|
64415
64409
|
:type KeepTime: int
|
64416
64410
|
:param _CreateNewCos: 是否创建新的cos桶,默认为False。
|
64417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64418
64411
|
:type CreateNewCos: bool
|
64419
64412
|
:param _CosRegion: cos桶所在地域。
|
64420
64413
|
:type CosRegion: str
|
@@ -64423,15 +64416,12 @@ class SnapshotPolicy(AbstractModel):
|
|
64423
64416
|
:param _SnapshotPolicyId: 快照策略Id。
|
64424
64417
|
:type SnapshotPolicyId: str
|
64425
64418
|
:param _BackupPolicies: 时间备份策略。
|
64426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64427
64419
|
:type BackupPolicies: list of BackupPolicy
|
64428
64420
|
:param _Enable: 启用状态,True-启用,False-停用,默认为True。
|
64429
64421
|
:type Enable: bool
|
64430
64422
|
:param _CreateTime: 创建时间。
|
64431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64432
64423
|
:type CreateTime: str
|
64433
64424
|
:param _TagSet: 标签键值对。
|
64434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64435
64425
|
:type TagSet: list of Tag
|
64436
64426
|
"""
|
64437
64427
|
self._SnapshotPolicyName = None
|
@@ -64482,7 +64472,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64482
64472
|
@property
|
64483
64473
|
def CreateNewCos(self):
|
64484
64474
|
"""是否创建新的cos桶,默认为False。
|
64485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64486
64475
|
:rtype: bool
|
64487
64476
|
"""
|
64488
64477
|
return self._CreateNewCos
|
@@ -64527,7 +64516,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64527
64516
|
@property
|
64528
64517
|
def BackupPolicies(self):
|
64529
64518
|
"""时间备份策略。
|
64530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64531
64519
|
:rtype: list of BackupPolicy
|
64532
64520
|
"""
|
64533
64521
|
return self._BackupPolicies
|
@@ -64550,7 +64538,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64550
64538
|
@property
|
64551
64539
|
def CreateTime(self):
|
64552
64540
|
"""创建时间。
|
64553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64554
64541
|
:rtype: str
|
64555
64542
|
"""
|
64556
64543
|
return self._CreateTime
|
@@ -64562,7 +64549,6 @@ class SnapshotPolicy(AbstractModel):
|
|
64562
64549
|
@property
|
64563
64550
|
def TagSet(self):
|
64564
64551
|
"""标签键值对。
|
64565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64566
64552
|
:rtype: list of Tag
|
64567
64553
|
"""
|
64568
64554
|
return self._TagSet
|
@@ -68319,10 +68305,8 @@ class Vpc(AbstractModel):
|
|
68319
68305
|
:param _TagSet: 标签键值对
|
68320
68306
|
:type TagSet: list of Tag
|
68321
68307
|
:param _AssistantCidrSet: 辅助CIDR
|
68322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
68323
68308
|
:type AssistantCidrSet: list of AssistantCidr
|
68324
68309
|
:param _Ipv6CidrBlockSet: 返回多运营商IPv6 Cidr Block
|
68325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
68326
68310
|
:type Ipv6CidrBlockSet: list of ISPIPv6CidrBlock
|
68327
68311
|
"""
|
68328
68312
|
self._VpcName = None
|
@@ -68475,7 +68459,6 @@ class Vpc(AbstractModel):
|
|
68475
68459
|
@property
|
68476
68460
|
def AssistantCidrSet(self):
|
68477
68461
|
"""辅助CIDR
|
68478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
68479
68462
|
:rtype: list of AssistantCidr
|
68480
68463
|
"""
|
68481
68464
|
return self._AssistantCidrSet
|
@@ -68487,7 +68470,6 @@ class Vpc(AbstractModel):
|
|
68487
68470
|
@property
|
68488
68471
|
def Ipv6CidrBlockSet(self):
|
68489
68472
|
"""返回多运营商IPv6 Cidr Block
|
68490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
68491
68473
|
:rtype: list of ISPIPv6CidrBlock
|
68492
68474
|
"""
|
68493
68475
|
return self._Ipv6CidrBlockSet
|
@@ -68544,15 +68526,16 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68544
68526
|
|
68545
68527
|
def __init__(self):
|
68546
68528
|
r"""
|
68547
|
-
:param _Owner: AppId
|
68529
|
+
:param _Owner: AppId。可通过登录 腾讯云账号中心控制台 获取。
|
68548
68530
|
:type Owner: int
|
68549
|
-
:param _UserUin: Uin
|
68531
|
+
:param _UserUin: 用户Uin。可通过登录 腾讯云账号中心控制台 获取。
|
68550
68532
|
:type UserUin: str
|
68551
68533
|
:param _Description: 描述信息。
|
68552
68534
|
:type Description: str
|
68553
|
-
:param _CreateTime:
|
68535
|
+
:param _CreateTime: 创建时间。格式为字符串YYYY-MM-DD HH:MM:SS。
|
68554
68536
|
:type CreateTime: str
|
68555
|
-
:param _EndPointServiceId: 终端节点服务ID
|
68537
|
+
:param _EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
68538
|
+
|
68556
68539
|
:type EndPointServiceId: str
|
68557
68540
|
"""
|
68558
68541
|
self._Owner = None
|
@@ -68563,7 +68546,7 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68563
68546
|
|
68564
68547
|
@property
|
68565
68548
|
def Owner(self):
|
68566
|
-
"""AppId
|
68549
|
+
"""AppId。可通过登录 腾讯云账号中心控制台 获取。
|
68567
68550
|
:rtype: int
|
68568
68551
|
"""
|
68569
68552
|
return self._Owner
|
@@ -68574,7 +68557,7 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68574
68557
|
|
68575
68558
|
@property
|
68576
68559
|
def UserUin(self):
|
68577
|
-
"""Uin
|
68560
|
+
"""用户Uin。可通过登录 腾讯云账号中心控制台 获取。
|
68578
68561
|
:rtype: str
|
68579
68562
|
"""
|
68580
68563
|
return self._UserUin
|
@@ -68596,7 +68579,7 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68596
68579
|
|
68597
68580
|
@property
|
68598
68581
|
def CreateTime(self):
|
68599
|
-
"""
|
68582
|
+
"""创建时间。格式为字符串YYYY-MM-DD HH:MM:SS。
|
68600
68583
|
:rtype: str
|
68601
68584
|
"""
|
68602
68585
|
return self._CreateTime
|
@@ -68607,7 +68590,8 @@ class VpcEndPointServiceUser(AbstractModel):
|
|
68607
68590
|
|
68608
68591
|
@property
|
68609
68592
|
def EndPointServiceId(self):
|
68610
|
-
"""终端节点服务ID
|
68593
|
+
"""终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
68594
|
+
|
68611
68595
|
:rtype: str
|
68612
68596
|
"""
|
68613
68597
|
return self._EndPointServiceId
|