tencentcloud-sdk-python 3.0.1291__py2.py3-none-any.whl → 3.0.1293__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 (79) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/apm_client.py +6 -6
  3. tencentcloud/apm/v20210622/errorcodes.py +6 -3
  4. tencentcloud/apm/v20210622/models.py +143 -295
  5. tencentcloud/autoscaling/v20180419/models.py +21 -2
  6. tencentcloud/batch/v20170312/models.py +2 -2
  7. tencentcloud/bh/v20230418/models.py +15 -0
  8. tencentcloud/billing/v20180709/models.py +30 -0
  9. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  10. tencentcloud/cdb/v20170320/models.py +8 -468
  11. tencentcloud/cdwdoris/v20211228/models.py +64 -0
  12. tencentcloud/cfg/v20210820/models.py +15 -0
  13. tencentcloud/cfs/v20190719/errorcodes.py +6 -3
  14. tencentcloud/ckafka/v20190819/models.py +45 -0
  15. tencentcloud/clb/v20180317/models.py +32 -0
  16. tencentcloud/cls/v20201016/cls_client.py +92 -0
  17. tencentcloud/cls/v20201016/models.py +742 -25
  18. tencentcloud/cmq/v20190304/cmq_client.py +30 -10
  19. tencentcloud/cmq/v20190304/models.py +106 -106
  20. tencentcloud/cvm/v20170312/cvm_client.py +0 -115
  21. tencentcloud/cvm/v20170312/errorcodes.py +3 -9
  22. tencentcloud/cvm/v20170312/models.py +7379 -8874
  23. tencentcloud/cwp/v20180228/cwp_client.py +0 -25
  24. tencentcloud/cwp/v20180228/models.py +2 -51
  25. tencentcloud/cynosdb/v20190107/cynosdb_client.py +3 -3
  26. tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  27. tencentcloud/cynosdb/v20190107/models.py +8 -32
  28. tencentcloud/dnspod/v20210323/models.py +37 -37
  29. tencentcloud/dts/v20180330/models.py +2 -2
  30. tencentcloud/dts/v20211206/models.py +17 -0
  31. tencentcloud/emr/v20190103/emr_client.py +207 -0
  32. tencentcloud/emr/v20190103/errorcodes.py +15 -0
  33. tencentcloud/emr/v20190103/models.py +2175 -248
  34. tencentcloud/ess/v20201111/models.py +99 -20
  35. tencentcloud/essbasic/v20210526/models.py +185 -20
  36. tencentcloud/faceid/v20180301/models.py +4 -4
  37. tencentcloud/iai/v20200303/errorcodes.py +15 -0
  38. tencentcloud/iai/v20200303/iai_client.py +28 -0
  39. tencentcloud/iai/v20200303/models.py +203 -0
  40. tencentcloud/iotexplorer/v20190423/models.py +15 -0
  41. tencentcloud/keewidb/v20220308/models.py +2 -2
  42. tencentcloud/live/v20180801/models.py +111 -56
  43. tencentcloud/mna/v20210119/mna_client.py +9 -3
  44. tencentcloud/mna/v20210119/models.py +2 -2
  45. tencentcloud/mps/v20190612/models.py +75 -0
  46. tencentcloud/oceanus/v20190422/errorcodes.py +3 -0
  47. tencentcloud/oceanus/v20190422/models.py +571 -2
  48. tencentcloud/ocr/v20181119/models.py +736 -8
  49. tencentcloud/ocr/v20181119/ocr_client.py +49 -3
  50. tencentcloud/sqlserver/v20180328/models.py +258 -92
  51. tencentcloud/sqlserver/v20180328/sqlserver_client.py +1 -1
  52. tencentcloud/ssl/v20191205/models.py +6 -6
  53. tencentcloud/tbaas/v20180416/tbaas_client.py +2 -2
  54. tencentcloud/tcr/v20190924/models.py +15 -0
  55. tencentcloud/tdmq/v20200217/models.py +573 -0
  56. tencentcloud/tdmq/v20200217/tdmq_client.py +69 -0
  57. tencentcloud/tem/v20210701/models.py +2 -2
  58. tencentcloud/tem/v20210701/tem_client.py +3 -1
  59. tencentcloud/teo/v20220901/models.py +2 -0
  60. tencentcloud/teo/v20220901/teo_client.py +1 -1
  61. tencentcloud/thpc/v20211109/models.py +10 -12
  62. tencentcloud/thpc/v20220401/models.py +30 -36
  63. tencentcloud/thpc/v20230321/models.py +12 -14
  64. tencentcloud/tke/v20180525/models.py +21 -6
  65. tencentcloud/trocket/v20230308/models.py +396 -0
  66. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  67. tencentcloud/trtc/v20190722/models.py +17 -0
  68. tencentcloud/tse/v20201207/models.py +100 -0
  69. tencentcloud/tts/v20190823/models.py +2 -2
  70. tencentcloud/vpc/v20170312/errorcodes.py +6 -0
  71. tencentcloud/vpc/v20170312/models.py +545 -88
  72. tencentcloud/vpc/v20170312/vpc_client.py +69 -0
  73. tencentcloud/waf/v20180125/models.py +546 -4
  74. tencentcloud/waf/v20180125/waf_client.py +73 -2
  75. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/METADATA +1 -1
  76. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/RECORD +79 -79
  77. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/LICENSE +0 -0
  78. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/WHEEL +0 -0
  79. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/top_level.txt +0 -0
@@ -184,7 +184,6 @@ class AccessPolicy(AbstractModel):
184
184
  :param _UpdateTime: 更新时间
185
185
  :type UpdateTime: str
186
186
  :param _Remark: Remark
187
- 注意:此字段可能返回 null,表示取不到有效值。
188
187
  :type Remark: str
189
188
  """
190
189
  self._TargetCidr = None
@@ -252,7 +251,6 @@ class AccessPolicy(AbstractModel):
252
251
  @property
253
252
  def Remark(self):
254
253
  """Remark
255
- 注意:此字段可能返回 null,表示取不到有效值。
256
254
  :rtype: str
257
255
  """
258
256
  return self._Remark
@@ -4880,19 +4878,14 @@ class BgpConfigAndAsn(AbstractModel):
4880
4878
  def __init__(self):
4881
4879
  r"""
4882
4880
  :param _TunnelCidr: BGP通道CIDR
4883
- 注意:此字段可能返回 null,表示取不到有效值。
4884
4881
  :type TunnelCidr: str
4885
4882
  :param _LocalBgpIp: 本端BGP IP
4886
- 注意:此字段可能返回 null,表示取不到有效值。
4887
4883
  :type LocalBgpIp: str
4888
4884
  :param _RemoteBgpIp: 对端BGP IP
4889
- 注意:此字段可能返回 null,表示取不到有效值。
4890
4885
  :type RemoteBgpIp: str
4891
4886
  :param _LocalBgpAsn: 本端BGP ASN号
4892
- 注意:此字段可能返回 null,表示取不到有效值。
4893
4887
  :type LocalBgpAsn: str
4894
4888
  :param _RemoteBgpAsn: 对端BGP ASN号
4895
- 注意:此字段可能返回 null,表示取不到有效值。
4896
4889
  :type RemoteBgpAsn: str
4897
4890
  """
4898
4891
  self._TunnelCidr = None
@@ -4904,7 +4897,6 @@ class BgpConfigAndAsn(AbstractModel):
4904
4897
  @property
4905
4898
  def TunnelCidr(self):
4906
4899
  """BGP通道CIDR
4907
- 注意:此字段可能返回 null,表示取不到有效值。
4908
4900
  :rtype: str
