tencentcloud-sdk-privatedns 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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201028/models.rb +57 -57
- 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: 162da4f0b01e95c8ffbf6e6714738bb56fa72c1c
|
4
|
+
data.tar.gz: 4babaafdba0cd1599da86ed8753821faecfab2a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6460994008ce333062a3ff73317c42f63c82192665abe069dfe5703d839c03f634d0809afa872c807299fa6005df6d50f8c6ac51b1a78cbfe149e1c69e32db21
|
7
|
+
data.tar.gz: cc8ed9afce14d15b57d8b2ee3fc6432b30ed4e4ca3399c1915bd8652de5155da6d1474c1b2058e611c68e203fbcafe82aa0dd3fa96314a42ff9aa5c148dcb2b2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20201028/models.rb
CHANGED
@@ -32,7 +32,7 @@ module TencentCloud
|
|
32
32
|
# @type VpcName: String
|
33
33
|
|
34
34
|
attr_accessor :UniqVpcId, :Region, :Uin, :VpcName
|
35
|
-
|
35
|
+
|
36
36
|
def initialize(uniqvpcid=nil, region=nil, uin=nil, vpcname=nil)
|
37
37
|
@UniqVpcId = uniqvpcid
|
38
38
|
@Region = region
|
@@ -60,7 +60,7 @@ module TencentCloud
|
|
60
60
|
# @type VpcName: String
|
61
61
|
|
62
62
|
attr_accessor :VpcId, :Region, :Uin, :VpcName
|
63
|
-
|
63
|
+
|
64
64
|
def initialize(vpcid=nil, region=nil, uin=nil, vpcname=nil)
|
65
65
|
@VpcId = vpcid
|
66
66
|
@Region = region
|
@@ -86,7 +86,7 @@ module TencentCloud
|
|
86
86
|
# @type Region: String
|
87
87
|
|
88
88
|
attr_accessor :Uin, :UniqVpcId, :Region
|
89
|
-
|
89
|
+
|
90
90
|
def initialize(uin=nil, uniqvpcid=nil, region=nil)
|
91
91
|
@Uin = uin
|
92
92
|
@UniqVpcId = uniqvpcid
|
@@ -112,7 +112,7 @@ module TencentCloud
|
|
112
112
|
# @type DataSet: Array
|
113
113
|
|
114
114
|
attr_accessor :Resource, :Metric, :TotalCount, :DataSet
|
115
|
-
|
115
|
+
|
116
116
|
def initialize(resource=nil, metric=nil, totalcount=nil, dataset=nil)
|
117
117
|
@Resource = resource
|
118
118
|
@Metric = metric
|
@@ -145,7 +145,7 @@ module TencentCloud
|
|
145
145
|
# @type Content: String
|
146
146
|
|
147
147
|
attr_accessor :Date, :OperatorUin, :Content
|
148
|
-
|
148
|
+
|
149
149
|
def initialize(date=nil, operatoruin=nil, content=nil)
|
150
150
|
@Date = date
|
151
151
|
@OperatorUin = operatoruin
|
@@ -165,7 +165,7 @@ module TencentCloud
|
|
165
165
|
# @type Account: :class:`Tencentcloud::Privatedns.v20201028.models.PrivateDNSAccount`
|
166
166
|
|
167
167
|
attr_accessor :Account
|
168
|
-
|
168
|
+
|
169
169
|
def initialize(account=nil)
|
170
170
|
@Account = account
|
171
171
|
end
|
@@ -184,7 +184,7 @@ module TencentCloud
|
|
184
184
|
# @type RequestId: String
|
185
185
|
|
186
186
|
attr_accessor :RequestId
|
187
|
-
|
187
|
+
|
188
188
|
def initialize(requestid=nil)
|
189
189
|
@RequestId = requestid
|
190
190
|
end
|
@@ -212,7 +212,7 @@ module TencentCloud
|
|
212
212
|
# @type TTL: Integer
|
213
213
|
|
214
214
|
attr_accessor :ZoneId, :RecordType, :SubDomain, :RecordValue, :Weight, :MX, :TTL
|
215
|
-
|
215
|
+
|
216
216
|
def initialize(zoneid=nil, recordtype=nil, subdomain=nil, recordvalue=nil, weight=nil, mx=nil, ttl=nil)
|
217
217
|
@ZoneId = zoneid
|
218
218
|
@RecordType = recordtype
|
@@ -242,7 +242,7 @@ module TencentCloud
|
|
242
242
|
# @type RequestId: String
|
243
243
|
|
244
244
|
attr_accessor :RecordId, :RequestId
|
245
|
-
|
245
|
+
|
246
246
|
def initialize(recordid=nil, requestid=nil)
|
247
247
|
@RecordId = recordid
|
248
248
|
@RequestId = requestid
|
@@ -274,7 +274,7 @@ module TencentCloud
|
|
274
274
|
# @type CnameSpeedupStatus: String
|
275
275
|
|
276
276
|
attr_accessor :Domain, :TagSet, :VpcSet, :Remark, :DnsForwardStatus, :Vpcs, :AccountVpcSet, :CnameSpeedupStatus
|
277
|
-
|
277
|
+
|
278
278
|
def initialize(domain=nil, tagset=nil, vpcset=nil, remark=nil, dnsforwardstatus=nil, vpcs=nil, accountvpcset=nil, cnamespeedupstatus=nil)
|
279
279
|
@Domain = domain
|
280
280
|
@TagSet = tagset
|
@@ -336,7 +336,7 @@ module TencentCloud
|
|
336
336
|
# @type RequestId: String
|
337
337
|
|
338
338
|
attr_accessor :ZoneId, :Domain, :RequestId
|
339
|
-
|
339
|
+
|
340
340
|
def initialize(zoneid=nil, domain=nil, requestid=nil)
|
341
341
|
@ZoneId = zoneid
|
342
342
|
@Domain = domain
|
@@ -358,7 +358,7 @@ module TencentCloud
|
|
358
358
|
# @type Value: Integer
|
359
359
|
|
360
360
|
attr_accessor :Date, :Value
|
361
|
-
|
361
|
+
|
362
362
|
def initialize(date=nil, value=nil)
|
363
363
|
@Date = date
|
364
364
|
@Value = value
|
@@ -376,7 +376,7 @@ module TencentCloud
|
|
376
376
|
# @type Account: :class:`Tencentcloud::Privatedns.v20201028.models.PrivateDNSAccount`
|
377
377
|
|
378
378
|
attr_accessor :Account
|
379
|
-
|
379
|
+
|
380
380
|
def initialize(account=nil)
|
381
381
|
@Account = account
|
382
382
|
end
|
@@ -395,7 +395,7 @@ module TencentCloud
|
|
395
395
|
# @type RequestId: String
|
396
396
|
|
397
397
|
attr_accessor :RequestId
|
398
|
-
|
398
|
+
|
399
399
|
def initialize(requestid=nil)
|
400
400
|
@RequestId = requestid
|
401
401
|
end
|
@@ -415,7 +415,7 @@ module TencentCloud
|
|
415
415
|
# @type RecordIdSet: Array
|
416
416
|
|
417
417
|
attr_accessor :ZoneId, :RecordId, :RecordIdSet
|
418
|
-
|
418
|
+
|
419
419
|
def initialize(zoneid=nil, recordid=nil, recordidset=nil)
|
420
420
|
@ZoneId = zoneid
|
421
421
|
@RecordId = recordid
|
@@ -435,7 +435,7 @@ module TencentCloud
|
|
435
435
|
# @type RequestId: String
|
436
436
|
|
437
437
|
attr_accessor :RequestId
|
438
|
-
|
438
|
+
|
439
439
|
def initialize(requestid=nil)
|
440
440
|
@RequestId = requestid
|
441
441
|
end
|
@@ -453,7 +453,7 @@ module TencentCloud
|
|
453
453
|
# @type ZoneIdSet: Array
|
454
454
|
|
455
455
|
attr_accessor :ZoneId, :ZoneIdSet
|
456
|
-
|
456
|
+
|
457
457
|
def initialize(zoneid=nil, zoneidset=nil)
|
458
458
|
@ZoneId = zoneid
|
459
459
|
@ZoneIdSet = zoneidset
|
@@ -471,7 +471,7 @@ module TencentCloud
|
|
471
471
|
# @type RequestId: String
|
472
472
|
|
473
473
|
attr_accessor :RequestId
|
474
|
-
|
474
|
+
|
475
475
|
def initialize(requestid=nil)
|
476
476
|
@RequestId = requestid
|
477
477
|
end
|
@@ -493,7 +493,7 @@ module TencentCloud
|
|
493
493
|
# @type Filters: Array
|
494
494
|
|
495
495
|
attr_accessor :AccountUin, :Offset, :Limit, :Filters
|
496
|
-
|
496
|
+
|
497
497
|
def initialize(accountuin=nil, offset=nil, limit=nil, filters=nil)
|
498
498
|
@AccountUin = accountuin
|
499
499
|
@Offset = offset
|
@@ -526,7 +526,7 @@ module TencentCloud
|
|
526
526
|
# @type RequestId: String
|
527
527
|
|
528
528
|
attr_accessor :TotalCount, :VpcSet, :RequestId
|
529
|
-
|
529
|
+
|
530
530
|
def initialize(totalcount=nil, vpcset=nil, requestid=nil)
|
531
531
|
@TotalCount = totalcount
|
532
532
|
@VpcSet = vpcset
|
@@ -561,7 +561,7 @@ module TencentCloud
|
|
561
561
|
# @type Limit: Integer
|
562
562
|
|
563
563
|
attr_accessor :TimeRangeBegin, :Filters, :TimeRangeEnd, :Offset, :Limit
|
564
|
-
|
564
|
+
|
565
565
|
def initialize(timerangebegin=nil, filters=nil, timerangeend=nil, offset=nil, limit=nil)
|
566
566
|
@TimeRangeBegin = timerangebegin
|
567
567
|
@Filters = filters
|
@@ -594,7 +594,7 @@ module TencentCloud
|
|
594
594
|
# @type RequestId: String
|
595
595
|
|
596
596
|
attr_accessor :Data, :RequestId
|
597
|
-
|
597
|
+
|
598
598
|
def initialize(data=nil, requestid=nil)
|
599
599
|
@Data = data
|
600
600
|
@RequestId = requestid
|
@@ -616,7 +616,7 @@ module TencentCloud
|
|
616
616
|
# DescribeDashboard请求参数结构体
|
617
617
|
class DescribeDashboardRequest < TencentCloud::Common::AbstractModel
|
618
618
|
|
619
|
-
|
619
|
+
|
620
620
|
def initialize()
|
621
621
|
end
|
622
622
|
|
@@ -638,7 +638,7 @@ module TencentCloud
|
|
638
638
|
# @type RequestId: String
|
639
639
|
|
640
640
|
attr_accessor :ZoneTotal, :ZoneVpcCount, :RequestTotalCount, :FlowUsage, :RequestId
|
641
|
-
|
641
|
+
|
642
642
|
def initialize(zonetotal=nil, zonevpccount=nil, requesttotalcount=nil, flowusage=nil, requestid=nil)
|
643
643
|
@ZoneTotal = zonetotal
|
644
644
|
@ZoneVpcCount = zonevpccount
|
@@ -673,7 +673,7 @@ module TencentCloud
|
|
673
673
|
# @type Filters: Array
|
674
674
|
|
675
675
|
attr_accessor :Offset, :Limit, :Filters
|
676
|
-
|
676
|
+
|
677
677
|
def initialize(offset=nil, limit=nil, filters=nil)
|
678
678
|
@Offset = offset
|
679
679
|
@Limit = limit
|
@@ -704,7 +704,7 @@ module TencentCloud
|
|
704
704
|
# @type RequestId: String
|
705
705
|
|
706
706
|
attr_accessor :TotalCount, :AccountSet, :RequestId
|
707
|
-
|
707
|
+
|
708
708
|
def initialize(totalcount=nil, accountset=nil, requestid=nil)
|
709
709
|
@TotalCount = totalcount
|
710
710
|
@AccountSet = accountset
|
@@ -735,7 +735,7 @@ module TencentCloud
|
|
735
735
|
# @type Filters: Array
|
736
736
|
|
737
737
|
attr_accessor :Offset, :Limit, :Filters
|
738
|
-
|
738
|
+
|
739
739
|
def initialize(offset=nil, limit=nil, filters=nil)
|
740
740
|
@Offset = offset
|
741
741
|
@Limit = limit
|
@@ -766,7 +766,7 @@ module TencentCloud
|
|
766
766
|
# @type RequestId: String
|
767
767
|
|
768
768
|
attr_accessor :TotalCount, :PrivateZoneSet, :RequestId
|
769
|
-
|
769
|
+
|
770
770
|
def initialize(totalcount=nil, privatezoneset=nil, requestid=nil)
|
771
771
|
@TotalCount = totalcount
|
772
772
|
@PrivateZoneSet = privatezoneset
|
@@ -799,7 +799,7 @@ module TencentCloud
|
|
799
799
|
# @type Limit: Integer
|
800
800
|
|
801
801
|
attr_accessor :ZoneId, :Filters, :Offset, :Limit
|
802
|
-
|
802
|
+
|
803
803
|
def initialize(zoneid=nil, filters=nil, offset=nil, limit=nil)
|
804
804
|
@ZoneId = zoneid
|
805
805
|
@Filters = filters
|
@@ -832,7 +832,7 @@ module TencentCloud
|
|
832
832
|
# @type RequestId: String
|
833
833
|
|
834
834
|
attr_accessor :TotalCount, :RecordSet, :RequestId
|
835
|
-
|
835
|
+
|
836
836
|
def initialize(totalcount=nil, recordset=nil, requestid=nil)
|
837
837
|
@TotalCount = totalcount
|
838
838
|
@RecordSet = recordset
|
@@ -859,7 +859,7 @@ module TencentCloud
|
|
859
859
|
# @type ZoneId: String
|
860
860
|
|
861
861
|
attr_accessor :ZoneId
|
862
|
-
|
862
|
+
|
863
863
|
def initialize(zoneid=nil)
|
864
864
|
@ZoneId = zoneid
|
865
865
|
end
|
@@ -877,7 +877,7 @@ module TencentCloud
|
|
877
877
|
# @type RequestId: String
|
878
878
|
|
879
879
|
attr_accessor :PrivateZone, :RequestId
|
880
|
-
|
880
|
+
|
881
881
|
def initialize(privatezone=nil, requestid=nil)
|
882
882
|
@PrivateZone = privatezone
|
883
883
|
@RequestId = requestid
|
@@ -895,7 +895,7 @@ module TencentCloud
|
|
895
895
|
# DescribePrivateZoneService请求参数结构体
|
896
896
|
class DescribePrivateZoneServiceRequest < TencentCloud::Common::AbstractModel
|
897
897
|
|
898
|
-
|
898
|
+
|
899
899
|
def initialize()
|
900
900
|
end
|
901
901
|
|
@@ -911,7 +911,7 @@ module TencentCloud
|
|
911
911
|
# @type RequestId: String
|
912
912
|
|
913
913
|
attr_accessor :ServiceStatus, :RequestId
|
914
|
-
|
914
|
+
|
915
915
|
def initialize(servicestatus=nil, requestid=nil)
|
916
916
|
@ServiceStatus = servicestatus
|
917
917
|
@RequestId = requestid
|
@@ -926,7 +926,7 @@ module TencentCloud
|
|
926
926
|
# DescribeQuotaUsage请求参数结构体
|
927
927
|
class DescribeQuotaUsageRequest < TencentCloud::Common::AbstractModel
|
928
928
|
|
929
|
-
|
929
|
+
|
930
930
|
def initialize()
|
931
931
|
end
|
932
932
|
|
@@ -942,7 +942,7 @@ module TencentCloud
|
|
942
942
|
# @type RequestId: String
|
943
943
|
|
944
944
|
attr_accessor :TldQuota, :RequestId
|
945
|
-
|
945
|
+
|
946
946
|
def initialize(tldquota=nil, requestid=nil)
|
947
947
|
@TldQuota = tldquota
|
948
948
|
@RequestId = requestid
|
@@ -967,7 +967,7 @@ module TencentCloud
|
|
967
967
|
# @type TimeRangeEnd: String
|
968
968
|
|
969
969
|
attr_accessor :TimeRangeBegin, :Filters, :TimeRangeEnd
|
970
|
-
|
970
|
+
|
971
971
|
def initialize(timerangebegin=nil, filters=nil, timerangeend=nil)
|
972
972
|
@TimeRangeBegin = timerangebegin
|
973
973
|
@Filters = filters
|
@@ -998,7 +998,7 @@ module TencentCloud
|
|
998
998
|
# @type RequestId: String
|
999
999
|
|
1000
1000
|
attr_accessor :Data, :Interval, :RequestId
|
1001
|
-
|
1001
|
+
|
1002
1002
|
def initialize(data=nil, interval=nil, requestid=nil)
|
1003
1003
|
@Data = data
|
1004
1004
|
@Interval = interval
|
@@ -1027,7 +1027,7 @@ module TencentCloud
|
|
1027
1027
|
# @type Values: Array
|
1028
1028
|
|
1029
1029
|
attr_accessor :Name, :Values
|
1030
|
-
|
1030
|
+
|
1031
1031
|
def initialize(name=nil, values=nil)
|
1032
1032
|
@Name = name
|
1033
1033
|
@Values = values
|
@@ -1049,7 +1049,7 @@ module TencentCloud
|
|
1049
1049
|
# @type AvailableQuantity: Integer
|
1050
1050
|
|
1051
1051
|
attr_accessor :FlowType, :TotalQuantity, :AvailableQuantity
|
1052
|
-
|
1052
|
+
|
1053
1053
|
def initialize(flowtype=nil, totalquantity=nil, availablequantity=nil)
|
1054
1054
|
@FlowType = flowtype
|
1055
1055
|
@TotalQuantity = totalquantity
|
@@ -1076,7 +1076,7 @@ module TencentCloud
|
|
1076
1076
|
# @type MetricCount: Integer
|
1077
1077
|
|
1078
1078
|
attr_accessor :Resource, :Metric, :DataSet, :MetricCount
|
1079
|
-
|
1079
|
+
|
1080
1080
|
def initialize(resource=nil, metric=nil, dataset=nil, metriccount=nil)
|
1081
1081
|
@Resource = resource
|
1082
1082
|
@Metric = metric
|
@@ -1119,7 +1119,7 @@ module TencentCloud
|
|
1119
1119
|
# @type TTL: Integer
|
1120
1120
|
|
1121
1121
|
attr_accessor :ZoneId, :RecordId, :RecordType, :SubDomain, :RecordValue, :Weight, :MX, :TTL
|
1122
|
-
|
1122
|
+
|
1123
1123
|
def initialize(zoneid=nil, recordid=nil, recordtype=nil, subdomain=nil, recordvalue=nil, weight=nil, mx=nil, ttl=nil)
|
1124
1124
|
@ZoneId = zoneid
|
1125
1125
|
@RecordId = recordid
|
@@ -1149,7 +1149,7 @@ module TencentCloud
|
|
1149
1149
|
# @type RequestId: String
|
1150
1150
|
|
1151
1151
|
attr_accessor :RequestId
|
1152
|
-
|
1152
|
+
|
1153
1153
|
def initialize(requestid=nil)
|
1154
1154
|
@RequestId = requestid
|
1155
1155
|
end
|
@@ -1171,7 +1171,7 @@ module TencentCloud
|
|
1171
1171
|
# @type CnameSpeedupStatus: String
|
1172
1172
|
|
1173
1173
|
attr_accessor :ZoneId, :Remark, :DnsForwardStatus, :CnameSpeedupStatus
|
1174
|
-
|
1174
|
+
|
1175
1175
|
def initialize(zoneid=nil, remark=nil, dnsforwardstatus=nil, cnamespeedupstatus=nil)
|
1176
1176
|
@ZoneId = zoneid
|
1177
1177
|
@Remark = remark
|
@@ -1193,7 +1193,7 @@ module TencentCloud
|
|
1193
1193
|
# @type RequestId: String
|
1194
1194
|
|
1195
1195
|
attr_accessor :RequestId
|
1196
|
-
|
1196
|
+
|
1197
1197
|
def initialize(requestid=nil)
|
1198
1198
|
@RequestId = requestid
|
1199
1199
|
end
|
@@ -1213,7 +1213,7 @@ module TencentCloud
|
|
1213
1213
|
# @type AccountVpcSet: Array
|
1214
1214
|
|
1215
1215
|
attr_accessor :ZoneId, :VpcSet, :AccountVpcSet
|
1216
|
-
|
1216
|
+
|
1217
1217
|
def initialize(zoneid=nil, vpcset=nil, accountvpcset=nil)
|
1218
1218
|
@ZoneId = zoneid
|
1219
1219
|
@VpcSet = vpcset
|
@@ -1253,7 +1253,7 @@ module TencentCloud
|
|
1253
1253
|
# @type RequestId: String
|
1254
1254
|
|
1255
1255
|
attr_accessor :ZoneId, :VpcSet, :AccountVpcSet, :RequestId
|
1256
|
-
|
1256
|
+
|
1257
1257
|
def initialize(zoneid=nil, vpcset=nil, accountvpcset=nil, requestid=nil)
|
1258
1258
|
@ZoneId = zoneid
|
1259
1259
|
@VpcSet = vpcset
|
@@ -1293,7 +1293,7 @@ module TencentCloud
|
|
1293
1293
|
# @type Status: String
|
1294
1294
|
|
1295
1295
|
attr_accessor :ZoneId, :RecordIds, :Status
|
1296
|
-
|
1296
|
+
|
1297
1297
|
def initialize(zoneid=nil, recordids=nil, status=nil)
|
1298
1298
|
@ZoneId = zoneid
|
1299
1299
|
@RecordIds = recordids
|
@@ -1319,7 +1319,7 @@ module TencentCloud
|
|
1319
1319
|
# @type RequestId: String
|
1320
1320
|
|
1321
1321
|
attr_accessor :ZoneId, :RecordIds, :Status, :RequestId
|
1322
|
-
|
1322
|
+
|
1323
1323
|
def initialize(zoneid=nil, recordids=nil, status=nil, requestid=nil)
|
1324
1324
|
@ZoneId = zoneid
|
1325
1325
|
@RecordIds = recordids
|
@@ -1345,7 +1345,7 @@ module TencentCloud
|
|
1345
1345
|
# @type Nickname: String
|
1346
1346
|
|
1347
1347
|
attr_accessor :Uin, :Account, :Nickname
|
1348
|
-
|
1348
|
+
|
1349
1349
|
def initialize(uin=nil, account=nil, nickname=nil)
|
1350
1350
|
@Uin = uin
|
1351
1351
|
@Account = account
|
@@ -1406,7 +1406,7 @@ module TencentCloud
|
|
1406
1406
|
# @type EndPointName: String
|
1407
1407
|
|
1408
1408
|
attr_accessor :ZoneId, :OwnerUin, :Domain, :CreatedOn, :UpdatedOn, :RecordCount, :Remark, :VpcSet, :Status, :DnsForwardStatus, :Tags, :AccountVpcSet, :IsCustomTld, :CnameSpeedupStatus, :ForwardRuleName, :ForwardRuleType, :ForwardAddress, :EndPointName
|
1409
|
-
|
1409
|
+
|
1410
1410
|
def initialize(zoneid=nil, owneruin=nil, domain=nil, createdon=nil, updatedon=nil, recordcount=nil, remark=nil, vpcset=nil, status=nil, dnsforwardstatus=nil, tags=nil, accountvpcset=nil, iscustomtld=nil, cnamespeedupstatus=nil, forwardrulename=nil, forwardruletype=nil, forwardaddress=nil, endpointname=nil)
|
1411
1411
|
@ZoneId = zoneid
|
1412
1412
|
@OwnerUin = owneruin
|
@@ -1505,7 +1505,7 @@ module TencentCloud
|
|
1505
1505
|
# @type Enabled: Integer
|
1506
1506
|
|
1507
1507
|
attr_accessor :RecordId, :ZoneId, :SubDomain, :RecordType, :RecordValue, :TTL, :MX, :Status, :Weight, :CreatedOn, :UpdatedOn, :Extra, :Enabled
|
1508
|
-
|
1508
|
+
|
1509
1509
|
def initialize(recordid=nil, zoneid=nil, subdomain=nil, recordtype=nil, recordvalue=nil, ttl=nil, mx=nil, status=nil, weight=nil, createdon=nil, updatedon=nil, extra=nil, enabled=nil)
|
1510
1510
|
@RecordId = recordid
|
1511
1511
|
@ZoneId = zoneid
|
@@ -1542,7 +1542,7 @@ module TencentCloud
|
|
1542
1542
|
# SubscribePrivateZoneService请求参数结构体
|
1543
1543
|
class SubscribePrivateZoneServiceRequest < TencentCloud::Common::AbstractModel
|
1544
1544
|
|
1545
|
-
|
1545
|
+
|
1546
1546
|
def initialize()
|
1547
1547
|
end
|
1548
1548
|
|
@@ -1558,7 +1558,7 @@ module TencentCloud
|
|
1558
1558
|
# @type RequestId: String
|
1559
1559
|
|
1560
1560
|
attr_accessor :ServiceStatus, :RequestId
|
1561
|
-
|
1561
|
+
|
1562
1562
|
def initialize(servicestatus=nil, requestid=nil)
|
1563
1563
|
@ServiceStatus = servicestatus
|
1564
1564
|
@RequestId = requestid
|
@@ -1578,7 +1578,7 @@ module TencentCloud
|
|
1578
1578
|
# @type TagValue: String
|
1579
1579
|
|
1580
1580
|
attr_accessor :TagKey, :TagValue
|
1581
|
-
|
1581
|
+
|
1582
1582
|
def initialize(tagkey=nil, tagvalue=nil)
|
1583
1583
|
@TagKey = tagkey
|
1584
1584
|
@TagValue = tagvalue
|
@@ -1602,7 +1602,7 @@ module TencentCloud
|
|
1602
1602
|
# @type Quota: Integer
|
1603
1603
|
|
1604
1604
|
attr_accessor :Total, :Used, :Stock, :Quota
|
1605
|
-
|
1605
|
+
|
1606
1606
|
def initialize(total=nil, used=nil, stock=nil, quota=nil)
|
1607
1607
|
@Total = total
|
1608
1608
|
@Used = used
|
@@ -1626,7 +1626,7 @@ module TencentCloud
|
|
1626
1626
|
# @type Region: String
|
1627
1627
|
|
1628
1628
|
attr_accessor :UniqVpcId, :Region
|
1629
|
-
|
1629
|
+
|
1630
1630
|
def initialize(uniqvpcid=nil, region=nil)
|
1631
1631
|
@UniqVpcId = uniqvpcid
|
1632
1632
|
@Region = region
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-privatedns
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
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-
|
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
|