tencentcloud-sdk-tsf 3.0.1125 → 3.0.1126
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 +1 -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: 9d00a62ed7a757d2b956c19b52fe48088241728d
|
4
|
+
data.tar.gz: 207692fa046ce5df2205b2c172ede7a2f5d38248
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ab2d9709df7011e40cd51cc8cbffb5cc3e5148a0b7c7d73b92b3ea5b0f3e16e09fdc6f69021623347dc247dc58e7c2ac6c8f094a357ef8d867921f20e722577
|
7
|
+
data.tar.gz: 19673104a394992fc841bfcd1195ad4347fa56443284f2f0fba50acb54c9efb432e0a24fd68f12fbd74dd304a8c72db1105d6b76310ae5dc245a3f811efd802b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1126
|
data/lib/v20180326/models.rb
CHANGED
@@ -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)
|
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
|
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.1126
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|