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.
Files changed (78) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +128 -0
  3. tencentcloud/asr/v20190614/models.py +2 -2
  4. tencentcloud/autoscaling/v20180419/models.py +65 -6
  5. tencentcloud/batch/v20170312/models.py +20 -2
  6. tencentcloud/cat/v20180409/models.py +20 -0
  7. tencentcloud/cbs/v20170312/models.py +124 -70
  8. tencentcloud/ccc/v20200210/models.py +125 -0
  9. tencentcloud/cdb/v20170320/cdb_client.py +2 -2
  10. tencentcloud/cdb/v20170320/errorcodes.py +1 -1
  11. tencentcloud/cdb/v20170320/models.py +17 -6
  12. tencentcloud/cdc/v20201214/models.py +2 -54
  13. tencentcloud/cdz/v20221123/models.py +75 -1
  14. tencentcloud/ckafka/v20190819/models.py +67 -22
  15. tencentcloud/clb/v20180317/clb_client.py +1 -1
  16. tencentcloud/clb/v20180317/models.py +54 -20
  17. tencentcloud/cloudstudio/v20230508/models.py +0 -18
  18. tencentcloud/cls/v20201016/models.py +91 -0
  19. tencentcloud/cvm/v20170312/models.py +99 -22
  20. tencentcloud/cwp/v20180228/cwp_client.py +0 -25
  21. tencentcloud/cwp/v20180228/models.py +0 -197
  22. tencentcloud/dasb/v20191018/models.py +150 -0
  23. tencentcloud/emr/v20190103/emr_client.py +9 -9
  24. tencentcloud/emr/v20190103/models.py +325 -1
  25. tencentcloud/es/v20180416/errorcodes.py +3 -0
  26. tencentcloud/es/v20180416/models.py +30 -0
  27. tencentcloud/ess/v20201111/ess_client.py +22 -30
  28. tencentcloud/ess/v20201111/models.py +59 -14
  29. tencentcloud/essbasic/v20210526/essbasic_client.py +34 -8
  30. tencentcloud/essbasic/v20210526/models.py +77 -28
  31. tencentcloud/faceid/v20180301/models.py +983 -539
  32. tencentcloud/gme/v20180711/errorcodes.py +9 -0
  33. tencentcloud/gme/v20180711/models.py +17 -2
  34. tencentcloud/hai/v20230812/models.py +2 -2
  35. tencentcloud/hunyuan/v20230901/models.py +30 -0
  36. tencentcloud/iai/v20180301/models.py +40 -26
  37. tencentcloud/iai/v20200303/models.py +760 -546
  38. tencentcloud/iotexplorer/v20190423/errorcodes.py +1 -1
  39. tencentcloud/iotexplorer/v20190423/models.py +8 -8
  40. tencentcloud/iotvideo/v20191126/models.py +4 -4
  41. tencentcloud/lke/v20231130/models.py +12 -12
  42. tencentcloud/monitor/v20180724/models.py +17 -0
  43. tencentcloud/mrs/v20200910/models.py +27 -8
  44. tencentcloud/ms/v20180408/ms_client.py +3 -1
  45. tencentcloud/ocr/v20181119/models.py +519 -14
  46. tencentcloud/ocr/v20181119/ocr_client.py +49 -2
  47. tencentcloud/omics/v20221128/models.py +100 -232
  48. tencentcloud/partners/v20180321/models.py +2 -92
  49. tencentcloud/rce/v20201103/errorcodes.py +132 -0
  50. tencentcloud/rce/v20201103/models.py +261 -0
  51. tencentcloud/rce/v20201103/rce_client.py +23 -0
  52. tencentcloud/redis/v20180412/models.py +2 -6
  53. tencentcloud/rum/v20210622/models.py +15 -0
  54. tencentcloud/scf/v20180416/models.py +2 -2
  55. tencentcloud/ssl/v20191205/models.py +2 -2
  56. tencentcloud/tdmq/v20200217/models.py +40 -10
  57. tencentcloud/tds/v20220801/models.py +4 -4
  58. tencentcloud/thpc/v20230321/models.py +2 -2
  59. tencentcloud/tke/v20180525/models.py +2 -4
  60. tencentcloud/tmt/v20180321/models.py +60 -5
  61. tencentcloud/trro/v20220325/models.py +0 -30
  62. tencentcloud/trtc/v20190722/models.py +97 -2
  63. tencentcloud/vclm/v20240523/models.py +170 -100
  64. tencentcloud/vclm/v20240523/vclm_client.py +52 -52
  65. tencentcloud/vod/v20180717/models.py +114 -2
  66. tencentcloud/vod/v20180717/vod_client.py +1 -1
  67. tencentcloud/vod/v20240718/models.py +15 -15
  68. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  69. tencentcloud/vpc/v20170312/models.py +167 -10
  70. tencentcloud/vpc/v20170312/vpc_client.py +7 -2
  71. tencentcloud/waf/v20180125/models.py +618 -0
  72. tencentcloud/waf/v20180125/waf_client.py +69 -0
  73. tencentcloud/wedata/v20210820/models.py +18 -18
  74. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/METADATA +1 -1
  75. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/RECORD +78 -78
  76. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/LICENSE +0 -0
  77. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/WHEEL +0 -0
  78. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/top_level.txt +0 -0