4909
4901
  """
4910
4902
  return self._TunnelCidr
@@ -4916,7 +4908,6 @@ class BgpConfigAndAsn(AbstractModel):
4916
4908
  @property
4917
4909
  def LocalBgpIp(self):
4918
4910
  """本端BGP IP
4919
- 注意:此字段可能返回 null,表示取不到有效值。
4920
4911
  :rtype: str
4921
4912
  """
4922
4913
  return self._LocalBgpIp
@@ -4928,7 +4919,6 @@ class BgpConfigAndAsn(AbstractModel):
4928
4919
  @property
4929
4920
  def RemoteBgpIp(self):
4930
4921
  """对端BGP IP
4931
- 注意:此字段可能返回 null,表示取不到有效值。
4932
4922
  :rtype: str
4933
4923
  """
4934
4924
  return self._RemoteBgpIp
@@ -4940,7 +4930,6 @@ class BgpConfigAndAsn(AbstractModel):
4940
4930
  @property
4941
4931
  def LocalBgpAsn(self):
4942
4932
  """本端BGP ASN号
4943
- 注意:此字段可能返回 null,表示取不到有效值。
4944
4933
  :rtype: str
4945
4934
  """
4946
4935
  return self._LocalBgpAsn
@@ -4952,7 +4941,6 @@ class BgpConfigAndAsn(AbstractModel):
4952
4941
  @property
4953
4942
  def RemoteBgpAsn(self):
4954
4943
  """对端BGP ASN号
4955
- 注意:此字段可能返回 null,表示取不到有效值。
4956
4944
  :rtype: str
4957
4945
  """
4958
4946
  return self._RemoteBgpAsn
@@ -5837,29 +5825,25 @@ class CcnBandwidthInfo(AbstractModel):
5837
5825
  def __init__(self):
5838
5826
  r"""
5839
5827
  :param _CcnId: 带宽所属的云联网ID。
5840
- 注意:此字段可能返回 null,表示取不到有效值。
5841
5828
  :type CcnId: str
5842
5829
  :param _CreatedTime: 实例的创建时间。
5843
- 注意:此字段可能返回 null,表示取不到有效值。
5844
5830
  :type CreatedTime: str
5845
5831
  :param _ExpiredTime: 实例的过期时间
5846
- 注意:此字段可能返回 null,表示取不到有效值。
5847
5832
  :type ExpiredTime: str
5848
5833
  :param _RegionFlowControlId: 带宽实例的唯一ID。
5849
- 注意:此字段可能返回 null,表示取不到有效值。
5850
5834
  :type RegionFlowControlId: str
5851
5835
  :param _RenewFlag: 带宽是否自动续费的标记。
5852
- 注意:此字段可能返回 null,表示取不到有效值。
5853
5836
  :type RenewFlag: str
5854
5837
  :param _CcnRegionBandwidthLimit: 描述带宽的地域和限速上限信息。在地域间限速的情况下才会返回参数,出口限速模式不返回。
5855
- 注意:此字段可能返回 null,表示取不到有效值。
5856
5838
  :type CcnRegionBandwidthLimit: :class:`tencentcloud.vpc.v20170312.models.CcnRegionBandwidthLimit`
5857
5839
  :param _MarketId: 云市场实例ID。
5858
- 注意:此字段可能返回 null,表示取不到有效值。
5859
5840
  :type MarketId: str
5860
5841
  :param _TagSet: 资源绑定的标签列表
5861
- 注意:此字段可能返回 null,表示取不到有效值。
5862
5842
  :type TagSet: list of Tag
5843
+ :param _DefaultQosBandwidthFlag: `true表示`Qos默认带宽;`false`表示非Qos默认带宽;
5844
+ :type DefaultQosBandwidthFlag: bool
5845
+ :param _QosLevel: 服务等级信息。
5846
+ :type QosLevel: str
5863
5847
  """
5864
5848
  self._CcnId = None
5865
5849
  self._CreatedTime = None
@@ -5869,11 +5853,12 @@ class CcnBandwidthInfo(AbstractModel):
5869
5853
  self._CcnRegionBandwidthLimit = None
5870
5854
  self._MarketId = None
5871
5855
  self._TagSet = None
5856
+ self._DefaultQosBandwidthFlag = None
5857
+ self._QosLevel = None
5872
5858
 
5873
5859
  @property
5874
5860
  def CcnId(self):
5875
5861
  """带宽所属的云联网ID。
5876
- 注意:此字段可能返回 null,表示取不到有效值。
5877
5862
  :rtype: str
5878
5863
  """
5879
5864
  return self._CcnId
@@ -5885,7 +5870,6 @@ class CcnBandwidthInfo(AbstractModel):
5885
5870
  @property
5886
5871
  def CreatedTime(self):
5887
5872
  """实例的创建时间。
5888
- 注意:此字段可能返回 null,表示取不到有效值。
5889
5873
  :rtype: str
5890
5874
  """
5891
5875
  return self._CreatedTime
@@ -5897,7 +5881,6 @@ class CcnBandwidthInfo(AbstractModel):
5897
5881
  @property
5898
5882
  def ExpiredTime(self):
5899
5883
  """实例的过期时间
5900
- 注意:此字段可能返回 null,表示取不到有效值。
5901
5884
  :rtype: str
5902
5885
  """
5903
5886
  return self._ExpiredTime
@@ -5909,7 +5892,6 @@ class CcnBandwidthInfo(AbstractModel):
5909
5892
  @property
5910
5893
  def RegionFlowControlId(self):
5911
5894
  """带宽实例的唯一ID。
5912
- 注意:此字段可能返回 null,表示取不到有效值。
5913
5895
  :rtype: str
5914
5896
  """
5915
5897
  return self._RegionFlowControlId
@@ -5921,7 +5903,6 @@ class CcnBandwidthInfo(AbstractModel):
5921
5903
  @property
5922
5904
  def RenewFlag(self):
5923
5905
  """带宽是否自动续费的标记。
5924
- 注意:此字段可能返回 null,表示取不到有效值。
5925
5906
  :rtype: str
5926
5907
  """
5927
5908
  return self._RenewFlag
@@ -5933,7 +5914,6 @@ class CcnBandwidthInfo(AbstractModel):
5933
5914
  @property
5934
5915
  def CcnRegionBandwidthLimit(self):
5935
5916
  """描述带宽的地域和限速上限信息。在地域间限速的情况下才会返回参数,出口限速模式不返回。
5936
- 注意:此字段可能返回 null,表示取不到有效值。
5937
5917
  :rtype: :class:`tencentcloud.vpc.v20170312.models.CcnRegionBandwidthLimit`
5938
5918
  """
5939
5919
  return self._CcnRegionBandwidthLimit
@@ -5945,7 +5925,6 @@ class CcnBandwidthInfo(AbstractModel):
5945
5925
  @property
5946
5926
  def MarketId(self):
5947
5927
  """云市场实例ID。
5948
- 注意:此字段可能返回 null,表示取不到有效值。
5949
5928
  :rtype: str
5950
5929
  """
5951
5930
  return self._MarketId
@@ -5957,7 +5936,6 @@ class CcnBandwidthInfo(AbstractModel):
5957
5936
  @property
5958
5937
  def TagSet(self):
5959
5938
  """资源绑定的标签列表
5960
- 注意:此字段可能返回 null,表示取不到有效值。
5961
5939
  :rtype: list of Tag
