tencentcloud-sdk-python 3.0.1139__py2.py3-none-any.whl → 3.0.1140__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 +5 -42
- tencentcloud/cls/v20201016/models.py +311 -0
- tencentcloud/tke/v20180525/models.py +10 -53
- tencentcloud/tke/v20180525/tke_client.py +3 -3
- {tencentcloud_sdk_python-3.0.1139.dist-info → tencentcloud_sdk_python-3.0.1140.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1139.dist-info → tencentcloud_sdk_python-3.0.1140.dist-info}/RECORD +10 -10
- {tencentcloud_sdk_python-3.0.1139.dist-info → tencentcloud_sdk_python-3.0.1140.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1139.dist-info → tencentcloud_sdk_python-3.0.1140.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1139.dist-info → tencentcloud_sdk_python-3.0.1140.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -98,12 +98,12 @@ class ImageToImageRequest(AbstractModel):
|
|
98
98
|
:param _InputImage: 输入图 Base64 数据。
|
99
99
|
算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
|
100
100
|
Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
101
|
-
图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 8MB。
|
101
|
+
图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于 8MB。
|
102
102
|
:type InputImage: str
|
103
103
|
:param _InputUrl: 输入图 Url。
|
104
104
|
算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
|
105
105
|
Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
106
|
-
图片限制:单边分辨率小于5000,转成 Base64 字符串后小于8MB。
|
106
|
+
图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于8MB。
|
107
107
|
:type InputUrl: str
|
108
108
|
:param _Prompt: 文本描述。
|
109
109
|
用于在输入图的基础上引导生成图效果,增加生成结果中出现描述内容的可能。
|
@@ -131,7 +131,7 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
131
131
|
默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
|
132
132
|
:type LogoParam: :class:`tencentcloud.aiart.v20221229.models.LogoParam`
|
133
133
|
:param _Strength: 生成自由度。
|
134
|
-
Strength 值越小,生成图和原图越接近,取值范围0
|
134
|
+
Strength 值越小,生成图和原图越接近,取值范围(0, 1],不传使用模型内置的默认值。
|
135
135
|
推荐的取值范围为0.6 - 0.8。
|
136
136
|
:type Strength: float
|
137
137
|
:param _RspImgType: 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。
|
@@ -856,45 +856,8 @@ class SubmitDrawPortraitJobRequest(AbstractModel):
|
|
856
856
|
:param _ModelId: 写真模型 ID。
|
857
857
|
|
858
858
|
:type ModelId: str
|
859
|
-
:param _StyleId:
|
860
|
-
|
861
|
-
zhengjian_shorthair_female:证件照-短发(女)
|
862
|
-
zhengjian_male:证件照(男)
|
863
|
-
grey_suit_male:灰色西装(男)
|
864
|
-
beige_suit_male:米色西装(男)
|
865
|
-
white_sweater_male:白色毛衣(男)
|
866
|
-
hanfu_female:汉服(女)
|
867
|
-
hanfu2_female:汉服2(女)
|
868
|
-
green_female:绿色毛衣(女)
|
869
|
-
white_sweater_female:白色毛衣(女)
|
870
|
-
sports_female:蓝色运动装(女)
|
871
|
-
bow_female:蝴蝶结发饰(女)
|
872
|
-
wreath_female:头戴花环(女)
|
873
|
-
black_dress1_female:小黑裙1(女)
|
874
|
-
black_dress2_female:小黑裙2(女)
|
875
|
-
black_dress3_female:小黑裙3(女)
|
876
|
-
wedding_female:婚纱裙(女)
|
877
|
-
wedding2_female:婚纱裙2(女)
|
878
|
-
forest_female:树林(女)
|
879
|
-
flower_female:花丛(女)
|
880
|
-
qipao_female:旗袍(女)
|
881
|
-
feather_female:羽毛(女)
|
882
|
-
lolita_female:洛丽塔(女)
|
883
|
-
blue_shirt_female:蓝衬衣(女)
|
884
|
-
green_shirt_female:绿衬衣(女)
|
885
|
-
purple_shirt_female:紫衬衣(女)
|
886
|
-
fire_female:火焰(女)
|
887
|
-
christmas1_female: 圣诞1(女)
|
888
|
-
christmas2_female: 圣诞2(女)
|
889
|
-
christmas3_female: 圣诞3(适用女性)
|
890
|
-
newyear1_female:新春1(女)
|
891
|
-
newyear2_female:新春2(女)
|
892
|
-
newyear3_female:新春3(女)
|
893
|
-
newyear5_female:新春5(女)
|
894
|
-
elderly_female:中老年(女)
|
895
|
-
elderly_male:中老年(男)
|
896
|
-
labour_female:田野劳作(女)
|
897
|
-
simple:简洁风格(通用),一般用于写真模型的封面示意图,每个 ModelId 的生成结果固定,多次生成将返回相同图片
|
859
|
+
:param _StyleId: 写真风格模板。
|
860
|
+
请在[ AI 写真风格列表](https://cloud.tencent.com/document/product/1668/105740) 中选择期望的风格,传入风格编号。
|
898
861
|
:type StyleId: str
|
899
862
|
:param _ImageNum: 本次生成的图片数量,取值范围[1,4]
|
900
863
|
:type ImageNum: int
|
@@ -6745,6 +6745,252 @@ class DashboardInfo(AbstractModel):
|
|
6745
6745
|
|
6746
6746
|
|
6747
6747
|
|
6748
|
+
class DashboardNoticeMode(AbstractModel):
|
6749
|
+
"""仪表盘订阅通知方式
|
6750
|
+
|
6751
|
+
"""
|
6752
|
+
|
6753
|
+
def __init__(self):
|
6754
|
+
r"""
|
6755
|
+
:param _ReceiverType: 仪表盘通知方式。<br>
|
6756
|
+
<li/>Uin:腾讯云用户<br>
|
6757
|
+
<li/>Group:腾讯云用户组<br>
|
6758
|
+
<li/>Email:自定义Email<br>
|
6759
|
+
<li/>WeCom: 企业微信回调
|
6760
|
+
:type ReceiverType: str
|
6761
|
+
:param _Values: 知方式对应的值。
|
6762
|
+
<br> <li/> 当ReceiverType不是 Wecom 时,Values必填。
|
6763
|
+
:type Values: list of str
|
6764
|
+
:param _ReceiverChannels: 仪表盘通知渠道。
|
6765
|
+
<br><li/> 支持:["Email","Sms","WeChat","Phone"]。
|
6766
|
+
<br><li/> 当ReceiverType是 Email 或 Wecom 时,ReceiverChannels不能赋值。
|
6767
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6768
|
+
:type ReceiverChannels: list of str
|
6769
|
+
:param _Url: 回调Url。
|
6770
|
+
<br><li/> 当ReceiverType是 Wecom 时,Url必填。
|
6771
|
+
<br><li/> 当ReceiverType不是 Wecom 时,Url不能填写。
|
6772
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6773
|
+
:type Url: str
|
6774
|
+
"""
|
6775
|
+
self._ReceiverType = None
|
6776
|
+
self._Values = None
|
6777
|
+
self._ReceiverChannels = None
|
6778
|
+
self._Url = None
|
6779
|
+
|
6780
|
+
@property
|
6781
|
+
def ReceiverType(self):
|
6782
|
+
return self._ReceiverType
|
6783
|
+
|
6784
|
+
@ReceiverType.setter
|
6785
|
+
def ReceiverType(self, ReceiverType):
|
6786
|
+
self._ReceiverType = ReceiverType
|
6787
|
+
|
6788
|
+
@property
|
6789
|
+
def Values(self):
|
6790
|
+
return self._Values
|
6791
|
+
|
6792
|
+
@Values.setter
|
6793
|
+
def Values(self, Values):
|
6794
|
+
self._Values = Values
|
6795
|
+
|
6796
|
+
@property
|
6797
|
+
def ReceiverChannels(self):
|
6798
|
+
return self._ReceiverChannels
|
6799
|
+
|
6800
|
+
@ReceiverChannels.setter
|
6801
|
+
def ReceiverChannels(self, ReceiverChannels):
|
6802
|
+
self._ReceiverChannels = ReceiverChannels
|
6803
|
+
|
6804
|
+
@property
|
6805
|
+
def Url(self):
|
6806
|
+
return self._Url
|
6807
|
+
|
6808
|
+
@Url.setter
|
6809
|
+
def Url(self, Url):
|
6810
|
+
self._Url = Url
|
6811
|
+
|
6812
|
+
|
6813
|
+
def _deserialize(self, params):
|
6814
|
+
self._ReceiverType = params.get("ReceiverType")
|
6815
|
+
self._Values = params.get("Values")
|
6816
|
+
self._ReceiverChannels = params.get("ReceiverChannels")
|
6817
|
+
self._Url = params.get("Url")
|
6818
|
+
memeber_set = set(params.keys())
|
6819
|
+
for name, value in vars(self).items():
|
6820
|
+
property_name = name[1:]
|
6821
|
+
if property_name in memeber_set:
|
6822
|
+
memeber_set.remove(property_name)
|
6823
|
+
if len(memeber_set) > 0:
|
6824
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
6825
|
+
|
6826
|
+
|
6827
|
+
|
6828
|
+
class DashboardSubscribeData(AbstractModel):
|
6829
|
+
"""仪表盘订阅相关数据
|
6830
|
+
|
6831
|
+
"""
|
6832
|
+
|
6833
|
+
def __init__(self):
|
6834
|
+
r"""
|
6835
|
+
:param _NoticeModes: 仪表盘订阅通知方式。
|
6836
|
+
:type NoticeModes: list of DashboardNoticeMode
|
6837
|
+
:param _DashboardTime: 仪表盘订阅时间,为空标识取仪表盘默认的时间。
|
6838
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6839
|
+
:type DashboardTime: list of str
|
6840
|
+
:param _TemplateVariables: 仪表盘订阅模板变量。
|
6841
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6842
|
+
:type TemplateVariables: list of DashboardTemplateVariable
|
6843
|
+
:param _Timezone: 时区。参考:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#SHANGHAI
|
6844
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6845
|
+
:type Timezone: str
|
6846
|
+
:param _SubscribeLanguage: 语言。 zh 中文、en`英文。
|
6847
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6848
|
+
:type SubscribeLanguage: str
|
6849
|
+
:param _JumpDomain: 调用链接域名。http:// 或者 https:// 开头,不能/结尾
|
6850
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6851
|
+
:type JumpDomain: str
|
6852
|
+
:param _JumpUrl: 自定义跳转链接。
|
6853
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6854
|
+
:type JumpUrl: str
|
6855
|
+
"""
|
6856
|
+
self._NoticeModes = None
|
6857
|
+
self._DashboardTime = None
|
6858
|
+
self._TemplateVariables = None
|
6859
|
+
self._Timezone = None
|
6860
|
+
self._SubscribeLanguage = None
|
6861
|
+
self._JumpDomain = None
|
6862
|
+
self._JumpUrl = None
|
6863
|
+
|
6864
|
+
@property
|
6865
|
+
def NoticeModes(self):
|
6866
|
+
return self._NoticeModes
|
6867
|
+
|
6868
|
+
@NoticeModes.setter
|
6869
|
+
def NoticeModes(self, NoticeModes):
|
6870
|
+
self._NoticeModes = NoticeModes
|
6871
|
+
|
6872
|
+
@property
|
6873
|
+
def DashboardTime(self):
|
6874
|
+
return self._DashboardTime
|
6875
|
+
|
6876
|
+
@DashboardTime.setter
|
6877
|
+
def DashboardTime(self, DashboardTime):
|
6878
|
+
self._DashboardTime = DashboardTime
|
6879
|
+
|
6880
|
+
@property
|
6881
|
+
def TemplateVariables(self):
|
6882
|
+
return self._TemplateVariables
|
6883
|
+
|
6884
|
+
@TemplateVariables.setter
|
6885
|
+
def TemplateVariables(self, TemplateVariables):
|
6886
|
+
self._TemplateVariables = TemplateVariables
|
6887
|
+
|
6888
|
+
@property
|
6889
|
+
def Timezone(self):
|
6890
|
+
return self._Timezone
|
6891
|
+
|
6892
|
+
@Timezone.setter
|
6893
|
+
def Timezone(self, Timezone):
|
6894
|
+
self._Timezone = Timezone
|
6895
|
+
|
6896
|
+
@property
|
6897
|
+
def SubscribeLanguage(self):
|
6898
|
+
return self._SubscribeLanguage
|
6899
|
+
|
6900
|
+
@SubscribeLanguage.setter
|
6901
|
+
def SubscribeLanguage(self, SubscribeLanguage):
|
6902
|
+
self._SubscribeLanguage = SubscribeLanguage
|
6903
|
+
|
6904
|
+
@property
|
6905
|
+
def JumpDomain(self):
|
6906
|
+
return self._JumpDomain
|
6907
|
+
|
6908
|
+
@JumpDomain.setter
|
6909
|
+
def JumpDomain(self, JumpDomain):
|
6910
|
+
self._JumpDomain = JumpDomain
|
6911
|
+
|
6912
|
+
@property
|
6913
|
+
def JumpUrl(self):
|
6914
|
+
return self._JumpUrl
|
6915
|
+
|
6916
|
+
@JumpUrl.setter
|
6917
|
+
def JumpUrl(self, JumpUrl):
|
6918
|
+
self._JumpUrl = JumpUrl
|
6919
|
+
|
6920
|
+
|
6921
|
+
def _deserialize(self, params):
|
6922
|
+
if params.get("NoticeModes") is not None:
|
6923
|
+
self._NoticeModes = []
|
6924
|
+
for item in params.get("NoticeModes"):
|
6925
|
+
obj = DashboardNoticeMode()
|
6926
|
+
obj._deserialize(item)
|
6927
|
+
self._NoticeModes.append(obj)
|
6928
|
+
self._DashboardTime = params.get("DashboardTime")
|
6929
|
+
if params.get("TemplateVariables") is not None:
|
6930
|
+
self._TemplateVariables = []
|
6931
|
+
for item in params.get("TemplateVariables"):
|
6932
|
+
obj = DashboardTemplateVariable()
|
6933
|
+
obj._deserialize(item)
|
6934
|
+
self._TemplateVariables.append(obj)
|
6935
|
+
self._Timezone = params.get("Timezone")
|
6936
|
+
self._SubscribeLanguage = params.get("SubscribeLanguage")
|
6937
|
+
self._JumpDomain = params.get("JumpDomain")
|
6938
|
+
self._JumpUrl = params.get("JumpUrl")
|
6939
|
+
memeber_set = set(params.keys())
|
6940
|
+
for name, value in vars(self).items():
|
6941
|
+
property_name = name[1:]
|
6942
|
+
if property_name in memeber_set:
|
6943
|
+
memeber_set.remove(property_name)
|
6944
|
+
if len(memeber_set) > 0:
|
6945
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
6946
|
+
|
6947
|
+
|
6948
|
+
|
6949
|
+
class DashboardTemplateVariable(AbstractModel):
|
6950
|
+
"""仪表盘订阅模板变量
|
6951
|
+
|
6952
|
+
"""
|
6953
|
+
|
6954
|
+
def __init__(self):
|
6955
|
+
r"""
|
6956
|
+
:param _Key: key的值
|
6957
|
+
:type Key: str
|
6958
|
+
:param _Values: key对应的values取值values
|
6959
|
+
:type Values: list of str
|
6960
|
+
"""
|
6961
|
+
self._Key = None
|
6962
|
+
self._Values = None
|
6963
|
+
|
6964
|
+
@property
|
6965
|
+
def Key(self):
|
6966
|
+
return self._Key
|
6967
|
+
|
6968
|
+
@Key.setter
|
6969
|
+
def Key(self, Key):
|
6970
|
+
self._Key = Key
|
6971
|
+
|
6972
|
+
@property
|
6973
|
+
def Values(self):
|
6974
|
+
return self._Values
|
6975
|
+
|
6976
|
+
@Values.setter
|
6977
|
+
def Values(self, Values):
|
6978
|
+
self._Values = Values
|
6979
|
+
|
6980
|
+
|
6981
|
+
def _deserialize(self, params):
|
6982
|
+
self._Key = params.get("Key")
|
6983
|
+
self._Values = params.get("Values")
|
6984
|
+
memeber_set = set(params.keys())
|
6985
|
+
for name, value in vars(self).items():
|
6986
|
+
property_name = name[1:]
|
6987
|
+
if property_name in memeber_set:
|
6988
|
+
memeber_set.remove(property_name)
|
6989
|
+
if len(memeber_set) > 0:
|
6990
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
6991
|
+
|
6992
|
+
|
6993
|
+
|
6748
6994
|
class DashboardTopicInfo(AbstractModel):
|
6749
6995
|
"""仪表盘关联的topic信息
|
6750
6996
|
|
@@ -19226,6 +19472,71 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
19226
19472
|
|
19227
19473
|
"""
|
19228
19474
|
|
19475
|
+
def __init__(self):
|
19476
|
+
r"""
|
19477
|
+
:param _DashboardId: 仪表盘id。
|
19478
|
+
:type DashboardId: str
|
19479
|
+
:param _SubscribeData: 仪表盘订阅数据。
|
19480
|
+
:type SubscribeData: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
|
19481
|
+
:param _Id: 仪表盘订阅Id。
|
19482
|
+
:type Id: int
|
19483
|
+
:param _Name: 仪表盘订阅名称。
|
19484
|
+
:type Name: str
|
19485
|
+
"""
|
19486
|
+
self._DashboardId = None
|
19487
|
+
self._SubscribeData = None
|
19488
|
+
self._Id = None
|
19489
|
+
self._Name = None
|
19490
|
+
|
19491
|
+
@property
|
19492
|
+
def DashboardId(self):
|
19493
|
+
return self._DashboardId
|
19494
|
+
|
19495
|
+
@DashboardId.setter
|
19496
|
+
def DashboardId(self, DashboardId):
|
19497
|
+
self._DashboardId = DashboardId
|
19498
|
+
|
19499
|
+
@property
|
19500
|
+
def SubscribeData(self):
|
19501
|
+
return self._SubscribeData
|
19502
|
+
|
19503
|
+
@SubscribeData.setter
|
19504
|
+
def SubscribeData(self, SubscribeData):
|
19505
|
+
self._SubscribeData = SubscribeData
|
19506
|
+
|
19507
|
+
@property
|
19508
|
+
def Id(self):
|
19509
|
+
return self._Id
|
19510
|
+
|
19511
|
+
@Id.setter
|
19512
|
+
def Id(self, Id):
|
19513
|
+
self._Id = Id
|
19514
|
+
|
19515
|
+
@property
|
19516
|
+
def Name(self):
|
19517
|
+
return self._Name
|
19518
|
+
|
19519
|
+
@Name.setter
|
19520
|
+
def Name(self, Name):
|
19521
|
+
self._Name = Name
|
19522
|
+
|
19523
|
+
|
19524
|
+
def _deserialize(self, params):
|
19525
|
+
self._DashboardId = params.get("DashboardId")
|
19526
|
+
if params.get("SubscribeData") is not None:
|
19527
|
+
self._SubscribeData = DashboardSubscribeData()
|
19528
|
+
self._SubscribeData._deserialize(params.get("SubscribeData"))
|
19529
|
+
self._Id = params.get("Id")
|
19530
|
+
self._Name = params.get("Name")
|
19531
|
+
memeber_set = set(params.keys())
|
19532
|
+
for name, value in vars(self).items():
|
19533
|
+
property_name = name[1:]
|
19534
|
+
if property_name in memeber_set:
|
19535
|
+
memeber_set.remove(property_name)
|
19536
|
+
if len(memeber_set) > 0:
|
19537
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
19538
|
+
|
19539
|
+
|
19229
19540
|
|
19230
19541
|
class SearchDashboardSubscribeResponse(AbstractModel):
|
19231
19542
|
"""SearchDashboardSubscribe返回参数结构体
|
@@ -1420,7 +1420,7 @@ class CheckInstancesUpgradeAbleRequest(AbstractModel):
|
|
1420
1420
|
:type ClusterId: str
|
1421
1421
|
:param _InstanceIds: 节点列表,空为全部节点
|
1422
1422
|
:type InstanceIds: list of str
|
1423
|
-
:param _UpgradeType:
|
1423
|
+
:param _UpgradeType: 升级类型,枚举值:reset(重装升级,支持大版本和小版本),hot(原地滚动小版本升级),major(原地滚动大版本升级)
|
1424
1424
|
:type UpgradeType: str
|
1425
1425
|
:param _Offset: 分页Offset
|
1426
1426
|
:type Offset: int
|
@@ -10938,9 +10938,9 @@ class DescribeAvailableClusterVersionRequest(AbstractModel):
|
|
10938
10938
|
|
10939
10939
|
def __init__(self):
|
10940
10940
|
r"""
|
10941
|
-
:param _ClusterId: 集群 Id
|
10941
|
+
:param _ClusterId: 集群 Id。若只查询某个集群可升级的版本,需填写此项。
|
10942
10942
|
:type ClusterId: str
|
10943
|
-
:param _ClusterIds: 集群 Id
|
10943
|
+
:param _ClusterIds: 集群 Id 列表。若查询多个集群可升级的版本,需填写此项。
|
10944
10944
|
:type ClusterIds: list of str
|
10945
10945
|
"""
|
10946
10946
|
self._ClusterId = None
|
@@ -12775,22 +12775,17 @@ class DescribeClusterNodePoolsRequest(AbstractModel):
|
|
12775
12775
|
r"""
|
12776
12776
|
:param _ClusterId: ClusterId(集群id)
|
12777
12777
|
:type ClusterId: str
|
12778
|
-
:param _Filters: ·
|
12778
|
+
:param _Filters: · "Name":"NodePoolsName","Values": ["test"]
|
12779
12779
|
按照【节点池名】进行过滤。
|
12780
12780
|
类型:String
|
12781
12781
|
必选:否
|
12782
12782
|
|
12783
|
-
· NodePoolsId
|
12783
|
+
· "Name":"NodePoolsId","Values": ["np-d2mb2zb"]
|
12784
12784
|
按照【节点池id】进行过滤。
|
12785
12785
|
类型:String
|
12786
12786
|
必选:否
|
12787
12787
|
|
12788
|
-
·
|
12789
|
-
按照【标签键值对】进行过滤。
|
12790
|
-
类型:String
|
12791
|
-
必选:否
|
12792
|
-
|
12793
|
-
· tag:tag-key
|
12788
|
+
· "Name":"Tags","Values": ["abc:1"]
|
12794
12789
|
按照【标签键值对】进行过滤。
|
12795
12790
|
类型:String
|
12796
12791
|
必选:否
|
@@ -14097,45 +14092,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
14097
14092
|
:type Offset: int
|
14098
14093
|
:param _Limit: 最大输出条数,默认20,最大为100
|
14099
14094
|
:type Limit: int
|
14100
|
-
:param _Filters: ·
|
14101
|
-
按照【集群名】进行过滤。
|
14102
|
-
类型:String
|
14103
|
-
必选:否
|
14104
|
-
|
14105
|
-
· ClusterType
|
14106
|
-
按照【集群类型】进行过滤。
|
14107
|
-
类型:String
|
14108
|
-
必选:否
|
14109
|
-
|
14110
|
-
· ClusterStatus
|
14111
|
-
按照【集群状态】进行过滤。
|
14112
|
-
类型:String
|
14113
|
-
必选:否
|
14114
|
-
|
14115
|
-
· Tags
|
14116
|
-
按照【标签键值对】进行过滤。
|
14117
|
-
类型:String
|
14118
|
-
必选:否
|
14119
|
-
|
14120
|
-
· vpc-id
|
14121
|
-
按照【VPC】进行过滤。
|
14122
|
-
类型:String
|
14123
|
-
必选:否
|
14124
|
-
|
14125
|
-
· tag-key
|
14126
|
-
按照【标签键】进行过滤。
|
14127
|
-
类型:String
|
14128
|
-
必选:否
|
14129
|
-
|
14130
|
-
· tag-value
|
14131
|
-
按照【标签值】进行过滤。
|
14132
|
-
类型:String
|
14133
|
-
必选:否
|
14134
|
-
|
14135
|
-
· tag:tag-key
|
14136
|
-
按照【标签键值对】进行过滤。
|
14137
|
-
类型:String
|
14138
|
-
必选:否
|
14095
|
+
:param _Filters: · "Name":"ClusterName","Values": ["test"] 按照【集群名】进行过滤。 类型:String 必选:否 · "Name":"ClusterType","Values": ["MANAGED_CLUSTER"] 按照【集群类型】进行过滤。 类型:String 必选:否 · "Name":"ClusterStatus","Values": ["Running"] 按照【集群状态】进行过滤。 类型:String 必选:否 · "Name":"ClusterStatus","Values": ["Running"] 按照【集群状态】进行过滤。 类型:String 必选:否 · "Name":"vpc-id","Values": ["vpc-123qajzs"] 按照【VPC】进行过滤。 类型:String 必选:否 · "Name":"tag-key","Values": ["testKey"] 按照【标签键】进行过滤。 类型:String 必选:否 · "Name":"tag-value","Values": ["testValue"] 按照【标签值】进行过滤。 类型:String 必选:否 · "Name":"Tags","Values": ["abc:1"] 按照【标签键值对】进行过滤。 类型:String 必选:否
|
14139
14096
|
:type Filters: list of Filter
|
14140
14097
|
:param _ClusterType: 集群类型,例如:MANAGED_CLUSTER
|
14141
14098
|
:type ClusterType: str
|
@@ -23858,7 +23815,7 @@ class ExistedInstancesPara(AbstractModel):
|
|
23858
23815
|
r"""
|
23859
23816
|
:param _InstanceIds: 集群ID
|
23860
23817
|
:type InstanceIds: list of str
|
23861
|
-
:param _InstanceAdvancedSettings:
|
23818
|
+
:param _InstanceAdvancedSettings: 实例额外需要设置参数信息(目前后端暂不支持此字段,我们将在未来的版本中实现)
|
23862
23819
|
:type InstanceAdvancedSettings: :class:`tencentcloud.tke.v20180525.models.InstanceAdvancedSettings`
|
23863
23820
|
:param _EnhancedService: 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认开启云监控、云安全服务。
|
23864
23821
|
:type EnhancedService: :class:`tencentcloud.tke.v20180525.models.EnhancedService`
|
@@ -28761,7 +28718,7 @@ class ModifyNodePoolInstanceTypesRequest(AbstractModel):
|
|
28761
28718
|
:type ClusterId: str
|
28762
28719
|
:param _NodePoolId: 节点池id
|
28763
28720
|
:type NodePoolId: str
|
28764
|
-
:param _InstanceTypes:
|
28721
|
+
:param _InstanceTypes: 机型列表,主实例机型不支持修改
|
28765
28722
|
:type InstanceTypes: list of str
|
28766
28723
|
"""
|
28767
28724
|
self._ClusterId = None
|
@@ -35974,7 +35931,7 @@ class ScaleInMaster(AbstractModel):
|
|
35974
35931
|
:type InstanceId: str
|
35975
35932
|
:param _NodeRole: 缩容的实例角色:MASTER,ETCD,MASTER_ETCD
|
35976
35933
|
:type NodeRole: str
|
35977
|
-
:param _InstanceDeleteMode:
|
35934
|
+
:param _InstanceDeleteMode: 实例删除时的策略:terminate(销毁实例,仅支持按量计费云主机实例) retain (仅移除,保留实例)
|
35978
35935
|
:type InstanceDeleteMode: str
|
35979
35936
|
"""
|
35980
35937
|
self._InstanceId = None
|
@@ -3799,7 +3799,7 @@ class TkeClient(AbstractClient):
|
|
3799
3799
|
|
3800
3800
|
|
3801
3801
|
def EnableEncryptionProtection(self, request):
|
3802
|
-
"""
|
3802
|
+
"""开启加密数据保护,需要先开启KMS能力,完成KMS授权
|
3803
3803
|
|
3804
3804
|
:param request: Request instance for EnableEncryptionProtection.
|
3805
3805
|
:type request: :class:`tencentcloud.tke.v20180525.models.EnableEncryptionProtectionRequest`
|
@@ -3983,7 +3983,7 @@ class TkeClient(AbstractClient):
|
|
3983
3983
|
|
3984
3984
|
|
3985
3985
|
def GetUpgradeInstanceProgress(self, request):
|
3986
|
-
"""
|
3986
|
+
"""获得节点升级当前的进度,若集群未处于节点升级状态,则接口会报错:任务未找到。
|
3987
3987
|
|
3988
3988
|
:param request: Request instance for GetUpgradeInstanceProgress.
|
3989
3989
|
:type request: :class:`tencentcloud.tke.v20180525.models.GetUpgradeInstanceProgressRequest`
|
@@ -4673,7 +4673,7 @@ class TkeClient(AbstractClient):
|
|
4673
4673
|
|
4674
4674
|
|
4675
4675
|
def ScaleInClusterMaster(self, request):
|
4676
|
-
"""缩容独立集群master
|
4676
|
+
"""缩容独立集群master节点,本功能为内测能力,使用之前请先提单联系我们。
|
4677
4677
|
|
4678
4678
|
:param request: Request instance for ScaleInClusterMaster.
|
4679
4679
|
:type request: :class:`tencentcloud.tke.v20180525.models.ScaleInClusterMasterRequest`
|
{tencentcloud_sdk_python-3.0.1139.dist-info → tencentcloud_sdk_python-3.0.1140.dist-info}/RECORD
RENAMED
@@ -50,7 +50,7 @@ QcloudApi/modules/vod.py,sha256=l05_qYx0l5bq6LJ8mAX2YO3pRXzxY3JMdDHV1N_SRKE,679
|
|
50
50
|
QcloudApi/modules/vpc.py,sha256=JBiNpcnrAwf_UJ_UdpxQybKeCTfeveJ9R1B-vO1_w_U,679
|
51
51
|
QcloudApi/modules/wenzhi.py,sha256=hr1rRLU8TxxSfejMqV2O4alO_yXF3C0tfZMSzziu54Q,685
|
52
52
|
QcloudApi/modules/yunsou.py,sha256=JlgzMjnJaho6axFVhSTAv6DS0HLcjl0LJL02q6qI2yY,685
|
53
|
-
tencentcloud/__init__.py,sha256
|
53
|
+
tencentcloud/__init__.py,sha256=r9nNnBcy8mTw3_oMZDEKfbtzzIhxxnIKwZImGX-38ec,631
|
54
54
|
tencentcloud/aa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
55
|
tencentcloud/aa/v20200224/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
56
56
|
tencentcloud/aa/v20200224/aa_client.py,sha256=L7P5zpJElo9WoLSkhvLxnfpEGCZ1q2e5Fzx3wLEioAA,2184
|
@@ -85,7 +85,7 @@ tencentcloud/aiart/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
85
85
|
tencentcloud/aiart/v20221229/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
86
86
|
tencentcloud/aiart/v20221229/aiart_client.py,sha256=cE2BEtqqG4DJxjJGj3hAYJXFCg_CMPso9HANUsl4r5k,14617
|
87
87
|
tencentcloud/aiart/v20221229/errorcodes.py,sha256=Vaofe0Q5YAxZcvdoEvMGVwFVPD0MGk5kmT0TyhFxPII,4005
|
88
|
-
tencentcloud/aiart/v20221229/models.py,sha256=
|
88
|
+
tencentcloud/aiart/v20221229/models.py,sha256=9Omo0IztQH2ZRXlaT-QPTDuQR3voHRAJZ3rhk4H6z_U,47292
|
89
89
|
tencentcloud/ame/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
90
90
|
tencentcloud/ame/v20190916/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
91
91
|
tencentcloud/ame/v20190916/ame_client.py,sha256=Y1bNhduaCVJpFV6smgB_fsZl8u4YrAdPPPfEUXdXtQw,29579
|
@@ -375,7 +375,7 @@ tencentcloud/cls/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
375
375
|
tencentcloud/cls/v20201016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
376
376
|
tencentcloud/cls/v20201016/cls_client.py,sha256=44lVhzEDtNGhytJsea0T_23OEwk-0OLIOlVqib-CSNo,96929
|
377
377
|
tencentcloud/cls/v20201016/errorcodes.py,sha256=DA-WVSxt_AIKZrzHmd_UyXAyamqGSvILR_cfD16msH4,11155
|
378
|
-
tencentcloud/cls/v20201016/models.py,sha256=
|
378
|
+
tencentcloud/cls/v20201016/models.py,sha256=3duyViYNe-vipvN47gEkbxy94gv0nY6MP559te9hk3I,637198
|
379
379
|
tencentcloud/cme/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
380
380
|
tencentcloud/cme/v20191029/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
381
381
|
tencentcloud/cme/v20191029/cme_client.py,sha256=8p6sB5c5yqbFXsuoRE-tpGvaE0CwqzgwzEimXV_CUGw,55451
|
@@ -1253,8 +1253,8 @@ tencentcloud/tiw/v20190919/tiw_client.py,sha256=vARxuPvbelzSgsDMZuIQSoppzEutxJaP
|
|
1253
1253
|
tencentcloud/tke/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1254
1254
|
tencentcloud/tke/v20180525/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1255
1255
|
tencentcloud/tke/v20180525/errorcodes.py,sha256=deGqLrkjV1TwN3N6nhMaoYiQQ8Y3h0207qCmeOql6bM,20644
|
1256
|
-
tencentcloud/tke/v20180525/models.py,sha256=
|
1257
|
-
tencentcloud/tke/v20180525/tke_client.py,sha256=
|
1256
|
+
tencentcloud/tke/v20180525/models.py,sha256=lNNSFjb4jliygMed0BHl1PbxQpwgFowktmexnJNnlOg,1189916
|
1257
|
+
tencentcloud/tke/v20180525/tke_client.py,sha256=B67Sq3NN-jhNTJc4vd15Ka5Z9b8F0X6pm0p_mESgLg0,207337
|
1258
1258
|
tencentcloud/tke/v20220501/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1259
1259
|
tencentcloud/tke/v20220501/errorcodes.py,sha256=E5CWiIyQ0nvCAuxdYv4onzcQ16R4QuEBTa8MD2B1zbM,1857
|
1260
1260
|
tencentcloud/tke/v20220501/models.py,sha256=iV5Ijg-JjbnHp2XeBQlhMD7gC_7LGcTEtdFrUCFqssw,69016
|
@@ -1419,8 +1419,8 @@ tencentcloud/yunsou/v20191115/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
1419
1419
|
tencentcloud/yunsou/v20191115/errorcodes.py,sha256=zB4-XPxmvEhgHoLsKlbayJVRLEagPDcs-UAheVZCoAc,1301
|
1420
1420
|
tencentcloud/yunsou/v20191115/models.py,sha256=sNTR9ixO8CV9yKQahrhOsEJlxOK5d7aXBoIBIPxfJsQ,23137
|
1421
1421
|
tencentcloud/yunsou/v20191115/yunsou_client.py,sha256=ly73Hr8rGamWa6AAvQjurKgd4L83PRY5WjcDv4ziQC8,2741
|
1422
|
-
tencentcloud_sdk_python-3.0.
|
1423
|
-
tencentcloud_sdk_python-3.0.
|
1424
|
-
tencentcloud_sdk_python-3.0.
|
1425
|
-
tencentcloud_sdk_python-3.0.
|
1426
|
-
tencentcloud_sdk_python-3.0.
|
1422
|
+
tencentcloud_sdk_python-3.0.1140.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
|
1423
|
+
tencentcloud_sdk_python-3.0.1140.dist-info/METADATA,sha256=hbnhDE1RJHxD14Nov1joGnLjG2OvFI8VOHlVwxLm3iA,1511
|
1424
|
+
tencentcloud_sdk_python-3.0.1140.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
1425
|
+
tencentcloud_sdk_python-3.0.1140.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
|
1426
|
+
tencentcloud_sdk_python-3.0.1140.dist-info/RECORD,,
|
{tencentcloud_sdk_python-3.0.1139.dist-info → tencentcloud_sdk_python-3.0.1140.dist-info}/LICENSE
RENAMED
File without changes
|
{tencentcloud_sdk_python-3.0.1139.dist-info → tencentcloud_sdk_python-3.0.1140.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|