@@ -1718,6 +1718,8 @@ class CompanyStateInfo(AbstractModel):
1718
1718
  :type BusinessId: str
1719
1719
  :param _ModifyTime: 修改时间
1720
1720
  :type ModifyTime: int
1721
+ :param _ContractNo: 合同编号
1722
+ :type ContractNo: str
1721
1723
  """
1722
1724
  self._Id = None
1723
1725
  self._CompanyName = None
@@ -1727,6 +1729,7 @@ class CompanyStateInfo(AbstractModel):
1727
1729
  self._State = None
1728
1730
  self._BusinessId = None
1729
1731
  self._ModifyTime = None
1732
+ self._ContractNo = None
1730
1733
 
1731
1734
  @property
1732
1735
  def Id(self):
@@ -1816,6 +1819,17 @@ class CompanyStateInfo(AbstractModel):
1816
1819
  def ModifyTime(self, ModifyTime):
1817
1820
  self._ModifyTime = ModifyTime
1818
1821
 
1822
+ @property
1823
+ def ContractNo(self):
1824
+ """合同编号
1825
+ :rtype: str
1826
+ """
1827
+ return self._ContractNo
1828
+
1829
+ @ContractNo.setter
1830
+ def ContractNo(self, ContractNo):
1831
+ self._ContractNo = ContractNo
1832
+
1819
1833
 
1820
1834
  def _deserialize(self, params):
1821
1835
  self._Id = params.get("Id")
@@ -1826,6 +1840,7 @@ class CompanyStateInfo(AbstractModel):
1826
1840
  self._State = params.get("State")
1827
1841
  self._BusinessId = params.get("BusinessId")
1828
1842
  self._ModifyTime = params.get("ModifyTime")
1843
+ self._ContractNo = params.get("ContractNo")
1829
1844
  memeber_set = set(params.keys())
1830
1845
  for name, value in vars(self).items():
1831
1846
  property_name = name[1:]
@@ -3844,6 +3859,12 @@ class CreatePredictiveDialingCampaignRequest(AbstractModel):
3844
3859
  :type IVRId: int
3845
3860
  :param _RetryTimes: 呼叫重试次数,0 - 2
3846
3861
  :type RetryTimes: int
3862
+ :param _Variables: 自定义变量
3863
+ :type Variables: list of Variable
3864
+ :param _UUI: UUI
3865
+ :type UUI: str
3866
+ :param _CalleeAttributes: 被叫属性
3867
+ :type CalleeAttributes: list of CalleeAttribute
3847
3868
  """
3848
3869
  self._SdkAppId = None
3849
3870
  self._Name = None
@@ -3858,6 +3879,9 @@ class CreatePredictiveDialingCampaignRequest(AbstractModel):
3858
3879
  self._EndTime = None
3859
3880
  self._IVRId = None
3860
3881
  self._RetryTimes = None
3882
+ self._Variables = None
3883
+ self._UUI = None
3884
+ self._CalleeAttributes = None
3861
3885
 
3862
3886
  @property
3863
3887
  def SdkAppId(self):
@@ -4002,6 +4026,39 @@ class CreatePredictiveDialingCampaignRequest(AbstractModel):
4002
4026
  def RetryTimes(self, RetryTimes):
4003
4027
  self._RetryTimes = RetryTimes
4004
4028
 
4029
+ @property
4030
+ def Variables(self):
4031
+ """自定义变量
4032
+ :rtype: list of Variable
4033
+ """
4034
+ return self._Variables
4035
+
4036
+ @Variables.setter
4037
+ def Variables(self, Variables):
4038
+ self._Variables = Variables
4039
+
4040
+ @property
4041
+ def UUI(self):
4042
+ """UUI
4043
+ :rtype: str
4044
+ """
4045
+ return self._UUI
4046
+
4047
+ @UUI.setter
4048
+ def UUI(self, UUI):
4049
+ self._UUI = UUI
4050
+
4051
+ @property
4052
+ def CalleeAttributes(self):
4053
+ """被叫属性
4054
+ :rtype: list of CalleeAttribute
4055
+ """
4056
+ return self._CalleeAttributes
4057
+
4058
+ @CalleeAttributes.setter
4059
+ def CalleeAttributes(self, CalleeAttributes):
4060
+ self._CalleeAttributes = CalleeAttributes
4061
+
4005
4062
 
4006
4063
  def _deserialize(self, params):
4007
4064
  self._SdkAppId = params.get("SdkAppId")
