tencentcloud-sdk-tic 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201117/models.rb +30 -30
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29afba349b1c1f33d36f416313c6d1c14bcaf498
4
- data.tar.gz: a8c49988ca5c4f192718b0f1c00e0a005c97ac09
3
+ metadata.gz: cb8e5ed75d1a0ffc4181b807f47577b21d340ddb
4
+ data.tar.gz: 172c0b354a0967edc7f496a48ae472c9f09ad3c1
5
5
  SHA512:
6
- metadata.gz: e95b38e90ffa583ea473937ed3fae8b19667b8e22766cff5b239e26d8cd2ad2b60120176099e816e81406d0fd6e524f404f3c2dba93288c4006ba0069bbea682
7
- data.tar.gz: 48fb0b8c94522b8efc5ba5dd37a16703b8eb6d66e619ec45640ff74f550636b2516d7715958c66d6b6b14a79ec9caf8580818f198da49fa5b4be505248c7ccfb
6
+ metadata.gz: 1e1c1a1efec5ba7ba828a5c7ffe7d17732395d811e67beac4c9a8c09bad2451faefca507f5c5cf076fcb94e941ba07189a890c0dea6e540e75fc72351b27325a
7
+ data.tar.gz: 41da9caa715c7010828a55d9ccfcaa31d23a176e9c0013c51267038d5729b426e77c25305b26535f8a1014b080103d8864f3d601b2798dd302a08861a5244660
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type VersionId: String
26
26
 
27
27
  attr_accessor :StackId, :VersionId
28
-
28
+
29
29
  def initialize(stackid=nil, versionid=nil)
30
30
  @StackId = stackid
31
31
  @VersionId = versionid
@@ -45,7 +45,7 @@ module TencentCloud
45
45
  # @type RequestId: String
46
46
 
47
47
  attr_accessor :EventId, :RequestId
48
-
48
+
49
49
  def initialize(eventid=nil, requestid=nil)
50
50
  @EventId = eventid
51
51
  @RequestId = requestid
@@ -69,7 +69,7 @@ module TencentCloud
69
69
  # @type Description: String
70
70
 
71
71
  attr_accessor :StackName, :StackRegion, :TemplateUrl, :Description
72
-
72
+
73
73
  def initialize(stackname=nil, stackregion=nil, templateurl=nil, description=nil)
74
74
  @StackName = stackname
75
75
  @StackRegion = stackregion
@@ -95,7 +95,7 @@ module TencentCloud
95
95
  # @type RequestId: String
96
96
 
97
97
  attr_accessor :StackId, :VersionId, :RequestId
98
-
98
+
99
99
  def initialize(stackid=nil, versionid=nil, requestid=nil)
100
100
  @StackId = stackid
101
101
  @VersionId = versionid
@@ -121,7 +121,7 @@ module TencentCloud
121
121
  # @type Description: String
122
122
 
123
123
  attr_accessor :StackId, :TemplateUrl, :VersionName, :Description
124
-
124
+
125
125
  def initialize(stackid=nil, templateurl=nil, versionname=nil, description=nil)
126
126
  @StackId = stackid
127
127
  @TemplateUrl = templateurl
@@ -145,7 +145,7 @@ module TencentCloud
145
145
  # @type RequestId: String
146
146
 
147
147
  attr_accessor :VersionId, :RequestId
148
-
148
+
149
149
  def initialize(versionid=nil, requestid=nil)
150
150
  @VersionId = versionid
151
151
  @RequestId = requestid
@@ -163,7 +163,7 @@ module TencentCloud
163
163
  # @type StackId: String
164
164
 
165
165
  attr_accessor :StackId
166
-
166
+
167
167
  def initialize(stackid=nil)
168
168
  @StackId = stackid
169
169
  end
@@ -179,7 +179,7 @@ module TencentCloud
179
179
  # @type RequestId: String
180
180
 
181
181
  attr_accessor :RequestId
182
-
182
+
183
183
  def initialize(requestid=nil)
