tencentcloud-sdk-api 3.0.590 → 3.0.591

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ee06a001243805ba5ac7a98c79ce956f7dc9f91
4
- data.tar.gz: 5fb47d9ea335522c0528e117ef2952507e26f614
3
+ metadata.gz: 7871aff338426001e51b5d4e2bd520b39f4c03d0
4
+ data.tar.gz: 85c702535929ed777813e03bbe32b4fbeeb885a6
5
5
  SHA512:
6
- metadata.gz: 36e419618cbc36aa5be30fdb17f86a546c4bd4e048cb4987ff0ac03b0fc267e28baca1e839dc2aeb284a68cd808f058166018d1015414fa4bde5de2ce21d56de
7
- data.tar.gz: c89a852d07b7c44ae9e9e999cf96fdf45f72307f447b9f7c7a6bfb8ca46b2aa3396aa564aa8eb56a4df2974a6d5f4d02c5185c541cbb2c41ff6e9a18d0db9931
6
+ metadata.gz: f5dea38a2c64dbacb86f32b14009238ae905f91fcd0b0a85d3d9a101650508a3387dad24a306cd5430cf245b2b5cbbe27596646e1333539bbaec5db5947570b9
7
+ data.tar.gz: 5a181b49ef0e1cdf54d2e5b6e182eb3d37b85e333d4c32a7367afe021688ea47fe2de1e676afa3609aefe165bce6e67b7e6f4bc2eb0b0fbd2430df5cb8afa223
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
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.590
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-12 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