@@ -4017,6 +4074,19 @@ class CreatePredictiveDialingCampaignRequest(AbstractModel):
4017
4074
  self._EndTime = params.get("EndTime")
4018
4075
  self._IVRId = params.get("IVRId")
4019
4076
  self._RetryTimes = params.get("RetryTimes")
4077
+ if params.get("Variables") is not None:
4078
+ self._Variables = []
4079
+ for item in params.get("Variables"):
4080
+ obj = Variable()
4081
+ obj._deserialize(item)
4082
+ self._Variables.append(obj)
4083
+ self._UUI = params.get("UUI")
4084
+ if params.get("CalleeAttributes") is not None:
4085
+ self._CalleeAttributes = []
4086
+ for item in params.get("CalleeAttributes"):
4087
+ obj = CalleeAttribute()
4088
+ obj._deserialize(item)
4089
+ self._CalleeAttributes.append(obj)
4020
4090
  memeber_set = set(params.keys())
4021
4091
  for name, value in vars(self).items():
4022
4092
  property_name = name[1:]
@@ -14489,6 +14559,12 @@ class UpdatePredictiveDialingCampaignRequest(AbstractModel):
14489
14559
  :type IVRId: int
14490
14560
  :param _RetryTimes: 呼叫重试次数,0 - 2
14491
14561
  :type RetryTimes: int
14562
+ :param _Variables: 自定义变量
14563
+ :type Variables: list of Variable
14564
+ :param _UUI: UUI
14565
+ :type UUI: str
14566
+ :param _CalleeAttributes: 被叫属性
14567
+ :type CalleeAttributes: list of CalleeAttribute
14492
14568
  """
14493
14569
  self._SdkAppId = None
14494
14570
  self._CampaignId = None
@@ -14504,6 +14580,9 @@ class UpdatePredictiveDialingCampaignRequest(AbstractModel):
14504
14580
  self._EndTime = None
14505
14581
  self._IVRId = None
14506
14582
  self._RetryTimes = None
14583
+ self._Variables = None
14584
+ self._UUI = None
14585
+ self._CalleeAttributes = None
14507
14586
 
14508
14587
  @property
14509
14588
  def SdkAppId(self):
@@ -14659,6 +14738,39 @@ class UpdatePredictiveDialingCampaignRequest(AbstractModel):
14659
14738
  def RetryTimes(self, RetryTimes):
14660
14739
  self._RetryTimes = RetryTimes
14661
14740
 
14741
+ @property
14742
+ def Variables(self):
14743
+ """自定义变量
14744
+ :rtype: list of Variable
14745
+ """
14746
+ return self._Variables
14747
+
14748
+ @Variables.setter
14749
+ def Variables(self, Variables):
14750
+ self._Variables = Variables
14751
+
14752
+ @property
14753
+ def UUI(self):
14754
+ """ UUI
14755
+ :rtype: str
14756
+ """
14757
+ return self._UUI
14758
+
14759
+ @UUI.setter
14760
+ def UUI(self, UUI):
14761
+ self._UUI = UUI
14762
+
14763
+ @property
14764
+ def CalleeAttributes(self):
14765
+ """被叫属性
14766
+ :rtype: list of CalleeAttribute
14767
+ """
14768
+ return self._CalleeAttributes
14769
+
14770
+ @CalleeAttributes.setter
14771
+ def CalleeAttributes(self, CalleeAttributes):
14772
+ self._CalleeAttributes = CalleeAttributes
14773
+
14662
14774
 
14663
14775
  def _deserialize(self, params):
14664
14776
  self._SdkAppId = params.get("SdkAppId")
@@ -14675,6 +14787,19 @@ class UpdatePredictiveDialingCampaignRequest(AbstractModel):
14675
14787
  self._EndTime = params.get("EndTime")
14676
14788
  self._IVRId = params.get("IVRId")
14677
14789
  self._RetryTimes = params.get("RetryTimes")
14790
+ if params.get("Variables") is not None:
14791
+ self._Variables = []
14792
+ for item in params.get("Variables"):
14793
+ obj = Variable()
14794
+ obj._deserialize(item)
14795
+ self._Variables.append(obj)
14796
+ self._UUI = params.get("UUI")
14797
+ if params.get("CalleeAttributes") is not None:
14798
+ self._CalleeAttributes = []
14799
+ for item in params.get("CalleeAttributes"):
14800
+ obj = CalleeAttribute()
14801
+ obj._deserialize(item)
14802
+ self._CalleeAttributes.append(obj)
14678
14803
  memeber_set = set(params.keys())
14679
14804
  for name, value in vars(self).items():
14680
14805
  property_name = name[1:]
@@ -535,7 +535,7 @@ class CdbClient(AbstractClient):
535
535
 
536
536
 
537
537
  def CreateDBInstance(self, request):
538
- """本接口(CreateDBInstance)用于创建包年包月的云数据库实例(包括主实例、灾备实例和只读实例),可通过传入实例规格、MySQL 版本号、购买时长和数量等信息创建云数据库实例。
538
+ """本接口(CreateDBInstance)用于创建包年包月的云数据库实例(包括主实例、灾备实例和只读实例),可通过传入实例规格、MySQL 版本号、购买时长和数量等信息创建云数据库实例。
539
539
 
540
540
  该接口为异步接口,您还可以使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询该实例的详细信息。当该实例的 Status 为1,且 TaskStatus 为0,表示实例已经发货成功。
541
541
 
@@ -567,7 +567,7 @@ class CdbClient(AbstractClient):
567
567
 
568
568
 
569
569
  def CreateDBInstanceHour(self, request):
570
- """本接口(CreateDBInstanceHour)用于创建按量计费的实例,可通过传入实例规格、MySQL 版本号和数量等信息创建云数据库实例,支持主实例、灾备实例和只读实例的创建。
570
+ """本接口(CreateDBInstanceHour)用于创建按量计费的实例,可通过传入实例规格、MySQL 版本号和数量等信息创建云数据库实例,支持主实例、灾备实例和只读实例的创建。
571
571
 
572
572
  该接口为异步接口,您还可以使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询该实例的详细信息。当该实例的 Status 为 1,且 TaskStatus 为 0,表示实例已经发货成功。
573
573
 
@@ -566,7 +566,7 @@ RESOURCENOTFOUND = 'ResourceNotFound'
566
566
  # 未找到数据库实例,请确认您的实例状态是否正常。
567
567
  RESOURCENOTFOUND_CDBINSTANCENOTFOUNDERROR = 'ResourceNotFound.CdbInstanceNotFoundError'
568
568
 
569
- # 高可用版实例不存在。
569
+ # 该实例不存在。
570
570
  RESOURCENOTFOUND_INSTANCENOTFOUNDERROR = 'ResourceNotFound.InstanceNotFoundError'
571
571
 
572
572
  # 该实例不存在。
@@ -8047,6 +8047,8 @@ class CreateDBInstanceHourRequest(AbstractModel):
8047
8047
  :type ClusterTopology: :class:`tencentcloud.cdb.v20170320.models.ClusterTopology`
8048
8048
  :param _DiskType: 磁盘类型,基础版或者集群版实例可以指定此参数。CLOUD_SSD 表示 SSD 云硬盘,CLOUD_HSSD 表示增强型 SSD 云硬盘。
8049
8049
  :type DiskType: str
8050
+ :param _ClusterType: 集群类型:cage——金融围拢,cdc——CDB ON CDC;dedicate——独享集群
8051
+ :type ClusterType: str
8050
8052
  """