184
184
  @RequestId = requestid
185
185
  end
@@ -195,7 +195,7 @@ module TencentCloud
195
195
  # @type VersionId: String
196
196
 
197
197
  attr_accessor :VersionId
198
-
198
+
199
199
  def initialize(versionid=nil)
200
200
  @VersionId = versionid
201
201
  end
@@ -211,7 +211,7 @@ module TencentCloud
211
211
  # @type RequestId: String
212
212
 
213
213
  attr_accessor :RequestId
214
-
214
+
215
215
  def initialize(requestid=nil)
216
216
  @RequestId = requestid
217
217
  end
@@ -227,7 +227,7 @@ module TencentCloud
227
227
  # @type EventId: String
228
228
 
229
229
  attr_accessor :EventId
230
-
230
+
231
231
  def initialize(eventid=nil)
232
232
  @EventId = eventid
233
233
  end
@@ -259,7 +259,7 @@ module TencentCloud
259
259
  # @type RequestId: String
260
260
 
261
261
  attr_accessor :EventId, :VersionId, :StackId, :Type, :Status, :EventMessage, :CreateTime, :ConsoleLog, :RequestId
262
-
262
+
263
263
  def initialize(eventid=nil, versionid=nil, stackid=nil, type=nil, status=nil, eventmessage=nil, createtime=nil, consolelog=nil, requestid=nil)
264
264
  @EventId = eventid
265
265
  @VersionId = versionid
@@ -311,7 +311,7 @@ module TencentCloud
311
311
  # @type Limit: Integer
312
312
 
313
313
  attr_accessor :EventIds, :Filters, :Offset, :Limit
314
-
314
+
315
315
  def initialize(eventids=nil, filters=nil, offset=nil, limit=nil)
316
316
  @EventIds = eventids
317
317
  @Filters = filters
@@ -344,7 +344,7 @@ module TencentCloud
344
344
  # @type RequestId: String
345
345
 
346
346
  attr_accessor :TotalCount, :Events, :RequestId
347
-
347
+
348
348
  def initialize(totalcount=nil, events=nil, requestid=nil)
349
349
  @TotalCount = totalcount
350
350
  @Events = events
@@ -387,7 +387,7 @@ module TencentCloud
387
387
  # @type Filters: Array
388
388
 
389
389
  attr_accessor :VersionIds, :Offset, :Limit, :Filters
390
-
390
+
391
391
  def initialize(versionids=nil, offset=nil, limit=nil, filters=nil)
392
392
  @VersionIds = versionids
393
393
  @Offset = offset
@@ -420,7 +420,7 @@ module TencentCloud
420
420
  # @type RequestId: String
421
421
 
422
422
  attr_accessor :TotalCount, :Versions, :RequestId
423
-
423
+
424
424
  def initialize(totalcount=nil, versions=nil, requestid=nil)
425
425
  @TotalCount = totalcount
426
426
  @Versions = versions
@@ -451,7 +451,7 @@ module TencentCloud
451
451
  # @type Limit: Integer
452
452
 
453
453
  attr_accessor :StackIds, :Offset, :Limit
454
-
454
+
455
455
  def initialize(stackids=nil, offset=nil, limit=nil)
456
456
  @StackIds = stackids
457
457
  @Offset = offset
@@ -475,7 +475,7 @@ module TencentCloud
475
475
  # @type RequestId: String
476
476
 
477
477
  attr_accessor :TotalCount, :Stacks, :RequestId
478
-
478
+
479
479
  def initialize(totalcount=nil, stacks=nil, requestid=nil)
480
480
  @TotalCount = totalcount
481
481
  @Stacks = stacks
@@ -504,7 +504,7 @@ module TencentCloud
504
504
  # @type VersionId: String
505
505
 
506
506
  attr_accessor :StackId, :VersionId
507
-
507
+
508
508
  def initialize(stackid=nil, versionid=nil)
509
509
  @StackId = stackid
