tencentcloud-sdk-python 3.0.1450__py2.py3-none-any.whl → 3.0.1452__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/ioa/v20220601/models.py +23 -8
- tencentcloud/lighthouse/v20200324/errorcodes.py +24 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +171 -0
- tencentcloud/lighthouse/v20200324/models.py +1111 -50
- tencentcloud/lke/v20231130/models.py +132 -0
- tencentcloud/lkeap/v20240522/models.py +87 -2
- tencentcloud/mna/v20210119/mna_client.py +23 -0
- tencentcloud/mna/v20210119/models.py +237 -0
- tencentcloud/mqtt/v20240516/models.py +2 -2
- tencentcloud/oceanus/v20190422/models.py +156 -0
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/redis/v20180412/redis_client.py +1 -1
- tencentcloud/tcb/v20180608/models.py +15 -0
- tencentcloud/tcbr/v20220217/models.py +15 -0
- tencentcloud/teo/v20220901/models.py +6 -6
- tencentcloud/thpc/v20230321/models.py +23 -10
- tencentcloud/tke/v20180525/models.py +12 -12
- tencentcloud/trtc/v20190722/models.py +2 -2
- tencentcloud/tsf/v20180326/models.py +86 -40
- tencentcloud/waf/v20180125/errorcodes.py +78 -0
- tencentcloud/waf/v20180125/models.py +2541 -69
- tencentcloud/waf/v20180125/waf_client.py +141 -0
- {tencentcloud_sdk_python-3.0.1450.dist-info → tencentcloud_sdk_python-3.0.1452.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1450.dist-info → tencentcloud_sdk_python-3.0.1452.dist-info}/RECORD +32 -32
- {tencentcloud_sdk_python-3.0.1450.dist-info → tencentcloud_sdk_python-3.0.1452.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1450.dist-info → tencentcloud_sdk_python-3.0.1452.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1450.dist-info → tencentcloud_sdk_python-3.0.1452.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
|
@@ -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
|
@@ -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
|
@@ -23028,7 +23028,7 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
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
|
@@ -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
|
@@ -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
|
@@ -29632,7 +29632,7 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
29632
29632
|
|
29633
29633
|
def __init__(self):
|
29634
29634
|
r"""
|
29635
|
-
:param _GroupId:
|
29635
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
29636
29636
|
:type GroupId: str
|
29637
29637
|
:param _Offset: 偏移量,取值从0开始
|
29638
29638
|
:type Offset: int
|
@@ -29654,7 +29654,7 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
29654
29654
|
|
29655
29655
|
@property
|
29656
29656
|
def GroupId(self):
|
29657
|
-
"""
|
29657
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
29658
29658
|
:rtype: str
|
29659
29659
|
"""
|
29660
29660
|
return self._GroupId
|
@@ -35155,15 +35155,15 @@ class ExclusiveInstance(AbstractModel):
|
|
35155
35155
|
r"""
|
35156
35156
|
:param _CenterType: 配置中心类型[注册中心Registration、配置中心Configuration]
|
35157
35157
|
:type CenterType: str
|
35158
|
-
:param _InstanceId: 实例id
|
35158
|
+
:param _InstanceId: 实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35159
35159
|
:type InstanceId: str
|
35160
35160
|
:param _InstanceType: 实例类型,例如北极星Polaris
|
35161
35161
|
:type InstanceType: str
|
35162
35162
|
:param _InstanceName: 实例名称
|
35163
35163
|
:type InstanceName: str
|
35164
|
-
:param _RegionId: 实例地域id
|
35164
|
+
:param _RegionId: 实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35165
35165
|
:type RegionId: str
|
35166
|
-
:param _InstanceNamespaceId: 实例命名空间ID
|
35166
|
+
:param _InstanceNamespaceId: 实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35167
35167
|
:type InstanceNamespaceId: str
|
35168
35168
|
"""
|
35169
35169
|
self._CenterType = None
|
@@ -35186,7 +35186,7 @@ class ExclusiveInstance(AbstractModel):
|
|
35186
35186
|
|
35187
35187
|
@property
|
35188
35188
|
def InstanceId(self):
|
35189
|
-
"""实例id
|
35189
|
+
"""实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35190
35190
|
:rtype: str
|
35191
35191
|
"""
|
35192
35192
|
return self._InstanceId
|
@@ -35219,7 +35219,7 @@ class ExclusiveInstance(AbstractModel):
|
|
35219
35219
|
|
35220
35220
|
@property
|
35221
35221
|
def RegionId(self):
|
35222
|
-
"""实例地域id
|
35222
|
+
"""实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35223
35223
|
:rtype: str
|
35224
35224
|
"""
|
35225
35225
|
return self._RegionId
|
@@ -35230,7 +35230,7 @@ class ExclusiveInstance(AbstractModel):
|
|
35230
35230
|
|
35231
35231
|
@property
|
35232
35232
|
def InstanceNamespaceId(self):
|
35233
|
-
"""实例命名空间ID
|
35233
|
+
"""实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
35234
35234
|
:rtype: str
|
35235
35235
|
"""
|
35236
35236
|
return self._InstanceNamespaceId
|
@@ -37588,11 +37588,25 @@ class GroupPod(AbstractModel):
|
|
37588
37588
|
:type ReadyCount: int
|
37589
37589
|
:param _Runtime: 运行时长,单位秒
|
37590
37590
|
:type Runtime: str
|
37591
|
-
:param _CreatedAt:
|
37591
|
+
:param _CreatedAt: 实例启动时的时间戳,单位秒
|
37592
37592
|
:type CreatedAt: str
|
37593
|
-
:param _ServiceInstanceStatus:
|
37593
|
+
:param _ServiceInstanceStatus: 服务实例状态,枚举值为:
|
37594
|
+
- `Starting`:启动中
|
37595
|
+
- `Running`:运行中
|
37596
|
+
- `Stopping`:停止中
|
37597
|
+
- `Stopped`: 已停止
|
37598
|
+
- `StopFailed`: 停止失败
|
37599
|
+
- `Abnormal`: 异常
|
37600
|
+
- `Unknown`: 未知
|
37594
37601
|
:type ServiceInstanceStatus: str
|
37595
|
-
:param _InstanceAvailableStatus:
|
37602
|
+
:param _InstanceAvailableStatus: 机器实例可使用状态,枚举值为:
|
37603
|
+
- `Starting`:启动中
|
37604
|
+
- `Running`:运行中
|
37605
|
+
- `Stopping`:停止中
|
37606
|
+
- `Stopped`: 已停止
|
37607
|
+
- `StopFailed`: 停止失败
|
37608
|
+
- `Abnormal`: 异常
|
37609
|
+
- `Unknown`: 未知
|
37596
37610
|
:type InstanceAvailableStatus: str
|
37597
37611
|
:param _InstanceStatus: 机器实例状态
|
37598
37612
|
:type InstanceStatus: str
|
@@ -37718,7 +37732,7 @@ class GroupPod(AbstractModel):
|
|
37718
37732
|
|
37719
37733
|
@property
|
37720
37734
|
def CreatedAt(self):
|
37721
|
-
"""
|
37735
|
+
"""实例启动时的时间戳,单位秒
|
37722
37736
|
:rtype: str
|
37723
37737
|
"""
|
37724
37738
|
return self._CreatedAt
|
@@ -37729,7 +37743,14 @@ class GroupPod(AbstractModel):
|
|
37729
37743
|
|
37730
37744
|
@property
|
37731
37745
|
def ServiceInstanceStatus(self):
|
37732
|
-
"""
|
37746
|
+
"""服务实例状态,枚举值为:
|
37747
|
+
- `Starting`:启动中
|
37748
|
+
- `Running`:运行中
|
37749
|
+
- `Stopping`:停止中
|
37750
|
+
- `Stopped`: 已停止
|
37751
|
+
- `StopFailed`: 停止失败
|
37752
|
+
- `Abnormal`: 异常
|
37753
|
+
- `Unknown`: 未知
|
37733
37754
|
:rtype: str
|
37734
37755
|
"""
|
37735
37756
|
return self._ServiceInstanceStatus
|
@@ -37740,7 +37761,14 @@ class GroupPod(AbstractModel):
|
|
37740
37761
|
|
37741
37762
|
@property
|
37742
37763
|
def InstanceAvailableStatus(self):
|
37743
|
-
"""
|
37764
|
+
"""机器实例可使用状态,枚举值为:
|
37765
|
+
- `Starting`:启动中
|
37766
|
+
- `Running`:运行中
|
37767
|
+
- `Stopping`:停止中
|
37768
|
+
- `Stopped`: 已停止
|
37769
|
+
- `StopFailed`: 停止失败
|
37770
|
+
- `Abnormal`: 异常
|
37771
|
+
- `Unknown`: 未知
|
37744
37772
|
:rtype: str
|
37745
37773
|
"""
|
37746
37774
|
return self._InstanceAvailableStatus
|
@@ -40321,7 +40349,16 @@ class InstanceEnrichedInfo(AbstractModel):
|
|
40321
40349
|
:type WanIp: str
|
40322
40350
|
:param _VpcId: 机器所在VPC
|
40323
40351
|
:type VpcId: str
|
40324
|
-
:param _InstanceStatus:
|
40352
|
+
:param _InstanceStatus: 机器运行状态,枚举值为:
|
40353
|
+
- `Pending`: 准备中
|
40354
|
+
- `Running`: 运行中
|
40355
|
+
- `Stopped`: 已停止
|
40356
|
+
- `Rebooting`: 重启中
|
40357
|
+
- `Starting`: 启动中
|
40358
|
+
- `Stopping`: 停止中
|
40359
|
+
- `Abnormal`: 异常
|
40360
|
+
- `Unknown`: 未知
|
40361
|
+
- `Offline`: 离线
|
40325
40362
|
:type InstanceStatus: str
|
40326
40363
|
:param _InstanceAvailableStatus: 机器可用状态(表示机器上的Agent在线)
|
40327
40364
|
:type InstanceAvailableStatus: str
|
@@ -40421,7 +40458,16 @@ class InstanceEnrichedInfo(AbstractModel):
|
|
40421
40458
|
|
40422
40459
|
@property
|
40423
40460
|
def InstanceStatus(self):
|
40424
|
-
"""
|
40461
|
+
"""机器运行状态,枚举值为:
|
40462
|
+
- `Pending`: 准备中
|
40463
|
+
- `Running`: 运行中
|
40464
|
+
- `Stopped`: 已停止
|
40465
|
+
- `Rebooting`: 重启中
|
40466
|
+
- `Starting`: 启动中
|
40467
|
+
- `Stopping`: 停止中
|
40468
|
+
- `Abnormal`: 异常
|
40469
|
+
- `Unknown`: 未知
|
40470
|
+
- `Offline`: 离线
|
40425
40471
|
:rtype: str
|
40426
40472
|
"""
|
40427
40473
|
return self._InstanceStatus
|
@@ -43175,7 +43221,7 @@ class ModifyApplicationRequest(AbstractModel):
|
|
43175
43221
|
|
43176
43222
|
def __init__(self):
|
43177
43223
|
r"""
|
43178
|
-
:param _ApplicationId: 应用ID
|
43224
|
+
:param _ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
43179
43225
|
:type ApplicationId: str
|
43180
43226
|
:param _ApplicationName: 应用名称
|
43181
43227
|
:type ApplicationName: str
|
@@ -43203,7 +43249,7 @@ class ModifyApplicationRequest(AbstractModel):
|
|
43203
43249
|
|
43204
43250
|
@property
|
43205
43251
|
def ApplicationId(self):
|
43206
|
-
"""应用ID
|
43252
|
+
"""应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
43207
43253
|
:rtype: str
|
43208
43254
|
"""
|
43209
43255
|
return self._ApplicationId
|
@@ -43366,7 +43412,7 @@ class ModifyClusterRequest(AbstractModel):
|
|
43366
43412
|
|
43367
43413
|
def __init__(self):
|
43368
43414
|
r"""
|
43369
|
-
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
43415
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
43370
43416
|
:type ClusterId: str
|
43371
43417
|
:param _ClusterName: 集群名称
|
43372
43418
|
:type ClusterName: str
|
@@ -43388,7 +43434,7 @@ class ModifyClusterRequest(AbstractModel):
|
|
43388
43434
|
|
43389
43435
|
@property
|
43390
43436
|
def ClusterId(self):
|
43391
|
-
"""集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
43437
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
43392
43438
|
:rtype: str
|
43393
43439
|
"""
|
43394
43440
|
return self._ClusterId
|
@@ -43796,7 +43842,7 @@ class ModifyGroupRequest(AbstractModel):
|
|
43796
43842
|
|
43797
43843
|
def __init__(self):
|
43798
43844
|
r"""
|
43799
|
-
:param _GroupId: 部署组ID
|
43845
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
43800
43846
|
:type GroupId: str
|
43801
43847
|
:param _GroupName: 部署组名称
|
43802
43848
|
:type GroupName: str
|
@@ -43812,7 +43858,7 @@ class ModifyGroupRequest(AbstractModel):
|
|
43812
43858
|
|
43813
43859
|
@property
|
43814
43860
|
def GroupId(self):
|
43815
|
-
"""部署组ID
|
43861
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
43816
43862
|
:rtype: str
|
43817
43863
|
"""
|
43818
43864
|
return self._GroupId
|
@@ -44317,7 +44363,7 @@ class ModifyNamespaceRequest(AbstractModel):
|
|
44317
44363
|
|
44318
44364
|
def __init__(self):
|
44319
44365
|
r"""
|
44320
|
-
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces
|
44366
|
+
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
44321
44367
|
:type NamespaceId: str
|
44322
44368
|
:param _NamespaceName: 命名空间名称
|
44323
44369
|
:type NamespaceName: str
|
@@ -44333,7 +44379,7 @@ class ModifyNamespaceRequest(AbstractModel):
|
|
44333
44379
|
|
44334
44380
|
@property
|
44335
44381
|
def NamespaceId(self):
|
44336
|
-
"""命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces
|
44382
|
+
"""命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
44337
44383
|
:rtype: str
|
44338
44384
|
"""
|
44339
44385
|
return self._NamespaceId
|
@@ -35,30 +35,57 @@ FAILEDOPERATION_CLSDBOPERATIONFAILED = 'FailedOperation.CLSDBOperationFailed'
|
|
35
35
|
# CLS内部错误。
|
36
36
|
FAILEDOPERATION_CLSINTERNALERROR = 'FailedOperation.CLSInternalError'
|
37
37
|
|
38
|
+
# 日志主题正在清空中
|
39
|
+
FAILEDOPERATION_CLSRESOURCESNOTFOUND = 'FailedOperation.CLSResourcesNotFound'
|
40
|
+
|
38
41
|
# 证书不存在
|
39
42
|
FAILEDOPERATION_CERTIFICATENOTFOUND = 'FailedOperation.CertificateNotFound'
|
40
43
|
|
41
44
|
# 操作CH数据库失败
|
42
45
|
FAILEDOPERATION_CLICKHOUSEOPERATIONFAILED = 'FailedOperation.ClickHouseOperationFailed'
|
43
46
|
|
47
|
+
# FailedOperation.InvalidContext
|
48
|
+
FAILEDOPERATION_INVALIDCONTEXT = 'FailedOperation.InvalidContext'
|
49
|
+
|
44
50
|
# 操作Mongo数据库失败
|
45
51
|
FAILEDOPERATION_MONGOOPERATIONFAILED = 'FailedOperation.MongoOperationFailed'
|
46
52
|
|
47
53
|
# 操作Mysql数据库失败
|
48
54
|
FAILEDOPERATION_MYSQLDBOPERATIONFAILED = 'FailedOperation.MysqlDBOperationFailed'
|
49
55
|
|
56
|
+
# FailedOperation.QueryError
|
57
|
+
FAILEDOPERATION_QUERYERROR = 'FailedOperation.QueryError'
|
58
|
+
|
50
59
|
# 操作Redis数据库失败
|
51
60
|
FAILEDOPERATION_REDISOPERATIONFAILED = 'FailedOperation.RedisOperationFailed'
|
52
61
|
|
62
|
+
# FailedOperation.SearchTimeout
|
63
|
+
FAILEDOPERATION_SEARCHTIMEOUT = 'FailedOperation.SearchTimeout'
|
64
|
+
|
53
65
|
# 删除的Session正在被启用
|
54
66
|
FAILEDOPERATION_SESSIONINUSED = 'FailedOperation.SessionInUsed'
|
55
67
|
|
68
|
+
# FailedOperation.SyntaxError
|
69
|
+
FAILEDOPERATION_SYNTAXERROR = 'FailedOperation.SyntaxError'
|
70
|
+
|
71
|
+
# FailedOperation.TagQpsLimit
|
72
|
+
FAILEDOPERATION_TAGQPSLIMIT = 'FailedOperation.TagQpsLimit'
|
73
|
+
|
56
74
|
# 黑白名单添加数超过上限
|
57
75
|
FAILEDOPERATION_THENUMBEROFADDEDBLACKANDWHITELISTEXCEEDSTHEUPPERLIMIT = 'FailedOperation.TheNumberOfAddedBlackAndWhiteListExceedsTheUpperLimit'
|
58
76
|
|
59
77
|
# 一次性删除数量达到上限
|
60
78
|
FAILEDOPERATION_THENUMBEROFONETIMEDELETIONSREACHEDTHEUPPERLIMIT = 'FailedOperation.TheNumberOfOneTimeDeletionsReachedTheUpperLimit'
|
61
79
|
|
80
|
+
# FailedOperation.Timeout
|
81
|
+
FAILEDOPERATION_TIMEOUT = 'FailedOperation.Timeout'
|
82
|
+
|
83
|
+
# FailedOperation.TopicClosed
|
84
|
+
FAILEDOPERATION_TOPICCLOSED = 'FailedOperation.TopicClosed'
|
85
|
+
|
86
|
+
# FailedOperation.TopicIsolated
|
87
|
+
FAILEDOPERATION_TOPICISOLATED = 'FailedOperation.TopicIsolated'
|
88
|
+
|
62
89
|
# 内部错误。
|
63
90
|
INTERNALERROR = 'InternalError'
|
64
91
|
|
@@ -71,6 +98,15 @@ INTERNALERROR_DBERR = 'InternalError.DBErr'
|
|
71
98
|
# 调用SSL证书接口发生内部错误
|
72
99
|
INTERNALERROR_SSLCALLFAILED = 'InternalError.SSLCallFailed'
|
73
100
|
|
101
|
+
# InternalError.SearchError
|
102
|
+
INTERNALERROR_SEARCHERROR = 'InternalError.SearchError'
|
103
|
+
|
104
|
+
# InternalError.SearchFailed
|
105
|
+
INTERNALERROR_SEARCHFAILED = 'InternalError.SearchFailed'
|
106
|
+
|
107
|
+
# InternalError.ServerBusy
|
108
|
+
INTERNALERROR_SERVERBUSY = 'InternalError.ServerBusy'
|
109
|
+
|
74
110
|
# InternalError.Unknown
|
75
111
|
INTERNALERROR_UNKNOWN = 'InternalError.Unknown'
|
76
112
|
|
@@ -155,6 +191,18 @@ INVALIDPARAMETERVALUE_INVALIDREQUEST = 'InvalidParameterValue.InvalidRequest'
|
|
155
191
|
# 超过配额限制。
|
156
192
|
LIMITEXCEEDED = 'LimitExceeded'
|
157
193
|
|
194
|
+
# LimitExceeded.Export
|
195
|
+
LIMITEXCEEDED_EXPORT = 'LimitExceeded.Export'
|
196
|
+
|
197
|
+
# LimitExceeded.LogSearch
|
198
|
+
LIMITEXCEEDED_LOGSEARCH = 'LimitExceeded.LogSearch'
|
199
|
+
|
200
|
+
# LimitExceeded.SearchResources
|
201
|
+
LIMITEXCEEDED_SEARCHRESOURCES = 'LimitExceeded.SearchResources'
|
202
|
+
|
203
|
+
# LimitExceeded.SearchResultTooLarge
|
204
|
+
LIMITEXCEEDED_SEARCHRESULTTOOLARGE = 'LimitExceeded.SearchResultTooLarge'
|
205
|
+
|
158
206
|
# SpecificationErr
|
159
207
|
LIMITEXCEEDED_SPECIFICATIONERR = 'LimitExceeded.SpecificationErr'
|
160
208
|
|
@@ -164,6 +212,27 @@ MISSINGPARAMETER = 'MissingParameter'
|
|
164
212
|
# 操作被拒绝。
|
165
213
|
OPERATIONDENIED = 'OperationDenied'
|
166
214
|
|
215
|
+
# OperationDenied.ACLFailed
|
216
|
+
OPERATIONDENIED_ACLFAILED = 'OperationDenied.ACLFailed'
|
217
|
+
|
218
|
+
# OperationDenied.AccountDestroy
|
219
|
+
OPERATIONDENIED_ACCOUNTDESTROY = 'OperationDenied.AccountDestroy'
|
220
|
+
|
221
|
+
# OperationDenied.AccountIsolate
|
222
|
+
OPERATIONDENIED_ACCOUNTISOLATE = 'OperationDenied.AccountIsolate'
|
223
|
+
|
224
|
+
# OperationDenied.AccountNotExists
|
225
|
+
OPERATIONDENIED_ACCOUNTNOTEXISTS = 'OperationDenied.AccountNotExists'
|
226
|
+
|
227
|
+
# OperationDenied.AnalysisSwitchClose
|
228
|
+
OPERATIONDENIED_ANALYSISSWITCHCLOSE = 'OperationDenied.AnalysisSwitchClose'
|
229
|
+
|
230
|
+
# OperationDenied.NewSyntaxNotSupported
|
231
|
+
OPERATIONDENIED_NEWSYNTAXNOTSUPPORTED = 'OperationDenied.NewSyntaxNotSupported'
|
232
|
+
|
233
|
+
# OperationDenied.OperationNotSupportInSearchLow
|
234
|
+
OPERATIONDENIED_OPERATIONNOTSUPPORTINSEARCHLOW = 'OperationDenied.OperationNotSupportInSearchLow'
|
235
|
+
|
167
236
|
# 请求的次数超过了频率限制。
|
168
237
|
REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
|
169
238
|
|
@@ -179,9 +248,18 @@ RESOURCEINSUFFICIENT = 'ResourceInsufficient'
|
|
179
248
|
# 资源不存在。
|
180
249
|
RESOURCENOTFOUND = 'ResourceNotFound'
|
181
250
|
|
251
|
+
# ResourceNotFound.ExportNotExist
|
252
|
+
RESOURCENOTFOUND_EXPORTNOTEXIST = 'ResourceNotFound.ExportNotExist'
|
253
|
+
|
254
|
+
# ResourceNotFound.LogsetNotExist
|
255
|
+
RESOURCENOTFOUND_LOGSETNOTEXIST = 'ResourceNotFound.LogsetNotExist'
|
256
|
+
|
182
257
|
# ResourceNotFound.NotFound
|
183
258
|
RESOURCENOTFOUND_NOTFOUND = 'ResourceNotFound.NotFound'
|
184
259
|
|
260
|
+
# ResourceNotFound.TopicNotExist
|
261
|
+
RESOURCENOTFOUND_TOPICNOTEXIST = 'ResourceNotFound.TopicNotExist'
|
262
|
+
|
185
263
|
# 资源不可用。
|
186
264
|
RESOURCEUNAVAILABLE = 'ResourceUnavailable'
|
187
265
|
|