8051
8053
  self._GoodsNum = None
8052
8054
  self._Memory = None
@@ -8088,6 +8090,7 @@ class CreateDBInstanceHourRequest(AbstractModel):
8088
8090
  self._DataProtectVolume = None
8089
8091
  self._ClusterTopology = None
8090
8092
  self._DiskType = None
8093
+ self._ClusterType = None
8091
8094
 
8092
8095
  @property
8093
8096
  def GoodsNum(self):
@@ -8535,6 +8538,17 @@ class CreateDBInstanceHourRequest(AbstractModel):
8535
8538
  def DiskType(self, DiskType):
8536
8539
  self._DiskType = DiskType
8537
8540
 
8541
+ @property
8542
+ def ClusterType(self):
8543
+ """集群类型:cage——金融围拢,cdc——CDB ON CDC;dedicate——独享集群
8544
+ :rtype: str
8545
+ """
8546
+ return self._ClusterType
8547
+
8548
+ @ClusterType.setter
8549
+ def ClusterType(self, ClusterType):
8550
+ self._ClusterType = ClusterType
8551
+
8538
8552
 
8539
8553
  def _deserialize(self, params):
8540
8554
  self._GoodsNum = params.get("GoodsNum")
@@ -8591,6 +8605,7 @@ class CreateDBInstanceHourRequest(AbstractModel):
8591
8605
  self._ClusterTopology = ClusterTopology()
8592
8606
  self._ClusterTopology._deserialize(params.get("ClusterTopology"))
8593
8607
  self._DiskType = params.get("DiskType")
8608
+ self._ClusterType = params.get("ClusterType")
8594
8609
  memeber_set = set(params.keys())
8595
8610
  for name, value in vars(self).items():
8596
8611
  property_name = name[1:]
@@ -8687,7 +8702,7 @@ class CreateDBInstanceRequest(AbstractModel):
8687
8702
  :type Port: int
8688
8703
  :param _InstanceRole: 实例类型,默认为 master,支持值包括:master - 表示主实例,dr - 表示灾备实例,ro - 表示只读实例。
8689
8704
  :type InstanceRole: str
