tencentcloud-sdk-region 3.0.481 → 3.0.482

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220627/models.rb +54 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e888813b5b62a6ec2c8013d75e50094993f47af9
4
- data.tar.gz: be745358fdb5f8c12261dd915bac9b6e89acf870
3
+ metadata.gz: 55408f9a5d3e1b2a37134bc8c58aecff4a768367
4
+ data.tar.gz: 8dfe6c35f954aebed482b44d948638cca960648c
5
5
  SHA512:
6
- metadata.gz: 4860eec1afbe5bb764551ea5c342fa363e1abe61e2b0f4cdd5714fb0499e56631b8fabf041e62ed10f119468371f7e9d01fe9dc789de8855c900fbc2d6f895f7
7
- data.tar.gz: 85b2134989abde2889df3ecd5f2033398a887c74ba4c0746b3aeb2923729d53a0dbe8e6d4a76b82931d63b57b81c211ee3883f1b5f010e1231e5af41ef9df39f
6
+ metadata.gz: 85868333c2da998a047eda8d4083139d6278fba7758c062d52935769df6f07ff006e0411554652af79ff7ef717e038cf14fb3f7f5bcb2acfed9847e873635d3a
7
+ data.tar.gz: d8b776d87332f97622e7fcbeb9c5483db576b105c48fac52071a478c95441f38b3eeafe42c8b377bb2744d70a414347abc5540990bb117a76e6ab1abf6b80035
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.481
1
+ 3.0.482
@@ -170,19 +170,39 @@ module TencentCloud
170
170
  # @type RegionName: String
171
171
  # @param RegionState: 地域是否可用状态
172
172
  # @type RegionState: String
173
+ # @param RegionTypeMC: 控制台类型,api调用时默认null
174
+ # 注意:此字段可能返回 null,表示取不到有效值。
175
+ # @type RegionTypeMC: Integer
176
+ # @param LocationMC: 不同语言的地区
177
+ # 注意:此字段可能返回 null,表示取不到有效值。
178
+ # @type LocationMC: String
179
+ # @param RegionNameMC: 控制台展示的地域描述
180
+ # 注意:此字段可能返回 null,表示取不到有效值。
181
+ # @type RegionNameMC: String
182
+ # @param RegionIdMC: 1
183
+ # 注意:此字段可能返回 null,表示取不到有效值。
184
+ # @type RegionIdMC: String
173
185
 
174
- attr_accessor :Region, :RegionName, :RegionState
186
+ attr_accessor :Region, :RegionName, :RegionState, :RegionTypeMC, :LocationMC, :RegionNameMC, :RegionIdMC
175
187
 
176
- def initialize(region=nil, regionname=nil, regionstate=nil)
188
+ def initialize(region=nil, regionname=nil, regionstate=nil, regiontypemc=nil, locationmc=nil, regionnamemc=nil, regionidmc=nil)
177
189
  @Region = region
178
190
  @RegionName = regionname
179
191
  @RegionState = regionstate
192
+ @RegionTypeMC = regiontypemc
193
+ @LocationMC = locationmc
194
+ @RegionNameMC = regionnamemc
195
+ @RegionIdMC = regionidmc
180
196
  end
181
197
 
182
198
  def deserialize(params)
183
199
  @Region = params['Region']
184
200
  @RegionName = params['RegionName']
185
201
  @RegionState = params['RegionState']
202
+ @RegionTypeMC = params['RegionTypeMC']
203
+ @LocationMC = params['LocationMC']
204
+ @RegionNameMC = params['RegionNameMC']
205
+ @RegionIdMC = params['RegionIdMC']
186
206
  end
187
207
  end
188
208
 
@@ -256,14 +276,38 @@ module TencentCloud
256
276
  # @type ZoneId: String
257
277
  # @param ZoneState: 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。
258
278
  # @type ZoneState: String
279
+ # @param ParentZone: 父级zone
280
+ # 注意:此字段可能返回 null,表示取不到有效值。
281
+ # @type ParentZone: String
282
+ # @param ParentZoneId: 父级可用区ID
283
+ # 注意:此字段可能返回 null,表示取不到有效值。
284
+ # @type ParentZoneId: String
285
+ # @param ParentZoneName: 父级可用区描述
286
+ # 注意:此字段可能返回 null,表示取不到有效值。
287
+ # @type ParentZoneName: String
288
+ # @param ZoneType: zone类型
289
+ # 注意:此字段可能返回 null,表示取不到有效值。
290
+ # @type ZoneType: String
291
+ # @param MachineRoomTypeMC: 控制台类型
292
+ # 注意:此字段可能返回 null,表示取不到有效值。
293
+ # @type MachineRoomTypeMC: String
294
+ # @param ZoneIdMC: 和ZoneId一样,适用于控制台调用。
295
+ # 注意:此字段可能返回 null,表示取不到有效值。
296
+ # @type ZoneIdMC: String
259
297
 
260
- attr_accessor :Zone, :ZoneName, :ZoneId, :ZoneState
298
+ attr_accessor :Zone, :ZoneName, :ZoneId, :ZoneState, :ParentZone, :ParentZoneId, :ParentZoneName, :ZoneType, :MachineRoomTypeMC, :ZoneIdMC
261
299
 
262
- def initialize(zone=nil, zonename=nil, zoneid=nil, zonestate=nil)
300
+ def initialize(zone=nil, zonename=nil, zoneid=nil, zonestate=nil, parentzone=nil, parentzoneid=nil, parentzonename=nil, zonetype=nil, machineroomtypemc=nil, zoneidmc=nil)
263
301
  @Zone = zone
264
302
  @ZoneName = zonename
265
303
  @ZoneId = zoneid
266
304
  @ZoneState = zonestate
305
+ @ParentZone = parentzone
306
+ @ParentZoneId = parentzoneid
307
+ @ParentZoneName = parentzonename
308
+ @ZoneType = zonetype
309
+ @MachineRoomTypeMC = machineroomtypemc
310
+ @ZoneIdMC = zoneidmc
267
311
  end
268
312
 
269
313
  def deserialize(params)
@@ -271,6 +315,12 @@ module TencentCloud
271
315
  @ZoneName = params['ZoneName']
272
316
  @ZoneId = params['ZoneId']
273
317
  @ZoneState = params['ZoneState']
318
+ @ParentZone = params['ParentZone']
319
+ @ParentZoneId = params['ParentZoneId']
320
+ @ParentZoneName = params['ParentZoneName']
321
+ @ZoneType = params['ZoneType']
322
+ @MachineRoomTypeMC = params['MachineRoomTypeMC']
323
+ @ZoneIdMC = params['ZoneIdMC']
274
324
  end
275
325
  end
276
326
 
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.481
4
+ version: 3.0.482
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-27 00:00:00.000000000 Z
11
+ date: 2022-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common