tencentcloud-sdk-region 3.0.539 → 3.0.540

Sign up to get free protection for your applications and to get access to all the features.
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: aef8d3692a0ac614243242da94d26183997dfd3d
4
- data.tar.gz: ed1ef2439e1c8822617650eb280232099fad75d6
3
+ metadata.gz: 17e2f7e4d7e5106095714a25c98705c6578fc7b0
4
+ data.tar.gz: cb9576291cbbd01998cba00ac5c4d10b0d9c914e
5
5
  SHA512:
6
- metadata.gz: bb089b3e71b831e7c37acade003ce7630d698383b4e0ebb8b3388cd8bc69bb0b8123518995a31061619a2c80f114523f7e9b11e2243010c175739874e5b56dac
7
- data.tar.gz: fa3eb592a0be96f95f6b1aa723f8b00e37cfa1941c3ca48cd5108f828732dab891ba45f772659c06a5a6c48c73192c7e16dda83495034b0d9cbd39034450d75b
6
+ metadata.gz: 53e3794fb7687fbe9ccb5901b4961ad43c707681a582fc8c9be803efeaa34283ca36b10809124752385a523d2546a5d23145bd855189ef67dceeaca437b1daa4
7
+ data.tar.gz: 6abc7d2c47ec74d7066218c4538751c72c0841acd925d2530f8113496731cb139e3d7cecf4e0dbe01f7b34f0621cbe7c68a0d46d4206dffa0515167fa60cb420
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.539
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.539
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-28 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