8690
- :param _MasterInstanceId: 实例 ID,购买只读实例时必填,该字段表示只读实例的主实例ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
8705
+ :param _MasterInstanceId: 实例 ID,购买只读实例时必填,该字段表示只读实例的主实例 ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
8691
8706
  :type MasterInstanceId: str
8692
8707
  :param _EngineVersion: MySQL 版本,值包括:5.5、5.6、5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
8693
8708
  说明:创建非集群版实例时,请根据需要指定实例版本(推荐5.7或8.0),若此参数不填,则默认值为5.6;若创建的是集群版实例,则此参数仅能指定为5.7或8.0。
@@ -8911,7 +8926,7 @@ class CreateDBInstanceRequest(AbstractModel):
8911
8926
 
8912
8927
  @property
8913
8928
  def MasterInstanceId(self):
8914
- """实例 ID,购买只读实例时必填,该字段表示只读实例的主实例ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
8929
+ """实例 ID,购买只读实例时必填,该字段表示只读实例的主实例 ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
8915
8930
  :rtype: str
8916
8931
  """
8917
8932
  return self._MasterInstanceId
@@ -31120,10 +31135,8 @@ class ProxyInst(AbstractModel):
31120
31135
  注意:此字段可能返回 null,表示取不到有效值。
31121
31136
  :type Zone: str
31122
31137
  :param _InstNodeId: 实例节点ID
31123
- 注意:此字段可能返回 null,表示取不到有效值。
31124
31138
  :type InstNodeId: str
31125
31139
  :param _InstNodeRole: 节点角色
31126
- 注意:此字段可能返回 null,表示取不到有效值。
31127
31140
  :type InstNodeRole: str
31128
31141
  """
31129
31142
  self._InstanceId = None
@@ -31223,7 +31236,6 @@ class ProxyInst(AbstractModel):
31223
31236
  @property
31224
31237
  def InstNodeId(self):
31225
31238
  """实例节点ID
31226
- 注意:此字段可能返回 null,表示取不到有效值。
31227
31239
  :rtype: str
31228
31240
  """
31229
31241
  return self._InstNodeId
@@ -31235,7 +31247,6 @@ class ProxyInst(AbstractModel):
31235
31247
  @property
31236
31248
  def InstNodeRole(self):
31237
31249
  """节点角色
31238
- 注意:此字段可能返回 null,表示取不到有效值。
31239
31250
  :rtype: str
31240
31251
  """
31241
31252
  return self._InstNodeRole
@@ -1063,7 +1063,7 @@ class DedicatedClusterInstanceType(AbstractModel):
1063
1063
  :type Fpga: int
1064
1064
  :param _Remark: 机型描述
1065
1065
  :type Remark: str
1066
- :param _Status: 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br><li>SOLD_OUT:表示实例已售罄。
1066
+ :param _Status: 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li><li>SOLD_OUT:表示实例已售罄。</li>
1067
1067
  :type Status: str
1068
1068
  """
1069
1069
  self._Zone = None
@@ -1238,7 +1238,7 @@ class DedicatedClusterInstanceType(AbstractModel):
1238
1238
 
1239
1239
  @property
1240
1240
  def Status(self):
1241
- """实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br><li>SOLD_OUT:表示实例已售罄。
1241
+ """实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li><li>SOLD_OUT:表示实例已售罄。</li>
1242
1242
  :rtype: str
1243
1243
  """
1244
1244
  return self._Status
@@ -1331,25 +1331,18 @@ class DedicatedClusterOrder(AbstractModel):
1331
1331
  注意:此字段可能返回 null,表示取不到有效值。
1332
1332
  :type OrderType: str
1333
1333
  :param _CheckStatus: 验收状态
1334
- 注意:此字段可能返回 null,表示取不到有效值。
1335
1334
  :type CheckStatus: str
1336
1335
  :param _DeliverExpectTime: 交付预期时间
1337
- 注意:此字段可能返回 null,表示取不到有效值。
1338
1336
  :type DeliverExpectTime: str
1339
1337
  :param _DeliverFinishTime: 交付实际完成时间
1340
- 注意:此字段可能返回 null,表示取不到有效值。
1341
1338
  :type DeliverFinishTime: str
1342
1339
  :param _CheckExpectTime: 验收预期时间
1343
- 注意:此字段可能返回 null,表示取不到有效值。
1344
1340
  :type CheckExpectTime: str
1345
1341
  :param _CheckFinishTime: 验收实际完成时间
1346
- 注意:此字段可能返回 null,表示取不到有效值。
1347
1342
  :type CheckFinishTime: str
1348
1343
  :param _OrderSLA: 订单SLA
1349
- 注意:此字段可能返回 null,表示取不到有效值。
1350
1344
  :type OrderSLA: str
1351
1345
  :param _OrderPayPlan: 订单支付计划
1352
- 注意:此字段可能返回 null,表示取不到有效值。
1353
1346
  :type OrderPayPlan: str
