tencentcloud-sdk-api 1.0.242 → 1.0.243

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24eaddfe540322dfdc14ab3dbf6446c5ace2d22a
4
- data.tar.gz: 4d0513903d7d9984a11d04f65866d159f8a36d20
3
+ metadata.gz: bfb349641fb66fff02aa6360c8b96fb5edb32417
4
+ data.tar.gz: 356c66bb6a2f28f1d0e92685129598f4b8d34da4
5
5
  SHA512:
6
- metadata.gz: 3b16e481ff768735e7b53f334fc68cc6d86cbc916c01b3b5c4278ecf324d4c18591f22969c852eb86f3de54cab5bef7f6c89dd6e329255bb0bf66b8d8f1a9718
7
- data.tar.gz: 5a2e3be45a2f4eb0ad13b98cfe3bceeabb66e911ae01748d27979ad0c7ae4ffa226bfeb4036c04973b7511c9da6807a7a740ffb612bd2dc697322ca0d37222ea
6
+ metadata.gz: 2079d4ee4d5315a9ac9becd1e8770df304de5ae47412bd8b23c5ada0eb064288eec90ca9a817e130a5a6395109f315e6516a35c8a9541772e52612f000858bdd
7
+ data.tar.gz: 7e186d3b434fd3f3cc2798a6aa9e1fa0f5b8b2c8aec282aa72c5ddbadfa784a47815e01a6741897e690b5053216569f5ddb635c6ff560ee00465d2b34785b0ac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.242
1
+ 1.0.243
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  end
30
30
 
31
31
 
32
- # 本接口(DescribeRegions)用于查询各个产品支持地域信息,当前只支持cvm。
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)用于查询产品可用区信息,当前只支持cvm。
56
+ # 本接口(DescribeZones)用于查询产品可用区信息。
57
57
 
58
58
  # @param request: Request instance for DescribeZones.
59
59
  # @type request: :class:`Tencentcloud::api::V20201106::DescribeZonesRequest`
@@ -19,7 +19,7 @@ module TencentCloud
19
19
  module V20201106
20
20
  # DescribeRegions请求参数结构体
21
21
  class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
22
- # @param Product: 待查询产品的名称,例如cvm、vpc
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、vpc
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.242
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-14 00:00:00.000000000 Z
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