tencentcloud-sdk-python 3.0.1266__py2.py3-none-any.whl → 3.0.1268__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.
Files changed (62) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/asr/v20190614/models.py +2 -2
  3. tencentcloud/autoscaling/v20180419/models.py +49 -0
  4. tencentcloud/bh/__init__.py +0 -0
  5. tencentcloud/bh/v20230418/__init__.py +0 -0
  6. tencentcloud/bh/v20230418/bh_client.py +1452 -0
  7. tencentcloud/bh/v20230418/errorcodes.py +93 -0
  8. tencentcloud/bh/v20230418/models.py +14079 -0
  9. tencentcloud/billing/v20180709/billing_client.py +9 -3
  10. tencentcloud/ccc/v20200210/models.py +110 -0
  11. tencentcloud/cdb/v20170320/errorcodes.py +1 -1
  12. tencentcloud/cdb/v20170320/models.py +17 -2
  13. tencentcloud/ckafka/v20190819/models.py +46 -16
  14. tencentcloud/clb/v20180317/clb_client.py +1 -1
  15. tencentcloud/clb/v20180317/models.py +54 -20
  16. tencentcloud/dasb/v20191018/models.py +92 -2
  17. tencentcloud/emr/v20190103/models.py +2 -2
  18. tencentcloud/ess/v20201111/ess_client.py +5 -6
  19. tencentcloud/ess/v20201111/models.py +60 -6
  20. tencentcloud/essbasic/v20210526/essbasic_client.py +28 -9
  21. tencentcloud/essbasic/v20210526/models.py +43 -8
  22. tencentcloud/facefusion/v20220927/models.py +0 -12
  23. tencentcloud/hunyuan/v20230901/models.py +32 -2
  24. tencentcloud/iotexplorer/v20190423/errorcodes.py +1 -1
  25. tencentcloud/iotexplorer/v20190423/models.py +8 -8
  26. tencentcloud/iotvideo/v20191126/models.py +4 -4
  27. tencentcloud/live/v20180801/errorcodes.py +6 -0
  28. tencentcloud/live/v20180801/live_client.py +69 -0
  29. tencentcloud/live/v20180801/models.py +453 -0
  30. tencentcloud/monitor/v20180724/models.py +17 -0
  31. tencentcloud/mrs/v20200910/models.py +4 -8
  32. tencentcloud/ocr/v20181119/models.py +4 -4
  33. tencentcloud/ocr/v20181119/ocr_client.py +1 -2
  34. tencentcloud/omics/v20221128/models.py +100 -172
  35. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  36. tencentcloud/partners/v20180321/models.py +0 -12
  37. tencentcloud/rce/v20201103/models.py +261 -0
  38. tencentcloud/rce/v20201103/rce_client.py +23 -0
  39. tencentcloud/redis/v20180412/models.py +34 -30
  40. tencentcloud/redis/v20180412/redis_client.py +1 -1
  41. tencentcloud/rum/v20210622/models.py +15 -0
  42. tencentcloud/tdmq/v20200217/models.py +40 -10
  43. tencentcloud/thpc/v20230321/models.py +2 -2
  44. tencentcloud/tke/v20180525/models.py +2 -2
  45. tencentcloud/tke/v20220501/errorcodes.py +3 -0
  46. tencentcloud/tke/v20220501/models.py +279 -0
  47. tencentcloud/tke/v20220501/tke_client.py +80 -0
  48. tencentcloud/tmt/v20180321/models.py +60 -5
  49. tencentcloud/vod/v20180717/models.py +2 -2
  50. tencentcloud/vod/v20180717/vod_client.py +1 -1
  51. tencentcloud/vod/v20240718/models.py +15 -15
  52. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  53. tencentcloud/vpc/v20170312/models.py +134 -18
  54. tencentcloud/vpc/v20170312/vpc_client.py +7 -2
  55. tencentcloud/waf/v20180125/models.py +603 -0
  56. tencentcloud/waf/v20180125/waf_client.py +69 -0
  57. tencentcloud/wedata/v20210820/models.py +35 -20
  58. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/METADATA +1 -1
  59. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/RECORD +62 -57
  60. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/LICENSE +0 -0
  61. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/WHEEL +0 -0
  62. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/top_level.txt +0 -0