510
510
  @VersionId = versionid
@@ -524,7 +524,7 @@ module TencentCloud
524
524
  # @type RequestId: String
525
525
 
526
526
  attr_accessor :EventId, :RequestId
527
-
527
+
528
528
  def initialize(eventid=nil, requestid=nil)
529
529
  @EventId = eventid
530
530
  @RequestId = requestid
@@ -554,7 +554,7 @@ module TencentCloud
554
554
  # @type CreateTime: String
555
555
 
556
556
  attr_accessor :EventId, :VersionId, :StackId, :Type, :Status, :Message, :CreateTime
557
-
557
+
558
558
  def initialize(eventid=nil, versionid=nil, stackid=nil, type=nil, status=nil, message=nil, createtime=nil)
559
559
  @EventId = eventid
560
560
  @VersionId = versionid
@@ -584,7 +584,7 @@ module TencentCloud
584
584
  # @type Values: Array
585
585
 
586
586
  attr_accessor :Name, :Values
587
-
587
+
588
588
  def initialize(name=nil, values=nil)
589
589
  @Name = name
590
590
  @Values = values
@@ -604,7 +604,7 @@ module TencentCloud
604
604
  # @type VersionId: String
605
605
 
606
606
  attr_accessor :StackId, :VersionId
607
-
607
+
608
608
  def initialize(stackid=nil, versionid=nil)
609
609
  @StackId = stackid
610
610
  @VersionId = versionid
@@ -624,7 +624,7 @@ module TencentCloud
624
624
  # @type RequestId: String
625
625
 
626
626
  attr_accessor :EventId, :RequestId
627
-
627
+
628
628
  def initialize(eventid=nil, requestid=nil)
629
629
  @EventId = eventid
630
630
  @RequestId = requestid
@@ -652,7 +652,7 @@ module TencentCloud
652
652
  # @type CreateTime: String
653
653
 
654
654
  attr_accessor :StackId, :StackName, :Description, :Region, :Status, :CreateTime
655
-
655
+
656
656
  def initialize(stackid=nil, stackname=nil, description=nil, region=nil, status=nil, createtime=nil)
657
657
  @StackId = stackid
658
658
  @StackName = stackname
@@ -682,7 +682,7 @@ module TencentCloud
682
682
  # @type Description: String
683
683
 
684
684
  attr_accessor :StackId, :StackName, :Description
685
-
685
+
686
686
  def initialize(stackid=nil, stackname=nil, description=nil)
687
687
  @StackId = stackid
688
688
  @StackName = stackname
@@ -702,7 +702,7 @@ module TencentCloud
702
702
  # @type RequestId: String
703
703
 
704
704
  attr_accessor :RequestId
705
-
705
+
706
706
  def initialize(requestid=nil)
707
707
  @RequestId = requestid
708
708
  end
@@ -724,7 +724,7 @@ module TencentCloud
724
724
  # @type Description: String
725
725
 
726
726
  attr_accessor :VersionId, :TemplateUrl, :VersionName, :Description
727
-
727
+
728
728
  def initialize(versionid=nil, templateurl=nil, versionname=nil, description=nil)
729
729
  @VersionId = versionid
730
730
  @TemplateUrl = templateurl
@@ -746,7 +746,7 @@ module TencentCloud
746
746
  # @type RequestId: String
747
747
 
748
748
  attr_accessor :RequestId
749
-
749
+
750
750
  def initialize(requestid=nil)
751
751
  @RequestId = requestid
752
752
  end
@@ -772,7 +772,7 @@ module TencentCloud
772
772
  # @type CreateTime: String
773
773
 
774
774
  attr_accessor :VersionId, :VersionName, :Description, :StackId, :Status, :CreateTime
775
-
775
+
776
776
  def initialize(versionid=nil, versionname=nil, description=nil, stackid=nil, status=nil, createtime=nil)
777
777
  @VersionId = versionid
778
778
  @VersionName = versionname
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tic
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