tencentcloud-sdk-region 3.0.539 → 3.0.541
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/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: b84aac752ec282e015ba7bbe65cacac2fb440e03
|
4
|
+
data.tar.gz: f86fba95d0734def53bc59472ee693d36484549c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 000b2e1ea0ea3b0f536d03679b11bf6e5dcccb02bf1b66bc8901c3795e7069512bcb4c4d50baa97b5e3e81d2213c7cb356fe589bcc42584755ac085ae24d1ea0
|
7
|
+
data.tar.gz: 7f8291d43e2ccfbc0bc9e50da05307d1494f93be5628b172986e401acf54275a2f57470ddbb2bb2ead2aaa432be2d51b3f47c0b70e3af74e57dafaa4a533c7e0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.541
|
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.541
|
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-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|