tencentcloud-sdk-tsf 3.0.1117 → 3.0.1120

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: fcbfee4f3bfe87f1f1bb9d8c923058815f288508
4
- data.tar.gz: c4c64be909964c59f2850ba3dd12c61c4a791f17
3
+ metadata.gz: 4831ccd3740489b10688fe3828a180059374fa20
4
+ data.tar.gz: 31eb94399ce8ba89dc56564badf4abd76ec9d986
5
5
  SHA512:
6
- metadata.gz: c81ee801cf38a7d18c4da7e678cc2b700fe563c2043b551d77ea5b0fc85230dbe9af16ce8e7eefcca862c5a89a31cc2f9134553de3c85f635780056716b83568
7
- data.tar.gz: c7912decc9055480fd1a94f39eda0b5a804159ee05e1358ced47a4891f1f277957efe8827661fbf1d297d4ed672637002dee6869c8e7ac6ab7bc9d781536991f
6
+ metadata.gz: 4dd9034c354750d3be2b31dec897d2924f9d68c88bbc86cb4c219a7959970bbd6cb547f65f94b11c67942cc756f93efb30801845494a95009e791c1fd6da93b7
7
+ data.tar.gz: 3f8343e91bc1aeac0b32e35af2beaded6b813751d90c33db49c9014ee443423d759f1bc382a1a52b9f8ad4ee854245ded07d55229b5fb884ee8dc3da8c3067fd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1117
1
+ 3.0.1120
@@ -16363,7 +16363,7 @@ module TencentCloud
16363
16363
 
16364
16364
  # ModifyContainerGroup请求参数结构体
16365
16365
  class ModifyContainerGroupRequest < TencentCloud::Common::AbstractModel
16366
- # @param GroupId: 部署组ID 必填项
16366
+ # @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的项目。
16367
16367
  # @type GroupId: String
16368
16368
  # @param AccessType: 0:公网 1:集群内访问 2:NodePort
16369
16369
  # @type AccessType: Integer
@@ -16373,7 +16373,7 @@ module TencentCloud
16373
16373
  # @type UpdateType: Integer
16374
16374
  # @param UpdateIvl: 更新间隔,单位秒
16375
16375
  # @type UpdateIvl: Integer
16376
- # @param SubnetId: 子网ID
16376
+ # @param SubnetId: 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateSubnet](https://cloud.tencent.com/document/product/1108/43594)创建新的项目。
16377
16377
  # @type SubnetId: String
16378
16378
  # @param Alias: 部署组备注
16379
16379
  # @type Alias: 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.1117
4
+ version: 3.0.1120
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-05 00:00:00.000000000 Z
11
+ date: 2025-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common