tencentcloud-sdk-python 3.0.1302__py2.py3-none-any.whl → 3.0.1304__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 (38) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +19 -0
  3. tencentcloud/apm/v20210622/errorcodes.py +8 -8
  4. tencentcloud/cat/v20180409/cat_client.py +1 -1
  5. tencentcloud/ccc/v20200210/ccc_client.py +25 -0
  6. tencentcloud/ccc/v20200210/models.py +159 -0
  7. tencentcloud/cdb/v20170320/models.py +15 -0
  8. tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
  9. tencentcloud/cdwdoris/v20211228/models.py +45 -306
  10. tencentcloud/clb/v20180317/models.py +146 -20
  11. tencentcloud/config/v20220802/models.py +2 -2
  12. tencentcloud/dc/v20180410/models.py +30 -2
  13. tencentcloud/dlc/v20210125/models.py +89 -0
  14. tencentcloud/emr/v20190103/models.py +50 -116
  15. tencentcloud/ess/v20201111/models.py +42 -24
  16. tencentcloud/essbasic/v20210526/models.py +64 -40
  17. tencentcloud/hunyuan/v20230901/models.py +40 -2
  18. tencentcloud/lke/v20231130/models.py +15 -0
  19. tencentcloud/lkeap/v20240522/models.py +8 -4
  20. tencentcloud/monitor/v20180724/models.py +55 -4
  21. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  22. tencentcloud/mps/v20190612/errorcodes.py +6 -0
  23. tencentcloud/mps/v20190612/models.py +867 -8
  24. tencentcloud/mps/v20190612/mps_client.py +138 -0
  25. tencentcloud/ocr/v20181119/models.py +45 -0
  26. tencentcloud/ssl/v20191205/models.py +4 -4
  27. tencentcloud/ssl/v20191205/ssl_client.py +1 -1
  28. tencentcloud/tchd/v20230306/models.py +0 -2
  29. tencentcloud/tiw/v20190919/models.py +6 -0
  30. tencentcloud/trtc/v20190722/models.py +15 -0
  31. tencentcloud/tse/v20201207/models.py +17 -0
  32. tencentcloud/vpc/v20170312/models.py +362 -12
  33. tencentcloud/wedata/v20210820/models.py +475 -0
  34. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/RECORD +38 -38
  36. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/LICENSE +0 -0
  37. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/WHEEL +0 -0
  38. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/top_level.txt +0 -0
@@ -21591,95 +21591,66 @@ class NodeHardwareInfo(AbstractModel):
21591
21591
  def __init__(self):