5962
5940
  """
5963
5941
  return self._TagSet
@@ -5966,6 +5944,28 @@ class CcnBandwidthInfo(AbstractModel):
5966
5944
  def TagSet(self, TagSet):
5967
5945
  self._TagSet = TagSet
5968
5946
 
5947
+ @property
5948
+ def DefaultQosBandwidthFlag(self):
5949
+ """`true表示`Qos默认带宽;`false`表示非Qos默认带宽;
5950
+ :rtype: bool
5951
+ """
5952
+ return self._DefaultQosBandwidthFlag
5953
+
5954
+ @DefaultQosBandwidthFlag.setter
5955
+ def DefaultQosBandwidthFlag(self, DefaultQosBandwidthFlag):
5956
+ self._DefaultQosBandwidthFlag = DefaultQosBandwidthFlag
5957
+
5958
+ @property
5959
+ def QosLevel(self):
5960
+ """服务等级信息。
5961
+ :rtype: str
5962
+ """
5963
+ return self._QosLevel
5964
+
5965
+ @QosLevel.setter
5966
+ def QosLevel(self, QosLevel):
5967
+ self._QosLevel = QosLevel
5968
+
5969
5969
 
5970
5970
  def _deserialize(self, params):
5971
5971
  self._CcnId = params.get("CcnId")
@@ -5983,6 +5983,8 @@ class CcnBandwidthInfo(AbstractModel):
5983
5983
  obj = Tag()
5984
5984
  obj._deserialize(item)
5985
5985
  self._TagSet.append(obj)
5986
+ self._DefaultQosBandwidthFlag = params.get("DefaultQosBandwidthFlag")
5987
+ self._QosLevel = params.get("QosLevel")
5986
5988
  memeber_set = set(params.keys())
5987
5989
  for name, value in vars(self).items():
5988
5990
  property_name = name[1:]
@@ -6145,10 +6147,8 @@ class CcnInstance(AbstractModel):
6145
6147
  :param _Description: 备注
6146
6148
  :type Description: str
6147
6149
  :param _RouteTableId: 实例关联的路由表ID。
6148
- 注意:此字段可能返回 null,表示取不到有效值。
6149
6150
  :type RouteTableId: str
6150
6151
  :param _OrderType: 实例付费方式
6151
- 注意:此字段可能返回 null,表示取不到有效值。
6152
6152
  :type OrderType: str
6153
6153
  """
6154
6154
  self._InstanceId = None
@@ -6209,7 +6209,6 @@ class CcnInstance(AbstractModel):
6209
6209
  @property
6210
6210
  def RouteTableId(self):
6211
6211
  """实例关联的路由表ID。
6212
- 注意:此字段可能返回 null,表示取不到有效值。
6213
6212
  :rtype: str
6214
6213
  """
6215
6214
  return self._RouteTableId
@@ -6221,7 +6220,6 @@ class CcnInstance(AbstractModel):
6221
6220
  @property
6222
6221
  def OrderType(self):
6223
6222
  """实例付费方式
6224
- 注意:此字段可能返回 null,表示取不到有效值。
6225
6223
  :rtype: str
6226
6224
  """
6227
6225
  return self._OrderType
@@ -6253,6 +6251,36 @@ class CcnInstanceInfo(AbstractModel):
6253
6251
 
6254
6252
  """
6255
6253
 
6254
+ def __init__(self):
6255
+ r"""
6256
+ :param _CcnId: 云联网唯一ID。
6257
+ :type CcnId: str
6258
+ """
6259
+ self._CcnId = None
6260
+
6261
+ @property
6262
+ def CcnId(self):
6263
+ """云联网唯一ID。
6264
+ :rtype: str
6265
+ """
6266
+ return self._CcnId
6267
+
6268
+ @CcnId.setter
6269
+ def CcnId(self, CcnId):
6270
+ self._CcnId = CcnId
6271
+
6272
+
6273
+ def _deserialize(self, params):
6274
+ self._CcnId = params.get("CcnId")
6275
+ memeber_set = set(params.keys())
6276
+ for name, value in vars(self).items():
6277
+ property_name = name[1:]
6278
+ if property_name in memeber_set:
6279
+ memeber_set.remove(property_name)
6280
+ if len(memeber_set) > 0:
6281
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
6282
+
6283
+
6256
6284
 
6257
6285
  class CcnInstanceWithoutRegion(AbstractModel):
6258
6286
  """ccn实例信息(不带地域属性)
@@ -6333,7 +6361,6 @@ class CcnRegionBandwidthLimit(AbstractModel):
6333
6361
  :param _IsBm: 是否黑石地域,默认`false`。
6334
6362
  :type IsBm: bool
6335
6363
  :param _DstRegion: 目的地域,例如:ap-shanghai
6336
- 注意:此字段可能返回 null,表示取不到有效值。
6337
6364
  :type DstRegion: str
6338
6365
  :param _DstIsBm: 目的地域是否为黑石地域,默认`false`。
6339
6366
  :type DstIsBm: bool
@@ -6380,7 +6407,6 @@ class CcnRegionBandwidthLimit(AbstractModel):
6380
6407
  @property
6381
6408
  def DstRegion(self):
6382
6409
  """目的地域,例如:ap-shanghai
6383
- 注意:此字段可能返回 null,表示取不到有效值。
6384
6410
  :rtype: str
6385
6411
  """
6386
6412
  return self._DstRegion
@@ -6425,13 +6451,10 @@ class CcnRegionBandwidthLimitInfo(AbstractModel):
6425
6451
  def __init__(self):
6426
6452
  r"""
6427
6453
  :param _SourceRegion: 源地域,例如:ap-shanghai
6428
- 注意:此字段可能返回 null,表示取不到有效值。
6429
6454
  :type SourceRegion: str
6430
6455
  :param _DestinationRegion: 目的地域, 例如:ap-shanghai
6431
- 注意:此字段可能返回 null,表示取不到有效值。
6432
6456
  :type DestinationRegion: str
6433
6457
  :param _BandwidthLimit: 出带宽上限,单位:Mbps。
6434
- 注意:此字段可能返回 null,表示取不到有效值。
6435
6458
  :type BandwidthLimit: int
6436
6459
  """
6437
6460
  self._SourceRegion = None
@@ -6441,7 +6464,6 @@ class CcnRegionBandwidthLimitInfo(AbstractModel):
6441
6464
  @property
6442
6465
  def SourceRegion(self):
6443
6466
  """源地域,例如:ap-shanghai
6444
- 注意:此字段可能返回 null,表示取不到有效值。
6445
6467
  :rtype: str
6446
6468
  """
6447
6469
  return self._SourceRegion
@@ -6453,7 +6475,6 @@ class CcnRegionBandwidthLimitInfo(AbstractModel):
6453
6475
  @property
6454
6476
  def DestinationRegion(self):
6455
6477
  """目的地域, 例如:ap-shanghai
6456
- 注意:此字段可能返回 null,表示取不到有效值。
6457
6478
  :rtype: str
6458
6479
  """
6459
6480
  return self._DestinationRegion
@@ -6465,7 +6486,6 @@ class CcnRegionBandwidthLimitInfo(AbstractModel):
6465
6486
  @property
6466
6487
  def BandwidthLimit(self):
6467
6488
  """出带宽上限,单位:Mbps。
6468
- 注意:此字段可能返回 null,表示取不到有效值。
6469
6489
  :rtype: int
6470
6490
  """
6471
6491
  return self._BandwidthLimit
@@ -6523,10 +6543,8 @@ class CcnRoute(AbstractModel):
6523
6543
  :param _InstanceExtraName: 下一跳扩展名称(关联实例的扩展名称)
6524
6544
  :type InstanceExtraName: str
6525
6545
  :param _AliasType: 实例类型
6526
- 注意:此字段可能返回 null,表示取不到有效值。
6527
6546
  :type AliasType: str
6528
6547
  :param _AliasInstanceId: 实例id
6529
- 注意:此字段可能返回 null,表示取不到有效值。
6530
6548
  :type AliasInstanceId: str
