tencentcloud-sdk-tdcpg 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/v20211118/models.rb +58 -58
- 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: 099aa54a4aa19ce3da9908b6a0eed00e0b4fb134
|
4
|
+
data.tar.gz: 81ba59ccfe3648ccf5b44705bcd277034e61071b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 215ad45f79c7c806d931f255aacdc2ecbaa1818cbd36bafa1cda621d0ae73d98dfa9cd168adaa0a7c23be666ba4b4acb596a8a6c5ee9f0f6d38faf0966bbb423
|
7
|
+
data.tar.gz: 6214fba3252d67c9ba4f6584b25962fbd9ba6ba2eff337a43407fb57a52e41e022d44784b4b620485c2a73eb5fa46193799dcfb83485cdcd452da91dba91c120
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20211118/models.rb
CHANGED
@@ -31,7 +31,7 @@ module TencentCloud
|
|
31
31
|
# @type UpdateTime: String
|
32
32
|
|
33
33
|
attr_accessor :AccountName, :ClusterId, :AccountDescription, :CreateTime, :UpdateTime
|
34
|
-
|
34
|
+
|
35
35
|
def initialize(accountname=nil, clusterid=nil, accountdescription=nil, createtime=nil, updatetime=nil)
|
36
36
|
@AccountName = accountname
|
37
37
|
@ClusterId = clusterid
|
@@ -57,7 +57,7 @@ module TencentCloud
|
|
57
57
|
# @type AvailableEndTime: String
|
58
58
|
|
59
59
|
attr_accessor :AvailableBeginTime, :AvailableEndTime
|
60
|
-
|
60
|
+
|
61
61
|
def initialize(availablebegintime=nil, availableendtime=nil)
|
62
62
|
@AvailableBeginTime = availablebegintime
|
63
63
|
@AvailableEndTime = availableendtime
|
@@ -89,7 +89,7 @@ module TencentCloud
|
|
89
89
|
# @type BackupTaskStatus: String
|
90
90
|
|
91
91
|
attr_accessor :BackupId, :BackupType, :BackupMethod, :BackupDataTime, :BackupDataSize, :BackupTaskStartTime, :BackupTaskEndTime, :BackupTaskStatus
|
92
|
-
|
92
|
+
|
93
93
|
def initialize(backupid=nil, backuptype=nil, backupmethod=nil, backupdatatime=nil, backupdatasize=nil, backuptaskstarttime=nil, backuptaskendtime=nil, backuptaskstatus=nil)
|
94
94
|
@BackupId = backupid
|
95
95
|
@BackupType = backuptype
|
@@ -157,7 +157,7 @@ module TencentCloud
|
|
157
157
|
# @type Storage: Integer
|
158
158
|
|
159
159
|
attr_accessor :Zone, :DBVersion, :CPU, :Memory, :VpcId, :SubnetId, :PayMode, :SourceClusterId, :SourceDataPoint, :ClusterName, :ProjectId, :Port, :InstanceCount, :Period, :AutoRenewFlag, :StoragePayMode, :Storage
|
160
|
-
|
160
|
+
|
161
161
|
def initialize(zone=nil, dbversion=nil, cpu=nil, memory=nil, vpcid=nil, subnetid=nil, paymode=nil, sourceclusterid=nil, sourcedatapoint=nil, clustername=nil, projectid=nil, port=nil, instancecount=nil, period=nil, autorenewflag=nil, storagepaymode=nil, storage=nil)
|
162
162
|
@Zone = zone
|
163
163
|
@DBVersion = dbversion
|
@@ -207,7 +207,7 @@ module TencentCloud
|
|
207
207
|
# @type RequestId: String
|
208
208
|
|
209
209
|
attr_accessor :DealNameSet, :RequestId
|
210
|
-
|
210
|
+
|
211
211
|
def initialize(dealnameset=nil, requestid=nil)
|
212
212
|
@DealNameSet = dealnameset
|
213
213
|
@RequestId = requestid
|
@@ -277,7 +277,7 @@ module TencentCloud
|
|
277
277
|
# @type StoragePayMode: String
|
278
278
|
|
279
279
|
attr_accessor :ClusterId, :ClusterName, :Region, :Zone, :DBVersion, :ProjectId, :Status, :StatusDesc, :CreateTime, :StorageUsed, :StorageLimit, :PayMode, :PayPeriodEndTime, :AutoRenewFlag, :DBCharset, :InstanceCount, :EndpointSet, :DBMajorVersion, :DBKernelVersion, :StoragePayMode
|
280
|
-
|
280
|
+
|
281
281
|
def initialize(clusterid=nil, clustername=nil, region=nil, zone=nil, dbversion=nil, projectid=nil, status=nil, statusdesc=nil, createtime=nil, storageused=nil, storagelimit=nil, paymode=nil, payperiodendtime=nil, autorenewflag=nil, dbcharset=nil, instancecount=nil, endpointset=nil, dbmajorversion=nil, dbkernelversion=nil, storagepaymode=nil)
|
282
282
|
@ClusterId = clusterid
|
283
283
|
@ClusterName = clustername
|
@@ -346,7 +346,7 @@ module TencentCloud
|
|
346
346
|
# @type InstanceCount: Integer
|
347
347
|
|
348
348
|
attr_accessor :ClusterId, :CPU, :Memory, :InstanceName, :InstanceCount
|
349
|
-
|
349
|
+
|
350
350
|
def initialize(clusterid=nil, cpu=nil, memory=nil, instancename=nil, instancecount=nil)
|
351
351
|
@ClusterId = clusterid
|
352
352
|
@CPU = cpu
|
@@ -372,7 +372,7 @@ module TencentCloud
|
|
372
372
|
# @type RequestId: String
|
373
373
|
|
374
374
|
attr_accessor :DealNameSet, :RequestId
|
375
|
-
|
375
|
+
|
376
376
|
def initialize(dealnameset=nil, requestid=nil)
|
377
377
|
@DealNameSet = dealnameset
|
378
378
|
@RequestId = requestid
|
@@ -436,7 +436,7 @@ module TencentCloud
|
|
436
436
|
# @type Storage: Integer
|
437
437
|
|
438
438
|
attr_accessor :Zone, :MasterUserPassword, :CPU, :Memory, :VpcId, :SubnetId, :PayMode, :ClusterName, :DBVersion, :ProjectId, :Port, :InstanceCount, :Period, :AutoRenewFlag, :DBMajorVersion, :DBKernelVersion, :StoragePayMode, :Storage
|
439
|
-
|
439
|
+
|
440
440
|
def initialize(zone=nil, masteruserpassword=nil, cpu=nil, memory=nil, vpcid=nil, subnetid=nil, paymode=nil, clustername=nil, dbversion=nil, projectid=nil, port=nil, instancecount=nil, period=nil, autorenewflag=nil, dbmajorversion=nil, dbkernelversion=nil, storagepaymode=nil, storage=nil)
|
441
441
|
@Zone = zone
|
442
442
|
@MasterUserPassword = masteruserpassword
|
@@ -488,7 +488,7 @@ module TencentCloud
|
|
488
488
|
# @type RequestId: String
|
489
489
|
|
490
490
|
attr_accessor :DealNameSet, :RequestId
|
491
|
-
|
491
|
+
|
492
492
|
def initialize(dealnameset=nil, requestid=nil)
|
493
493
|
@DealNameSet = dealnameset
|
494
494
|
@RequestId = requestid
|
@@ -508,7 +508,7 @@ module TencentCloud
|
|
508
508
|
# @type InstanceIdSet: Array
|
509
509
|
|
510
510
|
attr_accessor :ClusterId, :InstanceIdSet
|
511
|
-
|
511
|
+
|
512
512
|
def initialize(clusterid=nil, instanceidset=nil)
|
513
513
|
@ClusterId = clusterid
|
514
514
|
@InstanceIdSet = instanceidset
|
@@ -526,7 +526,7 @@ module TencentCloud
|
|
526
526
|
# @type RequestId: String
|
527
527
|
|
528
528
|
attr_accessor :RequestId
|
529
|
-
|
529
|
+
|
530
530
|
def initialize(requestid=nil)
|
531
531
|
@RequestId = requestid
|
532
532
|
end
|
@@ -542,7 +542,7 @@ module TencentCloud
|
|
542
542
|
# @type ClusterId: String
|
543
543
|
|
544
544
|
attr_accessor :ClusterId
|
545
|
-
|
545
|
+
|
546
546
|
def initialize(clusterid=nil)
|
547
547
|
@ClusterId = clusterid
|
548
548
|
end
|
@@ -558,7 +558,7 @@ module TencentCloud
|
|
558
558
|
# @type RequestId: String
|
559
559
|
|
560
560
|
attr_accessor :RequestId
|
561
|
-
|
561
|
+
|
562
562
|
def initialize(requestid=nil)
|
563
563
|
@RequestId = requestid
|
564
564
|
end
|
@@ -574,7 +574,7 @@ module TencentCloud
|
|
574
574
|
# @type ClusterId: String
|
575
575
|
|
576
576
|
attr_accessor :ClusterId
|
577
|
-
|
577
|
+
|
578
578
|
def initialize(clusterid=nil)
|
579
579
|
@ClusterId = clusterid
|
580
580
|
end
|
@@ -594,7 +594,7 @@ module TencentCloud
|
|
594
594
|
# @type RequestId: String
|
595
595
|
|
596
596
|
attr_accessor :TotalCount, :AccountSet, :RequestId
|
597
|
-
|
597
|
+
|
598
598
|
def initialize(totalcount=nil, accountset=nil, requestid=nil)
|
599
599
|
@TotalCount = totalcount
|
600
600
|
@AccountSet = accountset
|
@@ -625,7 +625,7 @@ module TencentCloud
|
|
625
625
|
# @type PageSize: Integer
|
626
626
|
|
627
627
|
attr_accessor :ClusterId, :PageNumber, :PageSize
|
628
|
-
|
628
|
+
|
629
629
|
def initialize(clusterid=nil, pagenumber=nil, pagesize=nil)
|
630
630
|
@ClusterId = clusterid
|
631
631
|
@PageNumber = pagenumber
|
@@ -649,7 +649,7 @@ module TencentCloud
|
|
649
649
|
# @type RequestId: String
|
650
650
|
|
651
651
|
attr_accessor :TotalCount, :BackupSet, :RequestId
|
652
|
-
|
652
|
+
|
653
653
|
def initialize(totalcount=nil, backupset=nil, requestid=nil)
|
654
654
|
@TotalCount = totalcount
|
655
655
|
@BackupSet = backupset
|
@@ -676,7 +676,7 @@ module TencentCloud
|
|
676
676
|
# @type ClusterId: String
|
677
677
|
|
678
678
|
attr_accessor :ClusterId
|
679
|
-
|
679
|
+
|
680
680
|
def initialize(clusterid=nil)
|
681
681
|
@ClusterId = clusterid
|
682
682
|
end
|
@@ -696,7 +696,7 @@ module TencentCloud
|
|
696
696
|
# @type RequestId: String
|
697
697
|
|
698
698
|
attr_accessor :TotalCount, :EndpointSet, :RequestId
|
699
|
-
|
699
|
+
|
700
700
|
def initialize(totalcount=nil, endpointset=nil, requestid=nil)
|
701
701
|
@TotalCount = totalcount
|
702
702
|
@EndpointSet = endpointset
|
@@ -742,7 +742,7 @@ module TencentCloud
|
|
742
742
|
# @type OrderByType: String
|
743
743
|
|
744
744
|
attr_accessor :ClusterId, :PageNumber, :PageSize, :Filters, :OrderBy, :OrderByType
|
745
|
-
|
745
|
+
|
746
746
|
def initialize(clusterid=nil, pagenumber=nil, pagesize=nil, filters=nil, orderby=nil, orderbytype=nil)
|
747
747
|
@ClusterId = clusterid
|
748
748
|
@PageNumber = pagenumber
|
@@ -779,7 +779,7 @@ module TencentCloud
|
|
779
779
|
# @type RequestId: String
|
780
780
|
|
781
781
|
attr_accessor :TotalCount, :InstanceSet, :RequestId
|
782
|
-
|
782
|
+
|
783
783
|
def initialize(totalcount=nil, instanceset=nil, requestid=nil)
|
784
784
|
@TotalCount = totalcount
|
785
785
|
@InstanceSet = instanceset
|
@@ -808,7 +808,7 @@ module TencentCloud
|
|
808
808
|
# @type DataPoint: String
|
809
809
|
|
810
810
|
attr_accessor :ClusterId, :DataPoint
|
811
|
-
|
811
|
+
|
812
812
|
def initialize(clusterid=nil, datapoint=nil)
|
813
813
|
@ClusterId = clusterid
|
814
814
|
@DataPoint = datapoint
|
@@ -828,7 +828,7 @@ module TencentCloud
|
|
828
828
|
# @type RequestId: String
|
829
829
|
|
830
830
|
attr_accessor :AvailableRecoveryTimeRangeSet, :RequestId
|
831
|
-
|
831
|
+
|
832
832
|
def initialize(availablerecoverytimerangeset=nil, requestid=nil)
|
833
833
|
@AvailableRecoveryTimeRangeSet = availablerecoverytimerangeset
|
834
834
|
@RequestId = requestid
|
@@ -870,7 +870,7 @@ module TencentCloud
|
|
870
870
|
# @type OrderByType: String
|
871
871
|
|
872
872
|
attr_accessor :PageNumber, :PageSize, :Filters, :OrderBy, :OrderByType
|
873
|
-
|
873
|
+
|
874
874
|
def initialize(pagenumber=nil, pagesize=nil, filters=nil, orderby=nil, orderbytype=nil)
|
875
875
|
@PageNumber = pagenumber
|
876
876
|
@PageSize = pagesize
|
@@ -905,7 +905,7 @@ module TencentCloud
|
|
905
905
|
# @type RequestId: String
|
906
906
|
|
907
907
|
attr_accessor :TotalCount, :ClusterSet, :RequestId
|
908
|
-
|
908
|
+
|
909
909
|
def initialize(totalcount=nil, clusterset=nil, requestid=nil)
|
910
910
|
@TotalCount = totalcount
|
911
911
|
@ClusterSet = clusterset
|
@@ -932,7 +932,7 @@ module TencentCloud
|
|
932
932
|
# @type DealName: String
|
933
933
|
|
934
934
|
attr_accessor :DealName
|
935
|
-
|
935
|
+
|
936
936
|
def initialize(dealname=nil)
|
937
937
|
@DealName = dealname
|
938
938
|
end
|
@@ -950,7 +950,7 @@ module TencentCloud
|
|
950
950
|
# @type RequestId: String
|
951
951
|
|
952
952
|
attr_accessor :ResourceIdInfoSet, :RequestId
|
953
|
-
|
953
|
+
|
954
954
|
def initialize(resourceidinfoset=nil, requestid=nil)
|
955
955
|
@ResourceIdInfoSet = resourceidinfoset
|
956
956
|
@RequestId = requestid
|
@@ -997,7 +997,7 @@ module TencentCloud
|
|
997
997
|
# @type WanDomain: String
|
998
998
|
|
999
999
|
attr_accessor :EndpointId, :ClusterId, :EndpointName, :EndpointType, :VpcId, :SubnetId, :PrivateIp, :PrivatePort, :WanIp, :WanPort, :WanDomain
|
1000
|
-
|
1000
|
+
|
1001
1001
|
def initialize(endpointid=nil, clusterid=nil, endpointname=nil, endpointtype=nil, vpcid=nil, subnetid=nil, privateip=nil, privateport=nil, wanip=nil, wanport=nil, wandomain=nil)
|
1002
1002
|
@EndpointId = endpointid
|
1003
1003
|
@ClusterId = clusterid
|
@@ -1037,7 +1037,7 @@ module TencentCloud
|
|
1037
1037
|
# @type ExactMatch: Boolean
|
1038
1038
|
|
1039
1039
|
attr_accessor :Name, :Values, :ExactMatch
|
1040
|
-
|
1040
|
+
|
1041
1041
|
def initialize(name=nil, values=nil, exactmatch=nil)
|
1042
1042
|
@Name = name
|
1043
1043
|
@Values = values
|
@@ -1095,7 +1095,7 @@ module TencentCloud
|
|
1095
1095
|
# @type DBKernelVersion: String
|
1096
1096
|
|
1097
1097
|
attr_accessor :InstanceId, :InstanceName, :ClusterId, :EndpointId, :Region, :Zone, :DBVersion, :Status, :StatusDesc, :CreateTime, :PayMode, :PayPeriodEndTime, :CPU, :Memory, :InstanceType, :DBMajorVersion, :DBKernelVersion
|
1098
|
-
|
1098
|
+
|
1099
1099
|
def initialize(instanceid=nil, instancename=nil, clusterid=nil, endpointid=nil, region=nil, zone=nil, dbversion=nil, status=nil, statusdesc=nil, createtime=nil, paymode=nil, payperiodendtime=nil, cpu=nil, memory=nil, instancetype=nil, dbmajorversion=nil, dbkernelversion=nil)
|
1100
1100
|
@InstanceId = instanceid
|
1101
1101
|
@InstanceName = instancename
|
@@ -1145,7 +1145,7 @@ module TencentCloud
|
|
1145
1145
|
# @type InstanceIdSet: Array
|
1146
1146
|
|
1147
1147
|
attr_accessor :ClusterId, :InstanceIdSet
|
1148
|
-
|
1148
|
+
|
1149
1149
|
def initialize(clusterid=nil, instanceidset=nil)
|
1150
1150
|
@ClusterId = clusterid
|
1151
1151
|
@InstanceIdSet = instanceidset
|
@@ -1163,7 +1163,7 @@ module TencentCloud
|
|
1163
1163
|
# @type RequestId: String
|
1164
1164
|
|
1165
1165
|
attr_accessor :RequestId
|
1166
|
-
|
1166
|
+
|
1167
1167
|
def initialize(requestid=nil)
|
1168
1168
|
@RequestId = requestid
|
1169
1169
|
end
|
@@ -1179,7 +1179,7 @@ module TencentCloud
|
|
1179
1179
|
# @type ClusterId: String
|
1180
1180
|
|
1181
1181
|
attr_accessor :ClusterId
|
1182
|
-
|
1182
|
+
|
1183
1183
|
def initialize(clusterid=nil)
|
1184
1184
|
@ClusterId = clusterid
|
1185
1185
|
end
|
@@ -1195,7 +1195,7 @@ module TencentCloud
|
|
1195
1195
|
# @type RequestId: String
|
1196
1196
|
|
1197
1197
|
attr_accessor :RequestId
|
1198
|
-
|
1198
|
+
|
1199
1199
|
def initialize(requestid=nil)
|
1200
1200
|
@RequestId = requestid
|
1201
1201
|
end
|
@@ -1215,7 +1215,7 @@ module TencentCloud
|
|
1215
1215
|
# @type AccountDescription: String
|
1216
1216
|
|
1217
1217
|
attr_accessor :ClusterId, :AccountName, :AccountDescription
|
1218
|
-
|
1218
|
+
|
1219
1219
|
def initialize(clusterid=nil, accountname=nil, accountdescription=nil)
|
1220
1220
|
@ClusterId = clusterid
|
1221
1221
|
@AccountName = accountname
|
@@ -1235,7 +1235,7 @@ module TencentCloud
|
|
1235
1235
|
# @type RequestId: String
|
1236
1236
|
|
1237
1237
|
attr_accessor :RequestId
|
1238
|
-
|
1238
|
+
|
1239
1239
|
def initialize(requestid=nil)
|
1240
1240
|
@RequestId = requestid
|
1241
1241
|
end
|
@@ -1257,7 +1257,7 @@ module TencentCloud
|
|
1257
1257
|
# @type WanStatus: String
|
1258
1258
|
|
1259
1259
|
attr_accessor :ClusterId, :EndpointId, :WanStatus
|
1260
|
-
|
1260
|
+
|
1261
1261
|
def initialize(clusterid=nil, endpointid=nil, wanstatus=nil)
|
1262
1262
|
@ClusterId = clusterid
|
1263
1263
|
@EndpointId = endpointid
|
@@ -1277,7 +1277,7 @@ module TencentCloud
|
|
1277
1277
|
# @type RequestId: String
|
1278
1278
|
|
1279
1279
|
attr_accessor :RequestId
|
1280
|
-
|
1280
|
+
|
1281
1281
|
def initialize(requestid=nil)
|
1282
1282
|
@RequestId = requestid
|
1283
1283
|
end
|
@@ -1303,7 +1303,7 @@ module TencentCloud
|
|
1303
1303
|
# @type OperationTiming: String
|
1304
1304
|
|
1305
1305
|
attr_accessor :ClusterId, :InstanceIdSet, :CPU, :Memory, :OperationTiming
|
1306
|
-
|
1306
|
+
|
1307
1307
|
def initialize(clusterid=nil, instanceidset=nil, cpu=nil, memory=nil, operationtiming=nil)
|
1308
1308
|
@ClusterId = clusterid
|
1309
1309
|
@InstanceIdSet = instanceidset
|
@@ -1327,7 +1327,7 @@ module TencentCloud
|
|
1327
1327
|
# @type RequestId: String
|
1328
1328
|
|
1329
1329
|
attr_accessor :RequestId
|
1330
|
-
|
1330
|
+
|
1331
1331
|
def initialize(requestid=nil)
|
1332
1332
|
@RequestId = requestid
|
1333
1333
|
end
|
@@ -1345,7 +1345,7 @@ module TencentCloud
|
|
1345
1345
|
# @type ClusterName: String
|
1346
1346
|
|
1347
1347
|
attr_accessor :ClusterId, :ClusterName
|
1348
|
-
|
1348
|
+
|
1349
1349
|
def initialize(clusterid=nil, clustername=nil)
|
1350
1350
|
@ClusterId = clusterid
|
1351
1351
|
@ClusterName = clustername
|
@@ -1363,7 +1363,7 @@ module TencentCloud
|
|
1363
1363
|
# @type RequestId: String
|
1364
1364
|
|
1365
1365
|
attr_accessor :RequestId
|
1366
|
-
|
1366
|
+
|
1367
1367
|
def initialize(requestid=nil)
|
1368
1368
|
@RequestId = requestid
|
1369
1369
|
end
|
@@ -1381,7 +1381,7 @@ module TencentCloud
|
|
1381
1381
|
# @type AutoRenewFlag: Integer
|
1382
1382
|
|
1383
1383
|
attr_accessor :ClusterIdSet, :AutoRenewFlag
|
1384
|
-
|
1384
|
+
|
1385
1385
|
def initialize(clusteridset=nil, autorenewflag=nil)
|
1386
1386
|
@ClusterIdSet = clusteridset
|
1387
1387
|
@AutoRenewFlag = autorenewflag
|
@@ -1399,7 +1399,7 @@ module TencentCloud
|
|
1399
1399
|
# @type RequestId: String
|
1400
1400
|
|
1401
1401
|
attr_accessor :RequestId
|
1402
|
-
|
1402
|
+
|
1403
1403
|
def initialize(requestid=nil)
|
1404
1404
|
@RequestId = requestid
|
1405
1405
|
end
|
@@ -1420,7 +1420,7 @@ module TencentCloud
|
|
1420
1420
|
# @type Period: Integer
|
1421
1421
|
|
1422
1422
|
attr_accessor :ClusterId, :InstanceIdSet, :Period
|
1423
|
-
|
1423
|
+
|
1424
1424
|
def initialize(clusterid=nil, instanceidset=nil, period=nil)
|
1425
1425
|
@ClusterId = clusterid
|
1426
1426
|
@InstanceIdSet = instanceidset
|
@@ -1440,7 +1440,7 @@ module TencentCloud
|
|
1440
1440
|
# @type RequestId: String
|
1441
1441
|
|
1442
1442
|
attr_accessor :RequestId
|
1443
|
-
|
1443
|
+
|
1444
1444
|
def initialize(requestid=nil)
|
1445
1445
|
@RequestId = requestid
|
1446
1446
|
end
|
@@ -1459,7 +1459,7 @@ module TencentCloud
|
|
1459
1459
|
# @type Period: Integer
|
1460
1460
|
|
1461
1461
|
attr_accessor :ClusterId, :Period
|
1462
|
-
|
1462
|
+
|
1463
1463
|
def initialize(clusterid=nil, period=nil)
|
1464
1464
|
@ClusterId = clusterid
|
1465
1465
|
@Period = period
|
@@ -1477,7 +1477,7 @@ module TencentCloud
|
|
1477
1477
|
# @type RequestId: String
|
1478
1478
|
|
1479
1479
|
attr_accessor :RequestId
|
1480
|
-
|
1480
|
+
|
1481
1481
|
def initialize(requestid=nil)
|
1482
1482
|
@RequestId = requestid
|
1483
1483
|
end
|
@@ -1495,7 +1495,7 @@ module TencentCloud
|
|
1495
1495
|
# @type Period: Integer
|
1496
1496
|
|
1497
1497
|
attr_accessor :ClusterId, :Period
|
1498
|
-
|
1498
|
+
|
1499
1499
|
def initialize(clusterid=nil, period=nil)
|
1500
1500
|
@ClusterId = clusterid
|
1501
1501
|
@Period = period
|
@@ -1513,7 +1513,7 @@ module TencentCloud
|
|
1513
1513
|
# @type RequestId: String
|
1514
1514
|
|
1515
1515
|
attr_accessor :RequestId
|
1516
|
-
|
1516
|
+
|
1517
1517
|
def initialize(requestid=nil)
|
1518
1518
|
@RequestId = requestid
|
1519
1519
|
end
|
@@ -1533,7 +1533,7 @@ module TencentCloud
|
|
1533
1533
|
# @type AccountPassword: String
|
1534
1534
|
|
1535
1535
|
attr_accessor :ClusterId, :AccountName, :AccountPassword
|
1536
|
-
|
1536
|
+
|
1537
1537
|
def initialize(clusterid=nil, accountname=nil, accountpassword=nil)
|
1538
1538
|
@ClusterId = clusterid
|
1539
1539
|
@AccountName = accountname
|
@@ -1553,7 +1553,7 @@ module TencentCloud
|
|
1553
1553
|
# @type RequestId: String
|
1554
1554
|
|
1555
1555
|
attr_accessor :RequestId
|
1556
|
-
|
1556
|
+
|
1557
1557
|
def initialize(requestid=nil)
|
1558
1558
|
@RequestId = requestid
|
1559
1559
|
end
|
@@ -1571,7 +1571,7 @@ module TencentCloud
|
|
1571
1571
|
# @type InstanceIdSet: Array
|
1572
1572
|
|
1573
1573
|
attr_accessor :ClusterId, :InstanceIdSet
|
1574
|
-
|
1574
|
+
|
1575
1575
|
def initialize(clusterid=nil, instanceidset=nil)
|
1576
1576
|
@ClusterId = clusterid
|
1577
1577
|
@InstanceIdSet = instanceidset
|
@@ -1591,7 +1591,7 @@ module TencentCloud
|
|
1591
1591
|
# @type InstanceIdSet: Array
|
1592
1592
|
|
1593
1593
|
attr_accessor :ClusterId, :InstanceIdSet
|
1594
|
-
|
1594
|
+
|
1595
1595
|
def initialize(clusterid=nil, instanceidset=nil)
|
1596
1596
|
@ClusterId = clusterid
|
1597
1597
|
@InstanceIdSet = instanceidset
|
@@ -1609,7 +1609,7 @@ module TencentCloud
|
|
1609
1609
|
# @type RequestId: String
|
1610
1610
|
|
1611
1611
|
attr_accessor :RequestId
|
1612
|
-
|
1612
|
+
|
1613
1613
|
def initialize(requestid=nil)
|
1614
1614
|
@RequestId = requestid
|
1615
1615
|
end
|
@@ -1631,7 +1631,7 @@ module TencentCloud
|
|
1631
1631
|
# @type Period: Integer
|
1632
1632
|
|
1633
1633
|
attr_accessor :ClusterId, :CurrentPayMode, :TargetPayMode, :Period
|
1634
|
-
|
1634
|
+
|
1635
1635
|
def initialize(clusterid=nil, currentpaymode=nil, targetpaymode=nil, period=nil)
|
1636
1636
|
@ClusterId = clusterid
|
1637
1637
|
@CurrentPayMode = currentpaymode
|
@@ -1653,7 +1653,7 @@ module TencentCloud
|
|
1653
1653
|
# @type RequestId: String
|
1654
1654
|
|
1655
1655
|
attr_accessor :RequestId
|
1656
|
-
|
1656
|
+
|
1657
1657
|
def initialize(requestid=nil)
|
1658
1658
|
@RequestId = requestid
|
1659
1659
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tdcpg
|
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
|