21592
21592
  r"""
21593
21593
  :param _AppId: 用户APPID
21594
- 注意:此字段可能返回 null,表示取不到有效值。
21595
21594
  :type AppId: int
21596
21595
  :param _SerialNo: 序列号
21597
- 注意:此字段可能返回 null,表示取不到有效值。
21598
21596
  :type SerialNo: str
21599
21597
  :param _OrderNo: 机器实例ID
21600
- 注意:此字段可能返回 null,表示取不到有效值。
21601
21598
  :type OrderNo: str
21602
21599
  :param _WanIp: master节点绑定外网IP
21603
- 注意:此字段可能返回 null,表示取不到有效值。
21604
21600
  :type WanIp: str
21605
21601
  :param _Flag: 节点类型。0:common节点;1:master节点
21606
21602
  ;2:core节点;3:task节点
21607
- 注意:此字段可能返回 null,表示取不到有效值。
21608
21603
  :type Flag: int
21609
21604
  :param _Spec: 节点规格
21610
- 注意:此字段可能返回 null,表示取不到有效值。
21611
21605
  :type Spec: str
21612
21606
  :param _CpuNum: 节点核数
21613
- 注意:此字段可能返回 null,表示取不到有效值。
21614
21607
  :type CpuNum: int
21615
- :param _MemSize: 节点内存
21616
- 注意:此字段可能返回 null,表示取不到有效值。
21608
+ :param _MemSize: 节点内存,单位b
21617
21609
  :type MemSize: int
21618
- :param _MemDesc: 节点内存描述
21619
- 注意:此字段可能返回 null,表示取不到有效值。
21610
+ :param _MemDesc: 节点内存描述,单位GB
21620
21611
  :type MemDesc: str
21621
21612
  :param _RegionId: 节点所在region
21622
- 注意:此字段可能返回 null,表示取不到有效值。
21623
21613
  :type RegionId: int
21624
21614
  :param _ZoneId: 节点所在Zone
21625
- 注意:此字段可能返回 null,表示取不到有效值。
21626
21615
  :type ZoneId: int
21627
21616
  :param _ApplyTime: 申请时间
21628
- 注意:此字段可能返回 null,表示取不到有效值。
21629
21617
  :type ApplyTime: str
21630
21618
  :param _FreeTime: 释放时间
21631
- 注意:此字段可能返回 null,表示取不到有效值。
21632
21619
  :type FreeTime: str
21633
21620
  :param _DiskSize: 硬盘大小
21634
- 注意:此字段可能返回 null,表示取不到有效值。
21635
21621
  :type DiskSize: str
21636
21622
  :param _NameTag: 节点描述
21637
- 注意:此字段可能返回 null,表示取不到有效值。
21638
21623
  :type NameTag: str
21639
21624
  :param _Services: 节点部署服务
21640
- 注意:此字段可能返回 null,表示取不到有效值。
21641
21625
  :type Services: str
21642
- :param _StorageType: 磁盘类型
21643
- 注意:此字段可能返回 null,表示取不到有效值。
21626
+ :param _StorageType: 磁盘类型,1 :本地盘 2 :云硬盘 3 : 本地SSD 4 : 云SSD 5 : 高效云盘 6 : 增强型SSD云硬盘 11 : 吞吐型云硬盘 12 : 极速型SSD云硬盘 13 : 通用型SSD云硬盘 14 : 大数据型云硬盘 15 : 高IO型云硬盘 16 : 远端SSD盘
21627
+
21644
21628
  :type StorageType: int
21645
- :param _RootSize: 系统盘大小
21646
- 注意:此字段可能返回 null,表示取不到有效值。
21629
+ :param _RootSize: 系统盘大小,单位GB
21647
21630
  :type RootSize: int
21648
- :param _ChargeType: 付费类型
21649
- 注意:此字段可能返回 null,表示取不到有效值。
21631
+ :param _ChargeType: 付费类型,0:按量计费;1:包年包月
21650
21632
  :type ChargeType: int
21651
21633
  :param _CdbIp: 数据库IP
21652
- 注意:此字段可能返回 null,表示取不到有效值。
21653
21634
  :type CdbIp: str
21654
21635
  :param _CdbPort: 数据库端口
21655
- 注意:此字段可能返回 null,表示取不到有效值。
21656
21636
  :type CdbPort: int
21657
- :param _HwDiskSize: 硬盘容量
21658
- 注意:此字段可能返回 null,表示取不到有效值。
21637
+ :param _HwDiskSize: 硬盘容量,单位b
21659
21638
  :type HwDiskSize: int
21660
21639
  :param _HwDiskSizeDesc: 硬盘容量描述
21661
- 注意:此字段可能返回 null,表示取不到有效值。
21662
21640
  :type HwDiskSizeDesc: str
21663
- :param _HwMemSize: 内存容量
21664
- 注意:此字段可能返回 null,表示取不到有效值。
21641
+ :param _HwMemSize: 内存容量,单位b
21665
21642
  :type HwMemSize: int
21666
21643
  :param _HwMemSizeDesc: 内存容量描述
21667
- 注意:此字段可能返回 null,表示取不到有效值。
21668
21644
  :type HwMemSizeDesc: str
21669
21645
  :param _ExpireTime: 过期时间
21670
- 注意:此字段可能返回 null,表示取不到有效值。
21671
21646
  :type ExpireTime: str
21672
21647
  :param _EmrResourceId: 节点资源ID
21673
- 注意:此字段可能返回 null,表示取不到有效值。
21674
21648
  :type EmrResourceId: str
21675
21649
  :param _IsAutoRenew: 续费标志
21676
- 注意:此字段可能返回 null,表示取不到有效值。
21677
21650
  :type IsAutoRenew: int
21678
21651
  :param _DeviceClass: 设备标识
21679
- 注意:此字段可能返回 null,表示取不到有效值。
21680
21652
  :type DeviceClass: str
21681
21653
  :param _Mutable: 支持变配
21682
- 注意:此字段可能返回 null,表示取不到有效值。
21683
21654
  :type Mutable: int
21684
21655
  :param _MCMultiDisk: 多云盘
21685
21656
  注意:此字段可能返回 null,表示取不到有效值。
@@ -21688,71 +21659,56 @@ class NodeHardwareInfo(AbstractModel):
21688
21659
  注意:此字段可能返回 null,表示取不到有效值。
21689
21660
  :type CdbNodeInfo: :class:`tencentcloud.emr.v20190103.models.CdbInfo`
21690
21661
  :param _Ip: 内网IP
21691
- 注意:此字段可能返回 null,表示取不到有效值。
21692
21662
  :type Ip: str
21693
21663
  :param _Destroyable: 此节点是否可销毁,1可销毁,0不可销毁
21694
- 注意:此字段可能返回 null,表示取不到有效值。
21695
21664
  :type Destroyable: int
21696
21665
  :param _Tags: 节点绑定的标签
21697
21666
  注意:此字段可能返回 null,表示取不到有效值。
21698
21667
  :type Tags: list of Tag
21699
21668
  :param _AutoFlag: 是否是自动扩缩容节点,0为普通节点,1为自动扩缩容节点。
21700
- 注意:此字段可能返回 null,表示取不到有效值。
21701
21669
  :type AutoFlag: int
21702
21670
  :param _HardwareResourceType: 资源类型, host/pod
21703
- 注意:此字段可能返回 null,表示取不到有效值。
21704
21671
  :type HardwareResourceType: str
21705
21672
  :param _IsDynamicSpec: 是否浮动规格,1是,0否
21706
- 注意:此字段可能返回 null,表示取不到有效值。
21707
21673
  :type IsDynamicSpec: int
21708
21674
  :param _DynamicPodSpec: 浮动规格值json字符串
21709
- 注意:此字段可能返回 null,表示取不到有效值。
21710
21675
  :type DynamicPodSpec: str
21711
21676
  :param _SupportModifyPayMode: 是否支持变更计费类型 1是,0否
21712
- 注意:此字段可能返回 null,表示取不到有效值。
21713
21677
  :type SupportModifyPayMode: int
21714
- :param _RootStorageType: 系统盘类型
21715
- 注意:此字段可能返回 null,表示取不到有效值。
21678
+ :param _RootStorageType: 系统盘类型,1 :本地盘 2 :云硬盘 3 : 本地SSD 4 : 云SSD 5 : 高效云盘 6 : 增强型SSD云硬盘 11 : 吞吐型云硬盘 12 : 极速型SSD云硬盘 13 : 通用型SSD云硬盘 14 : 大数据型云硬盘 15 : 高IO型云硬盘 16 : 远端SSD盘
21679
+
21716
21680
  :type RootStorageType: int
21717
21681
  :param _Zone: 可用区信息
21718
- 注意:此字段可能返回 null,表示取不到有效值。
21719
21682
  :type Zone: str
21720
21683
  :param _SubnetInfo: 子网
21721
21684
  注意:此字段可能返回 null,表示取不到有效值。
21722
21685
  :type SubnetInfo: :class:`tencentcloud.emr.v20190103.models.SubnetInfo`
21723
21686
  :param _Clients: 客户端
21724
- 注意:此字段可能返回 null,表示取不到有效值。
21725
21687
  :type Clients: str
21726
21688
  :param _CurrentTime: 系统当前时间
21727
- 注意:此字段可能返回 null,表示取不到有效值。
21728
21689
  :type CurrentTime: str
21729
21690
  :param _IsFederation: 是否用于联邦 ,1是,0否
21730
- 注意:此字段可能返回 null,表示取不到有效值。
21731
21691
  :type IsFederation: int
21732
21692
  :param _DeviceName: 设备名称
21733
- 注意:此字段可能返回 null,表示取不到有效值。
21734
21693
  :type DeviceName: str
21735
21694
  :param _ServiceClient: 服务
21736
- 注意:此字段可能返回 null,表示取不到有效值。
21737
21695
  :type ServiceClient: str
21738
21696
  :param _DisableApiTermination: 该实例是否开启实例保护,true为开启 false为关闭
21739
- 注意:此字段可能返回 null,表示取不到有效值。
21740
21697
  :type DisableApiTermination: bool
21741
21698
  :param _TradeVersion: 0表示老计费,1表示新计费
21742
- 注意:此字段可能返回 null,表示取不到有效值。
21743
21699
  :type TradeVersion: int
21744
21700
  :param _ServicesStatus: 各组件状态,Zookeeper:STARTED,ResourceManager:STARTED,STARTED已启动,STOPED已停止
21745
- 注意:此字段可能返回 null,表示取不到有效值。
21746
21701
  :type ServicesStatus: str
21747
21702
  :param _Remark: 备注
21748
- 注意:此字段可能返回 null,表示取不到有效值。
21749
21703
  :type Remark: str
21750
21704
  :param _SharedClusterId: 共享集群id
21751
- 注意:此字段可能返回 null,表示取不到有效值。
21752
21705
  :type SharedClusterId: str
21753
21706
  :param _SharedClusterIdDesc: 共享集群id描述
21754
- 注意:此字段可能返回 null,表示取不到有效值。
21755
21707
  :type SharedClusterIdDesc: str
21708
+ :param _TimingResource: 是否是定时销毁资源
21709
+ :type TimingResource: bool
21710
+ :param _TkeClusterId: 资源类型(HardwareResourceType)为pod时,对应的TKE集群id
21711
+ :type TkeClusterId: str
21756
21712
  """
