tencentcloud-sdk-api 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0801994a311fe0f1b3839b7dd682f6f0aa96154f
4
- data.tar.gz: 43bc49ec6aa07023112f8f4eefdcbe3da8b26ab3
3
+ metadata.gz: 7871aff338426001e51b5d4e2bd520b39f4c03d0
4
+ data.tar.gz: 85c702535929ed777813e03bbe32b4fbeeb885a6
5
5
  SHA512:
6
- metadata.gz: 6099a4b1a2eb57d8f5ae64532567597f3098a921b4f0d47607202934c3672a9be2fe40264f93adc394a2ae4cad2ba6d76f5c23761e80af29bfa736dc0a3f86c1
7
- data.tar.gz: 1c5c7475ab134ceacd555060bd36689b55767b57cfa73707233a81414543ec8a2dbff830f0d6aca711c575bc73285e6ec0a059b7bf33d5dc06d937105257753a
6
+ metadata.gz: f5dea38a2c64dbacb86f32b14009238ae905f91fcd0b0a85d3d9a101650508a3387dad24a306cd5430cf245b2b5cbbe27596646e1333539bbaec5db5947570b9
7
+ data.tar.gz: 5a181b49ef0e1cdf54d2e5b6e182eb3d37b85e333d4c32a7367afe021688ea47fe2de1e676afa3609aefe165bce6e67b7e6f4bc2eb0b0fbd2430df5cb8afa223
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -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.589
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-09 00:00:00.000000000 Z
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