tencentcloud-sdk-python 3.0.1265__py2.py3-none-any.whl → 3.0.1267__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +128 -0
- tencentcloud/asr/v20190614/models.py +2 -2
- tencentcloud/autoscaling/v20180419/models.py +65 -6
- tencentcloud/batch/v20170312/models.py +20 -2
- tencentcloud/cat/v20180409/models.py +20 -0
- tencentcloud/cbs/v20170312/models.py +124 -70
- tencentcloud/ccc/v20200210/models.py +125 -0
- tencentcloud/cdb/v20170320/cdb_client.py +2 -2
- tencentcloud/cdb/v20170320/errorcodes.py +1 -1
- tencentcloud/cdb/v20170320/models.py +17 -6
- tencentcloud/cdc/v20201214/models.py +2 -54
- tencentcloud/cdz/v20221123/models.py +75 -1
- tencentcloud/ckafka/v20190819/models.py +67 -22
- tencentcloud/clb/v20180317/clb_client.py +1 -1
- tencentcloud/clb/v20180317/models.py +54 -20
- tencentcloud/cloudstudio/v20230508/models.py +0 -18
- tencentcloud/cls/v20201016/models.py +91 -0
- tencentcloud/cvm/v20170312/models.py +99 -22
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -197
- tencentcloud/dasb/v20191018/models.py +150 -0
- tencentcloud/emr/v20190103/emr_client.py +9 -9
- tencentcloud/emr/v20190103/models.py +325 -1
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/es/v20180416/models.py +30 -0
- tencentcloud/ess/v20201111/ess_client.py +22 -30
- tencentcloud/ess/v20201111/models.py +59 -14
- tencentcloud/essbasic/v20210526/essbasic_client.py +34 -8
- tencentcloud/essbasic/v20210526/models.py +77 -28
- tencentcloud/faceid/v20180301/models.py +983 -539
- tencentcloud/gme/v20180711/errorcodes.py +9 -0
- tencentcloud/gme/v20180711/models.py +17 -2
- tencentcloud/hai/v20230812/models.py +2 -2
- tencentcloud/hunyuan/v20230901/models.py +30 -0
- tencentcloud/iai/v20180301/models.py +40 -26
- tencentcloud/iai/v20200303/models.py +760 -546
- tencentcloud/iotexplorer/v20190423/errorcodes.py +1 -1
- tencentcloud/iotexplorer/v20190423/models.py +8 -8
- tencentcloud/iotvideo/v20191126/models.py +4 -4
- tencentcloud/lke/v20231130/models.py +12 -12
- tencentcloud/monitor/v20180724/models.py +17 -0
- tencentcloud/mrs/v20200910/models.py +27 -8
- tencentcloud/ms/v20180408/ms_client.py +3 -1
- tencentcloud/ocr/v20181119/models.py +519 -14
- tencentcloud/ocr/v20181119/ocr_client.py +49 -2
- tencentcloud/omics/v20221128/models.py +100 -232
- tencentcloud/partners/v20180321/models.py +2 -92
- tencentcloud/rce/v20201103/errorcodes.py +132 -0
- tencentcloud/rce/v20201103/models.py +261 -0
- tencentcloud/rce/v20201103/rce_client.py +23 -0
- tencentcloud/redis/v20180412/models.py +2 -6
- tencentcloud/rum/v20210622/models.py +15 -0
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/ssl/v20191205/models.py +2 -2
- tencentcloud/tdmq/v20200217/models.py +40 -10
- tencentcloud/tds/v20220801/models.py +4 -4
- tencentcloud/thpc/v20230321/models.py +2 -2
- tencentcloud/tke/v20180525/models.py +2 -4
- tencentcloud/tmt/v20180321/models.py +60 -5
- tencentcloud/trro/v20220325/models.py +0 -30
- tencentcloud/trtc/v20190722/models.py +97 -2
- tencentcloud/vclm/v20240523/models.py +170 -100
- tencentcloud/vclm/v20240523/vclm_client.py +52 -52
- tencentcloud/vod/v20180717/models.py +114 -2
- tencentcloud/vod/v20180717/vod_client.py +1 -1
- tencentcloud/vod/v20240718/models.py +15 -15
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +167 -10
- tencentcloud/vpc/v20170312/vpc_client.py +7 -2
- tencentcloud/waf/v20180125/models.py +618 -0
- tencentcloud/waf/v20180125/waf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +18 -18
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/RECORD +78 -78
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/top_level.txt +0 -0
@@ -1484,7 +1484,7 @@ class AddressTemplateItem(AbstractModel):
|
|
1484
1484
|
|
1485
1485
|
def __init__(self):
|
1486
1486
|
r"""
|
1487
|
-
:param _AddressTemplateId:
|
1487
|
+
:param _AddressTemplateId: IP地址模板ID
|
1488
1488
|
:type AddressTemplateId: str
|
1489
1489
|
:param _AddressTemplateName: IP模板名称
|
1490
1490
|
:type AddressTemplateName: str
|
@@ -1500,7 +1500,7 @@ class AddressTemplateItem(AbstractModel):
|
|
1500
1500
|
|
1501
1501
|
@property
|
1502
1502
|
def AddressTemplateId(self):
|
1503
|
-
"""
|
1503
|
+
"""IP地址模板ID
|
1504
1504
|
:rtype: str
|
1505
1505
|
"""
|
1506
1506
|
return self._AddressTemplateId
|
@@ -1792,6 +1792,8 @@ class AllocateAddressesRequest(AbstractModel):
|
|
1792
1792
|
:param _AnycastZone: Anycast发布域。
|
1793
1793
|
<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>
|
1794
1794
|
:type AnycastZone: str
|
1795
|
+
:param _VipCluster: 指定IP地址申请EIP,每个账户每个月只有三次配额
|
1796
|
+
:type VipCluster: list of str
|
1795
1797
|
:param _ApplicableForCLB: <b>[已废弃]</b> AnycastEIP不再区分是否负载均衡。原参数说明如下:
|
1796
1798
|
AnycastEIP是否用于绑定负载均衡。
|
1797
1799
|
<ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>TRUE:AnycastEIP可绑定对象为负载均衡</li>
|
@@ -1819,6 +1821,7 @@ AnycastEIP是否用于绑定负载均衡。
|
|
1819
1821
|
self._AddressChargePrepaid = None
|
1820
1822
|
self._AddressType = None
|
1821
1823
|
self._AnycastZone = None
|
1824
|
+
self._VipCluster = None
|
1822
1825
|
self._ApplicableForCLB = None
|
1823
1826
|
self._Tags = None
|
1824
1827
|
self._BandwidthPackageId = None
|
@@ -1922,6 +1925,17 @@ AnycastEIP是否用于绑定负载均衡。
|
|
1922
1925
|
def AnycastZone(self, AnycastZone):
|
1923
1926
|
self._AnycastZone = AnycastZone
|
1924
1927
|
|
1928
|
+
@property
|
1929
|
+
def VipCluster(self):
|
1930
|
+
"""指定IP地址申请EIP,每个账户每个月只有三次配额
|
1931
|
+
:rtype: list of str
|
1932
|
+
"""
|
1933
|
+
return self._VipCluster
|
1934
|
+
|
1935
|
+
@VipCluster.setter
|
1936
|
+
def VipCluster(self, VipCluster):
|
1937
|
+
self._VipCluster = VipCluster
|
1938
|
+
|
1925
1939
|
@property
|
1926
1940
|
def ApplicableForCLB(self):
|
1927
1941
|
"""<b>[已废弃]</b> AnycastEIP不再区分是否负载均衡。原参数说明如下:
|
@@ -2024,6 +2038,7 @@ AnycastEIP是否用于绑定负载均衡。
|
|
2024
2038
|
self._AddressChargePrepaid._deserialize(params.get("AddressChargePrepaid"))
|
2025
2039
|
self._AddressType = params.get("AddressType")
|
2026
2040
|
self._AnycastZone = params.get("AnycastZone")
|
2041
|
+
self._VipCluster = params.get("VipCluster")
|
2027
2042
|
self._ApplicableForCLB = params.get("ApplicableForCLB")
|
2028
2043
|
if params.get("Tags") is not None:
|
2029
2044
|
self._Tags = []
|
@@ -7750,17 +7765,20 @@ class ConflictItem(AbstractModel):
|
|
7750
7765
|
|
7751
7766
|
def __init__(self):
|
7752
7767
|
r"""
|
7753
|
-
:param _ConfilctId: 冲突资源的ID
|
7768
|
+
:param _ConfilctId: 冲突资源的ID。已废弃
|
7754
7769
|
:type ConfilctId: str
|
7755
7770
|
:param _DestinationItem: 冲突目的资源
|
7756
7771
|
:type DestinationItem: str
|
7772
|
+
:param _ConflictId: 冲突资源的ID
|
7773
|
+
:type ConflictId: str
|
7757
7774
|
"""
|
7758
7775
|
self._ConfilctId = None
|
7759
7776
|
self._DestinationItem = None
|
7777
|
+
self._ConflictId = None
|
7760
7778
|
|
7761
7779
|
@property
|
7762
7780
|
def ConfilctId(self):
|
7763
|
-
"""冲突资源的ID
|
7781
|
+
"""冲突资源的ID。已废弃
|
7764
7782
|
:rtype: str
|
7765
7783
|
"""
|
7766
7784
|
return self._ConfilctId
|
@@ -7780,10 +7798,22 @@ class ConflictItem(AbstractModel):
|
|
7780
7798
|
def DestinationItem(self, DestinationItem):
|
7781
7799
|
self._DestinationItem = DestinationItem
|
7782
7800
|
|
7801
|
+
@property
|
7802
|
+
def ConflictId(self):
|
7803
|
+
"""冲突资源的ID
|
7804
|
+
:rtype: str
|
7805
|
+
"""
|
7806
|
+
return self._ConflictId
|
7807
|
+
|
7808
|
+
@ConflictId.setter
|
7809
|
+
def ConflictId(self, ConflictId):
|
7810
|
+
self._ConflictId = ConflictId
|
7811
|
+
|
7783
7812
|
|
7784
7813
|
def _deserialize(self, params):
|
7785
7814
|
self._ConfilctId = params.get("ConfilctId")
|
7786
7815
|
self._DestinationItem = params.get("DestinationItem")
|
7816
|
+
self._ConflictId = params.get("ConflictId")
|
7787
7817
|
memeber_set = set(params.keys())
|
7788
7818
|
for name, value in vars(self).items():
|
7789
7819
|
property_name = name[1:]
|
@@ -9318,11 +9348,14 @@ class CreateDhcpIpRequest(AbstractModel):
|
|
9318
9348
|
:type DhcpIpName: str
|
9319
9349
|
:param _SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数。总数不能超过64个,为了兼容性,当前参数必填。
|
9320
9350
|
:type SecondaryPrivateIpAddressCount: int
|
9351
|
+
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
9352
|
+
:type Tags: list of Tag
|
9321
9353
|
"""
|
9322
9354
|
self._VpcId = None
|
9323
9355
|
self._SubnetId = None
|
9324
9356
|
self._DhcpIpName = None
|
9325
9357
|
self._SecondaryPrivateIpAddressCount = None
|
9358
|
+
self._Tags = None
|
9326
9359
|
|
9327
9360
|
@property
|
9328
9361
|
def VpcId(self):
|
@@ -9368,12 +9401,29 @@ class CreateDhcpIpRequest(AbstractModel):
|
|
9368
9401
|
def SecondaryPrivateIpAddressCount(self, SecondaryPrivateIpAddressCount):
|
9369
9402
|
self._SecondaryPrivateIpAddressCount = SecondaryPrivateIpAddressCount
|
9370
9403
|
|
9404
|
+
@property
|
9405
|
+
def Tags(self):
|
9406
|
+
"""指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
9407
|
+
:rtype: list of Tag
|
9408
|
+
"""
|
9409
|
+
return self._Tags
|
9410
|
+
|
9411
|
+
@Tags.setter
|
9412
|
+
def Tags(self, Tags):
|
9413
|
+
self._Tags = Tags
|
9414
|
+
|
9371
9415
|
|
9372
9416
|
def _deserialize(self, params):
|
9373
9417
|
self._VpcId = params.get("VpcId")
|
9374
9418
|
self._SubnetId = params.get("SubnetId")
|
9375
9419
|
self._DhcpIpName = params.get("DhcpIpName")
|
9376
9420
|
self._SecondaryPrivateIpAddressCount = params.get("SecondaryPrivateIpAddressCount")
|
9421
|
+
if params.get("Tags") is not None:
|
9422
|
+
self._Tags = []
|
9423
|
+
for item in params.get("Tags"):
|
9424
|
+
obj = Tag()
|
9425
|
+
obj._deserialize(item)
|
9426
|
+
self._Tags.append(obj)
|
9377
9427
|
memeber_set = set(params.keys())
|
9378
9428
|
for name, value in vars(self).items():
|
9379
9429
|
property_name = name[1:]
|
@@ -9957,6 +10007,8 @@ class CreateHaVipRequest(AbstractModel):
|
|
9957
10007
|
:type NetworkInterfaceId: str
|
9958
10008
|
:param _CheckAssociate: 是否开启`HAVIP`漂移时子机或网卡范围的校验。默认不开启。
|
9959
10009
|
:type CheckAssociate: bool
|
10010
|
+
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
10011
|
+
:type Tags: list of Tag
|
9960
10012
|
"""
|
9961
10013
|
self._VpcId = None
|
9962
10014
|
self._HaVipName = None
|
@@ -9964,6 +10016,7 @@ class CreateHaVipRequest(AbstractModel):
|
|
9964
10016
|
self._Vip = None
|
9965
10017
|
self._NetworkInterfaceId = None
|
9966
10018
|
self._CheckAssociate = None
|
10019
|
+
self._Tags = None
|
9967
10020
|
|
9968
10021
|
@property
|
9969
10022
|
def VpcId(self):
|
@@ -10031,6 +10084,17 @@ class CreateHaVipRequest(AbstractModel):
|
|
10031
10084
|
def CheckAssociate(self, CheckAssociate):
|
10032
10085
|
self._CheckAssociate = CheckAssociate
|
10033
10086
|
|
10087
|
+
@property
|
10088
|
+
def Tags(self):
|
10089
|
+
"""指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
10090
|
+
:rtype: list of Tag
|
10091
|
+
"""
|
10092
|
+
return self._Tags
|
10093
|
+
|
10094
|
+
@Tags.setter
|
10095
|
+
def Tags(self, Tags):
|
10096
|
+
self._Tags = Tags
|
10097
|
+
|
10034
10098
|
|
10035
10099
|
def _deserialize(self, params):
|
10036
10100
|
self._VpcId = params.get("VpcId")
|
@@ -10039,6 +10103,12 @@ class CreateHaVipRequest(AbstractModel):
|
|
10039
10103
|
self._Vip = params.get("Vip")
|
10040
10104
|
self._NetworkInterfaceId = params.get("NetworkInterfaceId")
|
10041
10105
|
self._CheckAssociate = params.get("CheckAssociate")
|
10106
|
+
if params.get("Tags") is not None:
|
10107
|
+
self._Tags = []
|
10108
|
+
for item in params.get("Tags"):
|
10109
|
+
obj = Tag()
|
10110
|
+
obj._deserialize(item)
|
10111
|
+
self._Tags.append(obj)
|
10042
10112
|
memeber_set = set(params.keys())
|
10043
10113
|
for name, value in vars(self).items():
|
10044
10114
|
property_name = name[1:]
|
@@ -10436,10 +10506,13 @@ class CreateLocalGatewayRequest(AbstractModel):
|
|
10436
10506
|
:type VpcId: str
|
10437
10507
|
:param _CdcId: CDC实例ID。
|
10438
10508
|
:type CdcId: str
|
10509
|
+
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
10510
|
+
:type Tags: list of Tag
|
10439
10511
|
"""
|
10440
10512
|
self._LocalGatewayName = None
|
10441
10513
|
self._VpcId = None
|
10442
10514
|
self._CdcId = None
|
10515
|
+
self._Tags = None
|
10443
10516
|
|
10444
10517
|
@property
|
10445
10518
|
def LocalGatewayName(self):
|
@@ -10474,11 +10547,28 @@ class CreateLocalGatewayRequest(AbstractModel):
|
|
10474
10547
|
def CdcId(self, CdcId):
|
10475
10548
|
self._CdcId = CdcId
|
10476
10549
|
|
10550
|
+
@property
|
10551
|
+
def Tags(self):
|
10552
|
+
"""指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
10553
|
+
:rtype: list of Tag
|
10554
|
+
"""
|
10555
|
+
return self._Tags
|
10556
|
+
|
10557
|
+
@Tags.setter
|
10558
|
+
def Tags(self, Tags):
|
10559
|
+
self._Tags = Tags
|
10560
|
+
|
10477
10561
|
|
10478
10562
|
def _deserialize(self, params):
|
10479
10563
|
self._LocalGatewayName = params.get("LocalGatewayName")
|
10480
10564
|
self._VpcId = params.get("VpcId")
|
10481
10565
|
self._CdcId = params.get("CdcId")
|
10566
|
+
if params.get("Tags") is not None:
|
10567
|
+
self._Tags = []
|
10568
|
+
for item in params.get("Tags"):
|
10569
|
+
obj = Tag()
|
10570
|
+
obj._deserialize(item)
|
10571
|
+
self._Tags.append(obj)
|
10482
10572
|
memeber_set = set(params.keys())
|
10483
10573
|
for name, value in vars(self).items():
|
10484
10574
|
property_name = name[1:]
|
@@ -11025,6 +11115,8 @@ NONEXTHOP:无下一跳;
|
|
11025
11115
|
:type NextHopDestination: str
|
11026
11116
|
:param _NetDetectDescription: 网络探测描述。
|
11027
11117
|
:type NetDetectDescription: str
|
11118
|
+
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
11119
|
+
:type Tags: list of Tag
|
11028
11120
|
"""
|
11029
11121
|
self._VpcId = None
|
11030
11122
|
self._SubnetId = None
|
@@ -11033,6 +11125,7 @@ NONEXTHOP:无下一跳;
|
|
11033
11125
|
self._NextHopType = None
|
11034
11126
|
self._NextHopDestination = None
|
11035
11127
|
self._NetDetectDescription = None
|
11128
|
+
self._Tags = None
|
11036
11129
|
|
11037
11130
|
@property
|
11038
11131
|
def VpcId(self):
|
@@ -11125,6 +11218,17 @@ NONEXTHOP:无下一跳;
|
|
11125
11218
|
def NetDetectDescription(self, NetDetectDescription):
|
11126
11219
|
self._NetDetectDescription = NetDetectDescription
|
11127
11220
|
|
11221
|
+
@property
|
11222
|
+
def Tags(self):
|
11223
|
+
"""指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
11224
|
+
:rtype: list of Tag
|
11225
|
+
"""
|
11226
|
+
return self._Tags
|
11227
|
+
|
11228
|
+
@Tags.setter
|
11229
|
+
def Tags(self, Tags):
|
11230
|
+
self._Tags = Tags
|
11231
|
+
|
11128
11232
|
|
11129
11233
|
def _deserialize(self, params):
|
11130
11234
|
self._VpcId = params.get("VpcId")
|
@@ -11134,6 +11238,12 @@ NONEXTHOP:无下一跳;
|
|
11134
11238
|
self._NextHopType = params.get("NextHopType")
|
11135
11239
|
self._NextHopDestination = params.get("NextHopDestination")
|
11136
11240
|
self._NetDetectDescription = params.get("NetDetectDescription")
|
11241
|
+
if params.get("Tags") is not None:
|
11242
|
+
self._Tags = []
|
11243
|
+
for item in params.get("Tags"):
|
11244
|
+
obj = Tag()
|
11245
|
+
obj._deserialize(item)
|
11246
|
+
self._Tags.append(obj)
|
11137
11247
|
memeber_set = set(params.keys())
|
11138
11248
|
for name, value in vars(self).items():
|
11139
11249
|
property_name = name[1:]
|
@@ -11498,6 +11608,7 @@ class CreateNetworkInterfaceRequest(AbstractModel):
|
|
11498
11608
|
:param _NetworkInterfaceDescription: 弹性网卡描述,可任意命名,但不得超过60个字符。
|
11499
11609
|
:type NetworkInterfaceDescription: str
|
11500
11610
|
:param _SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
|
11611
|
+
配额数查询:[DescribeVpcLimits](https://cloud.tencent.com/document/api/215/42942)。
|
11501
11612
|
:type SecondaryPrivateIpAddressCount: int
|
11502
11613
|
:param _QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
11503
11614
|
:type QosLevel: str
|
@@ -11571,6 +11682,7 @@ class CreateNetworkInterfaceRequest(AbstractModel):
|
|
11571
11682
|
@property
|
11572
11683
|
def SecondaryPrivateIpAddressCount(self):
|
11573
11684
|
"""新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
|
11685
|
+
配额数查询:[DescribeVpcLimits](https://cloud.tencent.com/document/api/215/42942)。
|
11574
11686
|
:rtype: int
|
11575
11687
|
"""
|
11576
11688
|
return self._SecondaryPrivateIpAddressCount
|
@@ -22767,6 +22879,8 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
|
|
22767
22879
|
:type UniformSocialCreditCode: str
|
22768
22880
|
:param _LegalPerson: (模糊查询)法定代表人。
|
22769
22881
|
:type LegalPerson: str
|
22882
|
+
:param _LegalPersonId: (精确查询)法人身份证号。
|
22883
|
+
:type LegalPersonId: str
|
22770
22884
|
:param _IssuingAuthority: (模糊查询)发证机关。
|
22771
22885
|
:type IssuingAuthority: str
|
22772
22886
|
:param _BusinessAddress: (模糊查询)营业执照住所。
|
@@ -22799,6 +22913,7 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
|
|
22799
22913
|
self._Company = None
|
22800
22914
|
self._UniformSocialCreditCode = None
|
22801
22915
|
self._LegalPerson = None
|
22916
|
+
self._LegalPersonId = None
|
22802
22917
|
self._IssuingAuthority = None
|
22803
22918
|
self._BusinessAddress = None
|
22804
22919
|
self._PostCode = None
|
@@ -22868,6 +22983,17 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
|
|
22868
22983
|
def LegalPerson(self, LegalPerson):
|
22869
22984
|
self._LegalPerson = LegalPerson
|
22870
22985
|
|
22986
|
+
@property
|
22987
|
+
def LegalPersonId(self):
|
22988
|
+
"""(精确查询)法人身份证号。
|
22989
|
+
:rtype: str
|
22990
|
+
"""
|
22991
|
+
return self._LegalPersonId
|
22992
|
+
|
22993
|
+
@LegalPersonId.setter
|
22994
|
+
def LegalPersonId(self, LegalPersonId):
|
22995
|
+
self._LegalPersonId = LegalPersonId
|
22996
|
+
|
22871
22997
|
@property
|
22872
22998
|
def IssuingAuthority(self):
|
22873
22999
|
"""(模糊查询)发证机关。
|
@@ -23018,6 +23144,7 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
|
|
23018
23144
|
self._Company = params.get("Company")
|
23019
23145
|
self._UniformSocialCreditCode = params.get("UniformSocialCreditCode")
|
23020
23146
|
self._LegalPerson = params.get("LegalPerson")
|
23147
|
+
self._LegalPersonId = params.get("LegalPersonId")
|
23021
23148
|
self._IssuingAuthority = params.get("IssuingAuthority")
|
23022
23149
|
self._BusinessAddress = params.get("BusinessAddress")
|
23023
23150
|
self._PostCode = params.get("PostCode")
|
@@ -25505,7 +25632,7 @@ class DescribeIp6TranslatorsRequest(AbstractModel):
|
|
25505
25632
|
<li> ip6-translator-id - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的唯一ID过滤,形如ip6-xxxxxxx。</li>
|
25506
25633
|
<li> ip6-translator-vip6 - String - 是否必填:否 - (过滤条件)按照IPV6地址过滤。不支持模糊过滤。</li>
|
25507
25634
|
<li> ip6-translator-name - String - 是否必填:否 - (过滤条件)按照IPV6转换实例名称过滤。不支持模糊过滤。</li>
|
25508
|
-
<li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"
|
25635
|
+
<li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"。</li>
|
25509
25636
|
:type Filters: list of Filter
|
25510
25637
|
:param _Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
25511
25638
|
:type Offset: int
|
@@ -25534,7 +25661,7 @@ class DescribeIp6TranslatorsRequest(AbstractModel):
|
|
25534
25661
|
<li> ip6-translator-id - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的唯一ID过滤,形如ip6-xxxxxxx。</li>
|
25535
25662
|
<li> ip6-translator-vip6 - String - 是否必填:否 - (过滤条件)按照IPV6地址过滤。不支持模糊过滤。</li>
|
25536
25663
|
<li> ip6-translator-name - String - 是否必填:否 - (过滤条件)按照IPV6转换实例名称过滤。不支持模糊过滤。</li>
|
25537
|
-
<li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"
|
25664
|
+
<li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"。</li>
|
25538
25665
|
:rtype: list of Filter
|
25539
25666
|
"""
|
25540
25667
|
return self._Filters
|
@@ -35180,6 +35307,9 @@ class DhcpIp(AbstractModel):
|
|
35180
35307
|
:type State: str
|
35181
35308
|
:param _CreatedTime: 创建时间。
|
35182
35309
|
:type CreatedTime: str
|
35310
|
+
:param _TagSet: 标签键值对。
|
35311
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35312
|
+
:type TagSet: list of Tag
|
35183
35313
|
"""
|
35184
35314
|
self._DhcpIpId = None
|
35185
35315
|
self._VpcId = None
|
@@ -35191,6 +35321,7 @@ class DhcpIp(AbstractModel):
|
|
35191
35321
|
self._InstanceId = None
|
35192
35322
|
self._State = None
|
35193
35323
|
self._CreatedTime = None
|
35324
|
+
self._TagSet = None
|
35194
35325
|
|
35195
35326
|
@property
|
35196
35327
|
def DhcpIpId(self):
|
@@ -35304,6 +35435,18 @@ class DhcpIp(AbstractModel):
|
|
35304
35435
|
def CreatedTime(self, CreatedTime):
|
35305
35436
|
self._CreatedTime = CreatedTime
|
35306
35437
|
|
35438
|
+
@property
|
35439
|
+
def TagSet(self):
|
35440
|
+
"""标签键值对。
|
35441
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35442
|
+
:rtype: list of Tag
|
35443
|
+
"""
|
35444
|
+
return self._TagSet
|
35445
|
+
|
35446
|
+
@TagSet.setter
|
35447
|
+
def TagSet(self, TagSet):
|
35448
|
+
self._TagSet = TagSet
|
35449
|
+
|
35307
35450
|
|
35308
35451
|
def _deserialize(self, params):
|
35309
35452
|
self._DhcpIpId = params.get("DhcpIpId")
|
@@ -35316,6 +35459,12 @@ class DhcpIp(AbstractModel):
|
|
35316
35459
|
self._InstanceId = params.get("InstanceId")
|
35317
35460
|
self._State = params.get("State")
|
35318
35461
|
self._CreatedTime = params.get("CreatedTime")
|
35462
|
+
if params.get("TagSet") is not None:
|
35463
|
+
self._TagSet = []
|
35464
|
+
for item in params.get("TagSet"):
|
35465
|
+
obj = Tag()
|
35466
|
+
obj._deserialize(item)
|
35467
|
+
self._TagSet.append(obj)
|
35319
35468
|
memeber_set = set(params.keys())
|
35320
35469
|
for name, value in vars(self).items():
|
35321
35470
|
property_name = name[1:]
|
@@ -42180,12 +42329,16 @@ class ItemPrice(AbstractModel):
|
|
42180
42329
|
def __init__(self):
|
42181
42330
|
r"""
|
42182
42331
|
:param _UnitPrice: 按量计费后付费单价,单位:元。
|
42332
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
42183
42333
|
:type UnitPrice: float
|
42184
42334
|
:param _ChargeUnit: 按量计费后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR): GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。
|
42335
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
42185
42336
|
:type ChargeUnit: str
|
42186
42337
|
:param _OriginalPrice: 预付费商品的原价,单位:元。
|
42338
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
42187
42339
|
:type OriginalPrice: float
|
42188
42340
|
:param _DiscountPrice: 预付费商品的折扣价,单位:元。
|
42341
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
42189
42342
|
:type DiscountPrice: float
|
42190
42343
|
"""
|
42191
42344
|
self._UnitPrice = None
|
@@ -42196,6 +42349,7 @@ class ItemPrice(AbstractModel):
|
|
42196
42349
|
@property
|
42197
42350
|
def UnitPrice(self):
|
42198
42351
|
"""按量计费后付费单价,单位:元。
|
42352
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
42199
42353
|
:rtype: float
|
42200
42354
|
"""
|
42201
42355
|
return self._UnitPrice
|
@@ -42207,6 +42361,7 @@ class ItemPrice(AbstractModel):
|
|
42207
42361
|
@property
|
42208
42362
|
def ChargeUnit(self):
|
42209
42363
|
"""按量计费后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR): GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。
|
42364
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
42210
42365
|
:rtype: str
|
42211
42366
|
"""
|
42212
42367
|
return self._ChargeUnit
|
@@ -42218,6 +42373,7 @@ class ItemPrice(AbstractModel):
|
|
42218
42373
|
@property
|
42219
42374
|
def OriginalPrice(self):
|
42220
42375
|
"""预付费商品的原价,单位:元。
|
42376
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
42221
42377
|
:rtype: float
|
42222
42378
|
"""
|
42223
42379
|
return self._OriginalPrice
|
@@ -42229,6 +42385,7 @@ class ItemPrice(AbstractModel):
|
|
42229
42385
|
@property
|
42230
42386
|
def DiscountPrice(self):
|
42231
42387
|
"""预付费商品的折扣价,单位:元。
|
42388
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
42232
42389
|
:rtype: float
|
42233
42390
|
"""
|
42234
42391
|
return self._DiscountPrice
|
@@ -48113,7 +48270,7 @@ class ModifyVpcEndPointServiceAttributeRequest(AbstractModel):
|
|
48113
48270
|
:type VpcId: str
|
48114
48271
|
:param _EndPointServiceName: 终端节点服务名称。
|
48115
48272
|
:type EndPointServiceName: str
|
48116
|
-
:param _AutoAcceptFlag: 是否自动接受终端节点的连接请求。<
|
48273
|
+
:param _AutoAcceptFlag: 是否自动接受终端节点的连接请求。<ul><li>true:自动接受</li><li>false:不自动接受</li></ul>
|
48117
48274
|
:type AutoAcceptFlag: bool
|
48118
48275
|
:param _ServiceInstanceId: 后端服务的ID,比如lb-xxx。
|
48119
48276
|
:type ServiceInstanceId: str
|
@@ -48159,7 +48316,7 @@ class ModifyVpcEndPointServiceAttributeRequest(AbstractModel):
|
|
48159
48316
|
|
48160
48317
|
@property
|
48161
48318
|
def AutoAcceptFlag(self):
|
48162
|
-
"""是否自动接受终端节点的连接请求。<
|
48319
|
+
"""是否自动接受终端节点的连接请求。<ul><li>true:自动接受</li><li>false:不自动接受</li></ul>
|
48163
48320
|
:rtype: bool
|
48164
48321
|
"""
|
48165
48322
|
return self._AutoAcceptFlag
|
@@ -58800,7 +58957,7 @@ class SourceIpTranslationNatRule(AbstractModel):
|
|
58800
58957
|
:type PrivateIpAddress: str
|
58801
58958
|
:param _PublicIpAddresses: 弹性IP地址池
|
58802
58959
|
:type PublicIpAddresses: list of str
|
58803
|
-
:param _Description:
|
58960
|
+
:param _Description: 规则描述
|
58804
58961
|
:type Description: str
|
58805
58962
|
:param _NatGatewaySnatId: Snat规则ID
|
58806
58963
|
:type NatGatewaySnatId: str
|
@@ -58871,7 +59028,7 @@ class SourceIpTranslationNatRule(AbstractModel):
|
|
58871
59028
|
|
58872
59029
|
@property
|
58873
59030
|
def Description(self):
|
58874
|
-
"""
|
59031
|
+
"""规则描述
|
58875
59032
|
:rtype: str
|
58876
59033
|
"""
|
58877
59034
|
return self._Description
|
@@ -1411,7 +1411,7 @@ class VpcClient(AbstractClient):
|
|
1411
1411
|
* 创建弹性网卡时可以指定需要申请的内网IP数量,系统会随机生成内网IP地址。
|
1412
1412
|
* 一个弹性网卡支持绑定的IP地址是有限制的,更多资源限制信息详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
|
1413
1413
|
* 创建弹性网卡同时可以绑定已有安全组。
|
1414
|
-
* 创建弹性网卡同时可以绑定标签,
|
1414
|
+
* 创建弹性网卡同时可以绑定标签, 响应里的标签列表代表添加成功的标签。
|
1415
1415
|
>?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
1416
1416
|
>
|
1417
1417
|
|
@@ -5337,6 +5337,12 @@ class VpcClient(AbstractClient):
|
|
5337
5337
|
* vpc-max-assistant_cidrs(每个VPC可分配的辅助CIDR数)。
|
5338
5338
|
* appid-max-end-point-services (每个开发商每个地域可创建的终端节点服务个数)。
|
5339
5339
|
* appid-max-end-point-service-white-lists (每个开发商每个地域可创建的终端节点服务白名单个数)。
|
5340
|
+
* vpc-max-cmcc-ipv6-cidrs (每个VPC可创建的移动IPv6 CIDR个数)。
|
5341
|
+
* vpc-max-ctcc-ipv6-cidrs (每个VPC可创建的电信IPv6 CIDR个数)。
|
5342
|
+
* vpc-max-cucc-ipv6-cidrs (每个VPC可创建的联调IPv6 CIDR个数)。
|
5343
|
+
* vpc-max-bgp-ipv6-cidrs (每个VPC可创建的默认IPv6 CIDR个数)。
|
5344
|
+
* vpc-max-custom-ipv6-cidrs (每个VPC可创建的自定义IPv6 CIDR个数)。
|
5345
|
+
* vpc-max-ula-ipv6-cidrs (每个VPC可创建的ULA IPv6 CIDR个数)。
|
5340
5346
|
|
5341
5347
|
:param request: Request instance for DescribeVpcLimits.
|
5342
5348
|
:type request: :class:`tencentcloud.vpc.v20170312.models.DescribeVpcLimitsRequest`
|
@@ -7783,7 +7789,6 @@ class VpcClient(AbstractClient):
|
|
7783
7789
|
def ModifyVpcEndPointServiceAttribute(self, request):
|
7784
7790
|
"""本接口(ModifyVpcEndPointServiceAttribute)用于修改终端节点服务属性。
|
7785
7791
|
|
7786
|
-
|
7787
7792
|
:param request: Request instance for ModifyVpcEndPointServiceAttribute.
|
7788
7793
|
:type request: :class:`tencentcloud.vpc.v20170312.models.ModifyVpcEndPointServiceAttributeRequest`
|
7789
7794
|
:rtype: :class:`tencentcloud.vpc.v20170312.models.ModifyVpcEndPointServiceAttributeResponse`
|