tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -2495,6 +2495,9 @@ class CloudResource(AbstractModel):
|
|
|
2495
2495
|
:param _Disks: 所选数据盘信息
|
|
2496
2496
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2497
2497
|
:type Disks: list of Disk
|
|
2498
|
+
:param _Tolerations: 容忍
|
|
2499
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2500
|
+
:type Tolerations: list of Toleration
|
|
2498
2501
|
"""
|
|
2499
2502
|
self._ComponentName = None
|
|
2500
2503
|
self._PodNumber = None
|
|
@@ -2505,6 +2508,7 @@ class CloudResource(AbstractModel):
|
|
|
2505
2508
|
self._ExternalAccess = None
|
|
2506
2509
|
self._Affinity = None
|
|
2507
2510
|
self._Disks = None
|
|
2511
|
+
self._Tolerations = None
|
|
2508
2512
|
|
|
2509
2513
|
@property
|
|
2510
2514
|
def ComponentName(self):
|
|
@@ -2609,6 +2613,18 @@ class CloudResource(AbstractModel):
|
|
|
2609
2613
|
def Disks(self, Disks):
|
|
2610
2614
|
self._Disks = Disks
|
|
2611
2615
|
|
|
2616
|
+
@property
|
|
2617
|
+
def Tolerations(self):
|
|
2618
|
+
r"""容忍
|
|
2619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2620
|
+
:rtype: list of Toleration
|
|
2621
|
+
"""
|
|
2622
|
+
return self._Tolerations
|
|
2623
|
+
|
|
2624
|
+
@Tolerations.setter
|
|
2625
|
+
def Tolerations(self, Tolerations):
|
|
2626
|
+
self._Tolerations = Tolerations
|
|
2627
|
+
|
|
2612
2628
|
|
|
2613
2629
|
def _deserialize(self, params):
|
|
2614
2630
|
self._ComponentName = params.get("ComponentName")
|
|
@@ -2631,6 +2647,12 @@ class CloudResource(AbstractModel):
|
|
|
2631
2647
|
obj = Disk()
|
|
2632
2648
|
obj._deserialize(item)
|
|
2633
2649
|
self._Disks.append(obj)
|
|
2650
|
+
if params.get("Tolerations") is not None:
|
|
2651
|
+
self._Tolerations = []
|
|
2652
|
+
for item in params.get("Tolerations"):
|
|
2653
|
+
obj = Toleration()
|
|
2654
|
+
obj._deserialize(item)
|
|
2655
|
+
self._Tolerations.append(obj)
|
|
2634
2656
|
memeber_set = set(params.keys())
|
|
2635
2657
|
for name, value in vars(self).items():
|
|
2636
2658
|
property_name = name[1:]
|
|
@@ -9769,6 +9791,328 @@ class DescribeHBaseTableOverviewResponse(AbstractModel):
|
|
|
9769
9791
|
self._RequestId = params.get("RequestId")
|
|
9770
9792
|
|
|
9771
9793
|
|
|
9794
|
+
class DescribeHBaseTableRequestMetricRequest(AbstractModel):
|
|
9795
|
+
r"""DescribeHBaseTableRequestMetric请求参数结构体
|
|
9796
|
+
|
|
9797
|
+
"""
|
|
9798
|
+
|
|
9799
|
+
def __init__(self):
|
|
9800
|
+
r"""
|
|
9801
|
+
:param _InstanceId: 集群ID
|
|
9802
|
+
:type InstanceId: str
|
|
9803
|
+
:param _TableName: Hbase表名
|
|
9804
|
+
:type TableName: str
|
|
9805
|
+
:param _RegionServer: Hbase的RegionServer服务
|
|
9806
|
+
:type RegionServer: str
|
|
9807
|
+
:param _Downsample: 获取监控的数据粒度
|
|
9808
|
+
:type Downsample: str
|
|
9809
|
+
:param _StartTime: 查询监控数据起始时间戳
|
|
9810
|
+
:type StartTime: int
|
|
9811
|
+
:param _EndTime: 查询监控数据结束时间戳
|
|
9812
|
+
:type EndTime: int
|
|
9813
|
+
"""
|
|
9814
|
+
self._InstanceId = None
|
|
9815
|
+
self._TableName = None
|
|
9816
|
+
self._RegionServer = None
|
|
9817
|
+
self._Downsample = None
|
|
9818
|
+
self._StartTime = None
|
|
9819
|
+
self._EndTime = None
|
|
9820
|
+
|
|
9821
|
+
@property
|
|
9822
|
+
def InstanceId(self):
|
|
9823
|
+
r"""集群ID
|
|
9824
|
+
:rtype: str
|
|
9825
|
+
"""
|
|
9826
|
+
return self._InstanceId
|
|
9827
|
+
|
|
9828
|
+
@InstanceId.setter
|
|
9829
|
+
def InstanceId(self, InstanceId):
|
|
9830
|
+
self._InstanceId = InstanceId
|
|
9831
|
+
|
|
9832
|
+
@property
|
|
9833
|
+
def TableName(self):
|
|
9834
|
+
r"""Hbase表名
|
|
9835
|
+
:rtype: str
|
|
9836
|
+
"""
|
|
9837
|
+
return self._TableName
|
|
9838
|
+
|
|
9839
|
+
@TableName.setter
|
|
9840
|
+
def TableName(self, TableName):
|
|
9841
|
+
self._TableName = TableName
|
|
9842
|
+
|
|
9843
|
+
@property
|
|
9844
|
+
def RegionServer(self):
|
|
9845
|
+
r"""Hbase的RegionServer服务
|
|
9846
|
+
:rtype: str
|
|
9847
|
+
"""
|
|
9848
|
+
return self._RegionServer
|
|
9849
|
+
|
|
9850
|
+
@RegionServer.setter
|
|
9851
|
+
def RegionServer(self, RegionServer):
|
|
9852
|
+
self._RegionServer = RegionServer
|
|
9853
|
+
|
|
9854
|
+
@property
|
|
9855
|
+
def Downsample(self):
|
|
9856
|
+
r"""获取监控的数据粒度
|
|
9857
|
+
:rtype: str
|
|
9858
|
+
"""
|
|
9859
|
+
return self._Downsample
|
|
9860
|
+
|
|
9861
|
+
@Downsample.setter
|
|
9862
|
+
def Downsample(self, Downsample):
|
|
9863
|
+
self._Downsample = Downsample
|
|
9864
|
+
|
|
9865
|
+
@property
|
|
9866
|
+
def StartTime(self):
|
|
9867
|
+
r"""查询监控数据起始时间戳
|
|
9868
|
+
:rtype: int
|
|
9869
|
+
"""
|
|
9870
|
+
return self._StartTime
|
|
9871
|
+
|
|
9872
|
+
@StartTime.setter
|
|
9873
|
+
def StartTime(self, StartTime):
|
|
9874
|
+
self._StartTime = StartTime
|
|
9875
|
+
|
|
9876
|
+
@property
|
|
9877
|
+
def EndTime(self):
|
|
9878
|
+
r"""查询监控数据结束时间戳
|
|
9879
|
+
:rtype: int
|
|
9880
|
+
"""
|
|
9881
|
+
return self._EndTime
|
|
9882
|
+
|
|
9883
|
+
@EndTime.setter
|
|
9884
|
+
def EndTime(self, EndTime):
|
|
9885
|
+
self._EndTime = EndTime
|
|
9886
|
+
|
|
9887
|
+
|
|
9888
|
+
def _deserialize(self, params):
|
|
9889
|
+
self._InstanceId = params.get("InstanceId")
|
|
9890
|
+
self._TableName = params.get("TableName")
|
|
9891
|
+
self._RegionServer = params.get("RegionServer")
|
|
9892
|
+
self._Downsample = params.get("Downsample")
|
|
9893
|
+
self._StartTime = params.get("StartTime")
|
|
9894
|
+
self._EndTime = params.get("EndTime")
|
|
9895
|
+
memeber_set = set(params.keys())
|
|
9896
|
+
for name, value in vars(self).items():
|
|
9897
|
+
property_name = name[1:]
|
|
9898
|
+
if property_name in memeber_set:
|
|
9899
|
+
memeber_set.remove(property_name)
|
|
9900
|
+
if len(memeber_set) > 0:
|
|
9901
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
9902
|
+
|
|
9903
|
+
|
|
9904
|
+
|
|
9905
|
+
class DescribeHBaseTableRequestMetricResponse(AbstractModel):
|
|
9906
|
+
r"""DescribeHBaseTableRequestMetric返回参数结构体
|
|
9907
|
+
|
|
9908
|
+
"""
|
|
9909
|
+
|
|
9910
|
+
def __init__(self):
|
|
9911
|
+
r"""
|
|
9912
|
+
:param _MetricDataList: Hbase监控指标返回包装结构
|
|
9913
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9914
|
+
:type MetricDataList: list of HBaseMetricData
|
|
9915
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9916
|
+
:type RequestId: str
|
|
9917
|
+
"""
|
|
9918
|
+
self._MetricDataList = None
|
|
9919
|
+
self._RequestId = None
|
|
9920
|
+
|
|
9921
|
+
@property
|
|
9922
|
+
def MetricDataList(self):
|
|
9923
|
+
r"""Hbase监控指标返回包装结构
|
|
9924
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9925
|
+
:rtype: list of HBaseMetricData
|
|
9926
|
+
"""
|
|
9927
|
+
return self._MetricDataList
|
|
9928
|
+
|
|
9929
|
+
@MetricDataList.setter
|
|
9930
|
+
def MetricDataList(self, MetricDataList):
|
|
9931
|
+
self._MetricDataList = MetricDataList
|
|
9932
|
+
|
|
9933
|
+
@property
|
|
9934
|
+
def RequestId(self):
|
|
9935
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9936
|
+
:rtype: str
|
|
9937
|
+
"""
|
|
9938
|
+
return self._RequestId
|
|
9939
|
+
|
|
9940
|
+
@RequestId.setter
|
|
9941
|
+
def RequestId(self, RequestId):
|
|
9942
|
+
self._RequestId = RequestId
|
|
9943
|
+
|
|
9944
|
+
|
|
9945
|
+
def _deserialize(self, params):
|
|
9946
|
+
if params.get("MetricDataList") is not None:
|
|
9947
|
+
self._MetricDataList = []
|
|
9948
|
+
for item in params.get("MetricDataList"):
|
|
9949
|
+
obj = HBaseMetricData()
|
|
9950
|
+
obj._deserialize(item)
|
|
9951
|
+
self._MetricDataList.append(obj)
|
|
9952
|
+
self._RequestId = params.get("RequestId")
|
|
9953
|
+
|
|
9954
|
+
|
|
9955
|
+
class DescribeHBaseTableStoreSizeMetricRequest(AbstractModel):
|
|
9956
|
+
r"""DescribeHBaseTableStoreSizeMetric请求参数结构体
|
|
9957
|
+
|
|
9958
|
+
"""
|
|
9959
|
+
|
|
9960
|
+
def __init__(self):
|
|
9961
|
+
r"""
|
|
9962
|
+
:param _InstanceId: 集群ID
|
|
9963
|
+
:type InstanceId: str
|
|
9964
|
+
:param _TableName: Hbase表名
|
|
9965
|
+
:type TableName: str
|
|
9966
|
+
:param _RegionServer: Hbase的RegionServer服务
|
|
9967
|
+
:type RegionServer: str
|
|
9968
|
+
:param _Downsample: 获取监控的数据粒度
|
|
9969
|
+
:type Downsample: str
|
|
9970
|
+
:param _StartTime: 查询监控数据起始时间戳
|
|
9971
|
+
:type StartTime: int
|
|
9972
|
+
:param _EndTime: 查询监控数据结束时间戳
|
|
9973
|
+
:type EndTime: int
|
|
9974
|
+
"""
|
|
9975
|
+
self._InstanceId = None
|
|
9976
|
+
self._TableName = None
|
|
9977
|
+
self._RegionServer = None
|
|
9978
|
+
self._Downsample = None
|
|
9979
|
+
self._StartTime = None
|
|
9980
|
+
self._EndTime = None
|
|
9981
|
+
|
|
9982
|
+
@property
|
|
9983
|
+
def InstanceId(self):
|
|
9984
|
+
r"""集群ID
|
|
9985
|
+
:rtype: str
|
|
9986
|
+
"""
|
|
9987
|
+
return self._InstanceId
|
|
9988
|
+
|
|
9989
|
+
@InstanceId.setter
|
|
9990
|
+
def InstanceId(self, InstanceId):
|
|
9991
|
+
self._InstanceId = InstanceId
|
|
9992
|
+
|
|
9993
|
+
@property
|
|
9994
|
+
def TableName(self):
|
|
9995
|
+
r"""Hbase表名
|
|
9996
|
+
:rtype: str
|
|
9997
|
+
"""
|
|
9998
|
+
return self._TableName
|
|
9999
|
+
|
|
10000
|
+
@TableName.setter
|
|
10001
|
+
def TableName(self, TableName):
|
|
10002
|
+
self._TableName = TableName
|
|
10003
|
+
|
|
10004
|
+
@property
|
|
10005
|
+
def RegionServer(self):
|
|
10006
|
+
r"""Hbase的RegionServer服务
|
|
10007
|
+
:rtype: str
|
|
10008
|
+
"""
|
|
10009
|
+
return self._RegionServer
|
|
10010
|
+
|
|
10011
|
+
@RegionServer.setter
|
|
10012
|
+
def RegionServer(self, RegionServer):
|
|
10013
|
+
self._RegionServer = RegionServer
|
|
10014
|
+
|
|
10015
|
+
@property
|
|
10016
|
+
def Downsample(self):
|
|
10017
|
+
r"""获取监控的数据粒度
|
|
10018
|
+
:rtype: str
|
|
10019
|
+
"""
|
|
10020
|
+
return self._Downsample
|
|
10021
|
+
|
|
10022
|
+
@Downsample.setter
|
|
10023
|
+
def Downsample(self, Downsample):
|
|
10024
|
+
self._Downsample = Downsample
|
|
10025
|
+
|
|
10026
|
+
@property
|
|
10027
|
+
def StartTime(self):
|
|
10028
|
+
r"""查询监控数据起始时间戳
|
|
10029
|
+
:rtype: int
|
|
10030
|
+
"""
|
|
10031
|
+
return self._StartTime
|
|
10032
|
+
|
|
10033
|
+
@StartTime.setter
|
|
10034
|
+
def StartTime(self, StartTime):
|
|
10035
|
+
self._StartTime = StartTime
|
|
10036
|
+
|
|
10037
|
+
@property
|
|
10038
|
+
def EndTime(self):
|
|
10039
|
+
r"""查询监控数据结束时间戳
|
|
10040
|
+
:rtype: int
|
|
10041
|
+
"""
|
|
10042
|
+
return self._EndTime
|
|
10043
|
+
|
|
10044
|
+
@EndTime.setter
|
|
10045
|
+
def EndTime(self, EndTime):
|
|
10046
|
+
self._EndTime = EndTime
|
|
10047
|
+
|
|
10048
|
+
|
|
10049
|
+
def _deserialize(self, params):
|
|
10050
|
+
self._InstanceId = params.get("InstanceId")
|
|
10051
|
+
self._TableName = params.get("TableName")
|
|
10052
|
+
self._RegionServer = params.get("RegionServer")
|
|
10053
|
+
self._Downsample = params.get("Downsample")
|
|
10054
|
+
self._StartTime = params.get("StartTime")
|
|
10055
|
+
self._EndTime = params.get("EndTime")
|
|
10056
|
+
memeber_set = set(params.keys())
|
|
10057
|
+
for name, value in vars(self).items():
|
|
10058
|
+
property_name = name[1:]
|
|
10059
|
+
if property_name in memeber_set:
|
|
10060
|
+
memeber_set.remove(property_name)
|
|
10061
|
+
if len(memeber_set) > 0:
|
|
10062
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
10063
|
+
|
|
10064
|
+
|
|
10065
|
+
|
|
10066
|
+
class DescribeHBaseTableStoreSizeMetricResponse(AbstractModel):
|
|
10067
|
+
r"""DescribeHBaseTableStoreSizeMetric返回参数结构体
|
|
10068
|
+
|
|
10069
|
+
"""
|
|
10070
|
+
|
|
10071
|
+
def __init__(self):
|
|
10072
|
+
r"""
|
|
10073
|
+
:param _MetricDataList: Hbase监控指标返回包装结构
|
|
10074
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10075
|
+
:type MetricDataList: list of HBaseMetricData
|
|
10076
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10077
|
+
:type RequestId: str
|
|
10078
|
+
"""
|
|
10079
|
+
self._MetricDataList = None
|
|
10080
|
+
self._RequestId = None
|
|
10081
|
+
|
|
10082
|
+
@property
|
|
10083
|
+
def MetricDataList(self):
|
|
10084
|
+
r"""Hbase监控指标返回包装结构
|
|
10085
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10086
|
+
:rtype: list of HBaseMetricData
|
|
10087
|
+
"""
|
|
10088
|
+
return self._MetricDataList
|
|
10089
|
+
|
|
10090
|
+
@MetricDataList.setter
|
|
10091
|
+
def MetricDataList(self, MetricDataList):
|
|
10092
|
+
self._MetricDataList = MetricDataList
|
|
10093
|
+
|
|
10094
|
+
@property
|
|
10095
|
+
def RequestId(self):
|
|
10096
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10097
|
+
:rtype: str
|
|
10098
|
+
"""
|
|
10099
|
+
return self._RequestId
|
|
10100
|
+
|
|
10101
|
+
@RequestId.setter
|
|
10102
|
+
def RequestId(self, RequestId):
|
|
10103
|
+
self._RequestId = RequestId
|
|
10104
|
+
|
|
10105
|
+
|
|
10106
|
+
def _deserialize(self, params):
|
|
10107
|
+
if params.get("MetricDataList") is not None:
|
|
10108
|
+
self._MetricDataList = []
|
|
10109
|
+
for item in params.get("MetricDataList"):
|
|
10110
|
+
obj = HBaseMetricData()
|
|
10111
|
+
obj._deserialize(item)
|
|
10112
|
+
self._MetricDataList.append(obj)
|
|
10113
|
+
self._RequestId = params.get("RequestId")
|
|
10114
|
+
|
|
10115
|
+
|
|
9772
10116
|
class DescribeHDFSStorageInfoRequest(AbstractModel):
|
|
9773
10117
|
r"""DescribeHDFSStorageInfo请求参数结构体
|
|
9774
10118
|
|
|
@@ -13557,7 +13901,7 @@ class DescribeServiceNodeInfosRequest(AbstractModel):
|
|
|
13557
13901
|
"-3"代表存在隐患
|
|
13558
13902
|
"-4"代表未探测
|
|
13559
13903
|
:type HealthStateId: str
|
|
13560
|
-
:param _ServiceName:
|
|
13904
|
+
:param _ServiceName: 服务组件名称应采用全大写形式(例如:YARN),api调用时须与 ServiceGroupType 在两者之中任选其一并保证必填。
|
|
13561
13905
|
:type ServiceName: str
|
|
13562
13906
|
:param _NodeTypeName: 节点名称master,core,task,common,router
|
|
13563
13907
|
:type NodeTypeName: str
|
|
@@ -13684,7 +14028,7 @@ class DescribeServiceNodeInfosRequest(AbstractModel):
|
|
|
13684
14028
|
|
|
13685
14029
|
@property
|
|
13686
14030
|
def ServiceName(self):
|
|
13687
|
-
r"""
|
|
14031
|
+
r"""服务组件名称应采用全大写形式(例如:YARN),api调用时须与 ServiceGroupType 在两者之中任选其一并保证必填。
|
|
13688
14032
|
:rtype: str
|
|
13689
14033
|
"""
|
|
13690
14034
|
return self._ServiceName
|
|
@@ -18033,6 +18377,87 @@ class GroupInfos(AbstractModel):
|
|
|
18033
18377
|
|
|
18034
18378
|
|
|
18035
18379
|
|
|
18380
|
+
class HBaseMetricData(AbstractModel):
|
|
18381
|
+
r"""HBase监控数据结构
|
|
18382
|
+
|
|
18383
|
+
"""
|
|
18384
|
+
|
|
18385
|
+
def __init__(self):
|
|
18386
|
+
r"""
|
|
18387
|
+
:param _MetricName: 指标名称,如 read_request_rate
|
|
18388
|
+
:type MetricName: str
|
|
18389
|
+
:param _MetricDesc: 指标描述,如 read request rate
|
|
18390
|
+
:type MetricDesc: str
|
|
18391
|
+
:param _Timestamps: 时间戳数组
|
|
18392
|
+
:type Timestamps: list of int
|
|
18393
|
+
:param _Values: 数值数组
|
|
18394
|
+
:type Values: list of float
|
|
18395
|
+
"""
|
|
18396
|
+
self._MetricName = None
|
|
18397
|
+
self._MetricDesc = None
|
|
18398
|
+
self._Timestamps = None
|
|
18399
|
+
self._Values = None
|
|
18400
|
+
|
|
18401
|
+
@property
|
|
18402
|
+
def MetricName(self):
|
|
18403
|
+
r"""指标名称,如 read_request_rate
|
|
18404
|
+
:rtype: str
|
|
18405
|
+
"""
|
|
18406
|
+
return self._MetricName
|
|
18407
|
+
|
|
18408
|
+
@MetricName.setter
|
|
18409
|
+
def MetricName(self, MetricName):
|
|
18410
|
+
self._MetricName = MetricName
|
|
18411
|
+
|
|
18412
|
+
@property
|
|
18413
|
+
def MetricDesc(self):
|
|
18414
|
+
r"""指标描述,如 read request rate
|
|
18415
|
+
:rtype: str
|
|
18416
|
+
"""
|
|
18417
|
+
return self._MetricDesc
|
|
18418
|
+
|
|
18419
|
+
@MetricDesc.setter
|
|
18420
|
+
def MetricDesc(self, MetricDesc):
|
|
18421
|
+
self._MetricDesc = MetricDesc
|
|
18422
|
+
|
|
18423
|
+
@property
|
|
18424
|
+
def Timestamps(self):
|
|
18425
|
+
r"""时间戳数组
|
|
18426
|
+
:rtype: list of int
|
|
18427
|
+
"""
|
|
18428
|
+
return self._Timestamps
|
|
18429
|
+
|
|
18430
|
+
@Timestamps.setter
|
|
18431
|
+
def Timestamps(self, Timestamps):
|
|
18432
|
+
self._Timestamps = Timestamps
|
|
18433
|
+
|
|
18434
|
+
@property
|
|
18435
|
+
def Values(self):
|
|
18436
|
+
r"""数值数组
|
|
18437
|
+
:rtype: list of float
|
|
18438
|
+
"""
|
|
18439
|
+
return self._Values
|
|
18440
|
+
|
|
18441
|
+
@Values.setter
|
|
18442
|
+
def Values(self, Values):
|
|
18443
|
+
self._Values = Values
|
|
18444
|
+
|
|
18445
|
+
|
|
18446
|
+
def _deserialize(self, params):
|
|
18447
|
+
self._MetricName = params.get("MetricName")
|
|
18448
|
+
self._MetricDesc = params.get("MetricDesc")
|
|
18449
|
+
self._Timestamps = params.get("Timestamps")
|
|
18450
|
+
self._Values = params.get("Values")
|
|
18451
|
+
memeber_set = set(params.keys())
|
|
18452
|
+
for name, value in vars(self).items():
|
|
18453
|
+
property_name = name[1:]
|
|
18454
|
+
if property_name in memeber_set:
|
|
18455
|
+
memeber_set.remove(property_name)
|
|
18456
|
+
if len(memeber_set) > 0:
|
|
18457
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
18458
|
+
|
|
18459
|
+
|
|
18460
|
+
|
|
18036
18461
|
class HealthStatus(AbstractModel):
|
|
18037
18462
|
r"""进程健康状态
|
|
18038
18463
|
|
|
@@ -27856,6 +28281,61 @@ class Order(AbstractModel):
|
|
|
27856
28281
|
|
|
27857
28282
|
|
|
27858
28283
|
|
|
28284
|
+
class OtherAccountInfo(AbstractModel):
|
|
28285
|
+
r"""其他账号信息
|
|
28286
|
+
|
|
28287
|
+
"""
|
|
28288
|
+
|
|
28289
|
+
def __init__(self):
|
|
28290
|
+
r"""
|
|
28291
|
+
:param _OtherUin: 其他账号UIN
|
|
28292
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28293
|
+
:type OtherUin: str
|
|
28294
|
+
:param _RoleName: 其他账号授权角色名称
|
|
28295
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28296
|
+
:type RoleName: str
|
|
28297
|
+
"""
|
|
28298
|
+
self._OtherUin = None
|
|
28299
|
+
self._RoleName = None
|
|
28300
|
+
|
|
28301
|
+
@property
|
|
28302
|
+
def OtherUin(self):
|
|
28303
|
+
r"""其他账号UIN
|
|
28304
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28305
|
+
:rtype: str
|
|
28306
|
+
"""
|
|
28307
|
+
return self._OtherUin
|
|
28308
|
+
|
|
28309
|
+
@OtherUin.setter
|
|
28310
|
+
def OtherUin(self, OtherUin):
|
|
28311
|
+
self._OtherUin = OtherUin
|
|
28312
|
+
|
|
28313
|
+
@property
|
|
28314
|
+
def RoleName(self):
|
|
28315
|
+
r"""其他账号授权角色名称
|
|
28316
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28317
|
+
:rtype: str
|
|
28318
|
+
"""
|
|
28319
|
+
return self._RoleName
|
|
28320
|
+
|
|
28321
|
+
@RoleName.setter
|
|
28322
|
+
def RoleName(self, RoleName):
|
|
28323
|
+
self._RoleName = RoleName
|
|
28324
|
+
|
|
28325
|
+
|
|
28326
|
+
def _deserialize(self, params):
|
|
28327
|
+
self._OtherUin = params.get("OtherUin")
|
|
28328
|
+
self._RoleName = params.get("RoleName")
|
|
28329
|
+
memeber_set = set(params.keys())
|
|
28330
|
+
for name, value in vars(self).items():
|
|
28331
|
+
property_name = name[1:]
|
|
28332
|
+
if property_name in memeber_set:
|
|
28333
|
+
memeber_set.remove(property_name)
|
|
28334
|
+
if len(memeber_set) > 0:
|
|
28335
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
28336
|
+
|
|
28337
|
+
|
|
28338
|
+
|
|
27859
28339
|
class OutterResource(AbstractModel):
|
|
27860
28340
|
r"""资源详情
|
|
27861
28341
|
|
|
@@ -28883,6 +29363,8 @@ class PodNewSpec(AbstractModel):
|
|
|
28883
29363
|
:type SubnetId: str
|
|
28884
29364
|
:param _PodName: pod name
|
|
28885
29365
|
:type PodName: str
|
|
29366
|
+
:param _OtherAccountInfo: 其他账号授权信息
|
|
29367
|
+
:type OtherAccountInfo: :class:`tencentcloud.emr.v20190103.models.OtherAccountInfo`
|
|
28886
29368
|
"""
|
|
28887
29369
|
self._ResourceProviderIdentifier = None
|
|
28888
29370
|
self._ResourceProviderType = None
|
|
@@ -28896,6 +29378,7 @@ class PodNewSpec(AbstractModel):
|
|
|
28896
29378
|
self._VpcId = None
|
|
28897
29379
|
self._SubnetId = None
|
|
28898
29380
|
self._PodName = None
|
|
29381
|
+
self._OtherAccountInfo = None
|
|
28899
29382
|
|
|
28900
29383
|
@property
|
|
28901
29384
|
def ResourceProviderIdentifier(self):
|
|
@@ -29032,6 +29515,17 @@ class PodNewSpec(AbstractModel):
|
|
|
29032
29515
|
def PodName(self, PodName):
|
|
29033
29516
|
self._PodName = PodName
|
|
29034
29517
|
|
|
29518
|
+
@property
|
|
29519
|
+
def OtherAccountInfo(self):
|
|
29520
|
+
r"""其他账号授权信息
|
|
29521
|
+
:rtype: :class:`tencentcloud.emr.v20190103.models.OtherAccountInfo`
|
|
29522
|
+
"""
|
|
29523
|
+
return self._OtherAccountInfo
|
|
29524
|
+
|
|
29525
|
+
@OtherAccountInfo.setter
|
|
29526
|
+
def OtherAccountInfo(self, OtherAccountInfo):
|
|
29527
|
+
self._OtherAccountInfo = OtherAccountInfo
|
|
29528
|
+
|
|
29035
29529
|
|
|
29036
29530
|
def _deserialize(self, params):
|
|
29037
29531
|
self._ResourceProviderIdentifier = params.get("ResourceProviderIdentifier")
|
|
@@ -29053,6 +29547,9 @@ class PodNewSpec(AbstractModel):
|
|
|
29053
29547
|
self._VpcId = params.get("VpcId")
|
|
29054
29548
|
self._SubnetId = params.get("SubnetId")
|
|
29055
29549
|
self._PodName = params.get("PodName")
|
|
29550
|
+
if params.get("OtherAccountInfo") is not None:
|
|
29551
|
+
self._OtherAccountInfo = OtherAccountInfo()
|
|
29552
|
+
self._OtherAccountInfo._deserialize(params.get("OtherAccountInfo"))
|
|
29056
29553
|
memeber_set = set(params.keys())
|
|
29057
29554
|
for name, value in vars(self).items():
|
|
29058
29555
|
property_name = name[1:]
|
|
@@ -36126,6 +36623,8 @@ class StarRocksQueryInfo(AbstractModel):
|
|
|
36126
36623
|
:type ExecutionStatement: str
|
|
36127
36624
|
:param _User: 用户
|
|
36128
36625
|
:type User: str
|
|
36626
|
+
:param _ErrorCode: 错误码
|
|
36627
|
+
:type ErrorCode: str
|
|
36129
36628
|
"""
|
|
36130
36629
|
self._ClientIP = None
|
|
36131
36630
|
self._CPUCost = None
|
|
@@ -36146,6 +36645,7 @@ class StarRocksQueryInfo(AbstractModel):
|
|
|
36146
36645
|
self._ExecutionState = None
|
|
36147
36646
|
self._ExecutionStatement = None
|
|
36148
36647
|
self._User = None
|
|
36648
|
+
self._ErrorCode = None
|
|
36149
36649
|
|
|
36150
36650
|
@property
|
|
36151
36651
|
def ClientIP(self):
|
|
@@ -36356,6 +36856,17 @@ class StarRocksQueryInfo(AbstractModel):
|
|
|
36356
36856
|
def User(self, User):
|
|
36357
36857
|
self._User = User
|
|
36358
36858
|
|
|
36859
|
+
@property
|
|
36860
|
+
def ErrorCode(self):
|
|
36861
|
+
r"""错误码
|
|
36862
|
+
:rtype: str
|
|
36863
|
+
"""
|
|
36864
|
+
return self._ErrorCode
|
|
36865
|
+
|
|
36866
|
+
@ErrorCode.setter
|
|
36867
|
+
def ErrorCode(self, ErrorCode):
|
|
36868
|
+
self._ErrorCode = ErrorCode
|
|
36869
|
+
|
|
36359
36870
|
|
|
36360
36871
|
def _deserialize(self, params):
|
|
36361
36872
|
self._ClientIP = params.get("ClientIP")
|
|
@@ -36377,6 +36888,7 @@ class StarRocksQueryInfo(AbstractModel):
|
|
|
36377
36888
|
self._ExecutionState = params.get("ExecutionState")
|
|
36378
36889
|
self._ExecutionStatement = params.get("ExecutionStatement")
|
|
36379
36890
|
self._User = params.get("User")
|
|
36891
|
+
self._ErrorCode = params.get("ErrorCode")
|
|
36380
36892
|
memeber_set = set(params.keys())
|
|
36381
36893
|
for name, value in vars(self).items():
|
|
36382
36894
|
property_name = name[1:]
|
|
@@ -38172,6 +38684,102 @@ class TkeLabel(AbstractModel):
|
|
|
38172
38684
|
|
|
38173
38685
|
|
|
38174
38686
|
|
|
38687
|
+
class Toleration(AbstractModel):
|
|
38688
|
+
r"""Tolerations
|
|
38689
|
+
|
|
38690
|
+
"""
|
|
38691
|
+
|
|
38692
|
+
def __init__(self):
|
|
38693
|
+
r"""
|
|
38694
|
+
:param _Key: 键
|
|
38695
|
+
:type Key: str
|
|
38696
|
+
:param _Value: 值
|
|
38697
|
+
:type Value: str
|
|
38698
|
+
:param _Operator: 操作符
|
|
38699
|
+
:type Operator: str
|
|
38700
|
+
:param _Effect: 污点排斥效果
|
|
38701
|
+
:type Effect: str
|
|
38702
|
+
:param _TolerationSeconds: 驱逐等待时间
|
|
38703
|
+
:type TolerationSeconds: int
|
|
38704
|
+
"""
|
|
38705
|
+
self._Key = None
|
|
38706
|
+
self._Value = None
|
|
38707
|
+
self._Operator = None
|
|
38708
|
+
self._Effect = None
|
|
38709
|
+
self._TolerationSeconds = None
|
|
38710
|
+
|
|
38711
|
+
@property
|
|
38712
|
+
def Key(self):
|
|
38713
|
+
r"""键
|
|
38714
|
+
:rtype: str
|
|
38715
|
+
"""
|
|
38716
|
+
return self._Key
|
|
38717
|
+
|
|
38718
|
+
@Key.setter
|
|
38719
|
+
def Key(self, Key):
|
|
38720
|
+
self._Key = Key
|
|
38721
|
+
|
|
38722
|
+
@property
|
|
38723
|
+
def Value(self):
|
|
38724
|
+
r"""值
|
|
38725
|
+
:rtype: str
|
|
38726
|
+
"""
|
|
38727
|
+
return self._Value
|
|
38728
|
+
|
|
38729
|
+
@Value.setter
|
|
38730
|
+
def Value(self, Value):
|
|
38731
|
+
self._Value = Value
|
|
38732
|
+
|
|
38733
|
+
@property
|
|
38734
|
+
def Operator(self):
|
|
38735
|
+
r"""操作符
|
|
38736
|
+
:rtype: str
|
|
38737
|
+
"""
|
|
38738
|
+
return self._Operator
|
|
38739
|
+
|
|
38740
|
+
@Operator.setter
|
|
38741
|
+
def Operator(self, Operator):
|
|
38742
|
+
self._Operator = Operator
|
|
38743
|
+
|
|
38744
|
+
@property
|
|
38745
|
+
def Effect(self):
|
|
38746
|
+
r"""污点排斥效果
|
|
38747
|
+
:rtype: str
|
|
38748
|
+
"""
|
|
38749
|
+
return self._Effect
|
|
38750
|
+
|
|
38751
|
+
@Effect.setter
|
|
38752
|
+
def Effect(self, Effect):
|
|
38753
|
+
self._Effect = Effect
|
|
38754
|
+
|
|
38755
|
+
@property
|
|
38756
|
+
def TolerationSeconds(self):
|
|
38757
|
+
r"""驱逐等待时间
|
|
38758
|
+
:rtype: int
|
|
38759
|
+
"""
|
|
38760
|
+
return self._TolerationSeconds
|
|
38761
|
+
|
|
38762
|
+
@TolerationSeconds.setter
|
|
38763
|
+
def TolerationSeconds(self, TolerationSeconds):
|
|
38764
|
+
self._TolerationSeconds = TolerationSeconds
|
|
38765
|
+
|
|
38766
|
+
|
|
38767
|
+
def _deserialize(self, params):
|
|
38768
|
+
self._Key = params.get("Key")
|
|
38769
|
+
self._Value = params.get("Value")
|
|
38770
|
+
self._Operator = params.get("Operator")
|
|
38771
|
+
self._Effect = params.get("Effect")
|
|
38772
|
+
self._TolerationSeconds = params.get("TolerationSeconds")
|
|
38773
|
+
memeber_set = set(params.keys())
|
|
38774
|
+
for name, value in vars(self).items():
|
|
38775
|
+
property_name = name[1:]
|
|
38776
|
+
if property_name in memeber_set:
|
|
38777
|
+
memeber_set.remove(property_name)
|
|
38778
|
+
if len(memeber_set) > 0:
|
|
38779
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
38780
|
+
|
|
38781
|
+
|
|
38782
|
+
|
|
38175
38783
|
class TopologyInfo(AbstractModel):
|
|
38176
38784
|
r"""集群节点拓扑信息
|
|
38177
38785
|
|
|
@@ -38363,6 +38971,8 @@ class TrinoQueryInfo(AbstractModel):
|
|
|
38363
38971
|
:type User: str
|
|
38364
38972
|
:param _WrittenBytes: 写入字节数
|
|
38365
38973
|
:type WrittenBytes: int
|
|
38974
|
+
:param _ErrorMessage: Error日志
|
|
38975
|
+
:type ErrorMessage: str
|
|
38366
38976
|
"""
|
|
38367
38977
|
self._Catalog = None
|
|
38368
38978
|
self._ClientIpAddr = None
|
|
@@ -38383,6 +38993,7 @@ class TrinoQueryInfo(AbstractModel):
|
|
|
38383
38993
|
self._Statement = None
|
|
38384
38994
|
self._User = None
|
|
38385
38995
|
self._WrittenBytes = None
|
|
38996
|
+
self._ErrorMessage = None
|
|
38386
38997
|
|
|
38387
38998
|
@property
|
|
38388
38999
|
def Catalog(self):
|
|
@@ -38593,6 +39204,17 @@ class TrinoQueryInfo(AbstractModel):
|
|
|
38593
39204
|
def WrittenBytes(self, WrittenBytes):
|
|
38594
39205
|
self._WrittenBytes = WrittenBytes
|
|
38595
39206
|
|
|
39207
|
+
@property
|
|
39208
|
+
def ErrorMessage(self):
|
|
39209
|
+
r"""Error日志
|
|
39210
|
+
:rtype: str
|
|
39211
|
+
"""
|
|
39212
|
+
return self._ErrorMessage
|
|
39213
|
+
|
|
39214
|
+
@ErrorMessage.setter
|
|
39215
|
+
def ErrorMessage(self, ErrorMessage):
|
|
39216
|
+
self._ErrorMessage = ErrorMessage
|
|
39217
|
+
|
|
38596
39218
|
|
|
38597
39219
|
def _deserialize(self, params):
|
|
38598
39220
|
self._Catalog = params.get("Catalog")
|
|
@@ -38614,6 +39236,7 @@ class TrinoQueryInfo(AbstractModel):
|
|
|
38614
39236
|
self._Statement = params.get("Statement")
|
|
38615
39237
|
self._User = params.get("User")
|
|
38616
39238
|
self._WrittenBytes = params.get("WrittenBytes")
|
|
39239
|
+
self._ErrorMessage = params.get("ErrorMessage")
|
|
38617
39240
|
memeber_set = set(params.keys())
|
|
38618
39241
|
for name, value in vars(self).items():
|
|
38619
39242
|
property_name = name[1:]
|