tencentcloud-sdk-cis 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180408/models.rb +22 -22
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af768fa90995f6f914e708cf50bf54fadffac984
4
- data.tar.gz: c4620fa3f060b9ed7d8996c86d3f18519a6dc1a4
3
+ metadata.gz: 6df8360d6a3ad35dc75a04552e88f2833622c91a
4
+ data.tar.gz: bcd50acc2c239e63fed0847835acf7e49541251f
5
5
  SHA512:
6
- metadata.gz: 8d7a4edea96a35776521a4960b1ca8ebb4c653d6d0488f3ffc34e5895b3a23a6fa91461b889bac58002624e55d0927231458dcca4e10eaadd067abb17668ff3c
7
- data.tar.gz: 419bf0ad570933c81380db2bea8a7eaa0e6c55634b0c51785dc90b4cb8409a44028d652db7adc2e7ba4b9bd063bccea7c5270951f9ab57e13c297ecd78f1e4c1
6
+ metadata.gz: 81d826a15a22040410638601d7d2f2f34f27d08b4ce22eddf5f6e455037e98051bfec128378b895e98b68d90ad9b81f231d8819684be077436562454f0aaf66f
7
+ data.tar.gz: 367d73121095c4eab17700394bbc5be3c9d72fd73ab266e3c0f6d3a93593fe31490a0fe6c4a30b9e55364b19e210f6deb06ad3264219065de3ec6e2ed028686c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -45,7 +45,7 @@ module TencentCloud
45
45
  # @type ContainerId: String
46
46
 
47
47
  attr_accessor :Command, :Args, :EnvironmentVars, :Image, :Name, :Cpu, :Memory, :RestartCount, :CurrentState, :PreviousState, :WorkingDir, :ContainerId
48
-
48
+
49
49
  def initialize(command=nil, args=nil, environmentvars=nil, image=nil, name=nil, cpu=nil, memory=nil, restartcount=nil, currentstate=nil, previousstate=nil, workingdir=nil, containerid=nil)
50
50
  @Command = command
51
51
  @Args = args
@@ -124,7 +124,7 @@ module TencentCloud
124
124
  # @type LanIp: String
125
125
 
126
126
  attr_accessor :InstanceId, :InstanceName, :VpcId, :SubnetId, :State, :Containers, :RestartPolicy, :CreateTime, :StartTime, :Zone, :VpcName, :VpcCidr, :SubnetName, :SubnetCidr, :LanIp
127
-
127
+
128
128
  def initialize(instanceid=nil, instancename=nil, vpcid=nil, subnetid=nil, state=nil, containers=nil, restartpolicy=nil, createtime=nil, starttime=nil, zone=nil, vpcname=nil, vpccidr=nil, subnetname=nil, subnetcidr=nil, lanip=nil)
129
129
  @InstanceId = instanceid
130
130
  @InstanceName = instancename
@@ -179,7 +179,7 @@ module TencentCloud
179
179
  # @type Time: String
180
180
 
181
181
  attr_accessor :Name, :Log, :Time
182
-
182
+
183
183
  def initialize(name=nil, log=nil, time=nil)
184
184
  @Name = name
185
185
  @Log = log
@@ -207,7 +207,7 @@ module TencentCloud
207
207
  # @type ExitCode: Integer
208
208
 
209
209
  attr_accessor :StartTime, :State, :Reason, :FinishTime, :ExitCode
210
-
210
+
211
211
  def initialize(starttime=nil, state=nil, reason=nil, finishtime=nil, exitcode=nil)
212
212
  @StartTime = starttime
213
213
  @State = state
@@ -241,7 +241,7 @@ module TencentCloud
241
241
  # @type Containers: Array
242
242
 
243
243
  attr_accessor :Zone, :VpcId, :SubnetId, :InstanceName, :RestartPolicy, :Containers
244
-
244
+
245
245
  def initialize(zone=nil, vpcid=nil, subnetid=nil, instancename=nil, restartpolicy=nil, containers=nil)
246
246
  @Zone = zone
247
247
  @VpcId = vpcid
@@ -276,7 +276,7 @@ module TencentCloud
276
276
  # @type RequestId: String
277
277
 
278
278
  attr_accessor :InstanceId, :RequestId
279
-
279
+
280
280
  def initialize(instanceid=nil, requestid=nil)
281
281
  @InstanceId = instanceid
282
282
  @RequestId = requestid
@@ -294,7 +294,7 @@ module TencentCloud
294
294
  # @type InstanceName: String
295
295
 
296
296
  attr_accessor :InstanceName
297
-
297
+
298
298
  def initialize(instancename=nil)
299
299
  @InstanceName = instancename
300
300
  end
@@ -312,7 +312,7 @@ module TencentCloud
312
312
  # @type RequestId: String
313
313
 
314
314
  attr_accessor :Msg, :RequestId
315
-
315
+
316
316
  def initialize(msg=nil, requestid=nil)
