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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220627/models.rb +12 -4
- 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: 17e2f7e4d7e5106095714a25c98705c6578fc7b0
|
4
|
+
data.tar.gz: cb9576291cbbd01998cba00ac5c4d10b0d9c914e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53e3794fb7687fbe9ccb5901b4961ad43c707681a582fc8c9be803efeaa34283ca36b10809124752385a523d2546a5d23145bd855189ef67dceeaca437b1daa4
|
7
|
+
data.tar.gz: 6abc7d2c47ec74d7066218c4538751c72c0841acd925d2530f8113496731cb139e3d7cecf4e0dbe01f7b34f0621cbe7c68a0d46d4206dffa0515167fa60cb420
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.540
|
data/lib/v20220627/models.rb
CHANGED
@@ -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.
|
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-
|
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
|