tencentcloud-sdk-python 3.0.1347__py2.py3-none-any.whl → 3.0.1349__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/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/captcha/v20190722/models.py +15 -30
- tencentcloud/cbs/v20170312/models.py +0 -4
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +159 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +98 -86
- tencentcloud/chc/v20230418/models.py +0 -30
- tencentcloud/clb/v20180317/models.py +48 -18
- tencentcloud/dbbrain/v20210527/models.py +0 -8
- tencentcloud/dbdc/v20201029/models.py +0 -16
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- tencentcloud/dlc/v20210125/models.py +256 -16
- tencentcloud/emr/v20190103/models.py +15 -54
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +12 -12
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +10 -10
- tencentcloud/gs/v20191118/models.py +4 -58
- tencentcloud/hai/v20230812/models.py +0 -96
- tencentcloud/hunyuan/v20230901/models.py +6 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20191126/models.py +0 -4
- tencentcloud/iotvideo/v20201215/models.py +17 -0
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/live/v20180801/models.py +8 -24
- tencentcloud/lkeap/v20240522/lkeap_client.py +6 -0
- tencentcloud/mariadb/v20170312/models.py +4 -76
- tencentcloud/monitor/v20180724/models.py +95 -14
- tencentcloud/mps/v20190612/models.py +260 -0
- tencentcloud/mqtt/v20240516/models.py +402 -284
- tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/privatedns/v20201028/models.py +0 -22
- tencentcloud/taf/v20200210/models.py +270 -0
- tencentcloud/taf/v20200210/taf_client.py +23 -0
- tencentcloud/tbaas/v20180416/models.py +0 -58
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tcr/v20190924/models.py +30 -154
- tencentcloud/tdmq/v20200217/models.py +0 -16
- tencentcloud/thpc/v20230321/models.py +34 -0
- tencentcloud/tke/v20180525/models.py +692 -622
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +252 -196
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +28 -260
- tencentcloud/vpc/v20170312/models.py +135 -0
- tencentcloud/wedata/v20210820/models.py +17 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/RECORD +62 -62
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/top_level.txt +0 -0
@@ -3423,7 +3423,6 @@ class ClusterRelationMeta(AbstractModel):
|
|
3423
3423
|
def __init__(self):
|
3424
3424
|
r"""
|
3425
3425
|
:param _ClusterType: 集群类型
|
3426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3427
3426
|
:type ClusterType: str
|
3428
3427
|
:param _ClusterIdList: 集群id列表
|
3429
3428
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3435,7 +3434,6 @@ class ClusterRelationMeta(AbstractModel):
|
|
3435
3434
|
@property
|
3436
3435
|
def ClusterType(self):
|
3437
3436
|
"""集群类型
|
3438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3439
3437
|
:rtype: str
|
3440
3438
|
"""
|
3441
3439
|
return self._ClusterType
|
@@ -5604,7 +5602,6 @@ class CreateInstanceResponse(AbstractModel):
|
|
5604
5602
|
def __init__(self):
|
5605
5603
|
r"""
|
5606
5604
|
:param _InstanceId: 实例ID
|
5607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5608
5605
|
:type InstanceId: str
|
5609
5606
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5610
5607
|
:type RequestId: str
|
@@ -5615,7 +5612,6 @@ class CreateInstanceResponse(AbstractModel):
|
|
5615
5612
|
@property
|
5616
5613
|
def InstanceId(self):
|
5617
5614
|
"""实例ID
|
5618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5619
5615
|
:rtype: str
|
5620
5616
|
"""
|
5621
5617
|
return self._InstanceId
|
@@ -11700,13 +11696,11 @@ class DescribeServiceNodeInfosResponse(AbstractModel):
|
|
11700
11696
|
def __init__(self):
|
11701
11697
|
r"""
|
11702
11698
|
:param _TotalCnt: 总数量
|
11703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11704
11699
|
:type TotalCnt: int
|
11705
11700
|
:param _ServiceNodeList: 进程信息
|
11706
11701
|
注意:此字段可能返回 null,表示取不到有效值。
|
11707
11702
|
:type ServiceNodeList: list of ServiceNodeDetailInfo
|
11708
11703
|
:param _AliasInfo: 集群所有节点的别名序列化
|
11709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11710
11704
|
:type AliasInfo: str
|
11711
11705
|
:param _SupportNodeFlagFilterList: 支持的FlagNode列表
|
11712
11706
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -11723,7 +11717,6 @@ class DescribeServiceNodeInfosResponse(AbstractModel):
|
|
11723
11717
|
@property
|
11724
11718
|
def TotalCnt(self):
|
11725
11719
|
"""总数量
|
11726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11727
11720
|
:rtype: int
|
11728
11721
|
"""
|
11729
11722
|
return self._TotalCnt
|
@@ -11747,7 +11740,6 @@ class DescribeServiceNodeInfosResponse(AbstractModel):
|
|
11747
11740
|
@property
|
11748
11741
|
def AliasInfo(self):
|
11749
11742
|
"""集群所有节点的别名序列化
|
11750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11751
11743
|
:rtype: str
|
11752
11744
|
"""
|
11753
11745
|
return self._AliasInfo
|
@@ -12867,7 +12859,6 @@ class DescribeYarnScheduleHistoryResponse(AbstractModel):
|
|
12867
12859
|
注意:此字段可能返回 null,表示取不到有效值。
|
12868
12860
|
:type Tasks: list of SchedulerTaskInfo
|
12869
12861
|
:param _Total: 任务详情总数
|
12870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12871
12862
|
:type Total: int
|
12872
12863
|
:param _SchedulerNameList: 调度类型筛选列表
|
12873
12864
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -12899,7 +12890,6 @@ class DescribeYarnScheduleHistoryResponse(AbstractModel):
|
|
12899
12890
|
@property
|
12900
12891
|
def Total(self):
|
12901
12892
|
"""任务详情总数
|
12902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12903
12893
|
:rtype: int
|
12904
12894
|
"""
|
12905
12895
|
return self._Total
|
@@ -13758,7 +13748,6 @@ class EmrListInstance(AbstractModel):
|
|
13758
13748
|
:param _ClusterId: 集群ID
|
13759
13749
|
:type ClusterId: str
|
13760
13750
|
:param _StatusDesc: 常见状态描述:集群生产中,集群运行中,集群创建中,集群已关闭,集群已删除
|
13761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13762
13751
|
:type StatusDesc: str
|
13763
13752
|
:param _ClusterName: 集群名字
|
13764
13753
|
:type ClusterName: str
|
@@ -13779,65 +13768,49 @@ class EmrListInstance(AbstractModel):
|
|
13779
13768
|
:param _Id: emr ID
|
13780
13769
|
:type Id: int
|
13781
13770
|
:param _ProductId: 产品ID
|
13782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13783
13771
|
:type ProductId: int
|
13784
13772
|
:param _ProjectId: 项目ID
|
13785
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13786
13773
|
:type ProjectId: int
|
13787
13774
|
:param _RegionId: 区域
|
13788
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13789
13775
|
:type RegionId: int
|
13790
13776
|
:param _SubnetId: 子网ID
|
13791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13792
13777
|
:type SubnetId: int
|
13793
13778
|
:param _VpcId: 网络ID
|
13794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13795
13779
|
:type VpcId: int
|
13796
13780
|
:param _Zone: 地区
|
13797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13798
13781
|
:type Zone: str
|
13799
13782
|
:param _Status: 状态码, 取值为-2(集群已删除), -1(集群已关闭), 0(集群生产中), 2(集群运行中), 3(集群创建中)
|
13800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13801
13783
|
:type Status: int
|
13802
13784
|
:param _Tags: 实例标签
|
13803
13785
|
注意:此字段可能返回 null,表示取不到有效值。
|
13804
13786
|
:type Tags: list of Tag
|
13805
13787
|
:param _AlarmInfo: 告警信息
|
13806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13807
13788
|
:type AlarmInfo: str
|
13808
13789
|
:param _IsWoodpeckerCluster: 是否是woodpecker集群
|
13809
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13810
13790
|
:type IsWoodpeckerCluster: int
|
13811
13791
|
:param _VpcName: Vpc中文
|
13812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13813
13792
|
:type VpcName: str
|
13814
13793
|
:param _SubnetName: 子网中文
|
13815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13816
13794
|
:type SubnetName: str
|
13817
13795
|
:param _UniqVpcId: 字符串VpcId
|
13818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13819
13796
|
:type UniqVpcId: str
|
13820
13797
|
:param _UniqSubnetId: 字符串子网
|
13821
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13822
13798
|
:type UniqSubnetId: str
|
13823
13799
|
:param _ClusterClass: 集群类型
|
13824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13825
13800
|
:type ClusterClass: str
|
13826
13801
|
:param _IsMultiZoneCluster: 是否为跨AZ集群
|
13827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13828
13802
|
:type IsMultiZoneCluster: bool
|
13829
13803
|
:param _IsHandsCluster: 是否手戳集群
|
13830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13831
13804
|
:type IsHandsCluster: bool
|
13832
13805
|
:param _OutSideSoftInfo: 体外客户端组件信息
|
13833
13806
|
注意:此字段可能返回 null,表示取不到有效值。
|
13834
13807
|
:type OutSideSoftInfo: list of SoftDependInfo
|
13835
13808
|
:param _IsSupportOutsideCluster: 当前集群的应用场景是否支持体外客户端
|
13836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13837
13809
|
:type IsSupportOutsideCluster: bool
|
13838
13810
|
:param _IsDedicatedCluster: 是否专有集群场景集群
|
13839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13840
13811
|
:type IsDedicatedCluster: bool
|
13812
|
+
:param _IsSupportClone: 集群支持克隆
|
13813
|
+
:type IsSupportClone: bool
|
13841
13814
|
"""
|
13842
13815
|
self._ClusterId = None
|
13843
13816
|
self._StatusDesc = None
|
@@ -13870,6 +13843,7 @@ class EmrListInstance(AbstractModel):
|
|
13870
13843
|
self._OutSideSoftInfo = None
|
13871
13844
|
self._IsSupportOutsideCluster = None
|
13872
13845
|
self._IsDedicatedCluster = None
|
13846
|
+
self._IsSupportClone = None
|
13873
13847
|
|
13874
13848
|
@property
|
13875
13849
|
def ClusterId(self):
|
@@ -13885,7 +13859,6 @@ class EmrListInstance(AbstractModel):
|
|
13885
13859
|
@property
|
13886
13860
|
def StatusDesc(self):
|
13887
13861
|
"""常见状态描述:集群生产中,集群运行中,集群创建中,集群已关闭,集群已删除
|
13888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13889
13862
|
:rtype: str
|
13890
13863
|
"""
|
13891
13864
|
return self._StatusDesc
|
@@ -13996,7 +13969,6 @@ class EmrListInstance(AbstractModel):
|
|
13996
13969
|
@property
|
13997
13970
|
def ProductId(self):
|
13998
13971
|
"""产品ID
|
13999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14000
13972
|
:rtype: int
|
14001
13973
|
"""
|
14002
13974
|
return self._ProductId
|
@@ -14008,7 +13980,6 @@ class EmrListInstance(AbstractModel):
|
|
14008
13980
|
@property
|
14009
13981
|
def ProjectId(self):
|
14010
13982
|
"""项目ID
|
14011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14012
13983
|
:rtype: int
|
14013
13984
|
"""
|
14014
13985
|
return self._ProjectId
|
@@ -14020,7 +13991,6 @@ class EmrListInstance(AbstractModel):
|
|
14020
13991
|
@property
|
14021
13992
|
def RegionId(self):
|
14022
13993
|
"""区域
|
14023
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14024
13994
|
:rtype: int
|
14025
13995
|
"""
|
14026
13996
|
return self._RegionId
|
@@ -14032,7 +14002,6 @@ class EmrListInstance(AbstractModel):
|
|
14032
14002
|
@property
|
14033
14003
|
def SubnetId(self):
|
14034
14004
|
"""子网ID
|
14035
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14036
14005
|
:rtype: int
|
14037
14006
|
"""
|
14038
14007
|
return self._SubnetId
|
@@ -14044,7 +14013,6 @@ class EmrListInstance(AbstractModel):
|
|
14044
14013
|
@property
|
14045
14014
|
def VpcId(self):
|
14046
14015
|
"""网络ID
|
14047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14048
14016
|
:rtype: int
|
14049
14017
|
"""
|
14050
14018
|
return self._VpcId
|
@@ -14056,7 +14024,6 @@ class EmrListInstance(AbstractModel):
|
|
14056
14024
|
@property
|
14057
14025
|
def Zone(self):
|
14058
14026
|
"""地区
|
14059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14060
14027
|
:rtype: str
|
14061
14028
|
"""
|
14062
14029
|
return self._Zone
|
@@ -14068,7 +14035,6 @@ class EmrListInstance(AbstractModel):
|
|
14068
14035
|
@property
|
14069
14036
|
def Status(self):
|
14070
14037
|
"""状态码, 取值为-2(集群已删除), -1(集群已关闭), 0(集群生产中), 2(集群运行中), 3(集群创建中)
|
14071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14072
14038
|
:rtype: int
|
14073
14039
|
"""
|
14074
14040
|
return self._Status
|
@@ -14092,7 +14058,6 @@ class EmrListInstance(AbstractModel):
|
|
14092
14058
|
@property
|
14093
14059
|
def AlarmInfo(self):
|
14094
14060
|
"""告警信息
|
14095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14096
14061
|
:rtype: str
|
14097
14062
|
"""
|
14098
14063
|
return self._AlarmInfo
|
@@ -14104,7 +14069,6 @@ class EmrListInstance(AbstractModel):
|
|
14104
14069
|
@property
|
14105
14070
|
def IsWoodpeckerCluster(self):
|
14106
14071
|
"""是否是woodpecker集群
|
14107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14108
14072
|
:rtype: int
|
14109
14073
|
"""
|
14110
14074
|
return self._IsWoodpeckerCluster
|
@@ -14116,7 +14080,6 @@ class EmrListInstance(AbstractModel):
|
|
14116
14080
|
@property
|
14117
14081
|
def VpcName(self):
|
14118
14082
|
"""Vpc中文
|
14119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14120
14083
|
:rtype: str
|
14121
14084
|
"""
|
14122
14085
|
return self._VpcName
|
@@ -14128,7 +14091,6 @@ class EmrListInstance(AbstractModel):
|
|
14128
14091
|
@property
|
14129
14092
|
def SubnetName(self):
|
14130
14093
|
"""子网中文
|
14131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14132
14094
|
:rtype: str
|
14133
14095
|
"""
|
14134
14096
|
return self._SubnetName
|
@@ -14140,7 +14102,6 @@ class EmrListInstance(AbstractModel):
|
|
14140
14102
|
@property
|
14141
14103
|
def UniqVpcId(self):
|
14142
14104
|
"""字符串VpcId
|
14143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14144
14105
|
:rtype: str
|
14145
14106
|
"""
|
14146
14107
|
return self._UniqVpcId
|
@@ -14152,7 +14113,6 @@ class EmrListInstance(AbstractModel):
|
|
14152
14113
|
@property
|
14153
14114
|
def UniqSubnetId(self):
|
14154
14115
|
"""字符串子网
|
14155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14156
14116
|
:rtype: str
|
14157
14117
|
"""
|
14158
14118
|
return self._UniqSubnetId
|
@@ -14164,7 +14124,6 @@ class EmrListInstance(AbstractModel):
|
|
14164
14124
|
@property
|
14165
14125
|
def ClusterClass(self):
|
14166
14126
|
"""集群类型
|
14167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14168
14127
|
:rtype: str
|
14169
14128
|
"""
|
14170
14129
|
return self._ClusterClass
|
@@ -14176,7 +14135,6 @@ class EmrListInstance(AbstractModel):
|
|
14176
14135
|
@property
|
14177
14136
|
def IsMultiZoneCluster(self):
|
14178
14137
|
"""是否为跨AZ集群
|
14179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14180
14138
|
:rtype: bool
|
14181
14139
|
"""
|
14182
14140
|
return self._IsMultiZoneCluster
|
@@ -14188,7 +14146,6 @@ class EmrListInstance(AbstractModel):
|
|
14188
14146
|
@property
|
14189
14147
|
def IsHandsCluster(self):
|
14190
14148
|
"""是否手戳集群
|
14191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14192
14149
|
:rtype: bool
|
14193
14150
|
"""
|
14194
14151
|
return self._IsHandsCluster
|
@@ -14212,7 +14169,6 @@ class EmrListInstance(AbstractModel):
|
|
14212
14169
|
@property
|
14213
14170
|
def IsSupportOutsideCluster(self):
|
14214
14171
|
"""当前集群的应用场景是否支持体外客户端
|
14215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14216
14172
|
:rtype: bool
|
14217
14173
|
"""
|
14218
14174
|
return self._IsSupportOutsideCluster
|
@@ -14224,7 +14180,6 @@ class EmrListInstance(AbstractModel):
|
|
14224
14180
|
@property
|
14225
14181
|
def IsDedicatedCluster(self):
|
14226
14182
|
"""是否专有集群场景集群
|
14227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14228
14183
|
:rtype: bool
|
14229
14184
|
"""
|
14230
14185
|
return self._IsDedicatedCluster
|
@@ -14233,6 +14188,17 @@ class EmrListInstance(AbstractModel):
|
|
14233
14188
|
def IsDedicatedCluster(self, IsDedicatedCluster):
|
14234
14189
|
self._IsDedicatedCluster = IsDedicatedCluster
|
14235
14190
|
|
14191
|
+
@property
|
14192
|
+
def IsSupportClone(self):
|
14193
|
+
"""集群支持克隆
|
14194
|
+
:rtype: bool
|
14195
|
+
"""
|
14196
|
+
return self._IsSupportClone
|
14197
|
+
|
14198
|
+
@IsSupportClone.setter
|
14199
|
+
def IsSupportClone(self, IsSupportClone):
|
14200
|
+
self._IsSupportClone = IsSupportClone
|
14201
|
+
|
14236
14202
|
|
14237
14203
|
def _deserialize(self, params):
|
14238
14204
|
self._ClusterId = params.get("ClusterId")
|
@@ -14276,6 +14242,7 @@ class EmrListInstance(AbstractModel):
|
|
14276
14242
|
self._OutSideSoftInfo.append(obj)
|
14277
14243
|
self._IsSupportOutsideCluster = params.get("IsSupportOutsideCluster")
|
14278
14244
|
self._IsDedicatedCluster = params.get("IsDedicatedCluster")
|
14245
|
+
self._IsSupportClone = params.get("IsSupportClone")
|
14279
14246
|
memeber_set = set(params.keys())
|
14280
14247
|
for name, value in vars(self).items():
|
14281
14248
|
property_name = name[1:]
|
@@ -21729,10 +21696,8 @@ class ModifyYarnDeployResponse(AbstractModel):
|
|
21729
21696
|
def __init__(self):
|
21730
21697
|
r"""
|
21731
21698
|
:param _IsDraft: 为false不点亮部署生效、重置
|
21732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21733
21699
|
:type IsDraft: bool
|
21734
21700
|
:param _ErrorMsg: 错误信息,预留
|
21735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21736
21701
|
:type ErrorMsg: str
|
21737
21702
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21738
21703
|
:type RequestId: str
|
@@ -21744,7 +21709,6 @@ class ModifyYarnDeployResponse(AbstractModel):
|
|
21744
21709
|
@property
|
21745
21710
|
def IsDraft(self):
|
21746
21711
|
"""为false不点亮部署生效、重置
|
21747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21748
21712
|
:rtype: bool
|
21749
21713
|
"""
|
21750
21714
|
return self._IsDraft
|
@@ -21756,7 +21720,6 @@ class ModifyYarnDeployResponse(AbstractModel):
|
|
21756
21720
|
@property
|
21757
21721
|
def ErrorMsg(self):
|
21758
21722
|
"""错误信息,预留
|
21759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21760
21723
|
:rtype: str
|
21761
21724
|
"""
|
21762
21725
|
return self._ErrorMsg
|
@@ -27194,7 +27157,6 @@ class RepeatStrategy(AbstractModel):
|
|
27194
27157
|
注意:此字段可能返回 null,表示取不到有效值。
|
27195
27158
|
:type NotRepeat: :class:`tencentcloud.emr.v20190103.models.NotRepeatStrategy`
|
27196
27159
|
:param _Expire: 规则过期时间,超过该时间后,规则将自动置为暂停状态,形式为"2020-07-23 00:00:00"。必须填写
|
27197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27198
27160
|
:type Expire: str
|
27199
27161
|
:param _StartTime: 周期性规则开始时间
|
27200
27162
|
:type StartTime: str
|
@@ -27269,7 +27231,6 @@ class RepeatStrategy(AbstractModel):
|
|
27269
27231
|
@property
|
27270
27232
|
def Expire(self):
|
27271
27233
|
"""规则过期时间,超过该时间后,规则将自动置为暂停状态,形式为"2020-07-23 00:00:00"。必须填写
|
27272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27273
27234
|
:rtype: str
|
27274
27235
|
"""
|
27275
27236
|
return self._Expire
|
@@ -545,6 +545,9 @@ UNSUPPORTEDOPERATION_DIAGNOSEJOB = 'UnsupportedOperation.DiagnoseJob'
|
|
545
545
|
# 智能诊断未开启。
|
546
546
|
UNSUPPORTEDOPERATION_DIAGNOSENOTOPEN = 'UnsupportedOperation.DiagnoseNotOpen'
|
547
547
|
|
548
|
+
# 节点磁盘可用空间不足
|
549
|
+
UNSUPPORTEDOPERATION_DISKFREESPACEINSUFFICIENT = 'UnsupportedOperation.DiskFreeSpaceInsufficient'
|
550
|
+
|
548
551
|
# 不支持的读硬盘配置。
|
549
552
|
UNSUPPORTEDOPERATION_DISKUSE = 'UnsupportedOperation.DiskUse'
|
550
553
|
|
@@ -2986,19 +2986,19 @@ class Component(AbstractModel):
|
|
2986
2986
|
:param _ComponentExtra: **在所有的定位方式下**,控件的扩展参数,为<font color="red">JSON格式</font>,不同类型的控件会有部分非通用参数。
|
2987
2987
|
|
2988
2988
|
<font color="red">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:
|
2989
|
-
<ul><li> <b>Font</b
|
2989
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
2990
2990
|
<li> <b>FontSize</b>: 范围12 :72</li>
|
2991
2991
|
<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>
|
2992
2992
|
<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>
|
2993
2993
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
2994
2994
|
|
2995
2995
|
<font color="red">ComponentType为DATE时</font>,支持以下参数:
|
2996
|
-
<ul><li> <b>Font</b
|
2996
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
2997
2997
|
<li> <b>FontSize</b>: 范围12 :72</li></ul>
|
2998
2998
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
2999
2999
|
|
3000
3000
|
<font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
|
3001
|
-
<ul><li> <b>Font</b
|
3001
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
3002
3002
|
<li> <b>FontSize</b>: 范围6 :24</li>
|
3003
3003
|
<li> <b>Opacity</b>: 透明度,范围0 :1</li>
|
3004
3004
|
<li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
|
@@ -3030,7 +3030,7 @@ class Component(AbstractModel):
|
|
3030
3030
|
<b>参考样例</b>:`{\"ComponentTypeLimit\":[\"PERSONNEL\",\"FINANCE\"]}` 表示改印章签署区,客户需使用人事专用章或财务专用章盖章签署。<br><br>
|
3031
3031
|
|
3032
3032
|
<font color="red">ComponentType为SIGN_DATE时</font>,支持以下参数:
|
3033
|
-
<ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体",如果不填默认为"黑体"</li>
|
3033
|
+
<ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体"、"仿宋",如果不填默认为"黑体"</li>
|
3034
3034
|
<li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>
|
3035
3035
|
<li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>
|
3036
3036
|
<li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>
|
@@ -3399,19 +3399,19 @@ ChildrenComponent结构体定义:
|
|
3399
3399
|
"""**在所有的定位方式下**,控件的扩展参数,为<font color="red">JSON格式</font>,不同类型的控件会有部分非通用参数。
|
3400
3400
|
|
3401
3401
|
<font color="red">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:
|
3402
|
-
<ul><li> <b>Font</b
|
3402
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
3403
3403
|
<li> <b>FontSize</b>: 范围12 :72</li>
|
3404
3404
|
<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>
|
3405
3405
|
<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>
|
3406
3406
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
3407
3407
|
|
3408
3408
|
<font color="red">ComponentType为DATE时</font>,支持以下参数:
|
3409
|
-
<ul><li> <b>Font</b
|
3409
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
3410
3410
|
<li> <b>FontSize</b>: 范围12 :72</li></ul>
|
3411
3411
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
3412
3412
|
|
3413
3413
|
<font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
|
3414
|
-
<ul><li> <b>Font</b
|
3414
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
3415
3415
|
<li> <b>FontSize</b>: 范围6 :24</li>
|
3416
3416
|
<li> <b>Opacity</b>: 透明度,范围0 :1</li>
|
3417
3417
|
<li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
|
@@ -3443,7 +3443,7 @@ ChildrenComponent结构体定义:
|
|
3443
3443
|
<b>参考样例</b>:`{\"ComponentTypeLimit\":[\"PERSONNEL\",\"FINANCE\"]}` 表示改印章签署区,客户需使用人事专用章或财务专用章盖章签署。<br><br>
|
3444
3444
|
|
3445
3445
|
<font color="red">ComponentType为SIGN_DATE时</font>,支持以下参数:
|
3446
|
-
<ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体",如果不填默认为"黑体"</li>
|
3446
|
+
<ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体"、"仿宋",如果不填默认为"黑体"</li>
|
3447
3447
|
<li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>
|
3448
3448
|
<li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>
|
3449
3449
|
<li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>
|
@@ -8834,9 +8834,9 @@ class CreateFlowOption(AbstractModel):
|
|
8834
8834
|
|
8835
8835
|
:type ForbidAddApprover: bool
|
8836
8836
|
:param _ForbidEditApprover: 是否可以编辑签署人包括新增,修改,删除
|
8837
|
-
<ul><li>(默认) false -可以编辑签署人</li> <li> true -
|
8837
|
+
<ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>
|
8838
8838
|
|
8839
|
-
注意:如果设置参数为
|
8839
|
+
注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
|
8840
8840
|
:type ForbidEditApprover: bool
|
8841
8841
|
:param _ForbidEditFlowProperties: 禁止设置设置签署流程属性 (顺序、合同签署认证方式等),若为true则在发起流程的可嵌入页面隐藏签署流程设置面板
|
8842
8842
|
|
@@ -9059,9 +9059,9 @@ class CreateFlowOption(AbstractModel):
|
|
9059
9059
|
@property
|
9060
9060
|
def ForbidEditApprover(self):
|
9061
9061
|
"""是否可以编辑签署人包括新增,修改,删除
|
9062
|
-
<ul><li>(默认) false -可以编辑签署人</li> <li> true -
|
9062
|
+
<ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>
|
9063
9063
|
|
9064
|
-
注意:如果设置参数为
|
9064
|
+
注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
|
9065
9065
|
:rtype: bool
|
9066
9066
|
"""
|
9067
9067
|
return self._ForbidEditApprover
|
@@ -1219,9 +1219,9 @@ class EssbasicClient(AbstractClient):
|
|
1219
1219
|
|
1220
1220
|
|
1221
1221
|
def ChannelDescribeAccountBillDetail(self, request):
|
1222
|
-
"""通过此接口(ChannelDescribeAccountBillDetail
|
1222
|
+
"""通过此接口(ChannelDescribeAccountBillDetail)查询该第三方平台子客账号绑定中、剩余可绑定账号等套餐使用情况。
|
1223
1223
|
<ul>
|
1224
|
-
<li>对于渠道客户企业的查询,通过指定渠道企业的唯一标识(Agent.ProxyOrganizationId)
|
1224
|
+
<li>对于渠道客户企业的查询,通过指定渠道企业的唯一标识(Agent.ProxyOrganizationId)来查询“子客账号”套餐消耗详情</li>
|
1225
1225
|
</ul>
|
1226
1226
|
|
1227
1227
|
:param request: Request instance for ChannelDescribeAccountBillDetail.
|
@@ -12304,14 +12304,14 @@ class Component(AbstractModel):
|
|
12304
12304
|
:param _ComponentExtra: **在所有的定位方式下**,控件的扩展参数,为<font color="red">JSON格式</font>,不同类型的控件会有部分非通用参数。
|
12305
12305
|
|
12306
12306
|
<font color="red">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:
|
12307
|
-
<ul><li> <b>Font</b
|
12307
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
12308
12308
|
<li> <b>FontSize</b>: 范围12 :72</li>
|
12309
12309
|
<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>
|
12310
12310
|
<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>
|
12311
12311
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
12312
12312
|
|
12313
12313
|
<font color="red">ComponentType为DATE时</font>,支持以下参数:
|
12314
|
-
<ul><li> <b>Font</b
|
12314
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
12315
12315
|
<li> <b>FontSize</b>: 范围12 :72</li></ul>
|
12316
12316
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
12317
12317
|
|
@@ -12339,7 +12339,7 @@ class Component(AbstractModel):
|
|
12339
12339
|
<b>参考样例</b>:`{\"ComponentTypeLimit\":[\"PERSONNEL\",\"FINANCE\"]}` 表示改印章签署区,客户需使用人事专用章或财务专用章盖章签署。<br><br>
|
12340
12340
|
|
12341
12341
|
<font color="red">ComponentType为SIGN_DATE时</font>,支持以下参数:
|
12342
|
-
<ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体"
|
12342
|
+
<ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体"、仿宋,如果不填默认为"黑体"</li>
|
12343
12343
|
<li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>
|
12344
12344
|
<li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>
|
12345
12345
|
<li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>
|
@@ -12716,14 +12716,14 @@ ChildrenComponent结构体定义:
|
|
12716
12716
|
"""**在所有的定位方式下**,控件的扩展参数,为<font color="red">JSON格式</font>,不同类型的控件会有部分非通用参数。
|
12717
12717
|
|
12718
12718
|
<font color="red">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:
|
12719
|
-
<ul><li> <b>Font</b
|
12719
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
12720
12720
|
<li> <b>FontSize</b>: 范围12 :72</li>
|
12721
12721
|
<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>
|
12722
12722
|
<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>
|
12723
12723
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
12724
12724
|
|
12725
12725
|
<font color="red">ComponentType为DATE时</font>,支持以下参数:
|
12726
|
-
<ul><li> <b>Font</b
|
12726
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
12727
12727
|
<li> <b>FontSize</b>: 范围12 :72</li></ul>
|
12728
12728
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
12729
12729
|
|
@@ -12751,7 +12751,7 @@ ChildrenComponent结构体定义:
|
|
12751
12751
|
<b>参考样例</b>:`{\"ComponentTypeLimit\":[\"PERSONNEL\",\"FINANCE\"]}` 表示改印章签署区,客户需使用人事专用章或财务专用章盖章签署。<br><br>
|
12752
12752
|
|
12753
12753
|
<font color="red">ComponentType为SIGN_DATE时</font>,支持以下参数:
|
12754
|
-
<ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体"
|
12754
|
+
<ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体"、仿宋,如果不填默认为"黑体"</li>
|
12755
12755
|
<li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>
|
12756
12756
|
<li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>
|
12757
12757
|
<li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>
|
@@ -15683,9 +15683,9 @@ class CreateFlowOption(AbstractModel):
|
|
15683
15683
|
**false**:(默认)不允许
|
15684
15684
|
:type CanSkipAddApprover: bool
|
15685
15685
|
:param _ForbidEditApprover: 是否可以编辑签署人包括新增,修改,删除
|
15686
|
-
<ul><li>(默认) false -可以编辑签署人</li> <li> true -
|
15686
|
+
<ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>
|
15687
15687
|
|
15688
|
-
注意:如果设置参数为
|
15688
|
+
注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
|
15689
15689
|
:type ForbidEditApprover: bool
|
15690
15690
|
:param _CustomCreateFlowDescription: 定制化发起合同弹窗的描述信息,长度不能超过500,只能由中文、字母、数字和标点组成。
|
15691
15691
|
:type CustomCreateFlowDescription: str
|
@@ -15782,9 +15782,9 @@ class CreateFlowOption(AbstractModel):
|
|
15782
15782
|
@property
|
15783
15783
|
def ForbidEditApprover(self):
|
15784
15784
|
"""是否可以编辑签署人包括新增,修改,删除
|
15785
|
-
<ul><li>(默认) false -可以编辑签署人</li> <li> true -
|
15785
|
+
<ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>
|
15786
15786
|
|
15787
|
-
注意:如果设置参数为
|
15787
|
+
注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
|
15788
15788
|
:rtype: bool
|
15789
15789
|
"""
|
15790
15790
|
return self._ForbidEditApprover
|