21757
21713
  self._AppId = None
21758
21714
  self._SerialNo = None
@@ -21808,11 +21764,12 @@ class NodeHardwareInfo(AbstractModel):
21808
21764
  self._Remark = None
21809
21765
  self._SharedClusterId = None
21810
21766
  self._SharedClusterIdDesc = None
21767
+ self._TimingResource = None
21768
+ self._TkeClusterId = None
21811
21769
 
21812
21770
  @property
21813
21771
  def AppId(self):
21814
21772
  """用户APPID
21815
- 注意:此字段可能返回 null,表示取不到有效值。
21816
21773
  :rtype: int
21817
21774
  """
21818
21775
  return self._AppId
@@ -21824,7 +21781,6 @@ class NodeHardwareInfo(AbstractModel):
21824
21781
  @property
21825
21782
  def SerialNo(self):
21826
21783
  """序列号
21827
- 注意:此字段可能返回 null,表示取不到有效值。
21828
21784
  :rtype: str
21829
21785
  """
21830
21786
  return self._SerialNo
@@ -21836,7 +21792,6 @@ class NodeHardwareInfo(AbstractModel):
21836
21792
  @property
21837
21793
  def OrderNo(self):
21838
21794
  """机器实例ID
21839
- 注意:此字段可能返回 null,表示取不到有效值。
21840
21795
  :rtype: str
21841
21796
  """
