tencentcloud-sdk-python 3.0.1444__py2.py3-none-any.whl → 3.0.1445__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/cls/v20201016/models.py +393 -62
- tencentcloud/emr/v20190103/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +105 -0
- tencentcloud/essbasic/v20210526/models.py +60 -0
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +1998 -50
- tencentcloud/ocr/v20181119/models.py +15 -0
- tencentcloud/partners/v20180321/models.py +4 -4
- tencentcloud/sqlserver/v20180328/models.py +6 -6
- tencentcloud/trabbit/v20230418/models.py +15 -0
- tencentcloud/tsf/v20180326/errorcodes.py +6 -0
- tencentcloud/tsf/v20180326/models.py +230 -74
- tencentcloud/tsf/v20180326/tsf_client.py +1 -1
- tencentcloud/vod/v20180717/models.py +507 -0
- tencentcloud/vod/v20180717/vod_client.py +101 -0
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/RECORD +21 -21
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/top_level.txt +0 -0
|
@@ -10630,7 +10630,7 @@ class CreateApplicationRequest(AbstractModel):
|
|
|
10630
10630
|
|
|
10631
10631
|
def __init__(self):
|
|
10632
10632
|
r"""
|
|
10633
|
-
:param _ApplicationName:
|
|
10633
|
+
:param _ApplicationName: 应用名称,最长60字符
|
|
10634
10634
|
:type ApplicationName: str
|
|
10635
10635
|
:param _ApplicationType: 应用类型,V:虚拟机应用;C:容器应用;S:serverless应用
|
|
10636
10636
|
:type ApplicationType: str
|
|
@@ -10644,7 +10644,7 @@ class CreateApplicationRequest(AbstractModel):
|
|
|
10644
10644
|
:type ApplicationResourceType: str
|
|
10645
10645
|
:param _ApplicationRuntimeType: 应用runtime类型
|
|
10646
10646
|
:type ApplicationRuntimeType: str
|
|
10647
|
-
:param _ProgramId:
|
|
10647
|
+
:param _ProgramId: 【数据集ID】。可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a26486wy)进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。
|
|
10648
10648
|
:type ProgramId: str
|
|
10649
10649
|
:param _ServiceConfigList: 服务配置信息列表
|
|
10650
10650
|
:type ServiceConfigList: list of ServiceConfig
|
|
@@ -10682,7 +10682,7 @@ class CreateApplicationRequest(AbstractModel):
|
|
|
10682
10682
|
|
|
10683
10683
|
@property
|
|
10684
10684
|
def ApplicationName(self):
|
|
10685
|
-
"""
|
|
10685
|
+
"""应用名称,最长60字符
|
|
10686
10686
|
:rtype: str
|
|
10687
10687
|
"""
|
|
10688
10688
|
return self._ApplicationName
|
|
@@ -10767,7 +10767,7 @@ class CreateApplicationRequest(AbstractModel):
|
|
|
10767
10767
|
|
|
10768
10768
|
@property
|
|
10769
10769
|
def ProgramId(self):
|
|
10770
|
-
"""
|
|
10770
|
+
"""【数据集ID】。可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a26486wy)进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。
|
|
10771
10771
|
:rtype: str
|
|
10772
10772
|
"""
|
|
10773
10773
|
return self._ProgramId
|
|
@@ -11948,9 +11948,9 @@ class CreateContainGroupRequest(AbstractModel):
|
|
|
11948
11948
|
|
|
11949
11949
|
def __init__(self):
|
|
11950
11950
|
r"""
|
|
11951
|
-
:param _ApplicationId:
|
|
11951
|
+
:param _ApplicationId: 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
11952
11952
|
:type ApplicationId: str
|
|
11953
|
-
:param _NamespaceId:
|
|
11953
|
+
:param _NamespaceId: 分组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
11954
11954
|
:type NamespaceId: str
|
|
11955
11955
|
:param _GroupName: 分组名称字段,长度1~60,字母或下划线开头,可包含字母数字下划线
|
|
11956
11956
|
:type GroupName: str
|
|
@@ -11976,11 +11976,9 @@ class CreateContainGroupRequest(AbstractModel):
|
|
|
11976
11976
|
:type CpuRequest: str
|
|
11977
11977
|
:param _MemRequest: 初始分配的内存 MiB 数,对应 K8S request
|
|
11978
11978
|
:type MemRequest: str
|
|
11979
|
-
:param _GroupResourceType: 部署组资源类型;
|
|
11980
|
-
DEF — 默认资源类型;
|
|
11981
|
-
GW — 网关资源类型;
|
|
11979
|
+
:param _GroupResourceType: 部署组资源类型;DEF 表示默认资源类型
|
|
11982
11980
|
:type GroupResourceType: str
|
|
11983
|
-
:param _SubnetId:
|
|
11981
|
+
:param _SubnetId: 分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取
|
|
11984
11982
|
:type SubnetId: str
|
|
11985
11983
|
:param _AgentCpuRequest: agent 容器分配的 CPU 核数,对应 K8S 的 request
|
|
11986
11984
|
:type AgentCpuRequest: str
|
|
@@ -12026,7 +12024,7 @@ GW — 网关资源类型;
|
|
|
12026
12024
|
|
|
12027
12025
|
@property
|
|
12028
12026
|
def ApplicationId(self):
|
|
12029
|
-
"""
|
|
12027
|
+
"""分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
12030
12028
|
:rtype: str
|
|
12031
12029
|
"""
|
|
12032
12030
|
return self._ApplicationId
|
|
@@ -12037,7 +12035,7 @@ GW — 网关资源类型;
|
|
|
12037
12035
|
|
|
12038
12036
|
@property
|
|
12039
12037
|
def NamespaceId(self):
|
|
12040
|
-
"""
|
|
12038
|
+
"""分组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
12041
12039
|
:rtype: str
|
|
12042
12040
|
"""
|
|
12043
12041
|
return self._NamespaceId
|
|
@@ -12180,9 +12178,7 @@ GW — 网关资源类型;
|
|
|
12180
12178
|
|
|
12181
12179
|
@property
|
|
12182
12180
|
def GroupResourceType(self):
|
|
12183
|
-
"""部署组资源类型;
|
|
12184
|
-
DEF — 默认资源类型;
|
|
12185
|
-
GW — 网关资源类型;
|
|
12181
|
+
"""部署组资源类型;DEF 表示默认资源类型
|
|
12186
12182
|
:rtype: str
|
|
12187
12183
|
"""
|
|
12188
12184
|
return self._GroupResourceType
|
|
@@ -12193,7 +12189,7 @@ GW — 网关资源类型;
|
|
|
12193
12189
|
|
|
12194
12190
|
@property
|
|
12195
12191
|
def SubnetId(self):
|
|
12196
|
-
"""
|
|
12192
|
+
"""分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取
|
|
12197
12193
|
:rtype: str
|
|
12198
12194
|
"""
|
|
12199
12195
|
return self._SubnetId
|
|
@@ -12963,22 +12959,24 @@ class CreateGroupRequest(AbstractModel):
|
|
|
12963
12959
|
|
|
12964
12960
|
def __init__(self):
|
|
12965
12961
|
r"""
|
|
12966
|
-
:param _ApplicationId:
|
|
12962
|
+
:param _ApplicationId: 部署组所属的【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
12967
12963
|
:type ApplicationId: str
|
|
12968
|
-
:param _NamespaceId:
|
|
12964
|
+
:param _NamespaceId: 部署组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
12969
12965
|
:type NamespaceId: str
|
|
12970
12966
|
:param _GroupName: 部署组名称
|
|
12971
12967
|
:type GroupName: str
|
|
12972
|
-
:param _ClusterId:
|
|
12968
|
+
:param _ClusterId: 部署组所属的【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
|
12973
12969
|
:type ClusterId: str
|
|
12974
12970
|
:param _GroupDesc: 部署组描述
|
|
12975
12971
|
:type GroupDesc: str
|
|
12976
|
-
:param _GroupResourceType: 部署组资源类型;DEF
|
|
12972
|
+
:param _GroupResourceType: 部署组资源类型;DEF 表示默认资源类型
|
|
12977
12973
|
:type GroupResourceType: str
|
|
12978
12974
|
:param _Alias: 部署组备注
|
|
12979
12975
|
:type Alias: str
|
|
12980
12976
|
:param _Tags: 标签列表
|
|
12981
12977
|
:type Tags: list of Tag
|
|
12978
|
+
:param _K8sNamespaceName: k8s命名空间名称
|
|
12979
|
+
:type K8sNamespaceName: str
|
|
12982
12980
|
"""
|
|
12983
12981
|
self._ApplicationId = None
|
|
12984
12982
|
self._NamespaceId = None
|
|
@@ -12988,10 +12986,11 @@ class CreateGroupRequest(AbstractModel):
|
|
|
12988
12986
|
self._GroupResourceType = None
|
|
12989
12987
|
self._Alias = None
|
|
12990
12988
|
self._Tags = None
|
|
12989
|
+
self._K8sNamespaceName = None
|
|
12991
12990
|
|
|
12992
12991
|
@property
|
|
12993
12992
|
def ApplicationId(self):
|
|
12994
|
-
"""
|
|
12993
|
+
"""部署组所属的【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
12995
12994
|
:rtype: str
|
|
12996
12995
|
"""
|
|
12997
12996
|
return self._ApplicationId
|
|
@@ -13002,7 +13001,7 @@ class CreateGroupRequest(AbstractModel):
|
|
|
13002
13001
|
|
|
13003
13002
|
@property
|
|
13004
13003
|
def NamespaceId(self):
|
|
13005
|
-
"""
|
|
13004
|
+
"""部署组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
13006
13005
|
:rtype: str
|
|
13007
13006
|
"""
|
|
13008
13007
|
return self._NamespaceId
|
|
@@ -13024,7 +13023,7 @@ class CreateGroupRequest(AbstractModel):
|
|
|
13024
13023
|
|
|
13025
13024
|
@property
|
|
13026
13025
|
def ClusterId(self):
|
|
13027
|
-
"""
|
|
13026
|
+
"""部署组所属的【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
|
13028
13027
|
:rtype: str
|
|
13029
13028
|
"""
|
|
13030
13029
|
return self._ClusterId
|
|
@@ -13046,7 +13045,7 @@ class CreateGroupRequest(AbstractModel):
|
|
|
13046
13045
|
|
|
13047
13046
|
@property
|
|
13048
13047
|
def GroupResourceType(self):
|
|
13049
|
-
"""部署组资源类型;DEF
|
|
13048
|
+
"""部署组资源类型;DEF 表示默认资源类型
|
|
13050
13049
|
:rtype: str
|
|
13051
13050
|
"""
|
|
13052
13051
|
return self._GroupResourceType
|
|
@@ -13077,6 +13076,17 @@ class CreateGroupRequest(AbstractModel):
|
|
|
13077
13076
|
def Tags(self, Tags):
|
|
13078
13077
|
self._Tags = Tags
|
|
13079
13078
|
|
|
13079
|
+
@property
|
|
13080
|
+
def K8sNamespaceName(self):
|
|
13081
|
+
"""k8s命名空间名称
|
|
13082
|
+
:rtype: str
|
|
13083
|
+
"""
|
|
13084
|
+
return self._K8sNamespaceName
|
|
13085
|
+
|
|
13086
|
+
@K8sNamespaceName.setter
|
|
13087
|
+
def K8sNamespaceName(self, K8sNamespaceName):
|
|
13088
|
+
self._K8sNamespaceName = K8sNamespaceName
|
|
13089
|
+
|
|
13080
13090
|
|
|
13081
13091
|
def _deserialize(self, params):
|
|
13082
13092
|
self._ApplicationId = params.get("ApplicationId")
|
|
@@ -13092,6 +13102,7 @@ class CreateGroupRequest(AbstractModel):
|
|
|
13092
13102
|
obj = Tag()
|
|
13093
13103
|
obj._deserialize(item)
|
|
13094
13104
|
self._Tags.append(obj)
|
|
13105
|
+
self._K8sNamespaceName = params.get("K8sNamespaceName")
|
|
13095
13106
|
memeber_set = set(params.keys())
|
|
13096
13107
|
for name, value in vars(self).items():
|
|
13097
13108
|
property_name = name[1:]
|
|
@@ -13672,9 +13683,9 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13672
13683
|
:type ClusterId: str
|
|
13673
13684
|
:param _NamespaceDesc: 命名空间描述
|
|
13674
13685
|
:type NamespaceDesc: str
|
|
13675
|
-
:param _NamespaceResourceType:
|
|
13686
|
+
:param _NamespaceResourceType: 命名空间资源类型;DEF:表示默认资源类型;GW:表示网关资源类型
|
|
13676
13687
|
:type NamespaceResourceType: str
|
|
13677
|
-
:param _NamespaceType:
|
|
13688
|
+
:param _NamespaceType: 命名空间类型;DEF 表示默认普通命名空间;GLOBAL 表示全局命名空间
|
|
13678
13689
|
:type NamespaceType: str
|
|
13679
13690
|
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
|
13680
13691
|
:type NamespaceId: str
|
|
@@ -13733,7 +13744,7 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13733
13744
|
|
|
13734
13745
|
@property
|
|
13735
13746
|
def NamespaceResourceType(self):
|
|
13736
|
-
"""
|
|
13747
|
+
"""命名空间资源类型;DEF:表示默认资源类型;GW:表示网关资源类型
|
|
13737
13748
|
:rtype: str
|
|
13738
13749
|
"""
|
|
13739
13750
|
return self._NamespaceResourceType
|
|
@@ -13744,7 +13755,7 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13744
13755
|
|
|
13745
13756
|
@property
|
|
13746
13757
|
def NamespaceType(self):
|
|
13747
|
-
"""
|
|
13758
|
+
"""命名空间类型;DEF 表示默认普通命名空间;GLOBAL 表示全局命名空间
|
|
13748
13759
|
:rtype: str
|
|
13749
13760
|
"""
|
|
13750
13761
|
return self._NamespaceType
|
|
@@ -18285,6 +18296,14 @@ class DeployContainerApplicationRequest(AbstractModel):
|
|
|
18285
18296
|
:type EnvClean: bool
|
|
18286
18297
|
:param _DeployDesc: 本次部署的描述信息
|
|
18287
18298
|
:type DeployDesc: str
|
|
18299
|
+
:param _K8sNamespaceName: k8s命名空间名称
|
|
18300
|
+
:type K8sNamespaceName: str
|
|
18301
|
+
:param _StaticIpEnabled: 是否启用静态IP
|
|
18302
|
+
:type StaticIpEnabled: bool
|
|
18303
|
+
:param _PodManagementPolicyType: 启动策略[OrderedReady/Parallel]
|
|
18304
|
+
:type PodManagementPolicyType: str
|
|
18305
|
+
:param _Partition: 滚动更新分区序号
|
|
18306
|
+
:type Partition: int
|
|
18288
18307
|
"""
|
|
18289
18308
|
self._ApplicationId = None
|
|
18290
18309
|
self._ObservabilityConfig = None
|
|
@@ -18343,6 +18362,10 @@ class DeployContainerApplicationRequest(AbstractModel):
|
|
|
18343
18362
|
self._ServiceClean = None
|
|
18344
18363
|
self._EnvClean = None
|
|
18345
18364
|
self._DeployDesc = None
|
|
18365
|
+
self._K8sNamespaceName = None
|
|
18366
|
+
self._StaticIpEnabled = None
|
|
18367
|
+
self._PodManagementPolicyType = None
|
|
18368
|
+
self._Partition = None
|
|
18346
18369
|
|
|
18347
18370
|
@property
|
|
18348
18371
|
def ApplicationId(self):
|
|
@@ -18971,6 +18994,50 @@ class DeployContainerApplicationRequest(AbstractModel):
|
|
|
18971
18994
|
def DeployDesc(self, DeployDesc):
|
|
18972
18995
|
self._DeployDesc = DeployDesc
|
|
18973
18996
|
|
|
18997
|
+
@property
|
|
18998
|
+
def K8sNamespaceName(self):
|
|
18999
|
+
"""k8s命名空间名称
|
|
19000
|
+
:rtype: str
|
|
19001
|
+
"""
|
|
19002
|
+
return self._K8sNamespaceName
|
|
19003
|
+
|
|
19004
|
+
@K8sNamespaceName.setter
|
|
19005
|
+
def K8sNamespaceName(self, K8sNamespaceName):
|
|
19006
|
+
self._K8sNamespaceName = K8sNamespaceName
|
|
19007
|
+
|
|
19008
|
+
@property
|
|
19009
|
+
def StaticIpEnabled(self):
|
|
19010
|
+
"""是否启用静态IP
|
|
19011
|
+
:rtype: bool
|
|
19012
|
+
"""
|
|
19013
|
+
return self._StaticIpEnabled
|
|
19014
|
+
|
|
19015
|
+
@StaticIpEnabled.setter
|
|
19016
|
+
def StaticIpEnabled(self, StaticIpEnabled):
|
|
19017
|
+
self._StaticIpEnabled = StaticIpEnabled
|
|
19018
|
+
|
|
19019
|
+
@property
|
|
19020
|
+
def PodManagementPolicyType(self):
|
|
19021
|
+
"""启动策略[OrderedReady/Parallel]
|
|
19022
|
+
:rtype: str
|
|
19023
|
+
"""
|
|
19024
|
+
return self._PodManagementPolicyType
|
|
19025
|
+
|
|
19026
|
+
@PodManagementPolicyType.setter
|
|
19027
|
+
def PodManagementPolicyType(self, PodManagementPolicyType):
|
|
19028
|
+
self._PodManagementPolicyType = PodManagementPolicyType
|
|
19029
|
+
|
|
19030
|
+
@property
|
|
19031
|
+
def Partition(self):
|
|
19032
|
+
"""滚动更新分区序号
|
|
19033
|
+
:rtype: int
|
|
19034
|
+
"""
|
|
19035
|
+
return self._Partition
|
|
19036
|
+
|
|
19037
|
+
@Partition.setter
|
|
19038
|
+
def Partition(self, Partition):
|
|
19039
|
+
self._Partition = Partition
|
|
19040
|
+
|
|
18974
19041
|
|
|
18975
19042
|
def _deserialize(self, params):
|
|
18976
19043
|
self._ApplicationId = params.get("ApplicationId")
|
|
@@ -19082,6 +19149,10 @@ class DeployContainerApplicationRequest(AbstractModel):
|
|
|
19082
19149
|
self._ServiceClean = params.get("ServiceClean")
|
|
19083
19150
|
self._EnvClean = params.get("EnvClean")
|
|
19084
19151
|
self._DeployDesc = params.get("DeployDesc")
|
|
19152
|
+
self._K8sNamespaceName = params.get("K8sNamespaceName")
|
|
19153
|
+
self._StaticIpEnabled = params.get("StaticIpEnabled")
|
|
19154
|
+
self._PodManagementPolicyType = params.get("PodManagementPolicyType")
|
|
19155
|
+
self._Partition = params.get("Partition")
|
|
19085
19156
|
memeber_set = set(params.keys())
|
|
19086
19157
|
for name, value in vars(self).items():
|
|
19087
19158
|
property_name = name[1:]
|
|
@@ -19887,9 +19958,9 @@ class DeployGroupRequest(AbstractModel):
|
|
|
19887
19958
|
|
|
19888
19959
|
def __init__(self):
|
|
19889
19960
|
r"""
|
|
19890
|
-
:param _GroupId: 部署组ID
|
|
19961
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
19891
19962
|
:type GroupId: str
|
|
19892
|
-
:param _PkgId:
|
|
19963
|
+
:param _PkgId: 软件包ID,可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看
|
|
19893
19964
|
:type PkgId: str
|
|
19894
19965
|
:param _StartupParameters: 部署组启动参数
|
|
19895
19966
|
:type StartupParameters: str
|
|
@@ -19909,7 +19980,7 @@ class DeployGroupRequest(AbstractModel):
|
|
|
19909
19980
|
:type DeployBatch: list of float
|
|
19910
19981
|
:param _DeployExeMode: 滚动发布的执行方式,auto表示自动, manual表示手动
|
|
19911
19982
|
:type DeployExeMode: str
|
|
19912
|
-
:param _DeployWaitTime:
|
|
19983
|
+
:param _DeployWaitTime: 滚动发布每个批次的时间间隔,单位min。默认值是0,不等待。
|
|
19913
19984
|
:type DeployWaitTime: int
|
|
19914
19985
|
:param _StartScript: 启动脚本 base64编码
|
|
19915
19986
|
:type StartScript: str
|
|
@@ -19952,7 +20023,7 @@ openJDK版本:8、17
|
|
|
19952
20023
|
|
|
19953
20024
|
@property
|
|
19954
20025
|
def GroupId(self):
|
|
19955
|
-
"""部署组ID
|
|
20026
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
19956
20027
|
:rtype: str
|
|
19957
20028
|
"""
|
|
19958
20029
|
return self._GroupId
|
|
@@ -19963,7 +20034,7 @@ openJDK版本:8、17
|
|
|
19963
20034
|
|
|
19964
20035
|
@property
|
|
19965
20036
|
def PkgId(self):
|
|
19966
|
-
"""
|
|
20037
|
+
"""软件包ID,可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看
|
|
19967
20038
|
:rtype: str
|
|
19968
20039
|
"""
|
|
19969
20040
|
return self._PkgId
|
|
@@ -20073,7 +20144,7 @@ openJDK版本:8、17
|
|
|
20073
20144
|
|
|
20074
20145
|
@property
|
|
20075
20146
|
def DeployWaitTime(self):
|
|
20076
|
-
"""
|
|
20147
|
+
"""滚动发布每个批次的时间间隔,单位min。默认值是0,不等待。
|
|
20077
20148
|
:rtype: int
|
|
20078
20149
|
"""
|
|
20079
20150
|
return self._DeployWaitTime
|
|
@@ -21039,14 +21110,14 @@ class DescribeApplicationAttributeRequest(AbstractModel):
|
|
|
21039
21110
|
|
|
21040
21111
|
def __init__(self):
|
|
21041
21112
|
r"""
|
|
21042
|
-
:param _ApplicationId:
|
|
21113
|
+
:param _ApplicationId: 【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
21043
21114
|
:type ApplicationId: str
|
|
21044
21115
|
"""
|
|
21045
21116
|
self._ApplicationId = None
|
|
21046
21117
|
|
|
21047
21118
|
@property
|
|
21048
21119
|
def ApplicationId(self):
|
|
21049
|
-
"""
|
|
21120
|
+
"""【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
21050
21121
|
:rtype: str
|
|
21051
21122
|
"""
|
|
21052
21123
|
return self._ApplicationId
|
|
@@ -21215,11 +21286,14 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
|
21215
21286
|
:type Offset: int
|
|
21216
21287
|
:param _Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
|
21217
21288
|
:type Limit: int
|
|
21218
|
-
:param _ApplicationType:
|
|
21289
|
+
:param _ApplicationType: 指定应用类型,目前支持:
|
|
21290
|
+
- `V`:普通应用/CVM应用
|
|
21291
|
+
- `C`:容器应用
|
|
21292
|
+
- `S`:serverless 应用
|
|
21219
21293
|
:type ApplicationType: str
|
|
21220
21294
|
:param _MicroserviceType: 应用的微服务类型
|
|
21221
21295
|
:type MicroserviceType: str
|
|
21222
|
-
:param _ApplicationResourceTypeList:
|
|
21296
|
+
:param _ApplicationResourceTypeList: 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
|
21223
21297
|
:type ApplicationResourceTypeList: list of str
|
|
21224
21298
|
:param _ApplicationIdList: IdList
|
|
21225
21299
|
:type ApplicationIdList: list of str
|
|
@@ -21296,7 +21370,10 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
|
21296
21370
|
|
|
21297
21371
|
@property
|
|
21298
21372
|
def ApplicationType(self):
|
|
21299
|
-
"""
|
|
21373
|
+
"""指定应用类型,目前支持:
|
|
21374
|
+
- `V`:普通应用/CVM应用
|
|
21375
|
+
- `C`:容器应用
|
|
21376
|
+
- `S`:serverless 应用
|
|
21300
21377
|
:rtype: str
|
|
21301
21378
|
"""
|
|
21302
21379
|
return self._ApplicationType
|
|
@@ -21318,7 +21395,7 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
|
21318
21395
|
|
|
21319
21396
|
@property
|
|
21320
21397
|
def ApplicationResourceTypeList(self):
|
|
21321
|
-
"""
|
|
21398
|
+
"""应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
|
21322
21399
|
:rtype: list of str
|
|
21323
21400
|
"""
|
|
21324
21401
|
return self._ApplicationResourceTypeList
|
|
@@ -23144,14 +23221,14 @@ class DescribeContainerGroupAttributeRequest(AbstractModel):
|
|
|
23144
23221
|
|
|
23145
23222
|
def __init__(self):
|
|
23146
23223
|
r"""
|
|
23147
|
-
:param _GroupId: 部署组ID
|
|
23224
|
+
:param _GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
|
23148
23225
|
:type GroupId: str
|
|
23149
23226
|
"""
|
|
23150
23227
|
self._GroupId = None
|
|
23151
23228
|
|
|
23152
23229
|
@property
|
|
23153
23230
|
def GroupId(self):
|
|
23154
|
-
"""部署组ID
|
|
23231
|
+
"""部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
|
23155
23232
|
:rtype: str
|
|
23156
23233
|
"""
|
|
23157
23234
|
return self._GroupId
|
|
@@ -23387,7 +23464,7 @@ class DescribeContainerGroupsRequest(AbstractModel):
|
|
|
23387
23464
|
|
|
23388
23465
|
def __init__(self):
|
|
23389
23466
|
r"""
|
|
23390
|
-
:param _ApplicationId:
|
|
23467
|
+
:param _ApplicationId: 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
23391
23468
|
:type ApplicationId: str
|
|
23392
23469
|
:param _SearchWord: 搜索字段,模糊搜索groupName字段
|
|
23393
23470
|
:type SearchWord: str
|
|
@@ -23399,9 +23476,9 @@ class DescribeContainerGroupsRequest(AbstractModel):
|
|
|
23399
23476
|
:type Offset: int
|
|
23400
23477
|
:param _Limit: 分页个数,默认为20, 取值应为1~50
|
|
23401
23478
|
:type Limit: int
|
|
23402
|
-
:param _ClusterId:
|
|
23479
|
+
:param _ClusterId: 分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
|
23403
23480
|
:type ClusterId: str
|
|
23404
|
-
:param _NamespaceId:
|
|
23481
|
+
:param _NamespaceId: 分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
23405
23482
|
:type NamespaceId: str
|
|
23406
23483
|
"""
|
|
23407
23484
|
self._ApplicationId = None
|
|
@@ -23415,7 +23492,7 @@ class DescribeContainerGroupsRequest(AbstractModel):
|
|
|
23415
23492
|
|
|
23416
23493
|
@property
|
|
23417
23494
|
def ApplicationId(self):
|
|
23418
|
-
"""
|
|
23495
|
+
"""分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
23419
23496
|
:rtype: str
|
|
23420
23497
|
"""
|
|
23421
23498
|
return self._ApplicationId
|
|
@@ -23481,7 +23558,7 @@ class DescribeContainerGroupsRequest(AbstractModel):
|
|
|
23481
23558
|
|
|
23482
23559
|
@property
|
|
23483
23560
|
def ClusterId(self):
|
|
23484
|
-
"""
|
|
23561
|
+
"""分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
|
23485
23562
|
:rtype: str
|
|
23486
23563
|
"""
|
|
23487
23564
|
return self._ClusterId
|
|
@@ -23492,7 +23569,7 @@ class DescribeContainerGroupsRequest(AbstractModel):
|
|
|
23492
23569
|
|
|
23493
23570
|
@property
|
|
23494
23571
|
def NamespaceId(self):
|
|
23495
|
-
"""
|
|
23572
|
+
"""分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
23496
23573
|
:rtype: str
|
|
23497
23574
|
"""
|
|
23498
23575
|
return self._NamespaceId
|
|
@@ -29713,9 +29790,9 @@ class DescribeProgramsRequest(AbstractModel):
|
|
|
29713
29790
|
r"""
|
|
29714
29791
|
:param _SearchWord: 模糊查询数据集ID,数据集名称,不传入时查询全量
|
|
29715
29792
|
:type SearchWord: str
|
|
29716
|
-
:param _Limit:
|
|
29793
|
+
:param _Limit: 每页数量,默认值20
|
|
29717
29794
|
:type Limit: int
|
|
29718
|
-
:param _Offset:
|
|
29795
|
+
:param _Offset: 起始偏移量,默认值0
|
|
29719
29796
|
:type Offset: int
|
|
29720
29797
|
"""
|
|
29721
29798
|
self._SearchWord = None
|
|
@@ -29735,7 +29812,7 @@ class DescribeProgramsRequest(AbstractModel):
|
|
|
29735
29812
|
|
|
29736
29813
|
@property
|
|
29737
29814
|
def Limit(self):
|
|
29738
|
-
"""
|
|
29815
|
+
"""每页数量,默认值20
|
|
29739
29816
|
:rtype: int
|
|
29740
29817
|
"""
|
|
29741
29818
|
return self._Limit
|
|
@@ -29746,7 +29823,7 @@ class DescribeProgramsRequest(AbstractModel):
|
|
|
29746
29823
|
|
|
29747
29824
|
@property
|
|
29748
29825
|
def Offset(self):
|
|
29749
|
-
"""
|
|
29826
|
+
"""起始偏移量,默认值0
|
|
29750
29827
|
:rtype: int
|
|
29751
29828
|
"""
|
|
29752
29829
|
return self._Offset
|
|
@@ -31415,7 +31492,7 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
|
31415
31492
|
:type Offset: int
|
|
31416
31493
|
:param _MicroserviceType: 微服务类型
|
|
31417
31494
|
:type MicroserviceType: str
|
|
31418
|
-
:param _ApplicationResourceTypeList:
|
|
31495
|
+
:param _ApplicationResourceTypeList: 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
|
31419
31496
|
:type ApplicationResourceTypeList: list of str
|
|
31420
31497
|
:param _SearchWord: 通过id和name进行关键词过滤
|
|
31421
31498
|
:type SearchWord: str
|
|
@@ -31494,7 +31571,7 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
|
31494
31571
|
|
|
31495
31572
|
@property
|
|
31496
31573
|
def ApplicationResourceTypeList(self):
|
|
31497
|
-
"""
|
|
31574
|
+
"""应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
|
31498
31575
|
:rtype: list of str
|
|
31499
31576
|
"""
|
|
31500
31577
|
return self._ApplicationResourceTypeList
|
|
@@ -31765,17 +31842,17 @@ class DescribeSimpleGroupsRequest(AbstractModel):
|
|
|
31765
31842
|
|
|
31766
31843
|
def __init__(self):
|
|
31767
31844
|
r"""
|
|
31768
|
-
:param _GroupIdList:
|
|
31845
|
+
:param _GroupIdList: 按照【部署组ID】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
|
31769
31846
|
:type GroupIdList: list of str
|
|
31770
|
-
:param _ApplicationId:
|
|
31847
|
+
:param _ApplicationId: 按照【应用ID】进行过滤,不填写时查询全量。可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
31771
31848
|
:type ApplicationId: str
|
|
31772
|
-
:param _ClusterId:
|
|
31849
|
+
:param _ClusterId: 按照【集群ID】进行过滤,不填写时查询全量。可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
|
31773
31850
|
:type ClusterId: str
|
|
31774
|
-
:param _NamespaceId:
|
|
31851
|
+
:param _NamespaceId: 按照【命名空间ID】进行过滤,不填写时查询全量。可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
31775
31852
|
:type NamespaceId: str
|
|
31776
|
-
:param _Limit:
|
|
31853
|
+
:param _Limit: 每页条数,默认值20,无上限
|
|
31777
31854
|
:type Limit: int
|
|
31778
|
-
:param _Offset:
|
|
31855
|
+
:param _Offset: 起始偏移量,默认值0
|
|
31779
31856
|
:type Offset: int
|
|
31780
31857
|
:param _GroupId: 部署组ID,不填写时查询全量
|
|
31781
31858
|
:type GroupId: str
|
|
@@ -31796,7 +31873,7 @@ class DescribeSimpleGroupsRequest(AbstractModel):
|
|
|
31796
31873
|
|
|
31797
31874
|
@property
|
|
31798
31875
|
def GroupIdList(self):
|
|
31799
|
-
"""
|
|
31876
|
+
"""按照【部署组ID】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
|
31800
31877
|
:rtype: list of str
|
|
31801
31878
|
"""
|
|
31802
31879
|
return self._GroupIdList
|
|
@@ -31807,7 +31884,7 @@ class DescribeSimpleGroupsRequest(AbstractModel):
|
|
|
31807
31884
|
|
|
31808
31885
|
@property
|
|
31809
31886
|
def ApplicationId(self):
|
|
31810
|
-
"""
|
|
31887
|
+
"""按照【应用ID】进行过滤,不填写时查询全量。可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
|
31811
31888
|
:rtype: str
|
|
31812
31889
|
"""
|
|
31813
31890
|
return self._ApplicationId
|
|
@@ -31818,7 +31895,7 @@ class DescribeSimpleGroupsRequest(AbstractModel):
|
|
|
31818
31895
|
|
|
31819
31896
|
@property
|
|
31820
31897
|
def ClusterId(self):
|
|
31821
|
-
"""
|
|
31898
|
+
"""按照【集群ID】进行过滤,不填写时查询全量。可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
|
31822
31899
|
:rtype: str
|
|
31823
31900
|
"""
|
|
31824
31901
|
return self._ClusterId
|
|
@@ -31829,7 +31906,7 @@ class DescribeSimpleGroupsRequest(AbstractModel):
|
|
|
31829
31906
|
|
|
31830
31907
|
@property
|
|
31831
31908
|
def NamespaceId(self):
|
|
31832
|
-
"""
|
|
31909
|
+
"""按照【命名空间ID】进行过滤,不填写时查询全量。可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
31833
31910
|
:rtype: str
|
|
31834
31911
|
"""
|
|
31835
31912
|
return self._NamespaceId
|
|
@@ -31840,7 +31917,7 @@ class DescribeSimpleGroupsRequest(AbstractModel):
|
|
|
31840
31917
|
|
|
31841
31918
|
@property
|
|
31842
31919
|
def Limit(self):
|
|
31843
|
-
"""
|
|
31920
|
+
"""每页条数,默认值20,无上限
|
|
31844
31921
|
:rtype: int
|
|
31845
31922
|
"""
|
|
31846
31923
|
return self._Limit
|
|
@@ -31851,7 +31928,7 @@ class DescribeSimpleGroupsRequest(AbstractModel):
|
|
|
31851
31928
|
|
|
31852
31929
|
@property
|
|
31853
31930
|
def Offset(self):
|
|
31854
|
-
"""
|
|
31931
|
+
"""起始偏移量,默认值0
|
|
31855
31932
|
:rtype: int
|
|
31856
31933
|
"""
|
|
31857
31934
|
return self._Offset
|
|
@@ -31976,7 +32053,7 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
31976
32053
|
:type Offset: int
|
|
31977
32054
|
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
|
31978
32055
|
:type NamespaceId: str
|
|
31979
|
-
:param _NamespaceResourceTypeList:
|
|
32056
|
+
:param _NamespaceResourceTypeList: 查询资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
|
31980
32057
|
:type NamespaceResourceTypeList: list of str
|
|
31981
32058
|
:param _SearchWord: 通过id和name进行过滤
|
|
31982
32059
|
:type SearchWord: str
|
|
@@ -32058,7 +32135,7 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
32058
32135
|
|
|
32059
32136
|
@property
|
|
32060
32137
|
def NamespaceResourceTypeList(self):
|
|
32061
|
-
"""
|
|
32138
|
+
"""查询资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
|
32062
32139
|
:rtype: list of str
|
|
32063
32140
|
"""
|
|
32064
32141
|
return self._NamespaceResourceTypeList
|
|
@@ -36593,6 +36670,10 @@ class GatewayPlugin(AbstractModel):
|
|
|
36593
36670
|
:param _Status: 发布状态
|
|
36594
36671
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
36595
36672
|
:type Status: str
|
|
36673
|
+
:param _DeleteDisabled: 是否禁用删除
|
|
36674
|
+
:type DeleteDisabled: bool
|
|
36675
|
+
:param _DeleteDisabledReason: 禁用原因
|
|
36676
|
+
:type DeleteDisabledReason: str
|
|
36596
36677
|
"""
|
|
36597
36678
|
self._Id = None
|
|
36598
36679
|
self._Name = None
|
|
@@ -36601,6 +36682,8 @@ class GatewayPlugin(AbstractModel):
|
|
|
36601
36682
|
self._CreatedTime = None
|
|
36602
36683
|
self._UpdatedTime = None
|
|
36603
36684
|
self._Status = None
|
|
36685
|
+
self._DeleteDisabled = None
|
|
36686
|
+
self._DeleteDisabledReason = None
|
|
36604
36687
|
|
|
36605
36688
|
@property
|
|
36606
36689
|
def Id(self):
|
|
@@ -36686,6 +36769,28 @@ class GatewayPlugin(AbstractModel):
|
|
|
36686
36769
|
def Status(self, Status):
|
|
36687
36770
|
self._Status = Status
|
|
36688
36771
|
|
|
36772
|
+
@property
|
|
36773
|
+
def DeleteDisabled(self):
|
|
36774
|
+
"""是否禁用删除
|
|
36775
|
+
:rtype: bool
|
|
36776
|
+
"""
|
|
36777
|
+
return self._DeleteDisabled
|
|
36778
|
+
|
|
36779
|
+
@DeleteDisabled.setter
|
|
36780
|
+
def DeleteDisabled(self, DeleteDisabled):
|
|
36781
|
+
self._DeleteDisabled = DeleteDisabled
|
|
36782
|
+
|
|
36783
|
+
@property
|
|
36784
|
+
def DeleteDisabledReason(self):
|
|
36785
|
+
"""禁用原因
|
|
36786
|
+
:rtype: str
|
|
36787
|
+
"""
|
|
36788
|
+
return self._DeleteDisabledReason
|
|
36789
|
+
|
|
36790
|
+
@DeleteDisabledReason.setter
|
|
36791
|
+
def DeleteDisabledReason(self, DeleteDisabledReason):
|
|
36792
|
+
self._DeleteDisabledReason = DeleteDisabledReason
|
|
36793
|
+
|
|
36689
36794
|
|
|
36690
36795
|
def _deserialize(self, params):
|
|
36691
36796
|
self._Id = params.get("Id")
|
|
@@ -36695,6 +36800,8 @@ class GatewayPlugin(AbstractModel):
|
|
|
36695
36800
|
self._CreatedTime = params.get("CreatedTime")
|
|
36696
36801
|
self._UpdatedTime = params.get("UpdatedTime")
|
|
36697
36802
|
self._Status = params.get("Status")
|
|
36803
|
+
self._DeleteDisabled = params.get("DeleteDisabled")
|
|
36804
|
+
self._DeleteDisabledReason = params.get("DeleteDisabledReason")
|
|
36698
36805
|
memeber_set = set(params.keys())
|
|
36699
36806
|
for name, value in vars(self).items():
|
|
36700
36807
|
property_name = name[1:]
|
|
@@ -41593,6 +41700,12 @@ class LaneInfo(AbstractModel):
|
|
|
41593
41700
|
:param _LaneGroupId: 泳道部署组ID
|
|
41594
41701
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
41595
41702
|
:type LaneGroupId: str
|
|
41703
|
+
:param _DeleteDisabled: 是否禁用删除。
|
|
41704
|
+
true:禁用
|
|
41705
|
+
false:取消禁用
|
|
41706
|
+
:type DeleteDisabled: bool
|
|
41707
|
+
:param _DeleteDisabledReason: 禁用原因
|
|
41708
|
+
:type DeleteDisabledReason: str
|
|
41596
41709
|
"""
|
|
41597
41710
|
self._LaneId = None
|
|
41598
41711
|
self._LaneName = None
|
|
@@ -41603,6 +41716,8 @@ class LaneInfo(AbstractModel):
|
|
|
41603
41716
|
self._Entrance = None
|
|
41604
41717
|
self._NamespaceIdList = None
|
|
41605
41718
|
self._LaneGroupId = None
|
|
41719
|
+
self._DeleteDisabled = None
|
|
41720
|
+
self._DeleteDisabledReason = None
|
|
41606
41721
|
|
|
41607
41722
|
@property
|
|
41608
41723
|
def LaneId(self):
|
|
@@ -41712,6 +41827,30 @@ class LaneInfo(AbstractModel):
|
|
|
41712
41827
|
def LaneGroupId(self, LaneGroupId):
|
|
41713
41828
|
self._LaneGroupId = LaneGroupId
|
|
41714
41829
|
|
|
41830
|
+
@property
|
|
41831
|
+
def DeleteDisabled(self):
|
|
41832
|
+
"""是否禁用删除。
|
|
41833
|
+
true:禁用
|
|
41834
|
+
false:取消禁用
|
|
41835
|
+
:rtype: bool
|
|
41836
|
+
"""
|
|
41837
|
+
return self._DeleteDisabled
|
|
41838
|
+
|
|
41839
|
+
@DeleteDisabled.setter
|
|
41840
|
+
def DeleteDisabled(self, DeleteDisabled):
|
|
41841
|
+
self._DeleteDisabled = DeleteDisabled
|
|
41842
|
+
|
|
41843
|
+
@property
|
|
41844
|
+
def DeleteDisabledReason(self):
|
|
41845
|
+
"""禁用原因
|
|
41846
|
+
:rtype: str
|
|
41847
|
+
"""
|
|
41848
|
+
return self._DeleteDisabledReason
|
|
41849
|
+
|
|
41850
|
+
@DeleteDisabledReason.setter
|
|
41851
|
+
def DeleteDisabledReason(self, DeleteDisabledReason):
|
|
41852
|
+
self._DeleteDisabledReason = DeleteDisabledReason
|
|
41853
|
+
|
|
41715
41854
|
|
|
41716
41855
|
def _deserialize(self, params):
|
|
41717
41856
|
self._LaneId = params.get("LaneId")
|
|
@@ -41728,6 +41867,8 @@ class LaneInfo(AbstractModel):
|
|
|
41728
41867
|
self._Entrance = params.get("Entrance")
|
|
41729
41868
|
self._NamespaceIdList = params.get("NamespaceIdList")
|
|
41730
41869
|
self._LaneGroupId = params.get("LaneGroupId")
|
|
41870
|
+
self._DeleteDisabled = params.get("DeleteDisabled")
|
|
41871
|
+
self._DeleteDisabledReason = params.get("DeleteDisabledReason")
|
|
41731
41872
|
memeber_set = set(params.keys())
|
|
41732
41873
|
for name, value in vars(self).items():
|
|
41733
41874
|
property_name = name[1:]
|
|
@@ -44439,7 +44580,7 @@ class ModifyProgramRequest(AbstractModel):
|
|
|
44439
44580
|
|
|
44440
44581
|
def __init__(self):
|
|
44441
44582
|
r"""
|
|
44442
|
-
:param _ProgramId: 数据集ID
|
|
44583
|
+
:param _ProgramId: 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口会返回数据集信息,包括programId
|
|
44443
44584
|
:type ProgramId: str
|
|
44444
44585
|
:param _ProgramName: 数据集名称,不传入时不更新
|
|
44445
44586
|
:type ProgramName: str
|
|
@@ -44458,7 +44599,7 @@ class ModifyProgramRequest(AbstractModel):
|
|
|
44458
44599
|
|
|
44459
44600
|
@property
|
|
44460
44601
|
def ProgramId(self):
|
|
44461
|
-
"""数据集ID
|
|
44602
|
+
"""数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口会返回数据集信息,包括programId
|
|
44462
44603
|
:rtype: str
|
|
44463
44604
|
"""
|
|
44464
44605
|
return self._ProgramId
|
|
@@ -52110,6 +52251,8 @@ class SimpleGroup(AbstractModel):
|
|
|
52110
52251
|
:type GroupResourceType: str
|
|
52111
52252
|
:param _AppMicroServiceType: 应用微服务类型
|
|
52112
52253
|
:type AppMicroServiceType: str
|
|
52254
|
+
:param _K8sNamespaceName: k8s 命名空间名称
|
|
52255
|
+
:type K8sNamespaceName: str
|
|
52113
52256
|
"""
|
|
52114
52257
|
self._GroupId = None
|
|
52115
52258
|
self._GroupName = None
|
|
@@ -52124,6 +52267,7 @@ class SimpleGroup(AbstractModel):
|
|
|
52124
52267
|
self._StartupParameters = None
|
|
52125
52268
|
self._GroupResourceType = None
|
|
52126
52269
|
self._AppMicroServiceType = None
|
|
52270
|
+
self._K8sNamespaceName = None
|
|
52127
52271
|
|
|
52128
52272
|
@property
|
|
52129
52273
|
def GroupId(self):
|
|
@@ -52268,6 +52412,17 @@ class SimpleGroup(AbstractModel):
|
|
|
52268
52412
|
def AppMicroServiceType(self, AppMicroServiceType):
|
|
52269
52413
|
self._AppMicroServiceType = AppMicroServiceType
|
|
52270
52414
|
|
|
52415
|
+
@property
|
|
52416
|
+
def K8sNamespaceName(self):
|
|
52417
|
+
"""k8s 命名空间名称
|
|
52418
|
+
:rtype: str
|
|
52419
|
+
"""
|
|
52420
|
+
return self._K8sNamespaceName
|
|
52421
|
+
|
|
52422
|
+
@K8sNamespaceName.setter
|
|
52423
|
+
def K8sNamespaceName(self, K8sNamespaceName):
|
|
52424
|
+
self._K8sNamespaceName = K8sNamespaceName
|
|
52425
|
+
|
|
52271
52426
|
|
|
52272
52427
|
def _deserialize(self, params):
|
|
52273
52428
|
self._GroupId = params.get("GroupId")
|
|
@@ -52283,6 +52438,7 @@ class SimpleGroup(AbstractModel):
|
|
|
52283
52438
|
self._StartupParameters = params.get("StartupParameters")
|
|
52284
52439
|
self._GroupResourceType = params.get("GroupResourceType")
|
|
52285
52440
|
self._AppMicroServiceType = params.get("AppMicroServiceType")
|
|
52441
|
+
self._K8sNamespaceName = params.get("K8sNamespaceName")
|
|
52286
52442
|
memeber_set = set(params.keys())
|
|
52287
52443
|
for name, value in vars(self).items():
|
|
52288
52444
|
property_name = name[1:]
|
|
@@ -52438,14 +52594,14 @@ class StartGroupRequest(AbstractModel):
|
|
|
52438
52594
|
|
|
52439
52595
|
def __init__(self):
|
|
52440
52596
|
r"""
|
|
52441
|
-
:param _GroupId:
|
|
52597
|
+
:param _GroupId: 按照【部署组ID】进行部署组启动,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
|
52442
52598
|
:type GroupId: str
|
|
52443
52599
|
"""
|
|
52444
52600
|
self._GroupId = None
|
|
52445
52601
|
|
|
52446
52602
|
@property
|
|
52447
52603
|
def GroupId(self):
|
|
52448
|
-
"""
|
|
52604
|
+
"""按照【部署组ID】进行部署组启动,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
|
52449
52605
|
:rtype: str
|
|
52450
52606
|
"""
|
|
52451
52607
|
return self._GroupId
|
|
@@ -52683,14 +52839,14 @@ class StopGroupRequest(AbstractModel):
|
|
|
52683
52839
|
|
|
52684
52840
|
def __init__(self):
|
|
52685
52841
|
r"""
|
|
52686
|
-
:param _GroupId:
|
|
52842
|
+
:param _GroupId: 按照【部署组ID】进行部署组删除,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
|
52687
52843
|
:type GroupId: str
|
|
52688
52844
|
"""
|
|
52689
52845
|
self._GroupId = None
|
|
52690
52846
|
|
|
52691
52847
|
@property
|
|
52692
52848
|
def GroupId(self):
|
|
52693
|
-
"""
|
|
52849
|
+
"""按照【部署组ID】进行部署组删除,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
|
52694
52850
|
:rtype: str
|
|
52695
52851
|
"""
|
|
52696
52852
|
return self._GroupId
|