tencentcloud-sdk-python 3.0.1301__py2.py3-none-any.whl → 3.0.1306__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/models.py +19 -0
- tencentcloud/apm/v20210622/apm_client.py +3 -3
- tencentcloud/apm/v20210622/errorcodes.py +10 -10
- tencentcloud/apm/v20210622/models.py +586 -538
- tencentcloud/autoscaling/v20180419/models.py +141 -0
- tencentcloud/cat/v20180409/cat_client.py +1 -1
- tencentcloud/ccc/v20200210/ccc_client.py +25 -0
- tencentcloud/ccc/v20200210/models.py +159 -0
- tencentcloud/cdb/v20170320/models.py +15 -0
- tencentcloud/cdn/v20180606/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +165 -380
- tencentcloud/cfs/v20190719/cfs_client.py +23 -0
- tencentcloud/cfs/v20190719/models.py +79 -0
- tencentcloud/clb/v20180317/models.py +146 -20
- tencentcloud/config/v20220802/models.py +2 -2
- tencentcloud/cvm/v20170312/cvm_client.py +24 -0
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +188 -4
- tencentcloud/dc/v20180410/models.py +32 -16
- tencentcloud/dlc/v20210125/models.py +89 -0
- tencentcloud/emr/v20190103/models.py +50 -122
- tencentcloud/ess/v20201111/ess_client.py +1 -1
- tencentcloud/ess/v20201111/models.py +50 -38
- tencentcloud/essbasic/v20210526/models.py +78 -116
- tencentcloud/faceid/v20180301/models.py +14 -14
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
- tencentcloud/hunyuan/v20230901/models.py +84 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +422 -0
- tencentcloud/lcic/v20220817/models.py +4 -6
- tencentcloud/lighthouse/v20200324/models.py +30 -0
- tencentcloud/lke/v20231130/models.py +23 -14
- tencentcloud/lkeap/v20240522/models.py +8 -4
- tencentcloud/mna/v20210119/models.py +0 -30
- tencentcloud/monitor/v20180724/models.py +57 -6
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +871 -18
- tencentcloud/mps/v20190612/mps_client.py +138 -0
- tencentcloud/ocr/v20181119/models.py +49 -4
- tencentcloud/postgres/v20170312/errorcodes.py +6 -0
- tencentcloud/postgres/v20170312/models.py +72 -30
- tencentcloud/pts/v20210728/models.py +0 -348
- tencentcloud/rum/v20210622/models.py +92 -2
- tencentcloud/ssl/v20191205/models.py +19 -4
- tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/teo/v20220901/models.py +8 -18
- tencentcloud/tiw/v20190919/models.py +6 -0
- tencentcloud/trtc/v20190722/models.py +15 -0
- tencentcloud/tse/v20201207/models.py +17 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vpc/v20170312/errorcodes.py +2 -1235
- tencentcloud/vpc/v20170312/models.py +47 -65928
- tencentcloud/vpc/v20170312/vpc_client.py +7 -9228
- tencentcloud/wedata/v20210820/models.py +1438 -198
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/top_level.txt +0 -0
@@ -4460,7 +4460,6 @@ class CreateCloudInstanceResponse(AbstractModel):
|
|
4460
4460
|
def __init__(self):
|
4461
4461
|
r"""
|
4462
4462
|
:param _InstanceId: 实例ID
|
4463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4464
4463
|
:type InstanceId: str
|
4465
4464
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4466
4465
|
:type RequestId: str
|
@@ -4471,7 +4470,6 @@ class CreateCloudInstanceResponse(AbstractModel):
|
|
4471
4470
|
@property
|
4472
4471
|
def InstanceId(self):
|
4473
4472
|
"""实例ID
|
4474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4475
4473
|
:rtype: str
|
4476
4474
|
"""
|
4477
4475
|
return self._InstanceId
|
@@ -4907,7 +4905,6 @@ class CreateClusterResponse(AbstractModel):
|
|
4907
4905
|
def __init__(self):
|
4908
4906
|
r"""
|
4909
4907
|
:param _InstanceId: 实例ID
|
4910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4911
4908
|
:type InstanceId: str
|
4912
4909
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4913
4910
|
:type RequestId: str
|
@@ -4918,7 +4915,6 @@ class CreateClusterResponse(AbstractModel):
|
|
4918
4915
|
@property
|
4919
4916
|
def InstanceId(self):
|
4920
4917
|
"""实例ID
|
4921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4922
4918
|
:rtype: str
|
4923
4919
|
"""
|
4924
4920
|
return self._InstanceId
|
@@ -21011,7 +21007,6 @@ class MonthRepeatStrategy(AbstractModel):
|
|
21011
21007
|
def __init__(self):
|
21012
21008
|
r"""
|
21013
21009
|
:param _ExecuteAtTimeOfDay: 重复任务执行的具体时刻,例如"01:02:00"
|
21014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21015
21010
|
:type ExecuteAtTimeOfDay: str
|
21016
21011
|
:param _DaysOfMonthRange: 每月中的天数时间段描述,长度只能为2,例如[2,10]表示每月2-10号。
|
21017
21012
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -21023,7 +21018,6 @@ class MonthRepeatStrategy(AbstractModel):
|
|
21023
21018
|
@property
|
21024
21019
|
def ExecuteAtTimeOfDay(self):
|
21025
21020
|
"""重复任务执行的具体时刻,例如"01:02:00"
|
21026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21027
21021
|
:rtype: str
|
21028
21022
|
"""
|
21029
21023
|
return self._ExecuteAtTimeOfDay
|
@@ -21597,95 +21591,66 @@ class NodeHardwareInfo(AbstractModel):
|
|
21597
21591
|
def __init__(self):
|
21598
21592
|
r"""
|
21599
21593
|
:param _AppId: 用户APPID
|
21600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21601
21594
|
:type AppId: int
|
21602
21595
|
:param _SerialNo: 序列号
|
21603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21604
21596
|
:type SerialNo: str
|
21605
21597
|
:param _OrderNo: 机器实例ID
|
21606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21607
21598
|
:type OrderNo: str
|
21608
21599
|
:param _WanIp: master节点绑定外网IP
|
21609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21610
21600
|
:type WanIp: str
|
21611
21601
|
:param _Flag: 节点类型。0:common节点;1:master节点
|
21612
21602
|
;2:core节点;3:task节点
|
21613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21614
21603
|
:type Flag: int
|
21615
21604
|
:param _Spec: 节点规格
|
21616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21617
21605
|
:type Spec: str
|
21618
21606
|
:param _CpuNum: 节点核数
|
21619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21620
21607
|
:type CpuNum: int
|
21621
|
-
:param _MemSize:
|
21622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21608
|
+
:param _MemSize: 节点内存,单位b
|
21623
21609
|
:type MemSize: int
|
21624
|
-
:param _MemDesc:
|
21625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21610
|
+
:param _MemDesc: 节点内存描述,单位GB
|
21626
21611
|
:type MemDesc: str
|
21627
21612
|
:param _RegionId: 节点所在region
|
21628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21629
21613
|
:type RegionId: int
|
21630
21614
|
:param _ZoneId: 节点所在Zone
|
21631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21632
21615
|
:type ZoneId: int
|
21633
21616
|
:param _ApplyTime: 申请时间
|
21634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21635
21617
|
:type ApplyTime: str
|
21636
21618
|
:param _FreeTime: 释放时间
|
21637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21638
21619
|
:type FreeTime: str
|
21639
21620
|
:param _DiskSize: 硬盘大小
|
21640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21641
21621
|
:type DiskSize: str
|
21642
21622
|
:param _NameTag: 节点描述
|
21643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21644
21623
|
:type NameTag: str
|
21645
21624
|
:param _Services: 节点部署服务
|
21646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21647
21625
|
:type Services: str
|
21648
|
-
:param _StorageType:
|
21649
|
-
|
21626
|
+
:param _StorageType: 磁盘类型,1 :本地盘 2 :云硬盘 3 : 本地SSD 4 : 云SSD 5 : 高效云盘 6 : 增强型SSD云硬盘 11 : 吞吐型云硬盘 12 : 极速型SSD云硬盘 13 : 通用型SSD云硬盘 14 : 大数据型云硬盘 15 : 高IO型云硬盘 16 : 远端SSD盘
|
21627
|
+
|
21650
21628
|
:type StorageType: int
|
21651
|
-
:param _RootSize:
|
21652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21629
|
+
:param _RootSize: 系统盘大小,单位GB
|
21653
21630
|
:type RootSize: int
|
21654
|
-
:param _ChargeType:
|
21655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21631
|
+
:param _ChargeType: 付费类型,0:按量计费;1:包年包月
|
21656
21632
|
:type ChargeType: int
|
21657
21633
|
:param _CdbIp: 数据库IP
|
21658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21659
21634
|
:type CdbIp: str
|
21660
21635
|
:param _CdbPort: 数据库端口
|
21661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21662
21636
|
:type CdbPort: int
|
21663
|
-
:param _HwDiskSize:
|
21664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21637
|
+
:param _HwDiskSize: 硬盘容量,单位b
|
21665
21638
|
:type HwDiskSize: int
|
21666
21639
|
:param _HwDiskSizeDesc: 硬盘容量描述
|
21667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21668
21640
|
:type HwDiskSizeDesc: str
|
21669
|
-
:param _HwMemSize:
|
21670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21641
|
+
:param _HwMemSize: 内存容量,单位b
|
21671
21642
|
:type HwMemSize: int
|
21672
21643
|
:param _HwMemSizeDesc: 内存容量描述
|
21673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21674
21644
|
:type HwMemSizeDesc: str
|
21675
21645
|
:param _ExpireTime: 过期时间
|
21676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21677
21646
|
:type ExpireTime: str
|
21678
21647
|
:param _EmrResourceId: 节点资源ID
|
21679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21680
21648
|
:type EmrResourceId: str
|
21681
21649
|
:param _IsAutoRenew: 续费标志
|
21682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21683
21650
|
:type IsAutoRenew: int
|
21684
21651
|
:param _DeviceClass: 设备标识
|
21685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21686
21652
|
:type DeviceClass: str
|
21687
21653
|
:param _Mutable: 支持变配
|
21688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21689
21654
|
:type Mutable: int
|
21690
21655
|
:param _MCMultiDisk: 多云盘
|
21691
21656
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -21694,71 +21659,56 @@ class NodeHardwareInfo(AbstractModel):
|
|
21694
21659
|
注意:此字段可能返回 null,表示取不到有效值。
|
21695
21660
|
:type CdbNodeInfo: :class:`tencentcloud.emr.v20190103.models.CdbInfo`
|
21696
21661
|
:param _Ip: 内网IP
|
21697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21698
21662
|
:type Ip: str
|
21699
21663
|
:param _Destroyable: 此节点是否可销毁,1可销毁,0不可销毁
|
21700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21701
21664
|
:type Destroyable: int
|
21702
21665
|
:param _Tags: 节点绑定的标签
|
21703
21666
|
注意:此字段可能返回 null,表示取不到有效值。
|
21704
21667
|
:type Tags: list of Tag
|
21705
21668
|
:param _AutoFlag: 是否是自动扩缩容节点,0为普通节点,1为自动扩缩容节点。
|
21706
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21707
21669
|
:type AutoFlag: int
|
21708
21670
|
:param _HardwareResourceType: 资源类型, host/pod
|
21709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21710
21671
|
:type HardwareResourceType: str
|
21711
21672
|
:param _IsDynamicSpec: 是否浮动规格,1是,0否
|
21712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21713
21673
|
:type IsDynamicSpec: int
|
21714
21674
|
:param _DynamicPodSpec: 浮动规格值json字符串
|
21715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21716
21675
|
:type DynamicPodSpec: str
|
21717
21676
|
:param _SupportModifyPayMode: 是否支持变更计费类型 1是,0否
|
21718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21719
21677
|
:type SupportModifyPayMode: int
|
21720
|
-
:param _RootStorageType:
|
21721
|
-
|
21678
|
+
:param _RootStorageType: 系统盘类型,1 :本地盘 2 :云硬盘 3 : 本地SSD 4 : 云SSD 5 : 高效云盘 6 : 增强型SSD云硬盘 11 : 吞吐型云硬盘 12 : 极速型SSD云硬盘 13 : 通用型SSD云硬盘 14 : 大数据型云硬盘 15 : 高IO型云硬盘 16 : 远端SSD盘
|
21679
|
+
|
21722
21680
|
:type RootStorageType: int
|
21723
21681
|
:param _Zone: 可用区信息
|
21724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21725
21682
|
:type Zone: str
|
21726
21683
|
:param _SubnetInfo: 子网
|
21727
21684
|
注意:此字段可能返回 null,表示取不到有效值。
|
21728
21685
|
:type SubnetInfo: :class:`tencentcloud.emr.v20190103.models.SubnetInfo`
|
21729
21686
|
:param _Clients: 客户端
|
21730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21731
21687
|
:type Clients: str
|
21732
21688
|
:param _CurrentTime: 系统当前时间
|
21733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21734
21689
|
:type CurrentTime: str
|
21735
21690
|
:param _IsFederation: 是否用于联邦 ,1是,0否
|
21736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21737
21691
|
:type IsFederation: int
|
21738
21692
|
:param _DeviceName: 设备名称
|
21739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21740
21693
|
:type DeviceName: str
|
21741
21694
|
:param _ServiceClient: 服务
|
21742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21743
21695
|
:type ServiceClient: str
|
21744
21696
|
:param _DisableApiTermination: 该实例是否开启实例保护,true为开启 false为关闭
|
21745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21746
21697
|
:type DisableApiTermination: bool
|
21747
21698
|
:param _TradeVersion: 0表示老计费,1表示新计费
|
21748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21749
21699
|
:type TradeVersion: int
|
21750
21700
|
:param _ServicesStatus: 各组件状态,Zookeeper:STARTED,ResourceManager:STARTED,STARTED已启动,STOPED已停止
|
21751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21752
21701
|
:type ServicesStatus: str
|
21753
21702
|
:param _Remark: 备注
|
21754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21755
21703
|
:type Remark: str
|
21756
21704
|
:param _SharedClusterId: 共享集群id
|
21757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21758
21705
|
:type SharedClusterId: str
|
21759
21706
|
:param _SharedClusterIdDesc: 共享集群id描述
|
21760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21761
21707
|
:type SharedClusterIdDesc: str
|
21708
|
+
:param _TimingResource: 是否是定时销毁资源
|
21709
|
+
:type TimingResource: bool
|
21710
|
+
:param _TkeClusterId: 资源类型(HardwareResourceType)为pod时,对应的TKE集群id
|
21711
|
+
:type TkeClusterId: str
|
21762
21712
|
"""
|
21763
21713
|
self._AppId = None
|
21764
21714
|
self._SerialNo = None
|
@@ -21814,11 +21764,12 @@ class NodeHardwareInfo(AbstractModel):
|
|
21814
21764
|
self._Remark = None
|
21815
21765
|
self._SharedClusterId = None
|
21816
21766
|
self._SharedClusterIdDesc = None
|
21767
|
+
self._TimingResource = None
|
21768
|
+
self._TkeClusterId = None
|
21817
21769
|
|
21818
21770
|
@property
|
21819
21771
|
def AppId(self):
|
21820
21772
|
"""用户APPID
|
21821
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21822
21773
|
:rtype: int
|
21823
21774
|
"""
|
21824
21775
|
return self._AppId
|
@@ -21830,7 +21781,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21830
21781
|
@property
|
21831
21782
|
def SerialNo(self):
|
21832
21783
|
"""序列号
|
21833
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21834
21784
|
:rtype: str
|
21835
21785
|
"""
|
21836
21786
|
return self._SerialNo
|
@@ -21842,7 +21792,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21842
21792
|
@property
|
21843
21793
|
def OrderNo(self):
|
21844
21794
|
"""机器实例ID
|
21845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21846
21795
|
:rtype: str
|
21847
21796
|
"""
|
21848
21797
|
return self._OrderNo
|
@@ -21854,7 +21803,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21854
21803
|
@property
|
21855
21804
|
def WanIp(self):
|
21856
21805
|
"""master节点绑定外网IP
|
21857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21858
21806
|
:rtype: str
|
21859
21807
|
"""
|
21860
21808
|
return self._WanIp
|
@@ -21867,7 +21815,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21867
21815
|
def Flag(self):
|
21868
21816
|
"""节点类型。0:common节点;1:master节点
|
21869
21817
|
;2:core节点;3:task节点
|
21870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21871
21818
|
:rtype: int
|
21872
21819
|
"""
|
21873
21820
|
return self._Flag
|
@@ -21879,7 +21826,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21879
21826
|
@property
|
21880
21827
|
def Spec(self):
|
21881
21828
|
"""节点规格
|
21882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21883
21829
|
:rtype: str
|
21884
21830
|
"""
|
21885
21831
|
return self._Spec
|
@@ -21891,7 +21837,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21891
21837
|
@property
|
21892
21838
|
def CpuNum(self):
|
21893
21839
|
"""节点核数
|
21894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21895
21840
|
:rtype: int
|
21896
21841
|
"""
|
21897
21842
|
return self._CpuNum
|
@@ -21902,8 +21847,7 @@ class NodeHardwareInfo(AbstractModel):
|
|
21902
21847
|
|
21903
21848
|
@property
|
21904
21849
|
def MemSize(self):
|
21905
|
-
"""
|
21906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21850
|
+
"""节点内存,单位b
|
21907
21851
|
:rtype: int
|
21908
21852
|
"""
|
21909
21853
|
return self._MemSize
|
@@ -21914,8 +21858,7 @@ class NodeHardwareInfo(AbstractModel):
|
|
21914
21858
|
|
21915
21859
|
@property
|
21916
21860
|
def MemDesc(self):
|
21917
|
-
"""
|
21918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21861
|
+
"""节点内存描述,单位GB
|
21919
21862
|
:rtype: str
|
21920
21863
|
"""
|
21921
21864
|
return self._MemDesc
|
@@ -21927,7 +21870,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21927
21870
|
@property
|
21928
21871
|
def RegionId(self):
|
21929
21872
|
"""节点所在region
|
21930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21931
21873
|
:rtype: int
|
21932
21874
|
"""
|
21933
21875
|
return self._RegionId
|
@@ -21939,7 +21881,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21939
21881
|
@property
|
21940
21882
|
def ZoneId(self):
|
21941
21883
|
"""节点所在Zone
|
21942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21943
21884
|
:rtype: int
|
21944
21885
|
"""
|
21945
21886
|
return self._ZoneId
|
@@ -21951,7 +21892,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21951
21892
|
@property
|
21952
21893
|
def ApplyTime(self):
|
21953
21894
|
"""申请时间
|
21954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21955
21895
|
:rtype: str
|
21956
21896
|
"""
|
21957
21897
|
return self._ApplyTime
|
@@ -21963,7 +21903,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21963
21903
|
@property
|
21964
21904
|
def FreeTime(self):
|
21965
21905
|
"""释放时间
|
21966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21967
21906
|
:rtype: str
|
21968
21907
|
"""
|
21969
21908
|
return self._FreeTime
|
@@ -21975,7 +21914,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21975
21914
|
@property
|
21976
21915
|
def DiskSize(self):
|
21977
21916
|
"""硬盘大小
|
21978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21979
21917
|
:rtype: str
|
21980
21918
|
"""
|
21981
21919
|
return self._DiskSize
|
@@ -21987,7 +21925,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21987
21925
|
@property
|
21988
21926
|
def NameTag(self):
|
21989
21927
|
"""节点描述
|
21990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21991
21928
|
:rtype: str
|
21992
21929
|
"""
|
21993
21930
|
return self._NameTag
|
@@ -21999,7 +21936,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
21999
21936
|
@property
|
22000
21937
|
def Services(self):
|
22001
21938
|
"""节点部署服务
|
22002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22003
21939
|
:rtype: str
|
22004
21940
|
"""
|
22005
21941
|
return self._Services
|
@@ -22010,8 +21946,8 @@ class NodeHardwareInfo(AbstractModel):
|
|
22010
21946
|
|
22011
21947
|
@property
|
22012
21948
|
def StorageType(self):
|
22013
|
-
"""
|
22014
|
-
|
21949
|
+
"""磁盘类型,1 :本地盘 2 :云硬盘 3 : 本地SSD 4 : 云SSD 5 : 高效云盘 6 : 增强型SSD云硬盘 11 : 吞吐型云硬盘 12 : 极速型SSD云硬盘 13 : 通用型SSD云硬盘 14 : 大数据型云硬盘 15 : 高IO型云硬盘 16 : 远端SSD盘
|
21950
|
+
|
22015
21951
|
:rtype: int
|
22016
21952
|
"""
|
22017
21953
|
return self._StorageType
|
@@ -22022,8 +21958,7 @@ class NodeHardwareInfo(AbstractModel):
|
|
22022
21958
|
|
22023
21959
|
@property
|
22024
21960
|
def RootSize(self):
|
22025
|
-
"""
|
22026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21961
|
+
"""系统盘大小,单位GB
|
22027
21962
|
:rtype: int
|
22028
21963
|
"""
|
22029
21964
|
return self._RootSize
|
@@ -22034,8 +21969,7 @@ class NodeHardwareInfo(AbstractModel):
|
|
22034
21969
|
|
22035
21970
|
@property
|
22036
21971
|
def ChargeType(self):
|
22037
|
-
"""
|
22038
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21972
|
+
"""付费类型,0:按量计费;1:包年包月
|
22039
21973
|
:rtype: int
|
22040
21974
|
"""
|
22041
21975
|
return self._ChargeType
|
@@ -22047,7 +21981,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22047
21981
|
@property
|
22048
21982
|
def CdbIp(self):
|
22049
21983
|
"""数据库IP
|
22050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22051
21984
|
:rtype: str
|
22052
21985
|
"""
|
22053
21986
|
return self._CdbIp
|
@@ -22059,7 +21992,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22059
21992
|
@property
|
22060
21993
|
def CdbPort(self):
|
22061
21994
|
"""数据库端口
|
22062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22063
21995
|
:rtype: int
|
22064
21996
|
"""
|
22065
21997
|
return self._CdbPort
|
@@ -22070,8 +22002,7 @@ class NodeHardwareInfo(AbstractModel):
|
|
22070
22002
|
|
22071
22003
|
@property
|
22072
22004
|
def HwDiskSize(self):
|
22073
|
-
"""
|
22074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22005
|
+
"""硬盘容量,单位b
|
22075
22006
|
:rtype: int
|
22076
22007
|
"""
|
22077
22008
|
return self._HwDiskSize
|
@@ -22083,7 +22014,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22083
22014
|
@property
|
22084
22015
|
def HwDiskSizeDesc(self):
|
22085
22016
|
"""硬盘容量描述
|
22086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22087
22017
|
:rtype: str
|
22088
22018
|
"""
|
22089
22019
|
return self._HwDiskSizeDesc
|
@@ -22094,8 +22024,7 @@ class NodeHardwareInfo(AbstractModel):
|
|
22094
22024
|
|
22095
22025
|
@property
|
22096
22026
|
def HwMemSize(self):
|
22097
|
-
"""
|
22098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22027
|
+
"""内存容量,单位b
|
22099
22028
|
:rtype: int
|
22100
22029
|
"""
|
22101
22030
|
return self._HwMemSize
|
@@ -22107,7 +22036,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22107
22036
|
@property
|
22108
22037
|
def HwMemSizeDesc(self):
|
22109
22038
|
"""内存容量描述
|
22110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22111
22039
|
:rtype: str
|
22112
22040
|
"""
|
22113
22041
|
return self._HwMemSizeDesc
|
@@ -22119,7 +22047,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22119
22047
|
@property
|
22120
22048
|
def ExpireTime(self):
|
22121
22049
|
"""过期时间
|
22122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22123
22050
|
:rtype: str
|
22124
22051
|
"""
|
22125
22052
|
return self._ExpireTime
|
@@ -22131,7 +22058,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22131
22058
|
@property
|
22132
22059
|
def EmrResourceId(self):
|
22133
22060
|
"""节点资源ID
|
22134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22135
22061
|
:rtype: str
|
22136
22062
|
"""
|
22137
22063
|
return self._EmrResourceId
|
@@ -22143,7 +22069,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22143
22069
|
@property
|
22144
22070
|
def IsAutoRenew(self):
|
22145
22071
|
"""续费标志
|
22146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22147
22072
|
:rtype: int
|
22148
22073
|
"""
|
22149
22074
|
return self._IsAutoRenew
|
@@ -22155,7 +22080,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22155
22080
|
@property
|
22156
22081
|
def DeviceClass(self):
|
22157
22082
|
"""设备标识
|
22158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22159
22083
|
:rtype: str
|
22160
22084
|
"""
|
22161
22085
|
return self._DeviceClass
|
@@ -22167,7 +22091,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22167
22091
|
@property
|
22168
22092
|
def Mutable(self):
|
22169
22093
|
"""支持变配
|
22170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22171
22094
|
:rtype: int
|
22172
22095
|
"""
|
22173
22096
|
return self._Mutable
|
@@ -22203,7 +22126,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22203
22126
|
@property
|
22204
22127
|
def Ip(self):
|
22205
22128
|
"""内网IP
|
22206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22207
22129
|
:rtype: str
|
22208
22130
|
"""
|
22209
22131
|
return self._Ip
|
@@ -22215,7 +22137,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22215
22137
|
@property
|
22216
22138
|
def Destroyable(self):
|
22217
22139
|
"""此节点是否可销毁,1可销毁,0不可销毁
|
22218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22219
22140
|
:rtype: int
|
22220
22141
|
"""
|
22221
22142
|
return self._Destroyable
|
@@ -22239,7 +22160,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22239
22160
|
@property
|
22240
22161
|
def AutoFlag(self):
|
22241
22162
|
"""是否是自动扩缩容节点,0为普通节点,1为自动扩缩容节点。
|
22242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22243
22163
|
:rtype: int
|
22244
22164
|
"""
|
22245
22165
|
return self._AutoFlag
|
@@ -22251,7 +22171,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22251
22171
|
@property
|
22252
22172
|
def HardwareResourceType(self):
|
22253
22173
|
"""资源类型, host/pod
|
22254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22255
22174
|
:rtype: str
|
22256
22175
|
"""
|
22257
22176
|
return self._HardwareResourceType
|
@@ -22263,7 +22182,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22263
22182
|
@property
|
22264
22183
|
def IsDynamicSpec(self):
|
22265
22184
|
"""是否浮动规格,1是,0否
|
22266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22267
22185
|
:rtype: int
|
22268
22186
|
"""
|
22269
22187
|
return self._IsDynamicSpec
|
@@ -22275,7 +22193,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22275
22193
|
@property
|
22276
22194
|
def DynamicPodSpec(self):
|
22277
22195
|
"""浮动规格值json字符串
|
22278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22279
22196
|
:rtype: str
|
22280
22197
|
"""
|
22281
22198
|
return self._DynamicPodSpec
|
@@ -22287,7 +22204,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22287
22204
|
@property
|
22288
22205
|
def SupportModifyPayMode(self):
|
22289
22206
|
"""是否支持变更计费类型 1是,0否
|
22290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22291
22207
|
:rtype: int
|
22292
22208
|
"""
|
22293
22209
|
return self._SupportModifyPayMode
|
@@ -22298,8 +22214,8 @@ class NodeHardwareInfo(AbstractModel):
|
|
22298
22214
|
|
22299
22215
|
@property
|
22300
22216
|
def RootStorageType(self):
|
22301
|
-
"""
|
22302
|
-
|
22217
|
+
"""系统盘类型,1 :本地盘 2 :云硬盘 3 : 本地SSD 4 : 云SSD 5 : 高效云盘 6 : 增强型SSD云硬盘 11 : 吞吐型云硬盘 12 : 极速型SSD云硬盘 13 : 通用型SSD云硬盘 14 : 大数据型云硬盘 15 : 高IO型云硬盘 16 : 远端SSD盘
|
22218
|
+
|
22303
22219
|
:rtype: int
|
22304
22220
|
"""
|
22305
22221
|
return self._RootStorageType
|
@@ -22311,7 +22227,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22311
22227
|
@property
|
22312
22228
|
def Zone(self):
|
22313
22229
|
"""可用区信息
|
22314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22315
22230
|
:rtype: str
|
22316
22231
|
"""
|
22317
22232
|
return self._Zone
|
@@ -22335,7 +22250,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22335
22250
|
@property
|
22336
22251
|
def Clients(self):
|
22337
22252
|
"""客户端
|
22338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22339
22253
|
:rtype: str
|
22340
22254
|
"""
|
22341
22255
|
return self._Clients
|
@@ -22347,7 +22261,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22347
22261
|
@property
|
22348
22262
|
def CurrentTime(self):
|
22349
22263
|
"""系统当前时间
|
22350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22351
22264
|
:rtype: str
|
22352
22265
|
"""
|
22353
22266
|
return self._CurrentTime
|
@@ -22359,7 +22272,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22359
22272
|
@property
|
22360
22273
|
def IsFederation(self):
|
22361
22274
|
"""是否用于联邦 ,1是,0否
|
22362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22363
22275
|
:rtype: int
|
22364
22276
|
"""
|
22365
22277
|
return self._IsFederation
|
@@ -22371,7 +22283,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22371
22283
|
@property
|
22372
22284
|
def DeviceName(self):
|
22373
22285
|
"""设备名称
|
22374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22375
22286
|
:rtype: str
|
22376
22287
|
"""
|
22377
22288
|
return self._DeviceName
|
@@ -22383,7 +22294,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22383
22294
|
@property
|
22384
22295
|
def ServiceClient(self):
|
22385
22296
|
"""服务
|
22386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22387
22297
|
:rtype: str
|
22388
22298
|
"""
|
22389
22299
|
return self._ServiceClient
|
@@ -22395,7 +22305,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22395
22305
|
@property
|
22396
22306
|
def DisableApiTermination(self):
|
22397
22307
|
"""该实例是否开启实例保护,true为开启 false为关闭
|
22398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22399
22308
|
:rtype: bool
|
22400
22309
|
"""
|
22401
22310
|
return self._DisableApiTermination
|
@@ -22407,7 +22316,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22407
22316
|
@property
|
22408
22317
|
def TradeVersion(self):
|
22409
22318
|
"""0表示老计费,1表示新计费
|
22410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22411
22319
|
:rtype: int
|
22412
22320
|
"""
|
22413
22321
|
return self._TradeVersion
|
@@ -22419,7 +22327,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22419
22327
|
@property
|
22420
22328
|
def ServicesStatus(self):
|
22421
22329
|
"""各组件状态,Zookeeper:STARTED,ResourceManager:STARTED,STARTED已启动,STOPED已停止
|
22422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22423
22330
|
:rtype: str
|
22424
22331
|
"""
|
22425
22332
|
return self._ServicesStatus
|
@@ -22431,7 +22338,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22431
22338
|
@property
|
22432
22339
|
def Remark(self):
|
22433
22340
|
"""备注
|
22434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22435
22341
|
:rtype: str
|
22436
22342
|
"""
|
22437
22343
|
return self._Remark
|
@@ -22443,7 +22349,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22443
22349
|
@property
|
22444
22350
|
def SharedClusterId(self):
|
22445
22351
|
"""共享集群id
|
22446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22447
22352
|
:rtype: str
|
22448
22353
|
"""
|
22449
22354
|
return self._SharedClusterId
|
@@ -22455,7 +22360,6 @@ class NodeHardwareInfo(AbstractModel):
|
|
22455
22360
|
@property
|
22456
22361
|
def SharedClusterIdDesc(self):
|
22457
22362
|
"""共享集群id描述
|
22458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22459
22363
|
:rtype: str
|
22460
22364
|
"""
|
22461
22365
|
return self._SharedClusterIdDesc
|
@@ -22464,6 +22368,28 @@ class NodeHardwareInfo(AbstractModel):
|
|
22464
22368
|
def SharedClusterIdDesc(self, SharedClusterIdDesc):
|
22465
22369
|
self._SharedClusterIdDesc = SharedClusterIdDesc
|
22466
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
|
+
|
22467
22393
|
|
22468
22394
|
def _deserialize(self, params):
|
22469
22395
|
self._AppId = params.get("AppId")
|
@@ -22534,6 +22460,8 @@ class NodeHardwareInfo(AbstractModel):
|
|
22534
22460
|
self._Remark = params.get("Remark")
|
22535
22461
|
self._SharedClusterId = params.get("SharedClusterId")
|
22536
22462
|
self._SharedClusterIdDesc = params.get("SharedClusterIdDesc")
|
22463
|
+
self._TimingResource = params.get("TimingResource")
|
22464
|
+
self._TkeClusterId = params.get("TkeClusterId")
|
22537
22465
|
memeber_set = set(params.keys())
|
22538
22466
|
for name, value in vars(self).items():
|
22539
22467
|
property_name = name[1:]
|
@@ -284,7 +284,7 @@ class EssClient(AbstractClient):
|
|
284
284
|
|
285
285
|
注:
|
286
286
|
|
287
|
-
1.
|
287
|
+
1. 此接口需要 <font color="red"><b>购买单独的实名套餐包</b></font>方可调用,如有需求请联系对接人员评估
|
288
288
|
|
289
289
|
2. 如果生成的链接是APP链接,跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
290
290
|
|