1354
1347
  """
1355
1348
  self._DedicatedClusterId = None
@@ -1612,7 +1605,6 @@ class DedicatedClusterOrder(AbstractModel):
1612
1605
  @property
1613
1606
  def CheckStatus(self):
1614
1607
  """验收状态
1615
- 注意:此字段可能返回 null,表示取不到有效值。
1616
1608
  :rtype: str
1617
1609
  """
1618
1610
  return self._CheckStatus
@@ -1624,7 +1616,6 @@ class DedicatedClusterOrder(AbstractModel):
1624
1616
  @property
1625
1617
  def DeliverExpectTime(self):
1626
1618
  """交付预期时间
1627
- 注意:此字段可能返回 null,表示取不到有效值。
1628
1619
  :rtype: str
1629
1620
  """
1630
1621
  return self._DeliverExpectTime
@@ -1636,7 +1627,6 @@ class DedicatedClusterOrder(AbstractModel):
1636
1627
  @property
1637
1628
  def DeliverFinishTime(self):
1638
1629
  """交付实际完成时间
1639
- 注意:此字段可能返回 null,表示取不到有效值。
1640
1630
  :rtype: str
1641
1631
  """
1642
1632
  return self._DeliverFinishTime
@@ -1648,7 +1638,6 @@ class DedicatedClusterOrder(AbstractModel):
1648
1638
  @property
1649
1639
  def CheckExpectTime(self):
1650
1640
  """验收预期时间
1651
- 注意:此字段可能返回 null,表示取不到有效值。
1652
1641
  :rtype: str
1653
1642
  """
1654
1643
  return self._CheckExpectTime
@@ -1660,7 +1649,6 @@ class DedicatedClusterOrder(AbstractModel):
1660
1649
  @property
1661
1650
  def CheckFinishTime(self):
1662
1651
  """验收实际完成时间
1663
- 注意:此字段可能返回 null,表示取不到有效值。
1664
1652
  :rtype: str
1665
1653
  """
1666
1654
  return self._CheckFinishTime
@@ -1672,7 +1660,6 @@ class DedicatedClusterOrder(AbstractModel):
1672
1660
  @property
1673
1661
  def OrderSLA(self):
1674
1662
  """订单SLA
1675
- 注意:此字段可能返回 null,表示取不到有效值。
1676
1663
  :rtype: str
1677
1664
  """
1678
1665
  return self._OrderSLA
@@ -1684,7 +1671,6 @@ class DedicatedClusterOrder(AbstractModel):
1684
1671
  @property
1685
1672
  def OrderPayPlan(self):
1686
1673
  """订单支付计划
1687
- 注意:此字段可能返回 null,表示取不到有效值。
1688
1674
  :rtype: str
1689
1675
  """
1690
1676
  return self._OrderPayPlan
@@ -2535,10 +2521,8 @@ class DescribeDedicatedClusterCbsStatisticsResponse(AbstractModel):
2535
2521
  def __init__(self):
2536
2522
  r"""
2537
2523
  :param _SetList: 云硬盘仓库信息
2538
- 注意:此字段可能返回 null,表示取不到有效值。
2539
2524
  :type SetList: list of SetInfo
2540
2525
  :param _TotalCount: 总数
2541
- 注意:此字段可能返回 null,表示取不到有效值。
2542
2526
  :type TotalCount: int
2543
2527
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2544
2528
  :type RequestId: str
@@ -2550,7 +2534,6 @@ class DescribeDedicatedClusterCbsStatisticsResponse(AbstractModel):
2550
2534
  @property
2551
2535
  def SetList(self):
2552
2536
  """云硬盘仓库信息
2553
- 注意:此字段可能返回 null,表示取不到有效值。
2554
2537
  :rtype: list of SetInfo
2555
2538
  """
2556
2539
  return self._SetList
@@ -2562,7 +2545,6 @@ class DescribeDedicatedClusterCbsStatisticsResponse(AbstractModel):
2562
2545
  @property
2563
2546
  def TotalCount(self):
2564
2547
  """总数
2565
- 注意:此字段可能返回 null,表示取不到有效值。
2566
2548
  :rtype: int
2567
2549
  """
2568
2550
  return self._TotalCount
@@ -3283,13 +3265,10 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
3283
3265
  注意:此字段可能返回 null,表示取不到有效值。
3284
3266
  :type VpnConnectionBandwidthData: list of VpngwBandwidthData
3285
3267
  :param _HostDetailInfo: 宿主机资源概览信息
3286
- 注意:此字段可能返回 null,表示取不到有效值。
3287
3268
  :type HostDetailInfo: list of HostDetailInfo
3288
3269
  :param _HostStandbyCount: 热备宿主机数量
3289
- 注意:此字段可能返回 null,表示取不到有效值。
3290
3270
  :type HostStandbyCount: int
3291
3271
  :param _HostNormalCount: 普通宿主机数量