6531
6549
  """
6532
6550
  self._RouteId = None
@@ -6691,7 +6709,6 @@ class CcnRoute(AbstractModel):
6691
6709
  @property
6692
6710
  def AliasType(self):
6693
6711
  """实例类型
6694
- 注意:此字段可能返回 null,表示取不到有效值。
6695
6712
  :rtype: str
6696
6713
  """
6697
6714
  return self._AliasType
@@ -6703,7 +6720,6 @@ class CcnRoute(AbstractModel):
6703
6720
  @property
6704
6721
  def AliasInstanceId(self):
6705
6722
  """实例id
6706
- 注意:此字段可能返回 null,表示取不到有效值。
6707
6723
  :rtype: str
6708
6724
  """
6709
6725
  return self._AliasInstanceId
@@ -6932,16 +6948,12 @@ class CcnRouteTableBroadcastPolicy(AbstractModel):
6932
6948
  :param _Description: 策略描述
6933
6949
  :type Description: str
6934
6950
  :param _OperateAsPath: as-path操作
6935
- 注意:此字段可能返回 null,表示取不到有效值。
6936
6951
  :type OperateAsPath: str
6937
6952
  :param _AsPathOperateMode: as-path操作模式
6938
- 注意:此字段可能返回 null,表示取不到有效值。
6939
6953
  :type AsPathOperateMode: str
6940
6954
  :param _OperateCommunitySet: community操作
6941
- 注意:此字段可能返回 null,表示取不到有效值。
6942
6955
  :type OperateCommunitySet: list of str
6943
6956
  :param _CommunityOperateMode: community操作模式
6944
- 注意:此字段可能返回 null,表示取不到有效值。
6945
6957
  :type CommunityOperateMode: str
6946
6958
  """
6947
6959
  self._RouteConditions = None
@@ -7000,7 +7012,6 @@ class CcnRouteTableBroadcastPolicy(AbstractModel):
7000
7012
  @property
7001
7013
  def OperateAsPath(self):
7002
7014
  """as-path操作
7003
- 注意:此字段可能返回 null,表示取不到有效值。
7004
7015
  :rtype: str
7005
7016
  """
7006
7017
  return self._OperateAsPath
@@ -7012,7 +7023,6 @@ class CcnRouteTableBroadcastPolicy(AbstractModel):
7012
7023
  @property
7013
7024
  def AsPathOperateMode(self):
7014
7025
  """as-path操作模式
7015
- 注意:此字段可能返回 null,表示取不到有效值。
7016
7026
  :rtype: str
7017
7027
  """
7018
7028
  return self._AsPathOperateMode
@@ -7024,7 +7034,6 @@ class CcnRouteTableBroadcastPolicy(AbstractModel):
7024
7034
  @property
7025
7035
  def OperateCommunitySet(self):
7026
7036
  """community操作
7027
- 注意:此字段可能返回 null,表示取不到有效值。
7028
7037
  :rtype: list of str
7029
7038
  """
7030
7039
  return self._OperateCommunitySet
@@ -7036,7 +7045,6 @@ class CcnRouteTableBroadcastPolicy(AbstractModel):
7036
7045
  @property
7037
7046
  def CommunityOperateMode(self):
7038
7047
  """community操作模式
7039
- 注意:此字段可能返回 null,表示取不到有效值。
7040
7048
  :rtype: str
7041
7049
  """
7042
7050
  return self._CommunityOperateMode
@@ -7255,13 +7263,10 @@ class CcnRouteTableInputPolicys(AbstractModel):
7255
7263
  def __init__(self):
7256
7264
  r"""
7257
7265
  :param _Policys: 策略列表。
7258
- 注意:此字段可能返回 null,表示取不到有效值。
7259
7266
  :type Policys: list of CcnRouteTableInputPolicy
7260
7267
  :param _PolicyVersion: 版本号。
7261
- 注意:此字段可能返回 null,表示取不到有效值。
7262
7268
  :type PolicyVersion: int
7263
7269
  :param _CreateTime: 创建时间。
7264
- 注意:此字段可能返回 null,表示取不到有效值。
7265
7270
  :type CreateTime: str
7266
7271
  """
7267
7272
  self._Policys = None
@@ -7271,7 +7276,6 @@ class CcnRouteTableInputPolicys(AbstractModel):
7271
7276
  @property
7272
7277
  def Policys(self):
7273
7278
  """策略列表。
7274
- 注意:此字段可能返回 null,表示取不到有效值。
7275
7279
  :rtype: list of CcnRouteTableInputPolicy
7276
7280
  """
7277
7281
  return self._Policys
@@ -7283,7 +7287,6 @@ class CcnRouteTableInputPolicys(AbstractModel):
7283
7287
  @property
7284
7288
  def PolicyVersion(self):
7285
7289
  """版本号。
7286
- 注意:此字段可能返回 null,表示取不到有效值。
7287
7290
  :rtype: int
7288
7291
  """
7289
7292
  return self._PolicyVersion
@@ -7295,7 +7298,6 @@ class CcnRouteTableInputPolicys(AbstractModel):
7295
7298
  @property
7296
7299
  def CreateTime(self):
7297
7300
  """创建时间。
7298
- 注意:此字段可能返回 null,表示取不到有效值。
7299
7301
  :rtype: str
7300
7302
  """
7301
7303
  return self._CreateTime
@@ -16490,10 +16492,8 @@ class CrossBorderCompliance(AbstractModel):
16490
16492
  :param _CreatedTime: 审批单创建时间。
16491
16493
  :type CreatedTime: str
16492
16494
  :param _LegalPersonId: 法定代表人身份证号。
16493
- 注意:此字段可能返回 null,表示取不到有效值。
16494
16495
  :type LegalPersonId: str
16495
16496
  :param _LegalPersonIdCard: 法定代表人身份证。
16496
- 注意:此字段可能返回 null,表示取不到有效值。
16497
16497
  :type LegalPersonIdCard: str
16498
16498
  """
16499
16499
  self._ServiceProvider = None
@@ -16766,7 +16766,6 @@ class CrossBorderCompliance(AbstractModel):
16766
16766
  @property
16767
16767
  def LegalPersonId(self):
16768
16768
  """法定代表人身份证号。
16769
- 注意:此字段可能返回 null,表示取不到有效值。
16770
16769
  :rtype: str
16771
16770
  """
16772
16771
  return self._LegalPersonId
@@ -16778,7 +16777,6 @@ class CrossBorderCompliance(AbstractModel):
16778
16777
  @property
16779
16778
  def LegalPersonIdCard(self):
16780
16779
  """法定代表人身份证。
16781
- 注意:此字段可能返回 null,表示取不到有效值。
16782
16780
  :rtype: str
16783
16781
  """
16784
16782
  return self._LegalPersonIdCard
@@ -17008,10 +17006,13 @@ class CustomerGatewayVendor(AbstractModel):
17008
17006
  def __init__(self):
17009
17007
  r"""
17010
17008
  :param _Platform: 平台。
17009
+ 注意:此字段可能返回 null,表示取不到有效值。
17011
17010
  :type Platform: str
17012
17011
  :param _SoftwareVersion: 软件版本。
17012
+ 注意:此字段可能返回 null,表示取不到有效值。
17013
17013
  :type SoftwareVersion: str
17014
17014
  :param _VendorName: 供应商名称。
17015
+ 注意:此字段可能返回 null,表示取不到有效值。
17015
17016
  :type VendorName: str
17016
17017
  """
17017
17018
  self._Platform = None
@@ -17021,6 +17022,7 @@ class CustomerGatewayVendor(AbstractModel):
17021
17022
  @property
17022
17023
  def Platform(self):
17023
17024
  """平台。
17025
+ 注意:此字段可能返回 null,表示取不到有效值。
17024
17026
  :rtype: str
