tencentcloud-sdk-tsf 3.0.1126 → 3.0.1132
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/models.rb +47 -24
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8823c530f0771ee39c2b381f4d890b8de5df594
|
4
|
+
data.tar.gz: 72db19da5f1fe76e9b8dc558a5c75e113efc71b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0a0b8c8149a109a7d99aabb97eed61d8e79b7fba902ce6386b9f3a1e333134ade50f8f0327e0b25489c43efb23ac71f777a7fda511deece9332fd1e8e3c8a05
|
7
|
+
data.tar.gz: a91b34a6739681740fa1b01ea8e12056dd5ada499c5998f998495438c5eb451771a95a9533903b6ba4a539cc34fe53fc6129216e2c700cbbcbd37f474877d15b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1132
|
data/lib/v20180326/models.rb
CHANGED
@@ -1806,7 +1806,7 @@ module TencentCloud
|
|
1806
1806
|
# @param KuberneteNativeType: K 表示通过kubeconfig 导入, S 表示通过service account导入
|
1807
1807
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1808
1808
|
# @type KuberneteNativeType: String
|
1809
|
-
# @param KuberneteNativeSecret:
|
1809
|
+
# @param KuberneteNativeSecret: Kubernetes 密钥
|
1810
1810
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1811
1811
|
# @type KuberneteNativeSecret: String
|
1812
1812
|
# @param EnableLogCollection: 是否开启cls日志功能
|
@@ -2455,7 +2455,7 @@ module TencentCloud
|
|
2455
2455
|
# @type LastTimestamp: Integer
|
2456
2456
|
# @param Type: 级别
|
2457
2457
|
# @type Type: String
|
2458
|
-
# @param Kind:
|
2458
|
+
# @param Kind: Kubernetes 资源类型,典型取值有 Deployment、Pod、Service 等
|
2459
2459
|
# @type Kind: String
|
2460
2460
|
# @param Name: 资源名称
|
2461
2461
|
# @type Name: String
|
@@ -5699,7 +5699,7 @@ module TencentCloud
|
|
5699
5699
|
|
5700
5700
|
# DeleteCluster请求参数结构体
|
5701
5701
|
class DeleteClusterRequest < TencentCloud::Common::AbstractModel
|
5702
|
-
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
5702
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
5703
5703
|
# @type ClusterId: String
|
5704
5704
|
# @param Unbind: 是否只解绑,不删除容器集群,默认不传则删除容器集群。
|
5705
5705
|
# @type Unbind: Boolean
|
@@ -8075,7 +8075,7 @@ module TencentCloud
|
|
8075
8075
|
class DescribeClustersRequest < TencentCloud::Common::AbstractModel
|
8076
8076
|
# @param SearchWord: 搜索词,可以搜索ID/名称/备注/标签
|
8077
8077
|
# @type SearchWord: String
|
8078
|
-
# @param OrderBy:
|
8078
|
+
# @param OrderBy: 排序字段,目前仅支持使用“创建时间”
|
8079
8079
|
# @type OrderBy: String
|
8080
8080
|
# @param OrderType: 排序方式,0表示升序,1表示倒序
|
8081
8081
|
# @type OrderType: Integer
|
@@ -8487,7 +8487,7 @@ module TencentCloud
|
|
8487
8487
|
# @type Offset: Integer
|
8488
8488
|
# @param Limit: 分页个数,默认为20, 取值应为1~50
|
8489
8489
|
# @type Limit: Integer
|
8490
|
-
# @param GroupId: 部署组ID
|
8490
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
8491
8491
|
# @type GroupId: String
|
8492
8492
|
# @param Kind: event的资源种类
|
8493
8493
|
# @type Kind: String
|
@@ -8550,7 +8550,7 @@ module TencentCloud
|
|
8550
8550
|
|
8551
8551
|
# DescribeContainerGroupAttribute请求参数结构体
|
8552
8552
|
class DescribeContainerGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
8553
|
-
# @param GroupId: 部署组ID
|
8553
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
8554
8554
|
# @type GroupId: String
|
8555
8555
|
|
8556
8556
|
attr_accessor :GroupId
|
@@ -8589,7 +8589,7 @@ module TencentCloud
|
|
8589
8589
|
|
8590
8590
|
# DescribeContainerGroupDeployInfo请求参数结构体
|
8591
8591
|
class DescribeContainerGroupDeployInfoRequest < TencentCloud::Common::AbstractModel
|
8592
|
-
# @param GroupId: 部署组ID
|
8592
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
8593
8593
|
# @type GroupId: String
|
8594
8594
|
|
8595
8595
|
attr_accessor :GroupId
|
@@ -9313,7 +9313,7 @@ module TencentCloud
|
|
9313
9313
|
|
9314
9314
|
# DescribeGroupAttribute请求参数结构体
|
9315
9315
|
class DescribeGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
9316
|
-
# @param GroupId: 部署组ID
|
9316
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
9317
9317
|
# @type GroupId: String
|
9318
9318
|
|
9319
9319
|
attr_accessor :GroupId
|
@@ -11171,7 +11171,7 @@ module TencentCloud
|
|
11171
11171
|
|
11172
11172
|
# DescribePodInstances请求参数结构体
|
11173
11173
|
class DescribePodInstancesRequest < TencentCloud::Common::AbstractModel
|
11174
|
-
# @param GroupId:
|
11174
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
11175
11175
|
# @type GroupId: String
|
11176
11176
|
# @param Offset: 偏移量,取值从0开始
|
11177
11177
|
# @type Offset: Integer
|
@@ -13424,15 +13424,15 @@ module TencentCloud
|
|
13424
13424
|
class ExclusiveInstance < TencentCloud::Common::AbstractModel
|
13425
13425
|
# @param CenterType: 配置中心类型[注册中心Registration、配置中心Configuration]
|
13426
13426
|
# @type CenterType: String
|
13427
|
-
# @param InstanceId: 实例id
|
13427
|
+
# @param InstanceId: 实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
13428
13428
|
# @type InstanceId: String
|
13429
13429
|
# @param InstanceType: 实例类型,例如北极星Polaris
|
13430
13430
|
# @type InstanceType: String
|
13431
13431
|
# @param InstanceName: 实例名称
|
13432
13432
|
# @type InstanceName: String
|
13433
|
-
# @param RegionId: 实例地域id
|
13433
|
+
# @param RegionId: 实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
13434
13434
|
# @type RegionId: String
|
13435
|
-
# @param InstanceNamespaceId: 实例命名空间ID
|
13435
|
+
# @param InstanceNamespaceId: 实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
13436
13436
|
# @type InstanceNamespaceId: String
|
13437
13437
|
|
13438
13438
|
attr_accessor :CenterType, :InstanceId, :InstanceType, :InstanceName, :RegionId, :InstanceNamespaceId
|
@@ -14350,11 +14350,25 @@ module TencentCloud
|
|
14350
14350
|
# @type ReadyCount: Integer
|
14351
14351
|
# @param Runtime: 运行时长,单位秒
|
14352
14352
|
# @type Runtime: String
|
14353
|
-
# @param CreatedAt:
|
14353
|
+
# @param CreatedAt: 实例启动时的时间戳,单位秒
|
14354
14354
|
# @type CreatedAt: String
|
14355
|
-
# @param ServiceInstanceStatus:
|
14355
|
+
# @param ServiceInstanceStatus: 服务实例状态,枚举值为:
|
14356
|
+
# - `Starting`:启动中
|
14357
|
+
# - `Running`:运行中
|
14358
|
+
# - `Stopping`:停止中
|
14359
|
+
# - `Stopped`: 已停止
|
14360
|
+
# - `StopFailed`: 停止失败
|
14361
|
+
# - `Abnormal`: 异常
|
14362
|
+
# - `Unknown`: 未知
|
14356
14363
|
# @type ServiceInstanceStatus: String
|
14357
|
-
# @param InstanceAvailableStatus:
|
14364
|
+
# @param InstanceAvailableStatus: 机器实例可使用状态,枚举值为:
|
14365
|
+
# - `Starting`:启动中
|
14366
|
+
# - `Running`:运行中
|
14367
|
+
# - `Stopping`:停止中
|
14368
|
+
# - `Stopped`: 已停止
|
14369
|
+
# - `StopFailed`: 停止失败
|
14370
|
+
# - `Abnormal`: 异常
|
14371
|
+
# - `Unknown`: 未知
|
14358
14372
|
# @type InstanceAvailableStatus: String
|
14359
14373
|
# @param InstanceStatus: 机器实例状态
|
14360
14374
|
# @type InstanceStatus: String
|
@@ -15293,7 +15307,16 @@ module TencentCloud
|
|
15293
15307
|
# @type WanIp: String
|
15294
15308
|
# @param VpcId: 机器所在VPC
|
15295
15309
|
# @type VpcId: String
|
15296
|
-
# @param InstanceStatus:
|
15310
|
+
# @param InstanceStatus: 机器运行状态,枚举值为:
|
15311
|
+
# - `Pending`: 准备中
|
15312
|
+
# - `Running`: 运行中
|
15313
|
+
# - `Stopped`: 已停止
|
15314
|
+
# - `Rebooting`: 重启中
|
15315
|
+
# - `Starting`: 启动中
|
15316
|
+
# - `Stopping`: 停止中
|
15317
|
+
# - `Abnormal`: 异常
|
15318
|
+
# - `Unknown`: 未知
|
15319
|
+
# - `Offline`: 离线
|
15297
15320
|
# @type InstanceStatus: String
|
15298
15321
|
# @param InstanceAvailableStatus: 机器可用状态(表示机器上的Agent在线)
|
15299
15322
|
# @type InstanceAvailableStatus: String
|
@@ -16396,7 +16419,7 @@ module TencentCloud
|
|
16396
16419
|
|
16397
16420
|
# ModifyApplication请求参数结构体
|
16398
16421
|
class ModifyApplicationRequest < TencentCloud::Common::AbstractModel
|
16399
|
-
# @param ApplicationId: 应用ID
|
16422
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
16400
16423
|
# @type ApplicationId: String
|
16401
16424
|
# @param ApplicationName: 应用名称
|
16402
16425
|
# @type ApplicationName: String
|
@@ -16470,7 +16493,7 @@ module TencentCloud
|
|
16470
16493
|
|
16471
16494
|
# ModifyCluster请求参数结构体
|
16472
16495
|
class ModifyClusterRequest < TencentCloud::Common::AbstractModel
|
16473
|
-
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
16496
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
16474
16497
|
# @type ClusterId: String
|
16475
16498
|
# @param ClusterName: 集群名称
|
16476
16499
|
# @type ClusterName: String
|
@@ -16637,7 +16660,7 @@ module TencentCloud
|
|
16637
16660
|
|
16638
16661
|
# ModifyGroup请求参数结构体
|
16639
16662
|
class ModifyGroupRequest < TencentCloud::Common::AbstractModel
|
16640
|
-
# @param GroupId: 部署组ID
|
16663
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
16641
16664
|
# @type GroupId: String
|
16642
16665
|
# @param GroupName: 部署组名称
|
16643
16666
|
# @type GroupName: String
|
@@ -16846,7 +16869,7 @@ module TencentCloud
|
|
16846
16869
|
|
16847
16870
|
# ModifyNamespace请求参数结构体
|
16848
16871
|
class ModifyNamespaceRequest < TencentCloud::Common::AbstractModel
|
16849
|
-
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces
|
16872
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
16850
16873
|
# @type NamespaceId: String
|
16851
16874
|
# @param NamespaceName: 命名空间名称
|
16852
16875
|
# @type NamespaceName: String
|
@@ -18646,17 +18669,17 @@ module TencentCloud
|
|
18646
18669
|
|
18647
18670
|
# tsf-privilege 模块,资源
|
18648
18671
|
class Resource < TencentCloud::Common::AbstractModel
|
18649
|
-
# @param ResourceId: 资源ID,调用[
|
18672
|
+
# @param ResourceId: 资源ID,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的ResourceId
|
18650
18673
|
# @type ResourceId: String
|
18651
|
-
# @param ResourceCode: 资源编码,枚举值描述【cluster
|
18674
|
+
# @param ResourceCode: 资源编码,枚举值描述【cluster(集群)、namespace(命名空间)、config(应用配置)】
|
18652
18675
|
# @type ResourceCode: String
|
18653
18676
|
# @param ResourceName: 资源名称
|
18654
18677
|
# @type ResourceName: String
|
18655
18678
|
# @param ServiceCode: 资源所属产品编码,枚举值描述【tsf】
|
18656
18679
|
# @type ServiceCode: String
|
18657
|
-
# @param ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster
|
18680
|
+
# @param ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster(查询简单集群列表)、DescribeTaskRecords(查询任务列表)】
|
18658
18681
|
# @type ResourceAction: String
|
18659
|
-
# @param IdField: 资源数据查询的ID字段名,调用[
|
18682
|
+
# @param IdField: 资源数据查询的ID字段名,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的IdField
|
18660
18683
|
# @type IdField: String
|
18661
18684
|
# @param NameField: 资源数据查询的名称字段名
|
18662
18685
|
# @type NameField: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1132
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|