21842
21797
  return self._OrderNo
@@ -21848,7 +21803,6 @@ class NodeHardwareInfo(AbstractModel):
21848
21803
  @property
21849
21804
  def WanIp(self):
21850
21805
  """master节点绑定外网IP
21851
- 注意:此字段可能返回 null,表示取不到有效值。
21852
21806
  :rtype: str
21853
21807
  """
21854
21808
  return self._WanIp
@@ -21861,7 +21815,6 @@ class NodeHardwareInfo(AbstractModel):
21861
21815
  def Flag(self):
21862
21816
  """节点类型。0:common节点;1:master节点
21863
21817
  ;2:core节点;3:task节点
21864
- 注意:此字段可能返回 null,表示取不到有效值。
21865
21818
  :rtype: int
21866
21819
  """
21867
21820
  return self._Flag
@@ -21873,7 +21826,6 @@ class NodeHardwareInfo(AbstractModel):
21873
21826
  @property
21874
21827
  def Spec(self):
21875
21828
  """节点规格
21876
- 注意:此字段可能返回 null,表示取不到有效值。
21877
21829
  :rtype: str
21878
21830
  """
21879
21831
  return self._Spec
@@ -21885,7 +21837,6 @@ class NodeHardwareInfo(AbstractModel):
21885
21837
  @property
21886
21838
  def CpuNum(self):
21887
21839
  """节点核数
21888
- 注意:此字段可能返回 null,表示取不到有效值。
21889
21840
  :rtype: int
21890
21841
  """
21891
21842
  return self._CpuNum
@@ -21896,8 +21847,7 @@ class NodeHardwareInfo(AbstractModel):
21896
21847
 
21897
21848
  @property
21898
21849
  def MemSize(self):
21899
- """节点内存
21900
- 注意:此字段可能返回 null,表示取不到有效值。
21850
+ """节点内存,单位b
21901
21851
  :rtype: int
21902
21852
  """
21903
21853
  return self._MemSize
@@ -21908,8 +21858,7 @@ class NodeHardwareInfo(AbstractModel):
21908
21858
 
21909
21859
  @property
21910
21860
  def MemDesc(self):
21911
- """节点内存描述
21912
- 注意:此字段可能返回 null,表示取不到有效值。
21861
+ """节点内存描述,单位GB
21913
21862
  :rtype: str
21914
21863
  """
21915
21864
  return self._MemDesc
@@ -21921,7 +21870,6 @@ class NodeHardwareInfo(AbstractModel):
21921
21870
  @property
21922
21871
  def RegionId(self):
21923
21872
  """节点所在region
21924
- 注意:此字段可能返回 null,表示取不到有效值。
21925
21873
  :rtype: int
21926
21874
  """