17025
17027
  """
17026
17028
  return self._Platform
@@ -17032,6 +17034,7 @@ class CustomerGatewayVendor(AbstractModel):
17032
17034
  @property
17033
17035
  def SoftwareVersion(self):
17034
17036
  """软件版本。
17037
+ 注意:此字段可能返回 null,表示取不到有效值。
17035
17038
  :rtype: str
17036
17039
  """
17037
17040
  return self._SoftwareVersion
@@ -17043,6 +17046,7 @@ class CustomerGatewayVendor(AbstractModel):
17043
17046
  @property
17044
17047
  def VendorName(self):
17045
17048
  """供应商名称。
17049
+ 注意:此字段可能返回 null,表示取不到有效值。
17046
17050
  :rtype: str
17047
17051
  """
17048
17052
  return self._VendorName
@@ -24209,7 +24213,6 @@ class DescribeCrossBorderFlowMonitorResponse(AbstractModel):
24209
24213
  def __init__(self):
24210
24214
  r"""
24211
24215
  :param _CrossBorderFlowMonitorData: 云联网跨境带宽监控数据
24212
- 注意:此字段可能返回 null,表示取不到有效值。
24213
24216
  :type CrossBorderFlowMonitorData: list of CrossBorderFlowMonitorData
24214
24217
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24215
24218
  :type RequestId: str
@@ -24220,7 +24223,6 @@ class DescribeCrossBorderFlowMonitorResponse(AbstractModel):
24220
24223
  @property
24221
24224
  def CrossBorderFlowMonitorData(self):
24222
24225
  """云联网跨境带宽监控数据
24223
- 注意:此字段可能返回 null,表示取不到有效值。
24224
24226
  :rtype: list of CrossBorderFlowMonitorData
24225
24227
  """
24226
24228
  return self._CrossBorderFlowMonitorData
@@ -33003,7 +33005,6 @@ class DescribeTenantCcnsResponse(AbstractModel):
33003
33005
  def __init__(self):
33004
33006
  r"""
33005
33007
  :param _CcnSet: 云联网(CCN)对象。
33006
- 注意:此字段可能返回 null,表示取不到有效值。
33007
33008
  :type CcnSet: list of CcnInstanceInfo
33008
33009
  :param _TotalCount: 符合条件的对象总数。
33009
33010
  :type TotalCount: int
@@ -33017,7 +33018,6 @@ class DescribeTenantCcnsResponse(AbstractModel):
33017
33018
  @property
33018
33019
  def CcnSet(self):
33019
33020
  """云联网(CCN)对象。
33020
- 注意:此字段可能返回 null,表示取不到有效值。
33021
33021
  :rtype: list of CcnInstanceInfo
33022
33022
  """
33023
33023
  return self._CcnSet
@@ -35405,7 +35405,6 @@ class DescribeVpnGatewayRoutesResponse(AbstractModel):
35405
35405
  :param _Routes: VPN网关目的路由。
35406
35406
  :type Routes: list of VpnGatewayRoute
35407
35407
  :param _TotalCount: 路由条数。
35408
- 注意:此字段可能返回 null,表示取不到有效值。
35409
35408
  :type TotalCount: int
35410
35409
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
35411
35410
  :type RequestId: str
@@ -35428,7 +35427,6 @@ class DescribeVpnGatewayRoutesResponse(AbstractModel):
35428
35427
  @property
35429
35428
  def TotalCount(self):
35430
35429
  """路由条数。
35431
- 注意:此字段可能返回 null,表示取不到有效值。
35432
35430
  :rtype: int
35433
35431
  """
35434
35432
  return self._TotalCount
@@ -40684,10 +40682,8 @@ class GetCcnRegionBandwidthLimitsResponse(AbstractModel):
40684
40682
  def __init__(self):
40685
40683
  r"""
40686
40684
  :param _CcnBandwidthSet: 云联网(CCN)各地域出带宽详情。
40687
- 注意:此字段可能返回 null,表示取不到有效值。
40688
40685
  :type CcnBandwidthSet: list of CcnBandwidthInfo
40689
40686
  :param _TotalCount: 符合条件的对象数。
40690
- 注意:此字段可能返回 null,表示取不到有效值。
40691
40687
  :type TotalCount: int
40692
40688
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
40693
40689
  :type RequestId: str
@@ -40699,7 +40695,6 @@ class GetCcnRegionBandwidthLimitsResponse(AbstractModel):
40699
40695
  @property
40700
40696
  def CcnBandwidthSet(self):
40701
40697
  """云联网(CCN)各地域出带宽详情。
40702
- 注意:此字段可能返回 null,表示取不到有效值。
40703
40698
  :rtype: list of CcnBandwidthInfo
40704
40699
  """
40705
40700
  return self._CcnBandwidthSet
@@ -40711,7 +40706,6 @@ class GetCcnRegionBandwidthLimitsResponse(AbstractModel):
40711
40706
  @property
40712
40707
  def TotalCount(self):
40713
40708
  """符合条件的对象数。
40714
- 注意:此字段可能返回 null,表示取不到有效值。
40715
40709
  :rtype: int
40716
40710
  """
40717
40711
  return self._TotalCount
@@ -42088,6 +42082,168 @@ class InquirePriceCreateDirectConnectGatewayResponse(AbstractModel):
42088
42082
  self._RequestId = params.get("RequestId")
42089
42083
 
42090
42084
 
