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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/models.rb +2 -2
- 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: 4831ccd3740489b10688fe3828a180059374fa20
|
4
|
+
data.tar.gz: 31eb94399ce8ba89dc56564badf4abd76ec9d986
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dd9034c354750d3be2b31dec897d2924f9d68c88bbc86cb4c219a7959970bbd6cb547f65f94b11c67942cc756f93efb30801845494a95009e791c1fd6da93b7
|
7
|
+
data.tar.gz: 3f8343e91bc1aeac0b32e35af2beaded6b813751d90c33db49c9014ee443423d759f1bc382a1a52b9f8ad4ee854245ded07d55229b5fb884ee8dc3da8c3067fd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1120
|
data/lib/v20180326/models.rb
CHANGED
@@ -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.
|
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-
|
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
|