tencentcloud-sdk-teo 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220106/models.rb +18 -18
- data/lib/v20220901/models.rb +334 -334
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28815f0d0fc384491d461ce48791fc053f57bd5c
|
4
|
+
data.tar.gz: 9896c32d3864007ec62a25c4aaa82a787f477d9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32bf9717fd3b2c0eede64887b2f2a09730b2832c43e2c303b6aad5ec3df37fd0c15c51e3f729c8f8b0eedd0cda3527a5cf65340b72e33d00d272d33681f5a805
|
7
|
+
data.tar.gz: ed83f323ca3d3e88b330378f73621df2e5eca68fcb2b1d8e2645e41611c91643b7e729a2465dcc8e6395e406a3ac4ca1e6dc31b62136a5b5787f2a1a3c3c5a54
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20220106/models.rb
CHANGED
@@ -31,7 +31,7 @@ module TencentCloud
|
|
31
31
|
# @type Headers: Array
|
32
32
|
|
33
33
|
attr_accessor :ZoneId, :Targets, :EncodeUrl, :Headers
|
34
|
-
|
34
|
+
|
35
35
|
def initialize(zoneid=nil, targets=nil, encodeurl=nil, headers=nil)
|
36
36
|
@ZoneId = zoneid
|
37
37
|
@Targets = targets
|
@@ -65,7 +65,7 @@ module TencentCloud
|
|
65
65
|
# @type RequestId: String
|
66
66
|
|
67
67
|
attr_accessor :JobId, :FailedList, :RequestId
|
68
|
-
|
68
|
+
|
69
69
|
def initialize(jobid=nil, failedlist=nil, requestid=nil)
|
70
70
|
@JobId = jobid
|
71
71
|
@FailedList = failedlist
|
@@ -111,7 +111,7 @@ module TencentCloud
|
|
111
111
|
# @type EncodeUrl: Boolean
|
112
112
|
|
113
113
|
attr_accessor :ZoneId, :Type, :Targets, :EncodeUrl
|
114
|
-
|
114
|
+
|
115
115
|
def initialize(zoneid=nil, type=nil, targets=nil, encodeurl=nil)
|
116
116
|
@ZoneId = zoneid
|
117
117
|
@Type = type
|
@@ -138,7 +138,7 @@ module TencentCloud
|
|
138
138
|
# @type RequestId: String
|
139
139
|
|
140
140
|
attr_accessor :JobId, :FailedList, :RequestId
|
141
|
-
|
141
|
+
|
142
142
|
def initialize(jobid=nil, failedlist=nil, requestid=nil)
|
143
143
|
@JobId = jobid
|
144
144
|
@FailedList = failedlist
|
@@ -182,7 +182,7 @@ module TencentCloud
|
|
182
182
|
# @type Target: String
|
183
183
|
|
184
184
|
attr_accessor :JobId, :StartTime, :EndTime, :Offset, :Limit, :Statuses, :ZoneId, :Domains, :Target
|
185
|
-
|
185
|
+
|
186
186
|
def initialize(jobid=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, statuses=nil, zoneid=nil, domains=nil, target=nil)
|
187
187
|
@JobId = jobid
|
188
188
|
@StartTime = starttime
|
@@ -218,7 +218,7 @@ module TencentCloud
|
|
218
218
|
# @type RequestId: String
|
219
219
|
|
220
220
|
attr_accessor :TotalCount, :Tasks, :RequestId
|
221
|
-
|
221
|
+
|
222
222
|
def initialize(totalcount=nil, tasks=nil, requestid=nil)
|
223
223
|
@TotalCount = totalcount
|
224
224
|
@Tasks = tasks
|
@@ -264,7 +264,7 @@ module TencentCloud
|
|
264
264
|
# @type Target: String
|
265
265
|
|
266
266
|
attr_accessor :JobId, :Type, :StartTime, :EndTime, :Offset, :Limit, :Statuses, :ZoneId, :Domains, :Target
|
267
|
-
|
267
|
+
|
268
268
|
def initialize(jobid=nil, type=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, statuses=nil, zoneid=nil, domains=nil, target=nil)
|
269
269
|
@JobId = jobid
|
270
270
|
@Type = type
|
@@ -302,7 +302,7 @@ module TencentCloud
|
|
302
302
|
# @type RequestId: String
|
303
303
|
|
304
304
|
attr_accessor :TotalCount, :Tasks, :RequestId
|
305
|
-
|
305
|
+
|
306
306
|
def initialize(totalcount=nil, tasks=nil, requestid=nil)
|
307
307
|
@TotalCount = totalcount
|
308
308
|
@Tasks = tasks
|
@@ -333,7 +333,7 @@ module TencentCloud
|
|
333
333
|
# @type Filters: Array
|
334
334
|
|
335
335
|
attr_accessor :Offset, :Limit, :Filters
|
336
|
-
|
336
|
+
|
337
337
|
def initialize(offset=nil, limit=nil, filters=nil)
|
338
338
|
@Offset = offset
|
339
339
|
@Limit = limit
|
@@ -364,7 +364,7 @@ module TencentCloud
|
|
364
364
|
# @type RequestId: String
|
365
365
|
|
366
366
|
attr_accessor :TotalCount, :Zones, :RequestId
|
367
|
-
|
367
|
+
|
368
368
|
def initialize(totalcount=nil, zones=nil, requestid=nil)
|
369
369
|
@TotalCount = totalcount
|
370
370
|
@Zones = zones
|
@@ -394,7 +394,7 @@ module TencentCloud
|
|
394
394
|
# @type Targets: Array
|
395
395
|
|
396
396
|
attr_accessor :Reason, :Targets
|
397
|
-
|
397
|
+
|
398
398
|
def initialize(reason=nil, targets=nil)
|
399
399
|
@Reason = reason
|
400
400
|
@Targets = targets
|
@@ -414,7 +414,7 @@ module TencentCloud
|
|
414
414
|
# @type Value: String
|
415
415
|
|
416
416
|
attr_accessor :Name, :Value
|
417
|
-
|
417
|
+
|
418
418
|
def initialize(name=nil, value=nil)
|
419
419
|
@Name = name
|
420
420
|
@Value = value
|
@@ -459,7 +459,7 @@ module TencentCloud
|
|
459
459
|
# @type Area: String
|
460
460
|
|
461
461
|
attr_accessor :Id, :PayMode, :CreateTime, :EnableTime, :ExpireTime, :Status, :Sv, :AutoRenewFlag, :PlanId, :Area
|
462
|
-
|
462
|
+
|
463
463
|
def initialize(id=nil, paymode=nil, createtime=nil, enabletime=nil, expiretime=nil, status=nil, sv=nil, autorenewflag=nil, planid=nil, area=nil)
|
464
464
|
@Id = id
|
465
465
|
@PayMode = paymode
|
@@ -502,7 +502,7 @@ module TencentCloud
|
|
502
502
|
# @type Value: String
|
503
503
|
|
504
504
|
attr_accessor :Key, :Value
|
505
|
-
|
505
|
+
|
506
506
|
def initialize(key=nil, value=nil)
|
507
507
|
@Key = key
|
508
508
|
@Value = value
|
@@ -524,7 +524,7 @@ module TencentCloud
|
|
524
524
|
# @type TagValue: String
|
525
525
|
|
526
526
|
attr_accessor :TagKey, :TagValue
|
527
|
-
|
527
|
+
|
528
528
|
def initialize(tagkey=nil, tagvalue=nil)
|
529
529
|
@TagKey = tagkey
|
530
530
|
@TagValue = tagvalue
|
@@ -552,7 +552,7 @@ module TencentCloud
|
|
552
552
|
# @type UpdateTime: String
|
553
553
|
|
554
554
|
attr_accessor :JobId, :Status, :Target, :Type, :CreateTime, :UpdateTime
|
555
|
-
|
555
|
+
|
556
556
|
def initialize(jobid=nil, status=nil, target=nil, type=nil, createtime=nil, updatetime=nil)
|
557
557
|
@JobId = jobid
|
558
558
|
@Status = status
|
@@ -617,7 +617,7 @@ module TencentCloud
|
|
617
617
|
# @type Area: String
|
618
618
|
|
619
619
|
attr_accessor :Id, :Name, :OriginalNameServers, :NameServers, :Status, :Type, :Paused, :CnameSpeedUp, :CnameStatus, :Tags, :Resources, :CreatedOn, :ModifiedOn, :Area
|
620
|
-
|
620
|
+
|
621
621
|
def initialize(id=nil, name=nil, originalnameservers=nil, nameservers=nil, status=nil, type=nil, paused=nil, cnamespeedup=nil, cnamestatus=nil, tags=nil, resources=nil, createdon=nil, modifiedon=nil, area=nil)
|
622
622
|
@Id = id
|
623
623
|
@Name = name
|
@@ -681,7 +681,7 @@ module TencentCloud
|
|
681
681
|
# @type Fuzzy: Boolean
|
682
682
|
|
683
683
|
attr_accessor :Name, :Values, :Fuzzy
|
684
|
-
|
684
|
+
|
685
685
|
def initialize(name=nil, values=nil, fuzzy=nil)
|
686
686
|
@Name = name
|
687
687
|
@Values = values
|