@@ -7508,8 +7508,10 @@ class ClassicLinkInstance(AbstractModel):
7508
7508
  def __init__(self):
7509
7509
  r"""
7510
7510
  :param _VpcId: VPC实例ID
7511
+ 注意:此字段可能返回 null,表示取不到有效值。
7511
7512
  :type VpcId: str
7512
7513
  :param _InstanceId: 云服务器实例唯一ID
7514
+ 注意:此字段可能返回 null,表示取不到有效值。
7513
7515
  :type InstanceId: str
7514
7516
  """
7515
7517
  self._VpcId = None
@@ -7518,6 +7520,7 @@ class ClassicLinkInstance(AbstractModel):
7518
7520
  @property
7519
7521
  def VpcId(self):
7520
7522
  """VPC实例ID
7523
+ 注意:此字段可能返回 null,表示取不到有效值。
7521
7524
  :rtype: str
7522
7525
  """
7523
7526
  return self._VpcId
@@ -7529,6 +7532,7 @@ class ClassicLinkInstance(AbstractModel):
7529
7532
  @property
7530
7533
  def InstanceId(self):
7531
7534
  """云服务器实例唯一ID
7535
+ 注意:此字段可能返回 null,表示取不到有效值。
7532
7536
  :rtype: str
7533
7537
  """
7534
7538
  return self._InstanceId
@@ -9163,14 +9167,14 @@ class CreateDefaultSecurityGroupRequest(AbstractModel):
9163
9167
 
9164
9168
  def __init__(self):
9165
9169
  r"""
9166
- :param _ProjectId: 项目ID,默认0。可在qcloud控制台项目管理页面查询到。
9170
+ :param _ProjectId: 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
9167
9171
  :type ProjectId: str
9168
9172
  """
9169
9173
  self._ProjectId = None
9170
9174
 
9171
9175
  @property
9172
9176
  def ProjectId(self):
9173
- """项目ID,默认0。可在qcloud控制台项目管理页面查询到。
9177
+ """项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
9174
9178
  :rtype: str
9175
9179
  """
9176
9180
  return self._ProjectId
@@ -9348,11 +9352,14 @@ class CreateDhcpIpRequest(AbstractModel):
9348
9352
  :type DhcpIpName: str
9349
9353
  :param _SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数。总数不能超过64个,为了兼容性,当前参数必填。
9350
9354
  :type SecondaryPrivateIpAddressCount: int
9355
+ :param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
9356
+ :type Tags: list of Tag
9351
9357
  """
9352
9358
  self._VpcId = None
9353
9359
  self._SubnetId = None
9354
9360
  self._DhcpIpName = None
9355
9361
  self._SecondaryPrivateIpAddressCount = None
9362
+ self._Tags = None
9356
9363
 
9357
9364
  @property
9358
9365
  def VpcId(self):
@@ -9398,12 +9405,29 @@ class CreateDhcpIpRequest(AbstractModel):
9398
9405
  def SecondaryPrivateIpAddressCount(self, SecondaryPrivateIpAddressCount):
9399
9406
  self._SecondaryPrivateIpAddressCount = SecondaryPrivateIpAddressCount
9400
9407
 
9408
+ @property
9409
+ def Tags(self):
9410
+ """指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
9411
+ :rtype: list of Tag
9412
+ """
9413
+ return self._Tags
9414
+
9415
+ @Tags.setter
9416
+ def Tags(self, Tags):
9417
+ self._Tags = Tags
9418
+
9401
9419
 
9402
9420
  def _deserialize(self, params):
9403
9421
  self._VpcId = params.get("VpcId")
9404
9422
  self._SubnetId = params.get("SubnetId")
9405
9423
  self._DhcpIpName = params.get("DhcpIpName")
9406
9424
  self._SecondaryPrivateIpAddressCount = params.get("SecondaryPrivateIpAddressCount")
9425
+ if params.get("Tags") is not None:
9426
+ self._Tags = []
9427
+ for item in params.get("Tags"):
9428
+ obj = Tag()
9429
+ obj._deserialize(item)
9430
+ self._Tags.append(obj)
9407
9431
  memeber_set = set(params.keys())