3292
- 注意:此字段可能返回 null,表示取不到有效值。
3293
3272
  :type HostNormalCount: int
3294
3273
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3295
3274
  :type RequestId: str
@@ -3378,7 +3357,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
3378
3357
  @property
3379
3358
  def HostDetailInfo(self):
3380
3359
  """宿主机资源概览信息
3381
- 注意:此字段可能返回 null,表示取不到有效值。
3382
3360
  :rtype: list of HostDetailInfo
3383
3361
  """
3384
3362
  return self._HostDetailInfo
@@ -3390,7 +3368,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
3390
3368
  @property
3391
3369
  def HostStandbyCount(self):
3392
3370
  """热备宿主机数量
3393
- 注意:此字段可能返回 null,表示取不到有效值。
3394
3371
  :rtype: int
3395
3372
  """
3396
3373
  return self._HostStandbyCount
@@ -3402,7 +3379,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
3402
3379
  @property
3403
3380
  def HostNormalCount(self):
3404
3381
  """普通宿主机数量
3405
- 注意:此字段可能返回 null,表示取不到有效值。
3406
3382
  :rtype: int
3407
3383
  """
3408
3384
  return self._HostNormalCount
@@ -4178,10 +4154,8 @@ class DetailData(AbstractModel):
4178
4154
  def __init__(self):
4179
4155
  r"""
4180
4156
  :param _Timestamps: 时间戳
4181
- 注意:此字段可能返回 null,表示取不到有效值。
4182
4157
  :type Timestamps: list of float
4183
4158
  :param _Values: 对应的具体值
4184
- 注意:此字段可能返回 null,表示取不到有效值。
4185
4159
  :type Values: list of float
4186
4160
  """
4187
4161
  self._Timestamps = None
@@ -4190,7 +4164,6 @@ class DetailData(AbstractModel):
4190
4164
  @property
4191
4165
  def Timestamps(self):
4192
4166
  """时间戳
4193
- 注意:此字段可能返回 null,表示取不到有效值。
4194
4167
  :rtype: list of float
4195
4168
  """
4196
4169
  return self._Timestamps
@@ -4202,7 +4175,6 @@ class DetailData(AbstractModel):
4202
4175
  @property
4203
4176
  def Values(self):
4204
4177
  """对应的具体值
4205
- 注意:此字段可能返回 null,表示取不到有效值。
4206
4178
  :rtype: list of float
4207
4179
  """
4208
4180
  return self._Values
@@ -4233,19 +4205,14 @@ class HostDetailInfo(AbstractModel):
4233
4205
  def __init__(self):
4234
4206
  r"""
4235
4207
  :param _HostTypeFamily: 类型族
4236
- 注意:此字段可能返回 null,表示取不到有效值。
4237
4208
  :type HostTypeFamily: str
4238
4209
  :param _CpuTotal: 总CPU
4239
- 注意:此字段可能返回 null,表示取不到有效值。
4240
4210
  :type CpuTotal: float
4241
4211
  :param _CpuAvailable: 可用CPU
4242
- 注意:此字段可能返回 null,表示取不到有效值。
4243
4212
  :type CpuAvailable: float
4244
4213
  :param _MemTotal: 总内存
4245
- 注意:此字段可能返回 null,表示取不到有效值。
4246
4214
  :type MemTotal: float
4247
4215
  :param _MemAvailable: 可用内存
4248
- 注意:此字段可能返回 null,表示取不到有效值。
4249
4216
  :type MemAvailable: float
4250
4217
  """
4251
4218
  self._HostTypeFamily = None
@@ -4257,7 +4224,6 @@ class HostDetailInfo(AbstractModel):
4257
4224
  @property
4258
4225
  def HostTypeFamily(self):
4259
4226
  """类型族
4260
- 注意:此字段可能返回 null,表示取不到有效值。
4261
4227
  :rtype: str
4262
4228
  """
4263
4229
  return self._HostTypeFamily
@@ -4269,7 +4235,6 @@ class HostDetailInfo(AbstractModel):
4269
4235
  @property
4270
4236
  def CpuTotal(self):
4271
4237
  """总CPU
4272
- 注意:此字段可能返回 null,表示取不到有效值。
4273
4238
  :rtype: float
4274
4239
  """
4275
4240
  return self._CpuTotal
@@ -4281,7 +4246,6 @@ class HostDetailInfo(AbstractModel):
4281
4246
  @property
4282
4247
  def CpuAvailable(self):
4283
4248
  """可用CPU
4284
- 注意:此字段可能返回 null,表示取不到有效值。
4285
4249
  :rtype: float
4286
4250
  """
4287
4251
  return self._CpuAvailable
@@ -4293,7 +4257,6 @@ class HostDetailInfo(AbstractModel):
4293
4257
  @property
4294
4258
  def MemTotal(self):