21927
21875
  return self._RegionId
@@ -21933,7 +21881,6 @@ class NodeHardwareInfo(AbstractModel):
21933
21881
  @property
21934
21882
  def ZoneId(self):
21935
21883
  """节点所在Zone
21936
- 注意:此字段可能返回 null,表示取不到有效值。
21937
21884
  :rtype: int
21938
21885
  """
21939
21886
  return self._ZoneId
@@ -21945,7 +21892,6 @@ class NodeHardwareInfo(AbstractModel):
21945
21892
  @property
21946
21893
  def ApplyTime(self):
21947
21894
  """申请时间
21948
- 注意:此字段可能返回 null,表示取不到有效值。
21949
21895
  :rtype: str
21950
21896
  """
21951
21897
  return self._ApplyTime
@@ -21957,7 +21903,6 @@ class NodeHardwareInfo(AbstractModel):
21957
21903
  @property
21958
21904
  def FreeTime(self):
21959
21905
  """释放时间
21960
- 注意:此字段可能返回 null,表示取不到有效值。
21961
21906
  :rtype: str
21962
21907
  """
21963
21908
  return self._FreeTime
@@ -21969,7 +21914,6 @@ class NodeHardwareInfo(AbstractModel):
21969
21914
  @property
21970
21915
  def DiskSize(self):
21971
21916
  """硬盘大小
21972
- 注意:此字段可能返回 null,表示取不到有效值。
21973
21917
  :rtype: str
21974
21918
  """
21975
21919
  return self._DiskSize
@@ -21981,7 +21925,6 @@ class NodeHardwareInfo(AbstractModel):
21981
21925
  @property
21982
21926
  def NameTag(self):
21983
21927
  """节点描述
21984
- 注意:此字段可能返回 null,表示取不到有效值。
21985
21928
  :rtype: str
21986
21929
  """
21987
21930
  return self._NameTag
@@ -21993,7 +21936,6 @@ class NodeHardwareInfo(AbstractModel):
21993
21936
  @property
21994
21937
  def Services(self):
21995
21938
  """节点部署服务
21996
- 注意:此字段可能返回 null,表示取不到有效值。
21997
21939
  :rtype: str
21998
21940
  """
21999
21941
  return self._Services
@@ -22004,8 +21946,8 @@ class NodeHardwareInfo(AbstractModel):
22004
21946
 
22005
21947
  @property
22006
21948
  def StorageType(self):
22007
- """磁盘类型
22008
- 注意:此字段可能返回 null,表示取不到有效值。
21949
+ """磁盘类型,1 :本地盘 2 :云硬盘 3 : 本地SSD 4 : 云SSD 5 : 高效云盘 6 : 增强型SSD云硬盘 11 : 吞吐型云硬盘 12 : 极速型SSD云硬盘 13 : 通用型SSD云硬盘 14 : 大数据型云硬盘 15 : 高IO型云硬盘 16 : 远端SSD盘
21950
+
22009
21951
  :rtype: int
22010
21952
  """
22011
21953
  return self._StorageType
@@ -22016,8 +21958,7 @@ class NodeHardwareInfo(AbstractModel):
22016
21958
 
22017
21959
  @property
22018
21960
  def RootSize(self):
22019
- """系统盘大小
22020
- 注意:此字段可能返回 null,表示取不到有效值。
21961
+ """系统盘大小,单位GB
22021
21962
  :rtype: int
22022
21963
  """
22023
21964
  return self._RootSize
@@ -22028,8 +21969,7 @@ class NodeHardwareInfo(AbstractModel):
22028
21969
 
22029
21970
  @property
22030
21971
  def ChargeType(self):
22031
- """付费类型
22032
- 注意:此字段可能返回 null,表示取不到有效值。
21972
+ """付费类型,0:按量计费;1:包年包月
22033
21973
  :rtype: int
22034
21974
  """
22035
21975
  return self._ChargeType
@@ -22041,7 +21981,6 @@ class NodeHardwareInfo(AbstractModel):
22041
21981
  @property
22042
21982
  def CdbIp(self):
22043
21983
  """数据库IP
22044
- 注意:此字段可能返回 null,表示取不到有效值。
22045
21984
  :rtype: str
22046
21985
  """
22047
21986
  return self._CdbIp
@@ -22053,7 +21992,6 @@ class NodeHardwareInfo(AbstractModel):
22053
21992
  @property
22054
21993
  def CdbPort(self):
22055
21994
  """数据库端口
22056
- 注意:此字段可能返回 null,表示取不到有效值。
22057
21995
  :rtype: int