9408
9432
  for name, value in vars(self).items():
9409
9433
  property_name = name[1:]
@@ -10486,10 +10510,13 @@ class CreateLocalGatewayRequest(AbstractModel):
10486
10510
  :type VpcId: str
10487
10511
  :param _CdcId: CDC实例ID。
10488
10512
  :type CdcId: str
10513
+ :param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
10514
+ :type Tags: list of Tag
10489
10515
  """
10490
10516
  self._LocalGatewayName = None
10491
10517
  self._VpcId = None
10492
10518
  self._CdcId = None
10519
+ self._Tags = None
10493
10520
 
10494
10521
  @property
10495
10522
  def LocalGatewayName(self):
@@ -10524,11 +10551,28 @@ class CreateLocalGatewayRequest(AbstractModel):
10524
10551
  def CdcId(self, CdcId):
10525
10552
  self._CdcId = CdcId
10526
10553
 
10554
+ @property
10555
+ def Tags(self):
10556
+ """指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
10557
+ :rtype: list of Tag
10558
+ """
10559
+ return self._Tags
10560
+
10561
+ @Tags.setter
10562
+ def Tags(self, Tags):
10563
+ self._Tags = Tags
10564
+
10527
10565
 
10528
10566
  def _deserialize(self, params):
10529
10567
  self._LocalGatewayName = params.get("LocalGatewayName")
10530
10568
  self._VpcId = params.get("VpcId")
10531
10569
  self._CdcId = params.get("CdcId")
10570
+ if params.get("Tags") is not None:
10571
+ self._Tags = []
10572
+ for item in params.get("Tags"):
10573
+ obj = Tag()
10574
+ obj._deserialize(item)
10575
+ self._Tags.append(obj)
10532
10576
  memeber_set = set(params.keys())
10533
10577
  for name, value in vars(self).items():
10534
10578
  property_name = name[1:]
@@ -11075,6 +11119,8 @@ NONEXTHOP:无下一跳;
11075
11119
  :type NextHopDestination: str
11076
11120
  :param _NetDetectDescription: 网络探测描述。
11077
11121
  :type NetDetectDescription: str
11122
+ :param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
11123
+ :type Tags: list of Tag
11078
11124
  """
11079
11125
  self._VpcId = None
11080
11126
  self._SubnetId = None
@@ -11083,6 +11129,7 @@ NONEXTHOP:无下一跳;
11083
11129
  self._NextHopType = None
11084
11130
  self._NextHopDestination = None
11085
11131
  self._NetDetectDescription = None
11132
+ self._Tags = None
11086
11133
 
11087
11134
  @property
11088
11135
  def VpcId(self):
@@ -11175,6 +11222,17 @@ NONEXTHOP:无下一跳;
11175
11222
  def NetDetectDescription(self, NetDetectDescription):
11176
11223
  self._NetDetectDescription = NetDetectDescription
11177
11224
 
11225
+ @property
11226
+ def Tags(self):
11227
+ """指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
11228
+ :rtype: list of Tag
11229
+ """
11230
+ return self._Tags
11231
+
11232
+ @Tags.setter
11233
+ def Tags(self, Tags):
11234
+ self._Tags = Tags
11235
+
11178
11236
 
11179
11237
  def _deserialize(self, params):
11180
11238
  self._VpcId = params.get("VpcId")
@@ -11184,6 +11242,12 @@ NONEXTHOP:无下一跳;
11184
11242
  self._NextHopType = params.get("NextHopType")
11185
11243
  self._NextHopDestination = params.get("NextHopDestination")
11186
11244
  self._NetDetectDescription = params.get("NetDetectDescription")
11245
+ if params.get("Tags") is not None:
11246
+ self._Tags = []
11247
+ for item in params.get("Tags"):
11248
+ obj = Tag()
11249
+ obj._deserialize(item)
11250
+ self._Tags.append(obj)
11187
11251
  memeber_set = set(params.keys())
11188
11252
  for name, value in vars(self).items():
11189
11253
  property_name = name[1:]