4295
4259
  """总内存
4296
- 注意:此字段可能返回 null,表示取不到有效值。
4297
4260
  :rtype: float
4298
4261
  """
4299
4262
  return self._MemTotal
@@ -4305,7 +4268,6 @@ class HostDetailInfo(AbstractModel):
4305
4268
  @property
4306
4269
  def MemAvailable(self):
4307
4270
  """可用内存
4308
- 注意:此字段可能返回 null,表示取不到有效值。
4309
4271
  :rtype: float
4310
4272
  """
4311
4273
  return self._MemAvailable
@@ -4537,25 +4499,18 @@ class HostStatistic(AbstractModel):
4537
4499
  :param _Count: 该规格宿主机的数量
4538
4500
  :type Count: int
4539
4501
  :param _CpuAverage: 平均cpu负载百分比
4540
- 注意:此字段可能返回 null,表示取不到有效值。
4541
4502
  :type CpuAverage: float
4542
4503
  :param _MemAverage: 平均内存使用率百分比
4543
- 注意:此字段可能返回 null,表示取不到有效值。
4544
4504
  :type MemAverage: float
4545
4505
  :param _NetAverage: 平均网络流量
4546
- 注意:此字段可能返回 null,表示取不到有效值。
4547
4506
  :type NetAverage: float
4548
4507
  :param _CpuDetailData: cpu详细监控数据
4549
- 注意:此字段可能返回 null,表示取不到有效值。
4550
4508
  :type CpuDetailData: :class:`tencentcloud.cdc.v20201214.models.DetailData`
4551
4509
  :param _MemDetailData: 内存详细数据
4552
- 注意:此字段可能返回 null,表示取不到有效值。
4553
4510
  :type MemDetailData: :class:`tencentcloud.cdc.v20201214.models.DetailData`
4554
4511
  :param _NetRateDetailData: 网络速率详细数据
4555
- 注意:此字段可能返回 null,表示取不到有效值。
4556
4512
  :type NetRateDetailData: :class:`tencentcloud.cdc.v20201214.models.DetailData`
4557
4513
  :param _NetPacketDetailData: 网速包详细数据
4558
- 注意:此字段可能返回 null,表示取不到有效值。
4559
4514
  :type NetPacketDetailData: :class:`tencentcloud.cdc.v20201214.models.DetailData`
4560
4515
  """
4561
4516
  self._HostType = None
@@ -4629,7 +4584,6 @@ class HostStatistic(AbstractModel):
4629
4584
  @property
4630
4585
  def CpuAverage(self):
4631
4586
  """平均cpu负载百分比
4632
- 注意:此字段可能返回 null,表示取不到有效值。
4633
4587
  :rtype: float
4634
4588
  """
4635
4589
  return self._CpuAverage
@@ -4641,7 +4595,6 @@ class HostStatistic(AbstractModel):
4641
4595
  @property
4642
4596
  def MemAverage(self):
4643
4597
  """平均内存使用率百分比
4644
- 注意:此字段可能返回 null,表示取不到有效值。
4645
4598
  :rtype: float
4646
4599
  """
4647
4600
  return self._MemAverage
@@ -4653,7 +4606,6 @@ class HostStatistic(AbstractModel):
4653
4606
  @property
4654
4607
  def NetAverage(self):
4655
4608
  """平均网络流量
4656
- 注意:此字段可能返回 null,表示取不到有效值。
4657
4609
  :rtype: float
4658
4610
  """
4659
4611
  return self._NetAverage
@@ -4665,7 +4617,6 @@ class HostStatistic(AbstractModel):
4665
4617
  @property
4666
4618
  def CpuDetailData(self):
4667
4619
  """cpu详细监控数据
4668
- 注意:此字段可能返回 null,表示取不到有效值。
4669
4620
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
4670
4621
  """
4671
4622
  return self._CpuDetailData
@@ -4677,7 +4628,6 @@ class HostStatistic(AbstractModel):
4677
4628
  @property
4678
4629
  def MemDetailData(self):
4679
4630
  """内存详细数据
4680
- 注意:此字段可能返回 null,表示取不到有效值。
4681
4631
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
4682
4632
  """
4683
4633
  return self._MemDetailData
@@ -4689,7 +4639,6 @@ class HostStatistic(AbstractModel):
4689
4639
  @property
4690
4640
  def NetRateDetailData(self):
4691
4641
  """网络速率详细数据
4692
- 注意:此字段可能返回 null,表示取不到有效值。
4693
4642
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
4694
4643
  """
4695
4644
  return self._NetRateDetailData
@@ -4701,7 +4650,6 @@ class HostStatistic(AbstractModel):
4701
4650
  @property
4702
4651
  def NetPacketDetailData(self):
4703
4652
  """网速包详细数据
4704
- 注意:此字段可能返回 null,表示取不到有效值。
4705
4653
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
4706
4654
  """
4707
4655
  return self._NetPacketDetailData