42085
+ class InquiryPriceAllocateAddressesRequest(AbstractModel):
42086
+ """InquiryPriceAllocateAddresses请求参数结构体
42087
+
42088
+ """
42089
+
42090
+ def __init__(self):
42091
+ r"""
42092
+ :param _InternetChargeType: EIP计费方式。
42093
+ <ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
42094
+ <li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
42095
+ <li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
42096
+ <li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li></ul>默认值:TRAFFIC_POSTPAID_BY_HOUR。</li>
42097
+ </ul>
42098
+ :type InternetChargeType: str
42099
+ :param _InternetMaxBandwidthOut: EIP出带宽上限,单位:Mbps。
42100
+ <ul style="margin:0"><li>账号为标准账户类型的用户,可选值范围取决于EIP计费方式:<ul>
42101
+ <li>BANDWIDTH_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li>
42102
+ <li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
42103
+ <li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
42104
+ <li>账号为传统账户类型的用户,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
42105
+ :type InternetMaxBandwidthOut: int
42106
+ :param _AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
42107
+ :type AddressChargePrepaid: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
42108
+ :param _AddressType: EIP类型。默认值:EIP。
42109
+
42110
+ <ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅部分地域支持精品IP。</li></ul><ul style="margin:0">
42111
+ <li>高防IP,可选值:<ul>
42112
+ <li>AntiDDoSEIP:高防IP</li>
42113
+ </ul>
42114
+ </li>
42115
+ </ul>
42116
+ :type AddressType: str
42117
+ """
42118
+ self._InternetChargeType = None
42119
+ self._InternetMaxBandwidthOut = None
42120
+ self._AddressChargePrepaid = None
42121
+ self._AddressType = None
42122
+
42123
+ @property
42124
+ def InternetChargeType(self):
42125
+ """EIP计费方式。
42126
+ <ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
42127
+ <li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
42128
+ <li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
42129
+ <li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li></ul>默认值:TRAFFIC_POSTPAID_BY_HOUR。</li>
42130
+ </ul>
42131
+ :rtype: str
42132
+ """
42133
+ return self._InternetChargeType
42134
+
42135
+ @InternetChargeType.setter
42136
+ def InternetChargeType(self, InternetChargeType):
42137
+ self._InternetChargeType = InternetChargeType
42138
+
42139
+ @property
42140
+ def InternetMaxBandwidthOut(self):
42141
+ """EIP出带宽上限,单位:Mbps。
42142
+ <ul style="margin:0"><li>账号为标准账户类型的用户,可选值范围取决于EIP计费方式:<ul>
42143
+ <li>BANDWIDTH_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li>
42144
+ <li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
42145
+ <li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
42146
+ <li>账号为传统账户类型的用户,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
42147
+ :rtype: int
42148
+ """
42149
+ return self._InternetMaxBandwidthOut
42150
+
42151
+ @InternetMaxBandwidthOut.setter
42152
+ def InternetMaxBandwidthOut(self, InternetMaxBandwidthOut):
42153
+ self._InternetMaxBandwidthOut = InternetMaxBandwidthOut
42154
+
42155
+ @property
42156
+ def AddressChargePrepaid(self):
42157
+ """包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
42158
+ :rtype: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
42159
+ """
42160
+ return self._AddressChargePrepaid
42161
+
42162
+ @AddressChargePrepaid.setter
42163
+ def AddressChargePrepaid(self, AddressChargePrepaid):
42164
+ self._AddressChargePrepaid = AddressChargePrepaid
42165
+
42166
+ @property
42167
+ def AddressType(self):
42168
+ """EIP类型。默认值:EIP。
42169
+
42170
+ <ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅部分地域支持精品IP。</li></ul><ul style="margin:0">
42171
+ <li>高防IP,可选值:<ul>
42172
+ <li>AntiDDoSEIP:高防IP</li>
42173
+ </ul>
42174
+ </li>
42175
+ </ul>
42176
+ :rtype: str
42177
+ """
42178
+ return self._AddressType
42179
+
42180
+ @AddressType.setter
42181
+ def AddressType(self, AddressType):
42182
+ self._AddressType = AddressType
42183
+
42184
+
42185
+ def _deserialize(self, params):
42186
+ self._InternetChargeType = params.get("InternetChargeType")
42187
+ self._InternetMaxBandwidthOut = params.get("InternetMaxBandwidthOut")
42188
+ if params.get("AddressChargePrepaid") is not None:
42189
+ self._AddressChargePrepaid = AddressChargePrepaid()
42190
+ self._AddressChargePrepaid._deserialize(params.get("AddressChargePrepaid"))
42191
+ self._AddressType = params.get("AddressType")
42192
+ memeber_set = set(params.keys())
42193
+ for name, value in vars(self).items():
42194
+ property_name = name[1:]
42195
+ if property_name in memeber_set:
42196
+ memeber_set.remove(property_name)
42197
+ if len(memeber_set) > 0:
42198
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
42199
+
42200
+
42201
+
42202
+ class InquiryPriceAllocateAddressesResponse(AbstractModel):
42203
+ """InquiryPriceAllocateAddresses返回参数结构体
42204
+
42205
+ """
42206
+
42207
+ def __init__(self):
42208
+ r"""
42209
+ :param _Price: 弹性公网IP价格
42210
+ :type Price: :class:`tencentcloud.vpc.v20170312.models.InternetPrice`
42211
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
42212
+ :type RequestId: str
42213
+ """
42214
+ self._Price = None
42215
+ self._RequestId = None
42216
+
42217
+ @property
42218
+ def Price(self):
42219
+ """弹性公网IP价格
42220
+ :rtype: :class:`tencentcloud.vpc.v20170312.models.InternetPrice`
42221
+ """
42222
+ return self._Price
42223
+
42224
+ @Price.setter
42225
+ def Price(self, Price):
42226
+ self._Price = Price
42227
+
42228
+ @property
42229
+ def RequestId(self):
42230
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
42231
+ :rtype: str
42232
+ """
42233
+ return self._RequestId
42234
+
42235
+ @RequestId.setter
42236
+ def RequestId(self, RequestId):
42237
+ self._RequestId = RequestId
42238
+
42239
+
42240
+ def _deserialize(self, params):
42241
+ if params.get("Price") is not None:
42242
+ self._Price = InternetPrice()
42243
+ self._Price._deserialize(params.get("Price"))
42244
+ self._RequestId = params.get("RequestId")
42245
+
42246
+
42091
42247
  class InquiryPriceCreateVpnGatewayRequest(AbstractModel):
42092
42248
  """InquiryPriceCreateVpnGateway请求参数结构体
42093
42249
 
@@ -42231,6 +42387,200 @@ class InquiryPriceCreateVpnGatewayResponse(AbstractModel):
42231
42387
  self._RequestId = params.get("RequestId")
42232
42388
 
42233
42389
 