@@ -11548,6 +11612,7 @@ class CreateNetworkInterfaceRequest(AbstractModel):
11548
11612
  :param _NetworkInterfaceDescription: 弹性网卡描述,可任意命名,但不得超过60个字符。
11549
11613
  :type NetworkInterfaceDescription: str
11550
11614
  :param _SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
11615
+ 配额数查询:[DescribeVpcLimits](https://cloud.tencent.com/document/api/215/42942)。
11551
11616
  :type SecondaryPrivateIpAddressCount: int
11552
11617
  :param _QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
11553
11618
  :type QosLevel: str
@@ -11621,6 +11686,7 @@ class CreateNetworkInterfaceRequest(AbstractModel):
11621
11686
  @property
11622
11687
  def SecondaryPrivateIpAddressCount(self):
11623
11688
  """新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
11689
+ 配额数查询:[DescribeVpcLimits](https://cloud.tencent.com/document/api/215/42942)。
11624
11690
  :rtype: int
11625
11691
  """
11626
11692
  return self._SecondaryPrivateIpAddressCount
@@ -22817,6 +22883,8 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
22817
22883
  :type UniformSocialCreditCode: str
22818
22884
  :param _LegalPerson: (模糊查询)法定代表人。
22819
22885
  :type LegalPerson: str
22886
+ :param _LegalPersonId: (精确查询)法人身份证号。
22887
+ :type LegalPersonId: str
22820
22888
  :param _IssuingAuthority: (模糊查询)发证机关。
22821
22889
  :type IssuingAuthority: str
22822
22890
  :param _BusinessAddress: (模糊查询)营业执照住所。
@@ -22849,6 +22917,7 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
22849
22917
  self._Company = None
22850
22918
  self._UniformSocialCreditCode = None
22851
22919
  self._LegalPerson = None
22920
+ self._LegalPersonId = None
22852
22921
  self._IssuingAuthority = None
22853
22922
  self._BusinessAddress = None
22854
22923
  self._PostCode = None
@@ -22918,6 +22987,17 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
22918
22987
  def LegalPerson(self, LegalPerson):
22919
22988
  self._LegalPerson = LegalPerson
22920
22989
 
22990
+ @property
22991
+ def LegalPersonId(self):
22992
+ """(精确查询)法人身份证号。
22993
+ :rtype: str
22994
+ """
22995
+ return self._LegalPersonId
22996
+
22997
+ @LegalPersonId.setter
22998
+ def LegalPersonId(self, LegalPersonId):
22999
+ self._LegalPersonId = LegalPersonId
23000
+
22921
23001
  @property
22922
23002
  def IssuingAuthority(self):
22923
23003
  """(模糊查询)发证机关。
@@ -23068,6 +23148,7 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
23068
23148
  self._Company = params.get("Company")
23069
23149
  self._UniformSocialCreditCode = params.get("UniformSocialCreditCode")
23070
23150
  self._LegalPerson = params.get("LegalPerson")
23151
+ self._LegalPersonId = params.get("LegalPersonId")
23071
23152
  self._IssuingAuthority = params.get("IssuingAuthority")
23072
23153
  self._BusinessAddress = params.get("BusinessAddress")
23073
23154
  self._PostCode = params.get("PostCode")
@@ -25555,7 +25636,7 @@ class DescribeIp6TranslatorsRequest(AbstractModel):
25555
25636
  <li> ip6-translator-id - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的唯一ID过滤,形如ip6-xxxxxxx。</li>
25556
25637
  <li> ip6-translator-vip6 - String - 是否必填:否 - (过滤条件)按照IPV6地址过滤。不支持模糊过滤。</li>
25557
25638
  <li> ip6-translator-name - String - 是否必填:否 - (过滤条件)按照IPV6转换实例名称过滤。不支持模糊过滤。</li>
25558
- <li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"
25639
+ <li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"。</li>
25559
25640
  :type Filters: list of Filter
25560
25641
  :param _Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
25561
25642
  :type Offset: int
@@ -25584,7 +25665,7 @@ class DescribeIp6TranslatorsRequest(AbstractModel):
25584
25665
  <li> ip6-translator-id - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的唯一ID过滤,形如ip6-xxxxxxx。</li>
25585
25666
  <li> ip6-translator-vip6 - String - 是否必填:否 - (过滤条件)按照IPV6地址过滤。不支持模糊过滤。</li>
25586
25667
  <li> ip6-translator-name - String - 是否必填:否 - (过滤条件)按照IPV6转换实例名称过滤。不支持模糊过滤。</li>
25587
- <li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"
25668
+ <li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"。</li>
25588
25669
  :rtype: list of Filter
25589
25670
  """
25590
25671
  return self._Filters
@@ -29158,11 +29239,14 @@ LOCAL_GATEWAY:本地网关。
29158
29239
  :type Offset: str
29159
29240
  :param _Limit: 返回数量,默认为20,最大值为100。
29160
29241
  :type Limit: str
29242
+ :param _NeedRouterInfo: 是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。
29243
+ :type NeedRouterInfo: bool
29161
29244
  """
29162
29245
  self._Filters = None
29163
29246
  self._RouteTableIds = None
29164
29247
  self._Offset = None
29165
29248
  self._Limit = None
29249
+ self._NeedRouterInfo = None
29166
29250
 
29167
29251
  @property
29168
29252
  def Filters(self):
@@ -29228,6 +29312,17 @@ LOCAL_GATEWAY:本地网关。
29228
29312
  def Limit(self, Limit):
29229
29313
  self._Limit = Limit
29230
29314
 
29315
+ @property
29316
+ def NeedRouterInfo(self):
29317
+ """是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。
29318
+ :rtype: bool
29319
+ """
29320
+ return self._NeedRouterInfo
29321
+
29322
+ @NeedRouterInfo.setter
29323
+ def NeedRouterInfo(self, NeedRouterInfo):
29324
+ self._NeedRouterInfo = NeedRouterInfo
29325
+
29231
29326
 
29232
29327
  def _deserialize(self, params):
29233
29328
  if params.get("Filters") is not None:
@@ -29239,6 +29334,7 @@ LOCAL_GATEWAY:本地网关。
29239
29334
  self._RouteTableIds = params.get("RouteTableIds")
29240
29335
  self._Offset = params.get("Offset")
29241
29336
  self._Limit = params.get("Limit")
29337
+ self._NeedRouterInfo = params.get("NeedRouterInfo")
29242
29338
  memeber_set = set(params.keys())
29243
29339
  for name, value in vars(self).items():
29244
29340
  property_name = name[1:]
@@ -31759,10 +31855,7 @@ class DescribeTrafficPackagesRequest(AbstractModel):
31759
31855
  r"""
31760
31856
  :param _TrafficPackageIds: 共享流量包ID,支持批量
31761
31857
  :type TrafficPackageIds: list of str
31762
- :param _Filters: 每次请求的`Filters`的上限为10。参数不支持同时指定`TrafficPackageIds`和`Filters`。详细的过滤条件如下:
31763
- <li> traffic-package_id - String - 是否必填:否 - (过滤条件)按照共享流量包的唯一标识ID过滤。</li>
31764
- <li> traffic-package-name - String - 是否必填:否 - (过滤条件)按照共享流量包名称过滤。不支持模糊过滤。</li>
31765
- <li> status - String - 是否必填:否 - (过滤条件)按照共享流量包状态过滤。可选状态:[AVAILABLE|EXPIRED|EXHAUSTED]</li>
31858
+ :param _Filters: 每次请求的`Filters`的上限为10。参数不支持同时指定`TrafficPackageIds`和`Filters`。详细的过滤条件如下:<li> traffic-package_id - String - 是否必填:否 - (过滤条件)按照共享流量包的唯一标识ID过滤。</li><li> traffic-package-name - String - 是否必填:否 - (过滤条件)按照共享流量包名称过滤。不支持模糊过滤。</li><li> status - String - 是否必填:否 - (过滤条件)按照共享流量包状态过滤。可选状态:[AVAILABLE|EXPIRED|EXHAUSTED]</li>
31766
31859
  :type Filters: list of Filter
31767
31860
  :param _Offset: 分页参数
31768
31861
  :type Offset: int
@@ -31787,10 +31880,7 @@ class DescribeTrafficPackagesRequest(AbstractModel):
31787
31880
 
31788
31881
  @property
31789
31882
  def Filters(self):
31790
- """每次请求的`Filters`的上限为10。参数不支持同时指定`TrafficPackageIds`和`Filters`。详细的过滤条件如下:
31791
- <li> traffic-package_id - String - 是否必填:否 - (过滤条件)按照共享流量包的唯一标识ID过滤。</li>
31792
- <li> traffic-package-name - String - 是否必填:否 - (过滤条件)按照共享流量包名称过滤。不支持模糊过滤。</li>
31793
- <li> status - String - 是否必填:否 - (过滤条件)按照共享流量包状态过滤。可选状态:[AVAILABLE|EXPIRED|EXHAUSTED]</li>
31883
+ """每次请求的`Filters`的上限为10。参数不支持同时指定`TrafficPackageIds`和`Filters`。详细的过滤条件如下:<li> traffic-package_id - String - 是否必填:否 - (过滤条件)按照共享流量包的唯一标识ID过滤。</li><li> traffic-package-name - String - 是否必填:否 - (过滤条件)按照共享流量包名称过滤。不支持模糊过滤。</li><li> status - String - 是否必填:否 - (过滤条件)按照共享流量包状态过滤。可选状态:[AVAILABLE|EXPIRED|EXHAUSTED]</li>
31794
31884
  :rtype: list of Filter
31795
31885
  """
31796
31886
  return self._Filters
@@ -33461,7 +33551,7 @@ class DescribeVpcsRequest(AbstractModel):
33461
33551
  <li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>
33462
33552
  **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。
33463
33553
  <li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>
33464
- <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。</li>
33554
+ <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联通。</li>
33465
33555
  :type Filters: list of Filter
33466
33556
  :param _Offset: 偏移量,默认为0。
33467
33557
  :type Offset: str
@@ -33496,7 +33586,7 @@ class DescribeVpcsRequest(AbstractModel):
33496
33586
  <li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>
33497
33587
  **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。
33498
33588
  <li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>
33499
- <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。</li>
33589
+ <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联通。</li>
33500
33590
  :rtype: list of Filter
33501
33591
  """
33502
33592
  return self._Filters
@@ -35230,6 +35320,9 @@ class DhcpIp(AbstractModel):
35230
35320
  :type State: str
35231
35321
  :param _CreatedTime: 创建时间。
35232
35322
  :type CreatedTime: str
35323
+ :param _TagSet: 标签键值对。
35324
+ 注意:此字段可能返回 null,表示取不到有效值。
35325
+ :type TagSet: list of Tag
35233
35326
  """
35234
35327
  self._DhcpIpId = None
35235
35328
  self._VpcId = None
@@ -35241,6 +35334,7 @@ class DhcpIp(AbstractModel):
35241
35334
  self._InstanceId = None
35242
35335
  self._State = None
35243
35336
  self._CreatedTime = None
35337
+ self._TagSet = None
35244
35338
 
35245
35339
  @property
35246
35340
  def DhcpIpId(self):
@@ -35354,6 +35448,18 @@ class DhcpIp(AbstractModel):
35354
35448
  def CreatedTime(self, CreatedTime):
35355
35449
  self._CreatedTime = CreatedTime
35356
35450
 
35451
+ @property
35452
+ def TagSet(self):
35453
+ """标签键值对。
35454
+ 注意:此字段可能返回 null,表示取不到有效值。
35455
+ :rtype: list of Tag
35456
+ """
35457
+ return self._TagSet
35458
+
35459
+ @TagSet.setter
35460
+ def TagSet(self, TagSet):
35461
+ self._TagSet = TagSet
35462
+
35357
35463
 
35358
35464
  def _deserialize(self, params):
35359
35465
  self._DhcpIpId = params.get("DhcpIpId")
@@ -35366,6 +35472,12 @@ class DhcpIp(AbstractModel):
35366
35472
  self._InstanceId = params.get("InstanceId")
35367
35473
  self._State = params.get("State")
35368
35474
  self._CreatedTime = params.get("CreatedTime")
35475
+ if params.get("TagSet") is not None:
35476
+ self._TagSet = []
35477
+ for item in params.get("TagSet"):
35478
+ obj = Tag()
35479
+ obj._deserialize(item)
35480
+ self._TagSet.append(obj)
35369
35481
  memeber_set = set(params.keys())
35370
35482
  for name, value in vars(self).items():
35371
35483
  property_name = name[1:]
@@ -47461,7 +47573,7 @@ class ModifyServiceTemplateAttributeRequest(AbstractModel):
47461
47573
  :type ServiceTemplateId: str
47462
47574
  :param _ServiceTemplateName: 协议端口模板名称。
47463
47575
  :type ServiceTemplateName: str
47464
- :param _Services: 支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。
47576
+ :param _Services: 支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。协议后面的端口部分长度不能超过128个字符。
47465
47577
  :type Services: list of str
47466
47578
  :param _ServicesExtra: 支持添加备注的协议端口信息,支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。
47467
47579
  :type ServicesExtra: list of ServicesInfo
@@ -47495,7 +47607,7 @@ class ModifyServiceTemplateAttributeRequest(AbstractModel):
47495
47607
 
47496
47608
  @property
47497
47609
  def Services(self):
47498
- """支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。
47610
+ """支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。协议后面的端口部分长度不能超过128个字符。
47499
47611
  :rtype: list of str
47500
47612
  """
47501
47613
  return self._Services
@@ -48171,7 +48283,7 @@ class ModifyVpcEndPointServiceAttributeRequest(AbstractModel):
48171
48283
  :type VpcId: str
48172
48284
  :param _EndPointServiceName: 终端节点服务名称。
48173
48285
  :type EndPointServiceName: str
48174
- :param _AutoAcceptFlag: 是否自动接受终端节点的连接请求。<ui><li>true:自动接受<li>false:不自动接受</ul>
48286
+ :param _AutoAcceptFlag: 是否自动接受终端节点的连接请求。<ul><li>true:自动接受</li><li>false:不自动接受</li></ul>
48175
48287
  :type AutoAcceptFlag: bool
48176
48288
  :param _ServiceInstanceId: 后端服务的ID,比如lb-xxx。
48177
48289
  :type ServiceInstanceId: str
@@ -48217,7 +48329,7 @@ class ModifyVpcEndPointServiceAttributeRequest(AbstractModel):
48217
48329
 
48218
48330
  @property
48219
48331
  def AutoAcceptFlag(self):
48220
- """是否自动接受终端节点的连接请求。<ui><li>true:自动接受<li>false:不自动接受</ul>
48332
+ """是否自动接受终端节点的连接请求。<ul><li>true:自动接受</li><li>false:不自动接受</li></ul>
48221
48333
  :rtype: bool
48222
48334
  """
48223
48335
  return self._AutoAcceptFlag
@@ -57053,8 +57165,10 @@ class RouteTableAssociation(AbstractModel):
57053
57165
  def __init__(self):
57054
57166
  r"""
57055
57167
  :param _SubnetId: 子网实例ID。
57168
+ 注意:此字段可能返回 null,表示取不到有效值。
57056
57169
  :type SubnetId: str
57057
57170
  :param _RouteTableId: 路由表实例ID。
57171
+ 注意:此字段可能返回 null,表示取不到有效值。
57058
57172
  :type RouteTableId: str
57059
57173
  """
57060
57174
  self._SubnetId = None
@@ -57063,6 +57177,7 @@ class RouteTableAssociation(AbstractModel):
57063
57177
  @property
57064
57178
  def SubnetId(self):
57065
57179
  """子网实例ID。
57180
+ 注意:此字段可能返回 null,表示取不到有效值。
57066
57181
  :rtype: str
57067
57182
  """
57068
57183
  return self._SubnetId
@@ -57074,6 +57189,7 @@ class RouteTableAssociation(AbstractModel):
57074
57189
  @property
57075
57190
  def RouteTableId(self):
57076
57191
  """路由表实例ID。
57192
+ 注意:此字段可能返回 null,表示取不到有效值。
57077
57193
  :rtype: str
57078
57194
  """
57079
57195
  return self._RouteTableId
@@ -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`