tencentcloud-sdk-api 1.0.242 → 1.0.243
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/v20201106/client.rb +2 -2
- data/lib/v20201106/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: bfb349641fb66fff02aa6360c8b96fb5edb32417
|
|
4
|
+
data.tar.gz: 356c66bb6a2f28f1d0e92685129598f4b8d34da4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2079d4ee4d5315a9ac9becd1e8770df304de5ae47412bd8b23c5ada0eb064288eec90ca9a817e130a5a6395109f315e6516a35c8a9541772e52612f000858bdd
|
|
7
|
+
data.tar.gz: 7e186d3b434fd3f3cc2798a6aa9e1fa0f5b8b2c8aec282aa72c5ddbadfa784a47815e01a6741897e690b5053216569f5ddb635c6ff560ee00465d2b34785b0ac
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.243
|
data/lib/v20201106/client.rb
CHANGED
|
@@ -29,7 +29,7 @@ module TencentCloud
|
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
# 本接口(DescribeRegions)
|
|
32
|
+
# 本接口(DescribeRegions)用于查询各个产品支持地域信息。
|
|
33
33
|
|
|
34
34
|
# @param request: Request instance for DescribeRegions.
|
|
35
35
|
# @type request: :class:`Tencentcloud::api::V20201106::DescribeRegionsRequest`
|
|
@@ -53,7 +53,7 @@ module TencentCloud
|
|
|
53
53
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
54
54
|
end
|
|
55
55
|
|
|
56
|
-
# 本接口(DescribeZones)
|
|
56
|
+
# 本接口(DescribeZones)用于查询产品可用区信息。
|
|
57
57
|
|
|
58
58
|
# @param request: Request instance for DescribeZones.
|
|
59
59
|
# @type request: :class:`Tencentcloud::api::V20201106::DescribeZonesRequest`
|
data/lib/v20201106/models.rb
CHANGED
|
@@ -19,7 +19,7 @@ module TencentCloud
|
|
|
19
19
|
module V20201106
|
|
20
20
|
# DescribeRegions请求参数结构体
|
|
21
21
|
class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
|
|
22
|
-
# @param Product: 待查询产品的名称,例如cvm
|
|
22
|
+
# @param Product: 待查询产品的名称,例如cvm
|
|
23
23
|
# @type Product: String
|
|
24
24
|
|
|
25
25
|
attr_accessor :Product
|
|
@@ -66,7 +66,7 @@ module TencentCloud
|
|
|
66
66
|
|
|
67
67
|
# DescribeZones请求参数结构体
|
|
68
68
|
class DescribeZonesRequest < TencentCloud::Common::AbstractModel
|
|
69
|
-
# @param Product: 待查询产品的名称,例如cvm
|
|
69
|
+
# @param Product: 待查询产品的名称,例如cvm
|
|
70
70
|
# @type Product: String
|
|
71
71
|
|
|
72
72
|
attr_accessor :Product
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.243
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-01-
|
|
11
|
+
date: 2022-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|