tencentcloud-sdk-tsf 3.0.1122 → 3.0.1124
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/client.rb +1 -1
- data/lib/v20180326/models.rb +447 -314
- 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: 6e9e572fa6dad77eadd51f4a56d830516a5631f0
|
4
|
+
data.tar.gz: f5c90ca5d80de55ddf4ded2d311dd4024f4c1b7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d35d901e6b0c06b252dc54a20842458f3ae41ff680791b80d7bd03da249072b00de370134041972110205b313e8ff72600498e2a6302030bde484221c8339ffe
|
7
|
+
data.tar.gz: 9b9c28ef7f5e7a5a8928f2d9ee5e73a9a77581b8556347437fd2e5eab52e8031f3756efc3cf92e0428dc3d983b00ab7a7fe046b271f9b46feea8a86361208261
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1124
|
data/lib/v20180326/client.rb
CHANGED
@@ -2147,7 +2147,7 @@ module TencentCloud
|
|
2147
2147
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2148
2148
|
end
|
2149
2149
|
|
2150
|
-
# 容器部署组详情(已废弃,请使用 DescribeContainerGroupDeployInfo)
|
2150
|
+
# 容器部署组详情(已废弃,请使用 [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/product/649/67221))
|
2151
2151
|
|
2152
2152
|
# @param request: Request instance for DescribeContainerGroupDetail.
|
2153
2153
|
# @type request: :class:`Tencentcloud::tsf::V20180326::DescribeContainerGroupDetailRequest`
|