22058
21996
  """
22059
21997
  return self._CdbPort
@@ -22064,8 +22002,7 @@ class NodeHardwareInfo(AbstractModel):
22064
22002
 
22065
22003
  @property
22066
22004
  def HwDiskSize(self):
22067
- """硬盘容量
22068
- 注意:此字段可能返回 null,表示取不到有效值。
22005
+ """硬盘容量,单位b
22069
22006
  :rtype: int
22070
22007
  """
22071
22008
  return self._HwDiskSize
@@ -22077,7 +22014,6 @@ class NodeHardwareInfo(AbstractModel):
22077
22014
  @property
22078
22015
  def HwDiskSizeDesc(self):
22079
22016
  """硬盘容量描述
22080
- 注意:此字段可能返回 null,表示取不到有效值。
22081
22017
  :rtype: str
22082
22018
  """
22083
22019
  return self._HwDiskSizeDesc
@@ -22088,8 +22024,7 @@ class NodeHardwareInfo(AbstractModel):
22088
22024
 
22089
22025
  @property
22090
22026
  def HwMemSize(self):
22091
- """内存容量
22092
- 注意:此字段可能返回 null,表示取不到有效值。
22027
+ """内存容量,单位b
22093
22028
  :rtype: int
22094
22029
  """
22095
22030
  return self._HwMemSize
@@ -22101,7 +22036,6 @@ class NodeHardwareInfo(AbstractModel):
22101
22036
  @property
22102
22037
  def HwMemSizeDesc(self):
22103
22038
  """内存容量描述
22104
- 注意:此字段可能返回 null,表示取不到有效值。
22105
22039
  :rtype: str
22106
22040
  """
22107
22041
  return self._HwMemSizeDesc
@@ -22113,7 +22047,6 @@ class NodeHardwareInfo(AbstractModel):
22113
22047
  @property
22114
22048
  def ExpireTime(self):
22115
22049
  """过期时间
22116
- 注意:此字段可能返回 null,表示取不到有效值。
22117
22050
  :rtype: str
22118
22051
  """
22119
22052
  return self._ExpireTime
@@ -22125,7 +22058,6 @@ class NodeHardwareInfo(AbstractModel):
22125
22058
  @property
22126
22059
  def EmrResourceId(self):
22127
22060
  """节点资源ID
22128
- 注意:此字段可能返回 null,表示取不到有效值。
22129
22061
  :rtype: str
22130
22062
  """
22131
22063
  return self._EmrResourceId
@@ -22137,7 +22069,6 @@ class NodeHardwareInfo(AbstractModel):
22137
22069
  @property
22138
22070
  def IsAutoRenew(self):
22139
22071
  """续费标志
22140
- 注意:此字段可能返回 null,表示取不到有效值。
22141
22072
  :rtype: int
22142
22073
  """
22143
22074
  return self._IsAutoRenew
@@ -22149,7 +22080,6 @@ class NodeHardwareInfo(AbstractModel):
22149
22080
  @property
22150
22081
  def DeviceClass(self):
22151
22082
  """设备标识
22152
- 注意:此字段可能返回 null,表示取不到有效值。
22153
22083
  :rtype: str
22154
22084
  """
22155
22085
  return self._DeviceClass
@@ -22161,7 +22091,6 @@ class NodeHardwareInfo(AbstractModel):
22161
22091
  @property
22162
22092
  def Mutable(self):
22163
22093
  """支持变配
22164
- 注意:此字段可能返回 null,表示取不到有效值。
22165
22094
  :rtype: int
22166
22095
  """
22167
22096
  return self._Mutable
@@ -22197,7 +22126,6 @@ class NodeHardwareInfo(AbstractModel):
22197
22126
  @property
22198
22127
  def Ip(self):
22199
22128
  """内网IP
22200
- 注意:此字段可能返回 null,表示取不到有效值。
22201
22129
  :rtype: str
22202
22130
  """
22203
22131
  return self._Ip
@@ -22209,7 +22137,6 @@ class NodeHardwareInfo(AbstractModel):
22209
22137
  @property
22210
22138
  def Destroyable(self):
22211
22139
  """此节点是否可销毁,1可销毁,0不可销毁
22212
- 注意:此字段可能返回 null,表示取不到有效值。
22213
22140
  :rtype: int
22214
22141
  """
22215
22142
  return self._Destroyable
@@ -22233,7 +22160,6 @@ class NodeHardwareInfo(AbstractModel):
22233
22160
  @property
22234
22161
  def AutoFlag(self):
22235
22162
  """是否是自动扩缩容节点,0为普通节点,1为自动扩缩容节点。
