tencentcloud-sdk-region 3.0.590 → 3.0.591
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 +9 -9
- 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: d98f2911ea2d1cf5bd4c8bd97be12e9c2b42f4c1
|
4
|
+
data.tar.gz: 0f1bf1155196a41de564b188b5647a46d1fd03c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77b47f2a410ce8e53cd35d4499327b1ef1b8c5ec6cf497600b65ee33ea64619fef3bfab9a31b745a8bda8e4983a91a615e041ec8862c884062c908f879ba4056
|
7
|
+
data.tar.gz: fa6b7707c737aacbe2f7457479538e6d700eda5b1487df6a7141cc59c771ef65e4f9fdd23f3e3aa7d9f732dadcfa0a8b8379e47e8e886661005a3bafc6f92ca2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20220627/models.rb
CHANGED
@@ -25,7 +25,7 @@ module TencentCloud
|
|
25
25
|
# @type Offset: Integer
|
26
26
|
|
27
27
|
attr_accessor :Limit, :Offset
|
28
|
-
|
28
|
+
|
29
29
|
def initialize(limit=nil, offset=nil)
|
30
30
|
@Limit = limit
|
31
31
|
@Offset = offset
|
@@ -47,7 +47,7 @@ module TencentCloud
|
|
47
47
|
# @type RequestId: String
|
48
48
|
|
49
49
|
attr_accessor :Products, :TotalCount, :RequestId
|
50
|
-
|
50
|
+
|
51
51
|
def initialize(products=nil, totalcount=nil, requestid=nil)
|
52
52
|
@Products = products
|
53
53
|
@TotalCount = totalcount
|
@@ -76,7 +76,7 @@ module TencentCloud
|
|
76
76
|
# @type Scene: Integer
|
77
77
|
|
78
78
|
attr_accessor :Product, :Scene
|
79
|
-
|
79
|
+
|
80
80
|
def initialize(product=nil, scene=nil)
|
81
81
|
@Product = product
|
82
82
|
@Scene = scene
|
@@ -98,7 +98,7 @@ module TencentCloud
|
|
98
98
|
# @type RequestId: String
|
99
99
|
|
100
100
|
attr_accessor :TotalCount, :RegionSet, :RequestId
|
101
|
-
|
101
|
+
|
102
102
|
def initialize(totalcount=nil, regionset=nil, requestid=nil)
|
103
103
|
@TotalCount = totalcount
|
104
104
|
@RegionSet = regionset
|
@@ -127,7 +127,7 @@ module TencentCloud
|
|
127
127
|
# @type Scene: Integer
|
128
128
|
|
129
129
|
attr_accessor :Product, :Scene
|
130
|
-
|
130
|
+
|
131
131
|
def initialize(product=nil, scene=nil)
|
132
132
|
@Product = product
|
133
133
|
@Scene = scene
|
@@ -149,7 +149,7 @@ module TencentCloud
|
|
149
149
|
# @type RequestId: String
|
150
150
|
|
151
151
|
attr_accessor :TotalCount, :ZoneSet, :RequestId
|
152
|
-
|
152
|
+
|
153
153
|
def initialize(totalcount=nil, zoneset=nil, requestid=nil)
|
154
154
|
@TotalCount = totalcount
|
155
155
|
@ZoneSet = zoneset
|
@@ -192,7 +192,7 @@ module TencentCloud
|
|
192
192
|
# @type RegionIdMC: String
|
193
193
|
|
194
194
|
attr_accessor :Region, :RegionName, :RegionState, :RegionTypeMC, :LocationMC, :RegionNameMC, :RegionIdMC
|
195
|
-
|
195
|
+
|
196
196
|
def initialize(region=nil, regionname=nil, regionstate=nil, regiontypemc=nil, locationmc=nil, regionnamemc=nil, regionidmc=nil)
|
197
197
|
@Region = region
|
198
198
|
@RegionName = regionname
|
@@ -220,7 +220,7 @@ module TencentCloud
|
|
220
220
|
# @type Name: String
|
221
221
|
|
222
222
|
attr_accessor :Name
|
223
|
-
|
223
|
+
|
224
224
|
def initialize(name=nil)
|
225
225
|
@Name = name
|
226
226
|
end
|
@@ -304,7 +304,7 @@ module TencentCloud
|
|
304
304
|
# @type ZoneIdMC: String
|
305
305
|
|
306
306
|
attr_accessor :Zone, :ZoneName, :ZoneId, :ZoneState, :ParentZone, :ParentZoneId, :ParentZoneName, :ZoneType, :MachineRoomTypeMC, :ZoneIdMC
|
307
|
-
|
307
|
+
|
308
308
|
def initialize(zone=nil, zonename=nil, zoneid=nil, zonestate=nil, parentzone=nil, parentzoneid=nil, parentzonename=nil, zonetype=nil, machineroomtypemc=nil, zoneidmc=nil)
|
309
309
|
@Zone = zone
|
310
310
|
@ZoneName = zonename
|
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.591
|
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-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|