tencentcloud-sdk-region 3.0.538 → 3.0.540

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220627/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 998174a8348992586cb793f992ef87f48da3c993
4
- data.tar.gz: ec76724511cb4a7a132834a7326890c6485766e7
3
+ metadata.gz: 17e2f7e4d7e5106095714a25c98705c6578fc7b0
4
+ data.tar.gz: cb9576291cbbd01998cba00ac5c4d10b0d9c914e
5
5
  SHA512:
6
- metadata.gz: 18659450ff86377a457c55772e350f3524f992740a902025e6b4d79c0158d53d103a719feef6ed75e6481bfb77472264373161b191a34b4283d5846a7b88e352
7
- data.tar.gz: fb149e2937f170766d3781164f191f6b29bea207f11d68ce87a525572773e87c08b7f0fc6211f004d5159f69e4c8e1de11c5c9e451aafac86efacd0b1d0a0fb1
6
+ metadata.gz: 53e3794fb7687fbe9ccb5901b4961ad43c707681a582fc8c9be803efeaa34283ca36b10809124752385a523d2546a5d23145bd855189ef67dceeaca437b1daa4
7
+ data.tar.gz: 6abc7d2c47ec74d7066218c4538751c72c0841acd925d2530f8113496731cb139e3d7cecf4e0dbe01f7b34f0621cbe7c68a0d46d4206dffa0515167fa60cb420
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.538
1
+ 3.0.540
@@ -72,15 +72,19 @@ module TencentCloud
72
72
  class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
73
73
  # @param Product: 待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口
74
74
  # @type Product: String
75
+ # @param Scene: 不传或者0表示不查询【可选业务白名单】,1表示查询【可选业务白名单】,该参数设置了1,只有在业务白名单查不到情况下,才会查该白名单
76
+ # @type Scene: Integer
75
77
 
76
- attr_accessor :Product
78
+ attr_accessor :Product, :Scene
77
79
 
78
- def initialize(product=nil)
80
+ def initialize(product=nil, scene=nil)
79
81
  @Product = product
82
+ @Scene = scene
80
83
  end
81
84
 
82
85
  def deserialize(params)
83
86
  @Product = params['Product']
87
+ @Scene = params['Scene']
84
88
  end
85
89
  end
86
90
 
@@ -119,15 +123,19 @@ module TencentCloud
119
123
  class DescribeZonesRequest < TencentCloud::Common::AbstractModel
120
124
  # @param Product: 待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口
121
125
  # @type Product: String
126
+ # @param Scene: 不传或者0表示不查询【可选业务白名单】,1表示查询【可选业务白名单】,该参数设置了1,只有在业务白名单查不到情况下,才会查该白名单
127
+ # @type Scene: Integer
122
128
 
123
- attr_accessor :Product
129
+ attr_accessor :Product, :Scene
124
130
 
125
- def initialize(product=nil)
131
+ def initialize(product=nil, scene=nil)
126
132
  @Product = product
133
+ @Scene = scene
127
134
  end
128
135
 
129
136
  def deserialize(params)
130
137
  @Product = params['Product']
138
+ @Scene = params['Scene']
131
139
  end
132
140
  end
133
141
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-region
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.538
4
+ version: 3.0.540
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-27 00:00:00.000000000 Z
11
+ date: 2023-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common