tencentcloud-sdk-tsf 3.0.1125 → 3.0.1128

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 729e3acf92f83e3dc6fab9cd889178c1d5dcb2b8
4
- data.tar.gz: d19976564f6fe363211164fe0955ace4e1461133
3
+ metadata.gz: 756014e522b434c5fe5ae72e6faddcaa7e5534bd
4
+ data.tar.gz: 22601b0e38afc52dcdf4e51b73f893938dbdb972
5
5
  SHA512:
6
- metadata.gz: 59e7f99ce8fd34793abae1ff7ac2fc40b0919c837705d99726effb0bcd8cc7e9e7cc5f5afc5e3d99f1a867e25010c22d902c139148fc44ce8c7ef38c5cd60cb5
7
- data.tar.gz: 473354d7fb178fd97d339c5937eb4462dbc5b2227f89fc0b84f5496ba4c40c927d439b2e487439f498bb926601b65bbf1cbd887d6e341de8c3c97197f65d4b17
6
+ metadata.gz: 64e8019490dd8044ba942f77ef2b0e05b6069060ced523a7030fdd89653b8b3b513da718b24ffc27e40b645c00e60966c0de5e8973f850aac50b8cae7b35fcdb
7
+ data.tar.gz: edb7a8c9ad8c7240667fb7b4dd5ee79361fcf344bb4e6395189d77e21ed9474af3bb0a16b8d12416caeeae246d57ce2a0f9601854d9c01afa625bc58449e776b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1125
1
+ 3.0.1128
@@ -5815,8 +5815,7 @@ module TencentCloud
5815
5815
 
5816
5816
  # DeleteContainerGroup请求参数结构体
5817
5817
  class DeleteContainerGroupRequest < TencentCloud::Common::AbstractModel
5818
- # @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或[登录控制台](https://console.cloud.tencent.com/tsf/app-group-docker-detail?rid=1&id=group-aedpen6v)
5819
- # 进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
5818
+ # @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
5820
5819
  # @type GroupId: String
5821
5820
 
5822
5821
  attr_accessor :GroupId
@@ -18647,17 +18646,17 @@ module TencentCloud
18647
18646
 
18648
18647
  # tsf-privilege 模块,资源
18649
18648
  class Resource < TencentCloud::Common::AbstractModel
18650
- # @param ResourceId: 资源ID,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
18649
+ # @param ResourceId: 资源ID,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的ResourceId
18651
18650
  # @type ResourceId: String
18652
- # @param ResourceCode: 资源编码,枚举值描述【clusternamespaceconfig
18651
+ # @param ResourceCode: 资源编码,枚举值描述【cluster(集群)、namespace(命名空间)、config(应用配置)】
18653
18652
  # @type ResourceCode: String
18654
18653
  # @param ResourceName: 资源名称
18655
18654
  # @type ResourceName: String
18656
18655
  # @param ServiceCode: 资源所属产品编码,枚举值描述【tsf】
18657
18656
  # @type ServiceCode: String
18658
- # @param ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster、DescribeLanes、DescribeTaskRecords
18657
+ # @param ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster(查询简单集群列表)、DescribeTaskRecords(查询任务列表)】
18659
18658
  # @type ResourceAction: String
18660
- # @param IdField: 资源数据查询的ID字段名,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
18659
+ # @param IdField: 资源数据查询的ID字段名,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的IdField
18661
18660
  # @type IdField: String
18662
18661
  # @param NameField: 资源数据查询的名称字段名
18663
18662
  # @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.1125
4
+ version: 3.0.1128
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-18 00:00:00.000000000 Z
11
+ date: 2025-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common