42390
+ class InquiryPriceModifyAddressesBandwidthRequest(AbstractModel):
42391
+ """InquiryPriceModifyAddressesBandwidth请求参数结构体
42392
+
42393
+ """
42394
+
42395
+ def __init__(self):
42396
+ r"""
42397
+ :param _AddressIds: EIP唯一ID
42398
+ :type AddressIds: list of str
42399
+ :param _InternetMaxBandwidthOut: 新带宽值
42400
+ :type InternetMaxBandwidthOut: int
42401
+ """
42402
+ self._AddressIds = None
42403
+ self._InternetMaxBandwidthOut = None
42404
+
42405
+ @property
42406
+ def AddressIds(self):
42407
+ """EIP唯一ID
42408
+ :rtype: list of str
42409
+ """
42410
+ return self._AddressIds
42411
+
42412
+ @AddressIds.setter
42413
+ def AddressIds(self, AddressIds):
42414
+ self._AddressIds = AddressIds
42415
+
42416
+ @property
42417
+ def InternetMaxBandwidthOut(self):
42418
+ """新带宽值
42419
+ :rtype: int
42420
+ """
42421
+ return self._InternetMaxBandwidthOut
42422
+
42423
+ @InternetMaxBandwidthOut.setter
42424
+ def InternetMaxBandwidthOut(self, InternetMaxBandwidthOut):
42425
+ self._InternetMaxBandwidthOut = InternetMaxBandwidthOut
42426
+
42427
+
42428
+ def _deserialize(self, params):
42429
+ self._AddressIds = params.get("AddressIds")
42430
+ self._InternetMaxBandwidthOut = params.get("InternetMaxBandwidthOut")
42431
+ memeber_set = set(params.keys())
42432
+ for name, value in vars(self).items():
42433
+ property_name = name[1:]
42434
+ if property_name in memeber_set:
42435
+ memeber_set.remove(property_name)
42436
+ if len(memeber_set) > 0:
42437
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
42438
+
42439
+
42440
+
42441
+ class InquiryPriceModifyAddressesBandwidthResponse(AbstractModel):
42442
+ """InquiryPriceModifyAddressesBandwidth返回参数结构体
42443
+
42444
+ """
42445
+
42446
+ def __init__(self):
42447
+ r"""
42448
+ :param _Price: 弹性公网IP调整带宽询价结果
42449
+ :type Price: :class:`tencentcloud.vpc.v20170312.models.InternetPrice`
42450
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
42451
+ :type RequestId: str
42452
+ """
42453
+ self._Price = None
42454
+ self._RequestId = None
42455
+
42456
+ @property
42457
+ def Price(self):
42458
+ """弹性公网IP调整带宽询价结果
42459
+ :rtype: :class:`tencentcloud.vpc.v20170312.models.InternetPrice`
42460
+ """
42461
+ return self._Price
42462
+
42463
+ @Price.setter
42464
+ def Price(self, Price):
42465
+ self._Price = Price
42466
+
42467
+ @property
42468
+ def RequestId(self):
42469
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
42470
+ :rtype: str
42471
+ """
42472
+ return self._RequestId
42473
+
42474
+ @RequestId.setter
42475
+ def RequestId(self, RequestId):
42476
+ self._RequestId = RequestId
42477
+
42478
+
42479
+ def _deserialize(self, params):
42480
+ if params.get("Price") is not None:
42481
+ self._Price = InternetPrice()
42482
+ self._Price._deserialize(params.get("Price"))
42483
+ self._RequestId = params.get("RequestId")
42484
+
42485
+
42486
+ class InquiryPriceRenewAddressesRequest(AbstractModel):
42487
+ """InquiryPriceRenewAddresses请求参数结构体
42488
+
42489
+ """
42490
+
42491
+ def __init__(self):
42492
+ r"""
42493
+ :param _AddressIds: 续费资源实例ID。
42494
+ :type AddressIds: list of str
42495
+ :param _AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递。
42496
+ :type AddressChargePrepaid: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
42497
+ """
42498
+ self._AddressIds = None
42499
+ self._AddressChargePrepaid = None
42500
+
42501
+ @property
42502
+ def AddressIds(self):
42503
+ """续费资源实例ID。
42504
+ :rtype: list of str
42505
+ """
42506
+ return self._AddressIds
42507
+
42508
+ @AddressIds.setter
42509
+ def AddressIds(self, AddressIds):
42510
+ self._AddressIds = AddressIds
42511
+
42512
+ @property
42513
+ def AddressChargePrepaid(self):
42514
+ """包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递。
42515
+ :rtype: :class:`tencentcloud.vpc.v20170312.models.AddressChargePrepaid`
42516
+ """
42517
+ return self._AddressChargePrepaid
42518
+
42519
+ @AddressChargePrepaid.setter
42520
+ def AddressChargePrepaid(self, AddressChargePrepaid):
42521
+ self._AddressChargePrepaid = AddressChargePrepaid
42522
+
42523
+
42524
+ def _deserialize(self, params):
42525
+ self._AddressIds = params.get("AddressIds")
42526
+ if params.get("AddressChargePrepaid") is not None:
42527
+ self._AddressChargePrepaid = AddressChargePrepaid()
42528
+ self._AddressChargePrepaid._deserialize(params.get("AddressChargePrepaid"))
42529
+ memeber_set = set(params.keys())
42530
+ for name, value in vars(self).items():
42531
+ property_name = name[1:]
42532
+ if property_name in memeber_set:
42533
+ memeber_set.remove(property_name)
42534
+ if len(memeber_set) > 0:
42535
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
42536
+
42537
+
42538
+
42539
+ class InquiryPriceRenewAddressesResponse(AbstractModel):
42540
+ """InquiryPriceRenewAddresses返回参数结构体
42541
+
42542
+ """
42543
+
42544
+ def __init__(self):
42545
+ r"""
42546
+ :param _Price: 弹性公网IP续费价格。
42547
+ :type Price: :class:`tencentcloud.vpc.v20170312.models.InternetPrice`
42548
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
42549
+ :type RequestId: str
42550
+ """
42551
+ self._Price = None
42552
+ self._RequestId = None
42553
+
42554
+ @property
42555
+ def Price(self):
42556
+ """弹性公网IP续费价格。
42557
+ :rtype: :class:`tencentcloud.vpc.v20170312.models.InternetPrice`
42558
+ """
42559
+ return self._Price
42560
+
42561
+ @Price.setter
42562
+ def Price(self, Price):
42563
+ self._Price = Price
42564
+
42565
+ @property
42566
+ def RequestId(self):
42567
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
42568
+ :rtype: str
42569
+ """
42570
+ return self._RequestId
42571
+
42572
+ @RequestId.setter
42573
+ def RequestId(self, RequestId):
42574
+ self._RequestId = RequestId
42575
+
42576
+
42577
+ def _deserialize(self, params):
42578
+ if params.get("Price") is not None:
42579
+ self._Price = InternetPrice()
42580
+ self._Price._deserialize(params.get("Price"))
42581
+ self._RequestId = params.get("RequestId")
42582
+
42583
+
42234
42584
  class InquiryPriceRenewVpnGatewayRequest(AbstractModel):
42235
42585
  """InquiryPriceRenewVpnGateway请求参数结构体
42236
42586
 
@@ -42701,6 +43051,129 @@ class InstanceStatistic(AbstractModel):
42701
43051
 
42702
43052
 
42703
43053
 
43054
+ class InternetPrice(AbstractModel):
43055
+ """公网询价出参
43056
+
43057
+ """
43058
+
43059
+ def __init__(self):
43060
+ r"""
43061
+ :param _AddressPrice: 公网IP询价详细参数。
43062
+ :type AddressPrice: :class:`tencentcloud.vpc.v20170312.models.InternetPriceDetail`
43063
+ """
43064
+ self._AddressPrice = None
43065
+
43066
+ @property
43067
+ def AddressPrice(self):
43068
+ """公网IP询价详细参数。
43069
+ :rtype: :class:`tencentcloud.vpc.v20170312.models.InternetPriceDetail`
43070
+ """
43071
+ return self._AddressPrice
43072
+
43073
+ @AddressPrice.setter
43074
+ def AddressPrice(self, AddressPrice):
43075
+ self._AddressPrice = AddressPrice
43076
+
43077
+
43078
+ def _deserialize(self, params):
43079
+ if params.get("AddressPrice") is not None:
43080
+ self._AddressPrice = InternetPriceDetail()
43081
+ self._AddressPrice._deserialize(params.get("AddressPrice"))
43082
+ memeber_set = set(params.keys())
43083
+ for name, value in vars(self).items():
43084
+ property_name = name[1:]
43085
+ if property_name in memeber_set:
43086
+ memeber_set.remove(property_name)
43087
+ if len(memeber_set) > 0:
43088
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
43089
+
43090
+
43091
+
43092
+ class InternetPriceDetail(AbstractModel):
43093
+ """公网IP询价出参
43094
+
43095
+ """
43096
+
43097
+ def __init__(self):
43098
+ r"""
43099
+ :param _UnitPrice: 付费单价,单位:元,仅后付费价格查询返回。
43100
+ :type UnitPrice: float
43101
+ :param _DiscountPrice: 折扣后的价格,单位:元。
43102
+ 注意:此字段可能返回 null,表示取不到有效值。
43103
+ :type DiscountPrice: float
43104
+ :param _ChargeUnit: 计价单元,可取值范围:<ul> <li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR)。</li></ul>
43105
+ 注意:此字段可能返回 null,表示取不到有效值。
43106
+ :type ChargeUnit: str
43107
+ :param _OriginalPrice: 原价,单位:元,仅预付费价格查询返回。
43108
+ :type OriginalPrice: float
43109
+ """
43110
+ self._UnitPrice = None
43111
+ self._DiscountPrice = None
43112
+ self._ChargeUnit = None
43113
+ self._OriginalPrice = None
43114
+
43115
+ @property
43116
+ def UnitPrice(self):
43117
+ """付费单价,单位:元,仅后付费价格查询返回。
43118
+ :rtype: float
43119
+ """
43120
+ return self._UnitPrice
43121
+
43122
+ @UnitPrice.setter
43123
+ def UnitPrice(self, UnitPrice):
43124
+ self._UnitPrice = UnitPrice
43125
+
43126
+ @property
43127
+ def DiscountPrice(self):
43128
+ """折扣后的价格,单位:元。
43129
+ 注意:此字段可能返回 null,表示取不到有效值。
43130
+ :rtype: float
43131
+ """
43132
+ return self._DiscountPrice
43133
+
43134
+ @DiscountPrice.setter
43135
+ def DiscountPrice(self, DiscountPrice):
43136
+ self._DiscountPrice = DiscountPrice
43137
+
43138
+ @property
43139
+ def ChargeUnit(self):
43140
+ """计价单元,可取值范围:<ul> <li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR)。</li></ul>
43141
+ 注意:此字段可能返回 null,表示取不到有效值。
43142
+ :rtype: str
43143
+ """
43144
+ return self._ChargeUnit
43145
+
43146
+ @ChargeUnit.setter
43147
+ def ChargeUnit(self, ChargeUnit):
43148
+ self._ChargeUnit = ChargeUnit
43149
+
43150
+ @property
43151
+ def OriginalPrice(self):
43152
+ """原价,单位:元,仅预付费价格查询返回。
43153
+ :rtype: float
43154
+ """
43155
+ return self._OriginalPrice
43156
+
43157
+ @OriginalPrice.setter
43158
+ def OriginalPrice(self, OriginalPrice):
43159
+ self._OriginalPrice = OriginalPrice
43160
+
43161
+
43162
+ def _deserialize(self, params):
43163
+ self._UnitPrice = params.get("UnitPrice")
43164
+ self._DiscountPrice = params.get("DiscountPrice")
43165
+ self._ChargeUnit = params.get("ChargeUnit")
43166
+ self._OriginalPrice = params.get("OriginalPrice")
43167
+ memeber_set = set(params.keys())
43168
+ for name, value in vars(self).items():
43169
+ property_name = name[1:]
43170
+ if property_name in memeber_set:
43171
+ memeber_set.remove(property_name)
43172
+ if len(memeber_set) > 0:
43173
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
43174
+
43175
+
43176
+
42704
43177
  class Ip6Rule(AbstractModel):
42705
43178
  """IPV6转换规则