22236
- 注意:此字段可能返回 null,表示取不到有效值。
22237
22163
  :rtype: int
22238
22164
  """
22239
22165
  return self._AutoFlag
@@ -22245,7 +22171,6 @@ class NodeHardwareInfo(AbstractModel):
22245
22171
  @property
22246
22172
  def HardwareResourceType(self):
22247
22173
  """资源类型, host/pod
22248
- 注意:此字段可能返回 null,表示取不到有效值。
22249
22174
  :rtype: str
22250
22175
  """
22251
22176
  return self._HardwareResourceType
@@ -22257,7 +22182,6 @@ class NodeHardwareInfo(AbstractModel):
22257
22182
  @property
22258
22183
  def IsDynamicSpec(self):
22259
22184
  """是否浮动规格,1是,0否
22260
- 注意:此字段可能返回 null,表示取不到有效值。
22261
22185
  :rtype: int
22262
22186
  """
22263
22187
  return self._IsDynamicSpec
@@ -22269,7 +22193,6 @@ class NodeHardwareInfo(AbstractModel):
22269
22193
  @property
22270
22194
  def DynamicPodSpec(self):
22271
22195
  """浮动规格值json字符串
22272
- 注意:此字段可能返回 null,表示取不到有效值。
22273
22196
  :rtype: str
22274
22197
  """
22275
22198
  return self._DynamicPodSpec
@@ -22281,7 +22204,6 @@ class NodeHardwareInfo(AbstractModel):
22281
22204
  @property
22282
22205
  def SupportModifyPayMode(self):
22283
22206
  """是否支持变更计费类型 1是,0否
22284
- 注意:此字段可能返回 null,表示取不到有效值。
22285
22207
  :rtype: int
22286
22208
  """
22287
22209
  return self._SupportModifyPayMode
@@ -22292,8 +22214,8 @@ class NodeHardwareInfo(AbstractModel):
22292
22214
 
22293
22215
  @property
22294
22216
  def RootStorageType(self):
22295
- """系统盘类型
22296
- 注意:此字段可能返回 null,表示取不到有效值。
22217
+ """系统盘类型,1 :本地盘 2 :云硬盘 3 : 本地SSD 4 : 云SSD 5 : 高效云盘 6 : 增强型SSD云硬盘 11 : 吞吐型云硬盘 12 : 极速型SSD云硬盘 13 : 通用型SSD云硬盘 14 : 大数据型云硬盘 15 : 高IO型云硬盘 16 : 远端SSD盘
22218
+
22297
22219
  :rtype: int
22298
22220
  """
22299
22221
  return self._RootStorageType
@@ -22305,7 +22227,6 @@ class NodeHardwareInfo(AbstractModel):
22305
22227
  @property
22306
22228
  def Zone(self):
22307
22229
  """可用区信息
22308
- 注意:此字段可能返回 null,表示取不到有效值。
22309
22230
  :rtype: str
22310
22231
  """
22311
22232
  return self._Zone
@@ -22329,7 +22250,6 @@ class NodeHardwareInfo(AbstractModel):
22329
22250
  @property
22330
22251
  def Clients(self):
22331
22252
  """客户端
22332
- 注意:此字段可能返回 null,表示取不到有效值。
22333
22253
  :rtype: str
22334
22254
  """
22335
22255
  return self._Clients
@@ -22341,7 +22261,6 @@ class NodeHardwareInfo(AbstractModel):
22341
22261
  @property
22342
22262
  def CurrentTime(self):
22343
22263
  """系统当前时间
22344
- 注意:此字段可能返回 null,表示取不到有效值。
22345
22264
  :rtype: str
22346
22265
  """
22347
22266
  return self._CurrentTime
@@ -22353,7 +22272,6 @@ class NodeHardwareInfo(AbstractModel):
22353
22272
  @property
22354
22273
  def IsFederation(self):
22355
22274
  """是否用于联邦 ,1是,0否
22356
- 注意:此字段可能返回 null,表示取不到有效值。
22357
22275
  :rtype: int
22358
22276
  """
22359
22277
  return self._IsFederation
@@ -22365,7 +22283,6 @@ class NodeHardwareInfo(AbstractModel):
22365
22283
  @property
22366
22284
  def DeviceName(self):
22367
22285
  """设备名称
22368
- 注意:此字段可能返回 null,表示取不到有效值。
22369
22286
  :rtype: str
22370
22287
  """
22371
22288
  return self._DeviceName