317
317
  @Msg = msg
318
318
  @RequestId = requestid
@@ -330,7 +330,7 @@ module TencentCloud
330
330
  # @type InstanceName: String
331
331
 
332
332
  attr_accessor :InstanceName
333
-
333
+
334
334
  def initialize(instancename=nil)
335
335
  @InstanceName = instancename
336
336
  end
@@ -348,7 +348,7 @@ module TencentCloud
348
348
  # @type RequestId: String
349
349
 
350
350
  attr_accessor :EventList, :RequestId
351
-
351
+
352
352
  def initialize(eventlist=nil, requestid=nil)
353
353
  @EventList = eventlist
354
354
  @RequestId = requestid
@@ -373,7 +373,7 @@ module TencentCloud
373
373
  # @type InstanceName: String
374
374
 
375
375
  attr_accessor :InstanceName
376
-
376
+
377
377
  def initialize(instancename=nil)
378
378
  @InstanceName = instancename
379
379
  end
@@ -391,7 +391,7 @@ module TencentCloud
391
391
  # @type RequestId: String
392
392
 
393
393
  attr_accessor :ContainerInstance, :RequestId
394
-
394
+
395
395
  def initialize(containerinstance=nil, requestid=nil)
396
396
  @ContainerInstance = containerinstance
397
397
  @RequestId = requestid
@@ -419,7 +419,7 @@ module TencentCloud
419
419
  # @type Filters: Array
420
420
 
421
421
  attr_accessor :Offset, :Limit, :Filters
422
-
422
+
423
423
  def initialize(offset=nil, limit=nil, filters=nil)
424
424
  @Offset = offset
425
425
  @Limit = limit
@@ -450,7 +450,7 @@ module TencentCloud
450
450
  # @type RequestId: String
451
451
 
452
452
  attr_accessor :ContainerInstanceList, :TotalCount, :RequestId
453
-
453
+
454
454
  def initialize(containerinstancelist=nil, totalcount=nil, requestid=nil)
455
455
  @ContainerInstanceList = containerinstancelist
456
456
  @TotalCount = totalcount
@@ -483,7 +483,7 @@ module TencentCloud
483
483
  # @type SinceTime: String
484
484
 
485
485
  attr_accessor :InstanceName, :ContainerName, :Tail, :SinceTime
486
-
486
+
487
487
  def initialize(instancename=nil, containername=nil, tail=nil, sincetime=nil)
488
488
  @InstanceName = instancename
489
489
  @ContainerName = containername
@@ -507,7 +507,7 @@ module TencentCloud
507
507
  # @type RequestId: String
508
508
 
509
509
  attr_accessor :ContainerLogList, :RequestId
510
-
510
+
511
511
  def initialize(containerloglist=nil, requestid=nil)
512
512
  @ContainerLogList = containerloglist
513
513
  @RequestId = requestid
@@ -534,7 +534,7 @@ module TencentCloud
534
534
  # @type Value: String
535
535
 
536
536
  attr_accessor :Name, :Value
537
-
537
+
538
538
  def initialize(name=nil, value=nil)
539
539
  @Name = name
540
540
  @Value = value
@@ -562,7 +562,7 @@ module TencentCloud
562
562
  # @type Message: String
563
563
 
564
564
  attr_accessor :FirstSeen, :LastSeen, :Level, :Count, :Reason, :Message
565
-
565
+
566
566
  def initialize(firstseen=nil, lastseen=nil, level=nil, count=nil, reason=nil, message=nil)
567
567
  @FirstSeen = firstseen
568
568
  @LastSeen = lastseen
@@ -590,7 +590,7 @@ module TencentCloud
590
590
  # @type ValueList: Array
591
591
 
592
592
  attr_accessor :Name, :ValueList
593
-
593
+
594
594
  def initialize(name=nil, valuelist=nil)
595
595
  @Name = name
596
596
  @ValueList = valuelist
@@ -612,7 +612,7 @@ module TencentCloud
612
612
  # @type Memory: Float
613
613
 
614
614
  attr_accessor :Zone, :Cpu, :Memory
615
-
615
+
616
616
  def initialize(zone=nil, cpu=nil, memory=nil)
617
617
  @Zone = zone
618
618
  @Cpu = cpu
@@ -634,7 +634,7 @@ module TencentCloud
634
634
  # @type RequestId: String
635
635
 
636
636
  attr_accessor :Price, :RequestId
637
-
637
+
638
638
  def initialize(price=nil, requestid=nil)
639
639
  @Price = price
640
640
  @RequestId = requestid
@@ -657,7 +657,7 @@ module TencentCloud
657
657
  # @type OriginalPrice: Float
658
658
 
659
659
  attr_accessor :DiscountPrice, :OriginalPrice
660
-
660
+
661
661
  def initialize(discountprice=nil, originalprice=nil)
662
662
  @DiscountPrice = discountprice
663
663
  @OriginalPrice = originalprice
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cis
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