42706
43179
 
@@ -50784,7 +51257,6 @@ class ModifyVpnGatewayRoutesResponse(AbstractModel):
50784
51257
  def __init__(self):
50785
51258
  r"""
50786
51259
  :param _Routes: VPN路由信息
50787
- 注意:此字段可能返回 null,表示取不到有效值。
50788
51260
  :type Routes: list of VpnGatewayRoute
50789
51261
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
50790
51262
  :type RequestId: str
@@ -50795,7 +51267,6 @@ class ModifyVpnGatewayRoutesResponse(AbstractModel):
50795
51267
  @property
50796
51268
  def Routes(self):
50797
51269
  """VPN路由信息
50798
- 注意:此字段可能返回 null,表示取不到有效值。
50799
51270
  :rtype: list of VpnGatewayRoute
50800
51271
  """
50801
51272
  return self._Routes
@@ -58726,7 +59197,6 @@ class RouteSelectionPolicy(AbstractModel):
58726
59197
  :param _SourceCidrBlock: 源端cidr。
58727
59198
  :type SourceCidrBlock: str
58728
59199
  :param _Description: 路由表描述。
58729
- 注意:此字段可能返回 null,表示取不到有效值。
58730
59200
  :type Description: str
58731
59201
  :param _InstanceId: 实例ID。
58732
59202
  :type InstanceId: str
@@ -58812,7 +59282,6 @@ class RouteSelectionPolicy(AbstractModel):
58812
59282
  @property
58813
59283
  def Description(self):
58814
59284
  """路由表描述。
58815
- 注意:此字段可能返回 null,表示取不到有效值。
58816
59285
  :rtype: str
58817
59286
  """
58818
59287
  return self._Description
@@ -64399,24 +64868,18 @@ class VpnConnection(AbstractModel):
64399
64868
  :param _HealthCheckStatus: 通道健康检查状态,AVAILABLE:正常,UNAVAILABLE:不正常。 未配置健康检查不返回该对象
64400
64869
  :type HealthCheckStatus: str
64401
64870
  :param _DpdEnable: DPD探测开关。默认为0,表示关闭DPD探测。可选值:0(关闭),1(开启)
64402
- 注意:此字段可能返回 null,表示取不到有效值。
64403
64871
  :type DpdEnable: int
64404
64872
  :param _DpdTimeout: DPD超时时间。即探测确认对端不存在需要的时间。
64405
- 注意:此字段可能返回 null,表示取不到有效值。
64406
64873
  :type DpdTimeout: str
64407
64874
  :param _DpdAction: DPD超时后的动作。默认为clear。dpdEnable为1(开启)时有效。可取值为clear(断开)和restart(重试)
64408
- 注意:此字段可能返回 null,表示取不到有效值。
64409
64875
  :type DpdAction: str
64410
64876
  :param _TagSet: 标签键值对数组
64411
64877
  :type TagSet: list of Tag
64412
64878
  :param _NegotiationType: 协商类型
64413
- 注意:此字段可能返回 null,表示取不到有效值。
64414
64879
  :type NegotiationType: str
64415
64880
  :param _BgpConfig: Bgp配置信息
64416
- 注意:此字段可能返回 null,表示取不到有效值。
64417
64881
  :type BgpConfig: :class:`tencentcloud.vpc.v20170312.models.BgpConfigAndAsn`
64418
64882
  :param _HealthCheckConfig: Nqa配置信息
64419
- 注意:此字段可能返回 null,表示取不到有效值。
64420
64883
  :type HealthCheckConfig: :class:`tencentcloud.vpc.v20170312.models.HealthCheckConfig`
64421
64884
  """
64422
64885
  self._VpnConnectionId = None
@@ -64658,7 +65121,6 @@ class VpnConnection(AbstractModel):
64658
65121
  @property
64659
65122
  def DpdEnable(self):
64660
65123
  """DPD探测开关。默认为0,表示关闭DPD探测。可选值:0(关闭),1(开启)
64661
- 注意:此字段可能返回 null,表示取不到有效值。
64662
65124
  :rtype: int
64663
65125
  """
64664
65126
  return self._DpdEnable
@@ -64670,7 +65132,6 @@ class VpnConnection(AbstractModel):
64670
65132
  @property
64671
65133
  def DpdTimeout(self):
64672
65134
  """DPD超时时间。即探测确认对端不存在需要的时间。
64673
- 注意:此字段可能返回 null,表示取不到有效值。
64674
65135
  :rtype: str
64675
65136
  """
64676
65137
  return self._DpdTimeout
@@ -64682,7 +65143,6 @@ class VpnConnection(AbstractModel):
64682
65143
  @property
64683
65144
  def DpdAction(self):
64684
65145
  """DPD超时后的动作。默认为clear。dpdEnable为1(开启)时有效。可取值为clear(断开)和restart(重试)
64685
- 注意:此字段可能返回 null,表示取不到有效值。
64686
65146
  :rtype: str
64687
65147
  """
64688
65148
  return self._DpdAction
@@ -64705,7 +65165,6 @@ class VpnConnection(AbstractModel):
64705
65165
  @property
64706
65166
  def NegotiationType(self):
64707
65167
  """协商类型
64708
- 注意:此字段可能返回 null,表示取不到有效值。
64709
65168
  :rtype: str
64710
65169
  """
64711
65170
  return self._NegotiationType
@@ -64717,7 +65176,6 @@ class VpnConnection(AbstractModel):
64717
65176
  @property
64718
65177
  def BgpConfig(self):
64719
65178
  """Bgp配置信息
64720
- 注意:此字段可能返回 null,表示取不到有效值。
64721
65179
  :rtype: :class:`tencentcloud.vpc.v20170312.models.BgpConfigAndAsn`
64722
65180
  """
64723
65181
  return self._BgpConfig
@@ -64729,7 +65187,6 @@ class VpnConnection(AbstractModel):
64729
65187
  @property
64730
65188
  def HealthCheckConfig(self):
64731
65189
  """Nqa配置信息
64732
- 注意:此字段可能返回 null,表示取不到有效值。
64733
65190
  :rtype: :class:`tencentcloud.vpc.v20170312.models.HealthCheckConfig`
64734
65191
  """
64735
65192
  return self._HealthCheckConfig