tencentcloud-sdk-region 3.0.590 → 3.0.592
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 +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: 962e2924798510e3ffd1d379f22b405fd0d11d53
|
4
|
+
data.tar.gz: 7eb60de24bab1d631fac6eb4bc71638675a5ec9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1b783aaeb721848d378a03bd23bf9771f1866144ca18998b32f9113c4eb97e770e95d98216b30d9411f61533ebac26a5430abee4da2ca9b35d3015d434c909e
|
7
|
+
data.tar.gz: 21476c0a16c627a74a4c16a51ecc4749869785a25b2f0ac6acd8e7949afc99d941832d42701b672030b55adbae48fd7a385cae6b299a541bf83cd3fbd78e95e9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
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.592
|
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-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|