tencentcloud-sdk-python 3.0.1451__py2.py3-none-any.whl → 3.0.1453__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/autoscaling/v20180419/models.py +28 -8
- tencentcloud/ckafka/v20190819/ckafka_client.py +4 -4
- tencentcloud/ckafka/v20190819/models.py +266 -178
- tencentcloud/gs/v20191118/models.py +45 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +24 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +171 -0
- tencentcloud/lighthouse/v20200324/models.py +1111 -50
- tencentcloud/mna/v20210119/models.py +2 -2
- tencentcloud/mqtt/v20240516/models.py +2 -2
- tencentcloud/ocr/v20181119/models.py +30 -0
- tencentcloud/teo/v20220901/models.py +6 -6
- tencentcloud/thpc/v20230321/models.py +23 -10
- tencentcloud/trtc/v20190722/models.py +2 -2
- tencentcloud/tsf/v20180326/models.py +114 -58
- {tencentcloud_sdk_python-3.0.1451.dist-info → tencentcloud_sdk_python-3.0.1453.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1451.dist-info → tencentcloud_sdk_python-3.0.1453.dist-info}/RECORD +20 -20
- {tencentcloud_sdk_python-3.0.1451.dist-info → tencentcloud_sdk_python-3.0.1453.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1451.dist-info → tencentcloud_sdk_python-3.0.1453.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1451.dist-info → tencentcloud_sdk_python-3.0.1453.dist-info}/top_level.txt +0 -0
@@ -4984,7 +4984,7 @@ class ClusterV2(AbstractModel):
|
|
4984
4984
|
:param _KuberneteNativeType: K 表示通过kubeconfig 导入, S 表示通过service account导入
|
4985
4985
|
注意:此字段可能返回 null,表示取不到有效值。
|
4986
4986
|
:type KuberneteNativeType: str
|
4987
|
-
:param _KuberneteNativeSecret:
|
4987
|
+
:param _KuberneteNativeSecret: Kubernetes 密钥
|
4988
4988
|
注意:此字段可能返回 null,表示取不到有效值。
|
4989
4989
|
:type KuberneteNativeSecret: str
|
4990
4990
|
:param _EnableLogCollection: 是否开启cls日志功能
|
@@ -5452,7 +5452,7 @@ class ClusterV2(AbstractModel):
|
|
5452
5452
|
|
5453
5453
|
@property
|
5454
5454
|
def KuberneteNativeSecret(self):
|
5455
|
-
"""
|
5455
|
+
"""Kubernetes 密钥
|
5456
5456
|
注意:此字段可能返回 null,表示取不到有效值。
|
5457
5457
|
:rtype: str
|
5458
5458
|
"""
|
@@ -7161,7 +7161,7 @@ class ContainerEvent(AbstractModel):
|
|
7161
7161
|
:type LastTimestamp: int
|
7162
7162
|
:param _Type: 级别
|
7163
7163
|
:type Type: str
|
7164
|
-
:param _Kind:
|
7164
|
+
:param _Kind: Kubernetes 资源类型,典型取值有 Deployment(部署资源)、Pod(容器组)、Service(服务资源) 等
|
7165
7165
|
:type Kind: str
|
7166
7166
|
:param _Name: 资源名称
|
7167
7167
|
:type Name: str
|
@@ -7216,7 +7216,7 @@ class ContainerEvent(AbstractModel):
|
|
7216
7216
|
|
7217
7217
|
@property
|
7218
7218
|
def Kind(self):
|
7219
|
-
"""
|
7219
|
+
"""Kubernetes 资源类型,典型取值有 Deployment(部署资源)、Pod(容器组)、Service(服务资源) 等
|
7220
7220
|
:rtype: str
|
7221
7221
|
"""
|
7222
7222
|
return self._Kind
|
@@ -11978,7 +11978,7 @@ class CreateContainGroupRequest(AbstractModel):
|
|
11978
11978
|
:type MemRequest: str
|
11979
11979
|
:param _GroupResourceType: 部署组资源类型;DEF 表示默认资源类型
|
11980
11980
|
:type GroupResourceType: str
|
11981
|
-
:param _SubnetId: 分组所属【子网ID
|
11981
|
+
:param _SubnetId: 分组所属【子网ID】,可前往私有网络[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1&unVpcId=vpc-6bs8ytjd)进行获取
|
11982
11982
|
:type SubnetId: str
|
11983
11983
|
:param _AgentCpuRequest: agent 容器分配的 CPU 核数,对应 K8S 的 request
|
11984
11984
|
:type AgentCpuRequest: str
|
@@ -12189,7 +12189,7 @@ class CreateContainGroupRequest(AbstractModel):
|
|
12189
12189
|
|
12190
12190
|
@property
|
12191
12191
|
def SubnetId(self):
|
12192
|
-
"""分组所属【子网ID
|
12192
|
+
"""分组所属【子网ID】,可前往私有网络[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1&unVpcId=vpc-6bs8ytjd)进行获取
|
12193
12193
|
:rtype: str
|
12194
12194
|
"""
|
12195
12195
|
return self._SubnetId
|
@@ -15967,7 +15967,7 @@ class DeleteClusterRequest(AbstractModel):
|
|
15967
15967
|
|
15968
15968
|
def __init__(self):
|
15969
15969
|
r"""
|
15970
|
-
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
15970
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
15971
15971
|
:type ClusterId: str
|
15972
15972
|
:param _Unbind: 是否只解绑,不删除容器集群,默认不传则删除容器集群。
|
15973
15973
|
:type Unbind: bool
|
@@ -15977,7 +15977,7 @@ class DeleteClusterRequest(AbstractModel):
|
|
15977
15977
|
|
15978
15978
|
@property
|
15979
15979
|
def ClusterId(self):
|
15980
|
-
"""集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
15980
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
15981
15981
|
:rtype: str
|
15982
15982
|
"""
|
15983
15983
|
return self._ClusterId
|
@@ -21668,7 +21668,7 @@ class DescribeBusinessLogConfigsRequest(AbstractModel):
|
|
21668
21668
|
:type Offset: int
|
21669
21669
|
:param _Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
21670
21670
|
:type Limit: int
|
21671
|
-
:param _SearchWord:
|
21671
|
+
:param _SearchWord: 模糊匹配关键词,可搜索配置项ID或配置项名称
|
21672
21672
|
:type SearchWord: str
|
21673
21673
|
:param _DisableProgramAuthCheck: 是否禁用数据集鉴权
|
21674
21674
|
:type DisableProgramAuthCheck: bool
|
@@ -21706,7 +21706,7 @@ class DescribeBusinessLogConfigsRequest(AbstractModel):
|
|
21706
21706
|
|
21707
21707
|
@property
|
21708
21708
|
def SearchWord(self):
|
21709
|
-
"""
|
21709
|
+
"""模糊匹配关键词,可搜索配置项ID或配置项名称
|
21710
21710
|
:rtype: str
|
21711
21711
|
"""
|
21712
21712
|
return self._SearchWord
|
@@ -21965,7 +21965,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
21965
21965
|
r"""
|
21966
21966
|
:param _SearchWord: 搜索词,可以搜索ID/名称/备注/标签
|
21967
21967
|
:type SearchWord: str
|
21968
|
-
:param _OrderBy:
|
21968
|
+
:param _OrderBy: 排序字段,目前仅支持使用“创建时间”
|
21969
21969
|
:type OrderBy: str
|
21970
21970
|
:param _OrderType: 排序方式,0表示升序,1表示倒序
|
21971
21971
|
:type OrderType: int
|
@@ -21999,7 +21999,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
21999
21999
|
|
22000
22000
|
@property
|
22001
22001
|
def OrderBy(self):
|
22002
|
-
"""
|
22002
|
+
"""排序字段,目前仅支持使用“创建时间”
|
22003
22003
|
:rtype: str
|
22004
22004
|
"""
|
22005
22005
|
return self._OrderBy
|
@@ -23022,13 +23022,13 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
23022
23022
|
r"""
|
23023
23023
|
:param _ResourceType: event 的资源类型, 仅支持 group
|
23024
23024
|
:type ResourceType: str
|
23025
|
-
:param _ResourceId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup
|
23025
|
+
:param _ResourceId: 部署组ID,按照【部署组ID】进行过滤,可通过调用[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的项目。
|
23026
23026
|
:type ResourceId: str
|
23027
23027
|
:param _Offset: 偏移量,取值从0开始
|
23028
23028
|
:type Offset: int
|
23029
23029
|
:param _Limit: 分页个数,默认为20, 取值应为1~50
|
23030
23030
|
:type Limit: int
|
23031
|
-
:param _GroupId: 部署组ID
|
23031
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
23032
23032
|
:type GroupId: str
|
23033
23033
|
:param _Kind: event的资源种类
|
23034
23034
|
:type Kind: str
|
@@ -23062,7 +23062,7 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
23062
23062
|
|
23063
23063
|
@property
|
23064
23064
|
def ResourceId(self):
|
23065
|
-
"""部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup
|
23065
|
+
"""部署组ID,按照【部署组ID】进行过滤,可通过调用[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的项目。
|
23066
23066
|
:rtype: str
|
23067
23067
|
"""
|
23068
23068
|
return self._ResourceId
|
@@ -23095,7 +23095,7 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
23095
23095
|
|
23096
23096
|
@property
|
23097
23097
|
def GroupId(self):
|
23098
|
-
"""部署组ID
|
23098
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
23099
23099
|
:rtype: str
|
23100
23100
|
"""
|
23101
23101
|
return self._GroupId
|
@@ -23221,14 +23221,14 @@ class DescribeContainerGroupAttributeRequest(AbstractModel):
|
|
23221
23221
|
|
23222
23222
|
def __init__(self):
|
23223
23223
|
r"""
|
23224
|
-
:param _GroupId: 部署组ID
|
23224
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
23225
23225
|
:type GroupId: str
|
23226
23226
|
"""
|
23227
23227
|
self._GroupId = None
|
23228
23228
|
|
23229
23229
|
@property
|
23230
23230
|
def GroupId(self):
|
23231
|
-
"""部署组ID
|
23231
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
23232
23232
|
:rtype: str
|
23233
23233
|
"""
|
23234
23234
|
return self._GroupId
|
@@ -23302,14 +23302,14 @@ class DescribeContainerGroupDeployInfoRequest(AbstractModel):
|
|
23302
23302
|
|
23303
23303
|
def __init__(self):
|
23304
23304
|
r"""
|
23305
|
-
:param _GroupId: 部署组ID
|
23305
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
23306
23306
|
:type GroupId: str
|
23307
23307
|
"""
|
23308
23308
|
self._GroupId = None
|
23309
23309
|
|
23310
23310
|
@property
|
23311
23311
|
def GroupId(self):
|
23312
|
-
"""部署组ID
|
23312
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
23313
23313
|
:rtype: str
|
23314
23314
|
"""
|
23315
23315
|
return self._GroupId
|
@@ -23914,11 +23914,11 @@ class DescribeDeliveryConfigsRequest(AbstractModel):
|
|
23914
23914
|
|
23915
23915
|
def __init__(self):
|
23916
23916
|
r"""
|
23917
|
-
:param _SearchWord:
|
23917
|
+
:param _SearchWord: 搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称
|
23918
23918
|
:type SearchWord: str
|
23919
|
-
:param _Offset:
|
23919
|
+
:param _Offset: 偏移量,取值范围大于等于0,默认值为0
|
23920
23920
|
:type Offset: int
|
23921
|
-
:param _Limit:
|
23921
|
+
:param _Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
23922
23922
|
:type Limit: int
|
23923
23923
|
:param _ProgramIdList: 数据集ID列表
|
23924
23924
|
可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看
|
@@ -23935,7 +23935,7 @@ class DescribeDeliveryConfigsRequest(AbstractModel):
|
|
23935
23935
|
|
23936
23936
|
@property
|
23937
23937
|
def SearchWord(self):
|
23938
|
-
"""
|
23938
|
+
"""搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称
|
23939
23939
|
:rtype: str
|
23940
23940
|
"""
|
23941
23941
|
return self._SearchWord
|
@@ -23946,7 +23946,7 @@ class DescribeDeliveryConfigsRequest(AbstractModel):
|
|
23946
23946
|
|
23947
23947
|
@property
|
23948
23948
|
def Offset(self):
|
23949
|
-
"""
|
23949
|
+
"""偏移量,取值范围大于等于0,默认值为0
|
23950
23950
|
:rtype: int
|
23951
23951
|
"""
|
23952
23952
|
return self._Offset
|
@@ -23957,7 +23957,7 @@ class DescribeDeliveryConfigsRequest(AbstractModel):
|
|
23957
23957
|
|
23958
23958
|
@property
|
23959
23959
|
def Limit(self):
|
23960
|
-
"""
|
23960
|
+
"""单页请求配置数量,取值范围[1, 50],默认值为10
|
23961
23961
|
:rtype: int
|
23962
23962
|
"""
|
23963
23963
|
return self._Limit
|
@@ -25037,14 +25037,14 @@ class DescribeGroupAttributeRequest(AbstractModel):
|
|
25037
25037
|
|
25038
25038
|
def __init__(self):
|
25039
25039
|
r"""
|
25040
|
-
:param _GroupId: 部署组ID
|
25040
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
25041
25041
|
:type GroupId: str
|
25042
25042
|
"""
|
25043
25043
|
self._GroupId = None
|
25044
25044
|
|
25045
25045
|
@property
|
25046
25046
|
def GroupId(self):
|
25047
|
-
"""部署组ID
|
25047
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
25048
25048
|
:rtype: str
|
25049
25049
|
"""
|
25050
25050
|
return self._GroupId
|
@@ -26908,7 +26908,12 @@ class DescribeInstancesRequest(AbstractModel):
|
|
26908
26908
|
|
26909
26909
|
def __init__(self):
|
26910
26910
|
r"""
|
26911
|
-
:param _Filters:
|
26911
|
+
:param _Filters: 过滤条件。多个 filter 之间是与关系,单个 filter 多个 value 之间是或关系。
|
26912
|
+
参考:[{"Name":"ip","Values":["172.16.16.139"]}]
|
26913
|
+
filter name 取值范围:
|
26914
|
+
- `id`:实例ID
|
26915
|
+
- ` name `:实例名
|
26916
|
+
- ` ip `:内网IP(可填wan_ip或lan_ip)
|
26912
26917
|
:type Filters: list of Filter
|
26913
26918
|
:param _Offset: 偏移量,默认为0
|
26914
26919
|
:type Offset: int
|
@@ -26921,7 +26926,12 @@ class DescribeInstancesRequest(AbstractModel):
|
|
26921
26926
|
|
26922
26927
|
@property
|
26923
26928
|
def Filters(self):
|
26924
|
-
"""
|
26929
|
+
"""过滤条件。多个 filter 之间是与关系,单个 filter 多个 value 之间是或关系。
|
26930
|
+
参考:[{"Name":"ip","Values":["172.16.16.139"]}]
|
26931
|
+
filter name 取值范围:
|
26932
|
+
- `id`:实例ID
|
26933
|
+
- ` name `:实例名
|
26934
|
+
- ` ip `:内网IP(可填wan_ip或lan_ip)
|
26925
26935
|
:rtype: list of Filter
|
26926
26936
|
"""
|
26927
26937
|
return self._Filters
|
@@ -27212,9 +27222,9 @@ class DescribeInvocationMetricDataDimensionRequest(AbstractModel):
|
|
27212
27222
|
:type StartTime: str
|
27213
27223
|
:param _EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
27214
27224
|
:type EndTime: str
|
27215
|
-
:param _Offset: 开始index
|
27225
|
+
:param _Offset: 开始index,取值范围大于等于0,默认值为0
|
27216
27226
|
:type Offset: int
|
27217
|
-
:param _Limit:
|
27227
|
+
:param _Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
27218
27228
|
:type Limit: int
|
27219
27229
|
:param _DimensionName: 聚合维度。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
27220
27230
|
:type DimensionName: str
|
@@ -27255,7 +27265,7 @@ class DescribeInvocationMetricDataDimensionRequest(AbstractModel):
|
|
27255
27265
|
|
27256
27266
|
@property
|
27257
27267
|
def Offset(self):
|
27258
|
-
"""开始index
|
27268
|
+
"""开始index,取值范围大于等于0,默认值为0
|
27259
27269
|
:rtype: int
|
27260
27270
|
"""
|
27261
27271
|
return self._Offset
|
@@ -27266,7 +27276,7 @@ class DescribeInvocationMetricDataDimensionRequest(AbstractModel):
|
|
27266
27276
|
|
27267
27277
|
@property
|
27268
27278
|
def Limit(self):
|
27269
|
-
"""
|
27279
|
+
"""单页请求配置数量,取值范围[1, 50],默认值为10
|
27270
27280
|
:rtype: int
|
27271
27281
|
"""
|
27272
27282
|
return self._Limit
|
@@ -29632,7 +29642,7 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
29632
29642
|
|
29633
29643
|
def __init__(self):
|
29634
29644
|
r"""
|
29635
|
-
:param _GroupId:
|
29645
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
29636
29646
|
:type GroupId: str
|
29637
29647
|
:param _Offset: 偏移量,取值从0开始
|
29638
29648
|
:type Offset: int
|
@@ -29654,7 +29664,7 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
29654
29664
|
|
29655
29665
|
@property
|
29656
29666
|
def GroupId(self):
|
29657
|
-
"""
|
29667
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
29658
29668
|
:rtype: str
|
29659
29669
|
"""
|
29660
29670
|
return self._GroupId
|
@@ -35155,15 +35165,15 @@ class ExclusiveInstance(AbstractModel):
|
|
35155
35165
|
r"""
|
35156
35166
|
:param _CenterType: 配置中心类型[注册中心Registration、配置中心Configuration]
|
35157
35167
|
:type CenterType: str
|
35158
|
-
:param _InstanceId: 实例id
|
35168
|
+
:param _InstanceId: 实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35159
35169
|
:type InstanceId: str
|
35160
35170
|
:param _InstanceType: 实例类型,例如北极星Polaris
|
35161
35171
|
:type InstanceType: str
|
35162
35172
|
:param _InstanceName: 实例名称
|
35163
35173
|
:type InstanceName: str
|
35164
|
-
:param _RegionId: 实例地域id
|
35174
|
+
:param _RegionId: 实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35165
35175
|
:type RegionId: str
|
35166
|
-
:param _InstanceNamespaceId: 实例命名空间ID
|
35176
|
+
:param _InstanceNamespaceId: 实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35167
35177
|
:type InstanceNamespaceId: str
|
35168
35178
|
"""
|
35169
35179
|
self._CenterType = None
|
@@ -35186,7 +35196,7 @@ class ExclusiveInstance(AbstractModel):
|
|
35186
35196
|
|
35187
35197
|
@property
|
35188
35198
|
def InstanceId(self):
|
35189
|
-
"""实例id
|
35199
|
+
"""实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35190
35200
|
:rtype: str
|
35191
35201
|
"""
|
35192
35202
|
return self._InstanceId
|
@@ -35219,7 +35229,7 @@ class ExclusiveInstance(AbstractModel):
|
|
35219
35229
|
|
35220
35230
|
@property
|
35221
35231
|
def RegionId(self):
|
35222
|
-
"""实例地域id
|
35232
|
+
"""实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35223
35233
|
:rtype: str
|
35224
35234
|
"""
|
35225
35235
|
return self._RegionId
|
@@ -35230,7 +35240,7 @@ class ExclusiveInstance(AbstractModel):
|
|
35230
35240
|
|
35231
35241
|
@property
|
35232
35242
|
def InstanceNamespaceId(self):
|
35233
|
-
"""实例命名空间ID
|
35243
|
+
"""实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35234
35244
|
:rtype: str
|
35235
35245
|
"""
|
35236
35246
|
return self._InstanceNamespaceId
|
@@ -37588,11 +37598,25 @@ class GroupPod(AbstractModel):
|
|
37588
37598
|
:type ReadyCount: int
|
37589
37599
|
:param _Runtime: 运行时长,单位秒
|
37590
37600
|
:type Runtime: str
|
37591
|
-
:param _CreatedAt:
|
37601
|
+
:param _CreatedAt: 实例启动时的时间戳,单位秒
|
37592
37602
|
:type CreatedAt: str
|
37593
|
-
:param _ServiceInstanceStatus:
|
37603
|
+
:param _ServiceInstanceStatus: 服务实例状态,枚举值为:
|
37604
|
+
- `Starting`:启动中
|
37605
|
+
- `Running`:运行中
|
37606
|
+
- `Stopping`:停止中
|
37607
|
+
- `Stopped`: 已停止
|
37608
|
+
- `StopFailed`: 停止失败
|
37609
|
+
- `Abnormal`: 异常
|
37610
|
+
- `Unknown`: 未知
|
37594
37611
|
:type ServiceInstanceStatus: str
|
37595
|
-
:param _InstanceAvailableStatus:
|
37612
|
+
:param _InstanceAvailableStatus: 机器实例可使用状态,枚举值为:
|
37613
|
+
- `Starting`:启动中
|
37614
|
+
- `Running`:运行中
|
37615
|
+
- `Stopping`:停止中
|
37616
|
+
- `Stopped`: 已停止
|
37617
|
+
- `StopFailed`: 停止失败
|
37618
|
+
- `Abnormal`: 异常
|
37619
|
+
- `Unknown`: 未知
|
37596
37620
|
:type InstanceAvailableStatus: str
|
37597
37621
|
:param _InstanceStatus: 机器实例状态
|
37598
37622
|
:type InstanceStatus: str
|
@@ -37718,7 +37742,7 @@ class GroupPod(AbstractModel):
|
|
37718
37742
|
|
37719
37743
|
@property
|
37720
37744
|
def CreatedAt(self):
|
37721
|
-
"""
|
37745
|
+
"""实例启动时的时间戳,单位秒
|
37722
37746
|
:rtype: str
|
37723
37747
|
"""
|
37724
37748
|
return self._CreatedAt
|
@@ -37729,7 +37753,14 @@ class GroupPod(AbstractModel):
|
|
37729
37753
|
|
37730
37754
|
@property
|
37731
37755
|
def ServiceInstanceStatus(self):
|
37732
|
-
"""
|
37756
|
+
"""服务实例状态,枚举值为:
|
37757
|
+
- `Starting`:启动中
|
37758
|
+
- `Running`:运行中
|
37759
|
+
- `Stopping`:停止中
|
37760
|
+
- `Stopped`: 已停止
|
37761
|
+
- `StopFailed`: 停止失败
|
37762
|
+
- `Abnormal`: 异常
|
37763
|
+
- `Unknown`: 未知
|
37733
37764
|
:rtype: str
|
37734
37765
|
"""
|
37735
37766
|
return self._ServiceInstanceStatus
|
@@ -37740,7 +37771,14 @@ class GroupPod(AbstractModel):
|
|
37740
37771
|
|
37741
37772
|
@property
|
37742
37773
|
def InstanceAvailableStatus(self):
|
37743
|
-
"""
|
37774
|
+
"""机器实例可使用状态,枚举值为:
|
37775
|
+
- `Starting`:启动中
|
37776
|
+
- `Running`:运行中
|
37777
|
+
- `Stopping`:停止中
|
37778
|
+
- `Stopped`: 已停止
|
37779
|
+
- `StopFailed`: 停止失败
|
37780
|
+
- `Abnormal`: 异常
|
37781
|
+
- `Unknown`: 未知
|
37744
37782
|
:rtype: str
|
37745
37783
|
"""
|
37746
37784
|
return self._InstanceAvailableStatus
|
@@ -40321,7 +40359,16 @@ class InstanceEnrichedInfo(AbstractModel):
|
|
40321
40359
|
:type WanIp: str
|
40322
40360
|
:param _VpcId: 机器所在VPC
|
40323
40361
|
:type VpcId: str
|
40324
|
-
:param _InstanceStatus:
|
40362
|
+
:param _InstanceStatus: 机器运行状态,枚举值为:
|
40363
|
+
- `Pending`: 准备中
|
40364
|
+
- `Running`: 运行中
|
40365
|
+
- `Stopped`: 已停止
|
40366
|
+
- `Rebooting`: 重启中
|
40367
|
+
- `Starting`: 启动中
|
40368
|
+
- `Stopping`: 停止中
|
40369
|
+
- `Abnormal`: 异常
|
40370
|
+
- `Unknown`: 未知
|
40371
|
+
- `Offline`: 离线
|
40325
40372
|
:type InstanceStatus: str
|
40326
40373
|
:param _InstanceAvailableStatus: 机器可用状态(表示机器上的Agent在线)
|
40327
40374
|
:type InstanceAvailableStatus: str
|
@@ -40421,7 +40468,16 @@ class InstanceEnrichedInfo(AbstractModel):
|
|
40421
40468
|
|
40422
40469
|
@property
|
40423
40470
|
def InstanceStatus(self):
|
40424
|
-
"""
|
40471
|
+
"""机器运行状态,枚举值为:
|
40472
|
+
- `Pending`: 准备中
|
40473
|
+
- `Running`: 运行中
|
40474
|
+
- `Stopped`: 已停止
|
40475
|
+
- `Rebooting`: 重启中
|
40476
|
+
- `Starting`: 启动中
|
40477
|
+
- `Stopping`: 停止中
|
40478
|
+
- `Abnormal`: 异常
|
40479
|
+
- `Unknown`: 未知
|
40480
|
+
- `Offline`: 离线
|
40425
40481
|
:rtype: str
|
40426
40482
|
"""
|
40427
40483
|
return self._InstanceStatus
|
@@ -43175,7 +43231,7 @@ class ModifyApplicationRequest(AbstractModel):
|
|
43175
43231
|
|
43176
43232
|
def __init__(self):
|
43177
43233
|
r"""
|
43178
|
-
:param _ApplicationId: 应用ID
|
43234
|
+
:param _ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
43179
43235
|
:type ApplicationId: str
|
43180
43236
|
:param _ApplicationName: 应用名称
|
43181
43237
|
:type ApplicationName: str
|
@@ -43203,7 +43259,7 @@ class ModifyApplicationRequest(AbstractModel):
|
|
43203
43259
|
|
43204
43260
|
@property
|
43205
43261
|
def ApplicationId(self):
|
43206
|
-
"""应用ID
|
43262
|
+
"""应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
43207
43263
|
:rtype: str
|
43208
43264
|
"""
|
43209
43265
|
return self._ApplicationId
|
@@ -43366,7 +43422,7 @@ class ModifyClusterRequest(AbstractModel):
|
|
43366
43422
|
|
43367
43423
|
def __init__(self):
|
43368
43424
|
r"""
|
43369
|
-
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
43425
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
43370
43426
|
:type ClusterId: str
|
43371
43427
|
:param _ClusterName: 集群名称
|
43372
43428
|
:type ClusterName: str
|
@@ -43388,7 +43444,7 @@ class ModifyClusterRequest(AbstractModel):
|
|
43388
43444
|
|
43389
43445
|
@property
|
43390
43446
|
def ClusterId(self):
|
43391
|
-
"""集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
43447
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
43392
43448
|
:rtype: str
|
43393
43449
|
"""
|
43394
43450
|
return self._ClusterId
|
@@ -43796,7 +43852,7 @@ class ModifyGroupRequest(AbstractModel):
|
|
43796
43852
|
|
43797
43853
|
def __init__(self):
|
43798
43854
|
r"""
|
43799
|
-
:param _GroupId: 部署组ID
|
43855
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
43800
43856
|
:type GroupId: str
|
43801
43857
|
:param _GroupName: 部署组名称
|
43802
43858
|
:type GroupName: str
|
@@ -43812,7 +43868,7 @@ class ModifyGroupRequest(AbstractModel):
|
|
43812
43868
|
|
43813
43869
|
@property
|
43814
43870
|
def GroupId(self):
|
43815
|
-
"""部署组ID
|
43871
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
43816
43872
|
:rtype: str
|
43817
43873
|
"""
|
43818
43874
|
return self._GroupId
|
@@ -44317,7 +44373,7 @@ class ModifyNamespaceRequest(AbstractModel):
|
|
44317
44373
|
|
44318
44374
|
def __init__(self):
|
44319
44375
|
r"""
|
44320
|
-
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces
|
44376
|
+
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
44321
44377
|
:type NamespaceId: str
|
44322
44378
|
:param _NamespaceName: 命名空间名称
|
44323
44379
|
:type NamespaceName: str
|
@@ -44333,7 +44389,7 @@ class ModifyNamespaceRequest(AbstractModel):
|
|
44333
44389
|
|
44334
44390
|
@property
|
44335
44391
|
def NamespaceId(self):
|
44336
|
-
"""命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces
|
44392
|
+
"""命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
44337
44393
|
:rtype: str
|
44338
44394
|
"""
|
44339
44395
|
return self._NamespaceId
|