@@ -22377,7 +22294,6 @@ class NodeHardwareInfo(AbstractModel):
22377
22294
  @property
22378
22295
  def ServiceClient(self):
22379
22296
  """服务
22380
- 注意:此字段可能返回 null,表示取不到有效值。
22381
22297
  :rtype: str
22382
22298
  """
22383
22299
  return self._ServiceClient
@@ -22389,7 +22305,6 @@ class NodeHardwareInfo(AbstractModel):
22389
22305
  @property
22390
22306
  def DisableApiTermination(self):
22391
22307
  """该实例是否开启实例保护,true为开启 false为关闭
22392
- 注意:此字段可能返回 null,表示取不到有效值。
22393
22308
  :rtype: bool
22394
22309
  """
22395
22310
  return self._DisableApiTermination
@@ -22401,7 +22316,6 @@ class NodeHardwareInfo(AbstractModel):
22401
22316
  @property
22402
22317
  def TradeVersion(self):
22403
22318
  """0表示老计费,1表示新计费
22404
- 注意:此字段可能返回 null,表示取不到有效值。
22405
22319
  :rtype: int
22406
22320
  """
22407
22321
  return self._TradeVersion
@@ -22413,7 +22327,6 @@ class NodeHardwareInfo(AbstractModel):
22413
22327
  @property
22414
22328
  def ServicesStatus(self):
22415
22329
  """各组件状态,Zookeeper:STARTED,ResourceManager:STARTED,STARTED已启动,STOPED已停止
22416
- 注意:此字段可能返回 null,表示取不到有效值。
22417
22330
  :rtype: str
22418
22331
  """
22419
22332
  return self._ServicesStatus
@@ -22425,7 +22338,6 @@ class NodeHardwareInfo(AbstractModel):
22425
22338
  @property
22426
22339
  def Remark(self):
22427
22340
  """备注
22428
- 注意:此字段可能返回 null,表示取不到有效值。
22429
22341
  :rtype: str
22430
22342
  """
22431
22343
  return self._Remark
@@ -22437,7 +22349,6 @@ class NodeHardwareInfo(AbstractModel):
22437
22349
  @property
22438
22350
  def SharedClusterId(self):
22439
22351
  """共享集群id
22440
- 注意:此字段可能返回 null,表示取不到有效值。
22441
22352
  :rtype: str
22442
22353
  """
22443
22354
  return self._SharedClusterId
@@ -22449,7 +22360,6 @@ class NodeHardwareInfo(AbstractModel):
22449
22360
  @property
22450
22361
  def SharedClusterIdDesc(self):
22451
22362
  """共享集群id描述
22452
- 注意:此字段可能返回 null,表示取不到有效值。
22453
22363
  :rtype: str
22454
22364
  """
22455
22365
  return self._SharedClusterIdDesc
@@ -22458,6 +22368,28 @@ class NodeHardwareInfo(AbstractModel):
22458
22368
  def SharedClusterIdDesc(self, SharedClusterIdDesc):
22459
22369
  self._SharedClusterIdDesc = SharedClusterIdDesc
22460
22370
 
22371
+ @property
22372
+ def TimingResource(self):
22373
+ """是否是定时销毁资源
22374
+ :rtype: bool
22375
+ """
22376
+ return self._TimingResource
22377
+
22378
+ @TimingResource.setter
22379
+ def TimingResource(self, TimingResource):
22380
+ self._TimingResource = TimingResource
22381
+
22382
+ @property
22383
+ def TkeClusterId(self):
22384
+ """资源类型(HardwareResourceType)为pod时,对应的TKE集群id
22385
+ :rtype: str
22386
+ """
22387
+ return self._TkeClusterId
22388
+
22389
+ @TkeClusterId.setter
22390
+ def TkeClusterId(self, TkeClusterId):
22391
+ self._TkeClusterId = TkeClusterId
22392
+
22461
22393
 
22462
22394
  def _deserialize(self, params):
22463
22395
  self._AppId = params.get("AppId")
@@ -22528,6 +22460,8 @@ class NodeHardwareInfo(AbstractModel):
22528
22460
  self._Remark = params.get("Remark")
22529
22461
  self._SharedClusterId = params.get("SharedClusterId")
22530
22462
  self._SharedClusterIdDesc = params.get("SharedClusterIdDesc")
22463
+ self._TimingResource = params.get("TimingResource")
22464
+ self._TkeClusterId = params.get("TkeClusterId")
22531
22465
  memeber_set = set(params.keys())
22532
22466
  for name, value in vars(self).items():
22533
22467
  property_name = name[1:]