tencentcloud-sdk-api 3.0.590 → 3.0.592
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/v20201106/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: 4a5e762721e63ff9feabaa5767e15e1fc1b38fd4
|
4
|
+
data.tar.gz: 7829c59d6752e52854067726ccd6612fd0ab596f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b91360aa017053e81cfb6afd997d1c729afaab290d79b49a18b09ff36c600db4929ea784c3740eb80ecd7e63f42bfa74bc7b2c0626ed533bb9fb48f22eb259c
|
7
|
+
data.tar.gz: 2e8c7b7ed32f36e8dcac297eac1d968439225e274bd9146cbba5da5c5fb2e9d554cd1e569bb8fe112dcb3ad5773440504699f3cc24bc1a0632b8250b564260ce
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
data/lib/v20201106/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
|
@@ -74,7 +74,7 @@ module TencentCloud
|
|
74
74
|
# @type Product: String
|
75
75
|
|
76
76
|
attr_accessor :Product
|
77
|
-
|
77
|
+
|
78
78
|
def initialize(product=nil)
|
79
79
|
@Product = product
|
80
80
|
end
|
@@ -94,7 +94,7 @@ module TencentCloud
|
|
94
94
|
# @type RequestId: String
|
95
95
|
|
96
96
|
attr_accessor :TotalCount, :RegionSet, :RequestId
|
97
|
-
|
97
|
+
|
98
98
|
def initialize(totalcount=nil, regionset=nil, requestid=nil)
|
99
99
|
@TotalCount = totalcount
|
100
100
|
@RegionSet = regionset
|
@@ -121,7 +121,7 @@ module TencentCloud
|
|
121
121
|
# @type Product: String
|
122
122
|
|
123
123
|
attr_accessor :Product
|
124
|
-
|
124
|
+
|
125
125
|
def initialize(product=nil)
|
126
126
|
@Product = product
|
127
127
|
end
|
@@ -141,7 +141,7 @@ module TencentCloud
|
|
141
141
|
# @type RequestId: String
|
142
142
|
|
143
143
|
attr_accessor :TotalCount, :ZoneSet, :RequestId
|
144
|
-
|
144
|
+
|
145
145
|
def initialize(totalcount=nil, zoneset=nil, requestid=nil)
|
146
146
|
@TotalCount = totalcount
|
147
147
|
@ZoneSet = zoneset
|
@@ -184,7 +184,7 @@ module TencentCloud
|
|
184
184
|
# @type RegionIdMC: String
|
185
185
|
|
186
186
|
attr_accessor :Region, :RegionName, :RegionState, :RegionTypeMC, :LocationMC, :RegionNameMC, :RegionIdMC
|
187
|
-
|
187
|
+
|
188
188
|
def initialize(region=nil, regionname=nil, regionstate=nil, regiontypemc=nil, locationmc=nil, regionnamemc=nil, regionidmc=nil)
|
189
189
|
@Region = region
|
190
190
|
@RegionName = regionname
|
@@ -212,7 +212,7 @@ module TencentCloud
|
|
212
212
|
# @type Name: String
|
213
213
|
|
214
214
|
attr_accessor :Name
|
215
|
-
|
215
|
+
|
216
216
|
def initialize(name=nil)
|
217
217
|
@Name = name
|
218
218
|
end
|
@@ -296,7 +296,7 @@ module TencentCloud
|
|
296
296
|
# @type ZoneIdMC: String
|
297
297
|
|
298
298
|
attr_accessor :Zone, :ZoneName, :ZoneId, :ZoneState, :ParentZone, :ParentZoneId, :ParentZoneName, :ZoneType, :MachineRoomTypeMC, :ZoneIdMC
|
299
|
-
|
299
|
+
|
300
300
|
def initialize(zone=nil, zonename=nil, zoneid=nil, zonestate=nil, parentzone=nil, parentzoneid=nil, parentzonename=nil, zonetype=nil, machineroomtypemc=nil, zoneidmc=nil)
|
301
301
|
@Zone = zone
|
302
302
|
@ZoneName = zonename
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-api
|
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
|