tencentcloud-sdk-keewidb 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/v20220308/models.rb +103 -103
- 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: e7dd9de6bfba27de2e0d6faa69dba154cb554274
|
4
|
+
data.tar.gz: 697b7b43e32eca7bc103d26c21223cded275dc16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ef1a061b023316ae0784608aa960e89be0e35f2fbb21758e3ccab7de1b785b4db3e3ffbf8af7172e4ff9fdf7b682c69f7a0655a74739b39a2c1502e33f04df8
|
7
|
+
data.tar.gz: 72ed7fd1e5080a9d6749ef57008a3ba5211624bb72104946449fe1207c8e65e044a34cc22c36f68884a89943fcb42d83855c9c34b33f6c0f70832b4c0afcc6d5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20220308/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type InstanceIds: Array
|
28
28
|
|
29
29
|
attr_accessor :Product, :SecurityGroupId, :InstanceIds
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(product=nil, securitygroupid=nil, instanceids=nil)
|
32
32
|
@Product = product
|
33
33
|
@SecurityGroupId = securitygroupid
|
@@ -47,7 +47,7 @@ module TencentCloud
|
|
47
47
|
# @type RequestId: String
|
48
48
|
|
49
49
|
attr_accessor :RequestId
|
50
|
-
|
50
|
+
|
51
51
|
def initialize(requestid=nil)
|
52
52
|
@RequestId = requestid
|
53
53
|
end
|
@@ -73,7 +73,7 @@ module TencentCloud
|
|
73
73
|
# @type Locked: Integer
|
74
74
|
|
75
75
|
attr_accessor :StartTime, :BackupId, :BackupType, :Remark, :Status, :Locked
|
76
|
-
|
76
|
+
|
77
77
|
def initialize(starttime=nil, backupid=nil, backuptype=nil, remark=nil, status=nil, locked=nil)
|
78
78
|
@StartTime = starttime
|
79
79
|
@BackupId = backupid
|
@@ -108,7 +108,7 @@ module TencentCloud
|
|
108
108
|
# @type FileSize: Integer
|
109
109
|
|
110
110
|
attr_accessor :StartTime, :EndTime, :BackupId, :Filename, :FileSize
|
111
|
-
|
111
|
+
|
112
112
|
def initialize(starttime=nil, endtime=nil, backupid=nil, filename=nil, filesize=nil)
|
113
113
|
@StartTime = starttime
|
114
114
|
@EndTime = endtime
|
@@ -134,7 +134,7 @@ module TencentCloud
|
|
134
134
|
# @type NodeId: String
|
135
135
|
|
136
136
|
attr_accessor :InstanceId, :NodeId
|
137
|
-
|
137
|
+
|
138
138
|
def initialize(instanceid=nil, nodeid=nil)
|
139
139
|
@InstanceId = instanceid
|
140
140
|
@NodeId = nodeid
|
@@ -154,7 +154,7 @@ module TencentCloud
|
|
154
154
|
# @type RequestId: String
|
155
155
|
|
156
156
|
attr_accessor :TaskId, :RequestId
|
157
|
-
|
157
|
+
|
158
158
|
def initialize(taskid=nil, requestid=nil)
|
159
159
|
@TaskId = taskid
|
160
160
|
@RequestId = requestid
|
@@ -172,7 +172,7 @@ module TencentCloud
|
|
172
172
|
# @type InstanceId: String
|
173
173
|
|
174
174
|
attr_accessor :InstanceId
|
175
|
-
|
175
|
+
|
176
176
|
def initialize(instanceid=nil)
|
177
177
|
@InstanceId = instanceid
|
178
178
|
end
|
@@ -190,7 +190,7 @@ module TencentCloud
|
|
190
190
|
# @type RequestId: String
|
191
191
|
|
192
192
|
attr_accessor :TaskId, :RequestId
|
193
|
-
|
193
|
+
|
194
194
|
def initialize(taskid=nil, requestid=nil)
|
195
195
|
@TaskId = taskid
|
196
196
|
@RequestId = requestid
|
@@ -211,7 +211,7 @@ module TencentCloud
|
|
211
211
|
# @type Password: String
|
212
212
|
|
213
213
|
attr_accessor :InstanceId, :Password
|
214
|
-
|
214
|
+
|
215
215
|
def initialize(instanceid=nil, password=nil)
|
216
216
|
@InstanceId = instanceid
|
217
217
|
@Password = password
|
@@ -231,7 +231,7 @@ module TencentCloud
|
|
231
231
|
# @type RequestId: String
|
232
232
|
|
233
233
|
attr_accessor :TaskId, :RequestId
|
234
|
-
|
234
|
+
|
235
235
|
def initialize(taskid=nil, requestid=nil)
|
236
236
|
@TaskId = taskid
|
237
237
|
@RequestId = requestid
|
@@ -253,7 +253,7 @@ module TencentCloud
|
|
253
253
|
# @type StorageDays: Integer
|
254
254
|
|
255
255
|
attr_accessor :InstanceId, :Remark, :StorageDays
|
256
|
-
|
256
|
+
|
257
257
|
def initialize(instanceid=nil, remark=nil, storagedays=nil)
|
258
258
|
@InstanceId = instanceid
|
259
259
|
@Remark = remark
|
@@ -275,7 +275,7 @@ module TencentCloud
|
|
275
275
|
# @type RequestId: String
|
276
276
|
|
277
277
|
attr_accessor :TaskId, :RequestId
|
278
|
-
|
278
|
+
|
279
279
|
def initialize(taskid=nil, requestid=nil)
|
280
280
|
@TaskId = taskid
|
281
281
|
@RequestId = requestid
|
@@ -343,7 +343,7 @@ module TencentCloud
|
|
343
343
|
# @type ProjectId: Integer
|
344
344
|
|
345
345
|
attr_accessor :TypeId, :UniqVpcId, :UniqSubnetId, :BillingMode, :GoodsNum, :Period, :ShardNum, :ReplicasNum, :MachineCpu, :MachineMemory, :ZoneId, :ZoneName, :InstanceName, :NoAuth, :Password, :VPort, :AutoRenew, :SecurityGroupIdList, :ResourceTags, :MemSize, :DiskSize, :ProjectId
|
346
|
-
|
346
|
+
|
347
347
|
def initialize(typeid=nil, uniqvpcid=nil, uniqsubnetid=nil, billingmode=nil, goodsnum=nil, period=nil, shardnum=nil, replicasnum=nil, machinecpu=nil, machinememory=nil, zoneid=nil, zonename=nil, instancename=nil, noauth=nil, password=nil, vport=nil, autorenew=nil, securitygroupidlist=nil, resourcetags=nil, memsize=nil, disksize=nil, projectid=nil)
|
348
348
|
@TypeId = typeid
|
349
349
|
@UniqVpcId = uniqvpcid
|
@@ -412,7 +412,7 @@ module TencentCloud
|
|
412
412
|
# @type RequestId: String
|
413
413
|
|
414
414
|
attr_accessor :DealId, :InstanceIds, :RequestId
|
415
|
-
|
415
|
+
|
416
416
|
def initialize(dealid=nil, instanceids=nil, requestid=nil)
|
417
417
|
@DealId = dealid
|
418
418
|
@InstanceIds = instanceids
|
@@ -432,7 +432,7 @@ module TencentCloud
|
|
432
432
|
# @type InstanceId: String
|
433
433
|
|
434
434
|
attr_accessor :InstanceId
|
435
|
-
|
435
|
+
|
436
436
|
def initialize(instanceid=nil)
|
437
437
|
@InstanceId = instanceid
|
438
438
|
end
|
@@ -456,7 +456,7 @@ module TencentCloud
|
|
456
456
|
# @type RequestId: String
|
457
457
|
|
458
458
|
attr_accessor :WeekDays, :TimePeriod, :BackupStorageDays, :BinlogStorageDays, :RequestId
|
459
|
-
|
459
|
+
|
460
460
|
def initialize(weekdays=nil, timeperiod=nil, backupstoragedays=nil, binlogstoragedays=nil, requestid=nil)
|
461
461
|
@WeekDays = weekdays
|
462
462
|
@TimePeriod = timeperiod
|
@@ -480,7 +480,7 @@ module TencentCloud
|
|
480
480
|
# @type InstanceId: String
|
481
481
|
|
482
482
|
attr_accessor :InstanceId
|
483
|
-
|
483
|
+
|
484
484
|
def initialize(instanceid=nil)
|
485
485
|
@InstanceId = instanceid
|
486
486
|
end
|
@@ -502,7 +502,7 @@ module TencentCloud
|
|
502
502
|
# @type RequestId: String
|
503
503
|
|
504
504
|
attr_accessor :InNetLimit, :OutNetLimit, :ClientLimit, :RequestId
|
505
|
-
|
505
|
+
|
506
506
|
def initialize(innetlimit=nil, outnetlimit=nil, clientlimit=nil, requestid=nil)
|
507
507
|
@InNetLimit = innetlimit
|
508
508
|
@OutNetLimit = outnetlimit
|
@@ -526,7 +526,7 @@ module TencentCloud
|
|
526
526
|
# @type InstanceId: String
|
527
527
|
|
528
528
|
attr_accessor :Product, :InstanceId
|
529
|
-
|
529
|
+
|
530
530
|
def initialize(product=nil, instanceid=nil)
|
531
531
|
@Product = product
|
532
532
|
@InstanceId = instanceid
|
@@ -550,7 +550,7 @@ module TencentCloud
|
|
550
550
|
# @type RequestId: String
|
551
551
|
|
552
552
|
attr_accessor :Groups, :VIP, :VPort, :RequestId
|
553
|
-
|
553
|
+
|
554
554
|
def initialize(groups=nil, vip=nil, vport=nil, requestid=nil)
|
555
555
|
@Groups = groups
|
556
556
|
@VIP = vip
|
@@ -590,7 +590,7 @@ module TencentCloud
|
|
590
590
|
# @type Status: Array
|
591
591
|
|
592
592
|
attr_accessor :InstanceId, :Limit, :Offset, :BeginTime, :EndTime, :Status
|
593
|
-
|
593
|
+
|
594
594
|
def initialize(instanceid=nil, limit=nil, offset=nil, begintime=nil, endtime=nil, status=nil)
|
595
595
|
@InstanceId = instanceid
|
596
596
|
@Limit = limit
|
@@ -623,7 +623,7 @@ module TencentCloud
|
|
623
623
|
# @type RequestId: String
|
624
624
|
|
625
625
|
attr_accessor :TotalCount, :BackupSet, :BackupRecord, :RequestId
|
626
|
-
|
626
|
+
|
627
627
|
def initialize(totalcount=nil, backupset=nil, backuprecord=nil, requestid=nil)
|
628
628
|
@TotalCount = totalcount
|
629
629
|
@BackupSet = backupset
|
@@ -667,7 +667,7 @@ module TencentCloud
|
|
667
667
|
# @type EndTime: String
|
668
668
|
|
669
669
|
attr_accessor :InstanceId, :Limit, :Offset, :BeginTime, :EndTime
|
670
|
-
|
670
|
+
|
671
671
|
def initialize(instanceid=nil, limit=nil, offset=nil, begintime=nil, endtime=nil)
|
672
672
|
@InstanceId = instanceid
|
673
673
|
@Limit = limit
|
@@ -695,7 +695,7 @@ module TencentCloud
|
|
695
695
|
# @type RequestId: String
|
696
696
|
|
697
697
|
attr_accessor :TotalCount, :BackupSet, :RequestId
|
698
|
-
|
698
|
+
|
699
699
|
def initialize(totalcount=nil, backupset=nil, requestid=nil)
|
700
700
|
@TotalCount = totalcount
|
701
701
|
@BackupSet = backupset
|
@@ -722,7 +722,7 @@ module TencentCloud
|
|
722
722
|
# @type DealIds: Array
|
723
723
|
|
724
724
|
attr_accessor :DealIds
|
725
|
-
|
725
|
+
|
726
726
|
def initialize(dealids=nil)
|
727
727
|
@DealIds = dealids
|
728
728
|
end
|
@@ -740,7 +740,7 @@ module TencentCloud
|
|
740
740
|
# @type RequestId: String
|
741
741
|
|
742
742
|
attr_accessor :DealDetails, :RequestId
|
743
|
-
|
743
|
+
|
744
744
|
def initialize(dealdetails=nil, requestid=nil)
|
745
745
|
@DealDetails = dealdetails
|
746
746
|
@RequestId = requestid
|
@@ -769,7 +769,7 @@ module TencentCloud
|
|
769
769
|
# @type Offset: Integer
|
770
770
|
|
771
771
|
attr_accessor :InstanceId, :Limit, :Offset
|
772
|
-
|
772
|
+
|
773
773
|
def initialize(instanceid=nil, limit=nil, offset=nil)
|
774
774
|
@InstanceId = instanceid
|
775
775
|
@Limit = limit
|
@@ -810,7 +810,7 @@ module TencentCloud
|
|
810
810
|
# @type RequestId: String
|
811
811
|
|
812
812
|
attr_accessor :ProxyCount, :Proxy, :RedisCount, :Redis, :TendisCount, :Tendis, :KeeWiDBCount, :KeeWiDB, :RequestId
|
813
|
-
|
813
|
+
|
814
814
|
def initialize(proxycount=nil, proxy=nil, rediscount=nil, redis=nil, tendiscount=nil, tendis=nil, keewidbcount=nil, keewidb=nil, requestid=nil)
|
815
815
|
@ProxyCount = proxycount
|
816
816
|
@Proxy = proxy
|
@@ -874,7 +874,7 @@ module TencentCloud
|
|
874
874
|
# @type Offset: Integer
|
875
875
|
|
876
876
|
attr_accessor :InstanceId, :Limit, :Offset
|
877
|
-
|
877
|
+
|
878
878
|
def initialize(instanceid=nil, limit=nil, offset=nil)
|
879
879
|
@InstanceId = instanceid
|
880
880
|
@Limit = limit
|
@@ -898,7 +898,7 @@ module TencentCloud
|
|
898
898
|
# @type RequestId: String
|
899
899
|
|
900
900
|
attr_accessor :TotalCount, :InstanceParamHistory, :RequestId
|
901
|
-
|
901
|
+
|
902
902
|
def initialize(totalcount=nil, instanceparamhistory=nil, requestid=nil)
|
903
903
|
@TotalCount = totalcount
|
904
904
|
@InstanceParamHistory = instanceparamhistory
|
@@ -925,7 +925,7 @@ module TencentCloud
|
|
925
925
|
# @type InstanceId: String
|
926
926
|
|
927
927
|
attr_accessor :InstanceId
|
928
|
-
|
928
|
+
|
929
929
|
def initialize(instanceid=nil)
|
930
930
|
@InstanceId = instanceid
|
931
931
|
end
|
@@ -951,7 +951,7 @@ module TencentCloud
|
|
951
951
|
# @type RequestId: String
|
952
952
|
|
953
953
|
attr_accessor :TotalCount, :InstanceEnumParam, :InstanceIntegerParam, :InstanceTextParam, :InstanceMultiParam, :RequestId
|
954
|
-
|
954
|
+
|
955
955
|
def initialize(totalcount=nil, instanceenumparam=nil, instanceintegerparam=nil, instancetextparam=nil, instancemultiparam=nil, requestid=nil)
|
956
956
|
@TotalCount = totalcount
|
957
957
|
@InstanceEnumParam = instanceenumparam
|
@@ -1005,7 +1005,7 @@ module TencentCloud
|
|
1005
1005
|
# @type InstanceId: String
|
1006
1006
|
|
1007
1007
|
attr_accessor :InstanceId
|
1008
|
-
|
1008
|
+
|
1009
1009
|
def initialize(instanceid=nil)
|
1010
1010
|
@InstanceId = instanceid
|
1011
1011
|
end
|
@@ -1025,7 +1025,7 @@ module TencentCloud
|
|
1025
1025
|
# @type RequestId: String
|
1026
1026
|
|
1027
1027
|
attr_accessor :TotalCount, :ReplicaGroups, :RequestId
|
1028
|
-
|
1028
|
+
|
1029
1029
|
def initialize(totalcount=nil, replicagroups=nil, requestid=nil)
|
1030
1030
|
@TotalCount = totalcount
|
1031
1031
|
@ReplicaGroups = replicagroups
|
@@ -1093,7 +1093,7 @@ module TencentCloud
|
|
1093
1093
|
# @type TagKeys: Array
|
1094
1094
|
|
1095
1095
|
attr_accessor :Limit, :Offset, :InstanceId, :OrderBy, :OrderType, :VpcIds, :SubnetIds, :ProjectIds, :SearchKey, :InstanceName, :UniqVpcIds, :UniqSubnetIds, :Status, :AutoRenew, :BillingMode, :Type, :SearchKeys, :TypeList, :MonitorVersion, :InstanceTags, :TagKeys
|
1096
|
-
|
1096
|
+
|
1097
1097
|
def initialize(limit=nil, offset=nil, instanceid=nil, orderby=nil, ordertype=nil, vpcids=nil, subnetids=nil, projectids=nil, searchkey=nil, instancename=nil, uniqvpcids=nil, uniqsubnetids=nil, status=nil, autorenew=nil, billingmode=nil, type=nil, searchkeys=nil, typelist=nil, monitorversion=nil, instancetags=nil, tagkeys=nil)
|
1098
1098
|
@Limit = limit
|
1099
1099
|
@Offset = offset
|
@@ -1156,7 +1156,7 @@ module TencentCloud
|
|
1156
1156
|
# @type RequestId: String
|
1157
1157
|
|
1158
1158
|
attr_accessor :TotalCount, :InstanceSet, :RequestId
|
1159
|
-
|
1159
|
+
|
1160
1160
|
def initialize(totalcount=nil, instanceset=nil, requestid=nil)
|
1161
1161
|
@TotalCount = totalcount
|
1162
1162
|
@InstanceSet = instanceset
|
@@ -1183,7 +1183,7 @@ module TencentCloud
|
|
1183
1183
|
# @type InstanceId: String
|
1184
1184
|
|
1185
1185
|
attr_accessor :InstanceId
|
1186
|
-
|
1186
|
+
|
1187
1187
|
def initialize(instanceid=nil)
|
1188
1188
|
@InstanceId = instanceid
|
1189
1189
|
end
|
@@ -1203,7 +1203,7 @@ module TencentCloud
|
|
1203
1203
|
# @type RequestId: String
|
1204
1204
|
|
1205
1205
|
attr_accessor :StartTime, :EndTime, :RequestId
|
1206
|
-
|
1206
|
+
|
1207
1207
|
def initialize(starttime=nil, endtime=nil, requestid=nil)
|
1208
1208
|
@StartTime = starttime
|
1209
1209
|
@EndTime = endtime
|
@@ -1220,7 +1220,7 @@ module TencentCloud
|
|
1220
1220
|
# DescribeProductInfo请求参数结构体
|
1221
1221
|
class DescribeProductInfoRequest < TencentCloud::Common::AbstractModel
|
1222
1222
|
|
1223
|
-
|
1223
|
+
|
1224
1224
|
def initialize()
|
1225
1225
|
end
|
1226
1226
|
|
@@ -1236,7 +1236,7 @@ module TencentCloud
|
|
1236
1236
|
# @type RequestId: String
|
1237
1237
|
|
1238
1238
|
attr_accessor :RegionSet, :RequestId
|
1239
|
-
|
1239
|
+
|
1240
1240
|
def initialize(regionset=nil, requestid=nil)
|
1241
1241
|
@RegionSet = regionset
|
1242
1242
|
@RequestId = requestid
|
@@ -1270,7 +1270,7 @@ module TencentCloud
|
|
1270
1270
|
# @type SearchKey: String
|
1271
1271
|
|
1272
1272
|
attr_accessor :Product, :ProjectId, :Offset, :Limit, :SearchKey
|
1273
|
-
|
1273
|
+
|
1274
1274
|
def initialize(product=nil, projectid=nil, offset=nil, limit=nil, searchkey=nil)
|
1275
1275
|
@Product = product
|
1276
1276
|
@ProjectId = projectid
|
@@ -1298,7 +1298,7 @@ module TencentCloud
|
|
1298
1298
|
# @type RequestId: String
|
1299
1299
|
|
1300
1300
|
attr_accessor :Groups, :Total, :RequestId
|
1301
|
-
|
1301
|
+
|
1302
1302
|
def initialize(groups=nil, total=nil, requestid=nil)
|
1303
1303
|
@Groups = groups
|
1304
1304
|
@Total = total
|
@@ -1335,7 +1335,7 @@ module TencentCloud
|
|
1335
1335
|
# @type Offset: Integer
|
1336
1336
|
|
1337
1337
|
attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset
|
1338
|
-
|
1338
|
+
|
1339
1339
|
def initialize(instanceid=nil, begintime=nil, endtime=nil, minquerytime=nil, limit=nil, offset=nil)
|
1340
1340
|
@InstanceId = instanceid
|
1341
1341
|
@BeginTime = begintime
|
@@ -1365,7 +1365,7 @@ module TencentCloud
|
|
1365
1365
|
# @type RequestId: String
|
1366
1366
|
|
1367
1367
|
attr_accessor :TotalCount, :InstanceProxySlowLogDetail, :RequestId
|
1368
|
-
|
1368
|
+
|
1369
1369
|
def initialize(totalcount=nil, instanceproxyslowlogdetail=nil, requestid=nil)
|
1370
1370
|
@TotalCount = totalcount
|
1371
1371
|
@InstanceProxySlowLogDetail = instanceproxyslowlogdetail
|
@@ -1392,7 +1392,7 @@ module TencentCloud
|
|
1392
1392
|
# @type TaskId: Integer
|
1393
1393
|
|
1394
1394
|
attr_accessor :TaskId
|
1395
|
-
|
1395
|
+
|
1396
1396
|
def initialize(taskid=nil)
|
1397
1397
|
@TaskId = taskid
|
1398
1398
|
end
|
@@ -1418,7 +1418,7 @@ module TencentCloud
|
|
1418
1418
|
# @type RequestId: String
|
1419
1419
|
|
1420
1420
|
attr_accessor :Status, :StartTime, :TaskType, :InstanceId, :TaskMessage, :RequestId
|
1421
|
-
|
1421
|
+
|
1422
1422
|
def initialize(status=nil, starttime=nil, tasktype=nil, instanceid=nil, taskmessage=nil, requestid=nil)
|
1423
1423
|
@Status = status
|
1424
1424
|
@StartTime = starttime
|
@@ -1460,7 +1460,7 @@ module TencentCloud
|
|
1460
1460
|
# @type TaskStatus: Array
|
1461
1461
|
|
1462
1462
|
attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus
|
1463
|
-
|
1463
|
+
|
1464
1464
|
def initialize(instanceid=nil, instancename=nil, limit=nil, offset=nil, projectids=nil, tasktypes=nil, begintime=nil, endtime=nil, taskstatus=nil)
|
1465
1465
|
@InstanceId = instanceid
|
1466
1466
|
@InstanceName = instancename
|
@@ -1496,7 +1496,7 @@ module TencentCloud
|
|
1496
1496
|
# @type RequestId: String
|
1497
1497
|
|
1498
1498
|
attr_accessor :TotalCount, :Tasks, :RequestId
|
1499
|
-
|
1499
|
+
|
1500
1500
|
def initialize(totalcount=nil, tasks=nil, requestid=nil)
|
1501
1501
|
@TotalCount = totalcount
|
1502
1502
|
@Tasks = tasks
|
@@ -1533,7 +1533,7 @@ module TencentCloud
|
|
1533
1533
|
# @type Offset: Integer
|
1534
1534
|
|
1535
1535
|
attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset
|
1536
|
-
|
1536
|
+
|
1537
1537
|
def initialize(instanceid=nil, begintime=nil, endtime=nil, minquerytime=nil, limit=nil, offset=nil)
|
1538
1538
|
@InstanceId = instanceid
|
1539
1539
|
@BeginTime = begintime
|
@@ -1563,7 +1563,7 @@ module TencentCloud
|
|
1563
1563
|
# @type RequestId: String
|
1564
1564
|
|
1565
1565
|
attr_accessor :TendisSlowLogDetail, :TotalCount, :RequestId
|
1566
|
-
|
1566
|
+
|
1567
1567
|
def initialize(tendisslowlogdetail=nil, totalcount=nil, requestid=nil)
|
1568
1568
|
@TendisSlowLogDetail = tendisslowlogdetail
|
1569
1569
|
@TotalCount = totalcount
|
@@ -1590,7 +1590,7 @@ module TencentCloud
|
|
1590
1590
|
# @type InstanceId: String
|
1591
1591
|
|
1592
1592
|
attr_accessor :InstanceId
|
1593
|
-
|
1593
|
+
|
1594
1594
|
def initialize(instanceid=nil)
|
1595
1595
|
@InstanceId = instanceid
|
1596
1596
|
end
|
@@ -1608,7 +1608,7 @@ module TencentCloud
|
|
1608
1608
|
# @type RequestId: String
|
1609
1609
|
|
1610
1610
|
attr_accessor :TaskId, :RequestId
|
1611
|
-
|
1611
|
+
|
1612
1612
|
def initialize(taskid=nil, requestid=nil)
|
1613
1613
|
@TaskId = taskid
|
1614
1614
|
@RequestId = requestid
|
@@ -1626,7 +1626,7 @@ module TencentCloud
|
|
1626
1626
|
# @type InstanceId: String
|
1627
1627
|
|
1628
1628
|
attr_accessor :InstanceId
|
1629
|
-
|
1629
|
+
|
1630
1630
|
def initialize(instanceid=nil)
|
1631
1631
|
@InstanceId = instanceid
|
1632
1632
|
end
|
@@ -1644,7 +1644,7 @@ module TencentCloud
|
|
1644
1644
|
# @type RequestId: String
|
1645
1645
|
|
1646
1646
|
attr_accessor :DealId, :RequestId
|
1647
|
-
|
1647
|
+
|
1648
1648
|
def initialize(dealid=nil, requestid=nil)
|
1649
1649
|
@DealId = dealid
|
1650
1650
|
@RequestId = requestid
|
@@ -1666,7 +1666,7 @@ module TencentCloud
|
|
1666
1666
|
# @type InstanceIds: Array
|
1667
1667
|
|
1668
1668
|
attr_accessor :Product, :SecurityGroupId, :InstanceIds
|
1669
|
-
|
1669
|
+
|
1670
1670
|
def initialize(product=nil, securitygroupid=nil, instanceids=nil)
|
1671
1671
|
@Product = product
|
1672
1672
|
@SecurityGroupId = securitygroupid
|
@@ -1686,7 +1686,7 @@ module TencentCloud
|
|
1686
1686
|
# @type RequestId: String
|
1687
1687
|
|
1688
1688
|
attr_accessor :RequestId
|
1689
|
-
|
1689
|
+
|
1690
1690
|
def initialize(requestid=nil)
|
1691
1691
|
@RequestId = requestid
|
1692
1692
|
end
|
@@ -1716,7 +1716,7 @@ module TencentCloud
|
|
1716
1716
|
# @type Id: String
|
1717
1717
|
|
1718
1718
|
attr_accessor :Action, :AddressModule, :CidrIp, :Desc, :IpProtocol, :PortRange, :ServiceModule, :Id
|
1719
|
-
|
1719
|
+
|
1720
1720
|
def initialize(action=nil, addressmodule=nil, cidrip=nil, desc=nil, ipprotocol=nil, portrange=nil, servicemodule=nil, id=nil)
|
1721
1721
|
@Action = action
|
1722
1722
|
@AddressModule = addressmodule
|
@@ -1760,7 +1760,7 @@ module TencentCloud
|
|
1760
1760
|
# @type Status: Integer
|
1761
1761
|
|
1762
1762
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :EnumValue, :Status
|
1763
|
-
|
1763
|
+
|
1764
1764
|
def initialize(paramname=nil, valuetype=nil, needrestart=nil, defaultvalue=nil, currentvalue=nil, tips=nil, enumvalue=nil, status=nil)
|
1765
1765
|
@ParamName = paramname
|
1766
1766
|
@ValueType = valuetype
|
@@ -1907,7 +1907,7 @@ module TencentCloud
|
|
1907
1907
|
# @type DiskReplicasNum: Integer
|
1908
1908
|
|
1909
1909
|
attr_accessor :InstanceName, :InstanceId, :Appid, :ProjectId, :RegionId, :ZoneId, :VpcId, :Status, :SubnetId, :WanIp, :Port, :Createtime, :Size, :Type, :AutoRenewFlag, :DeadlineTime, :Engine, :ProductType, :UniqVpcId, :UniqSubnetId, :BillingMode, :InstanceTitle, :OfflineTime, :SubStatus, :Tags, :RedisShardSize, :RedisShardNum, :RedisReplicasNum, :PriceId, :CloseTime, :SlaveReadWeight, :InstanceTags, :ProjectName, :NoAuth, :ClientLimit, :DtsStatus, :NetLimit, :PasswordFree, :ReadOnly, :Vip6, :RemainBandwidthDuration, :DiskSize, :MonitorVersion, :ClientLimitMin, :ClientLimitMax, :NodeSet, :Region, :MachineMemory, :DiskShardSize, :DiskShardNum, :DiskReplicasNum
|
1910
|
-
|
1910
|
+
|
1911
1911
|
def initialize(instancename=nil, instanceid=nil, appid=nil, projectid=nil, regionid=nil, zoneid=nil, vpcid=nil, status=nil, subnetid=nil, wanip=nil, port=nil, createtime=nil, size=nil, type=nil, autorenewflag=nil, deadlinetime=nil, engine=nil, producttype=nil, uniqvpcid=nil, uniqsubnetid=nil, billingmode=nil, instancetitle=nil, offlinetime=nil, substatus=nil, tags=nil, redisshardsize=nil, redisshardnum=nil, redisreplicasnum=nil, priceid=nil, closetime=nil, slavereadweight=nil, instancetags=nil, projectname=nil, noauth=nil, clientlimit=nil, dtsstatus=nil, netlimit=nil, passwordfree=nil, readonly=nil, vip6=nil, remainbandwidthduration=nil, disksize=nil, monitorversion=nil, clientlimitmin=nil, clientlimitmax=nil, nodeset=nil, region=nil, machinememory=nil, diskshardsize=nil, diskshardnum=nil, diskreplicasnum=nil)
|
1912
1912
|
@InstanceName = instancename
|
1913
1913
|
@InstanceId = instanceid
|
@@ -2056,7 +2056,7 @@ module TencentCloud
|
|
2056
2056
|
# @type Unit: String
|
2057
2057
|
|
2058
2058
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :Min, :Max, :Status, :Unit
|
2059
|
-
|
2059
|
+
|
2060
2060
|
def initialize(paramname=nil, valuetype=nil, needrestart=nil, defaultvalue=nil, currentvalue=nil, tips=nil, min=nil, max=nil, status=nil, unit=nil)
|
2061
2061
|
@ParamName = paramname
|
2062
2062
|
@ValueType = valuetype
|
@@ -2104,7 +2104,7 @@ module TencentCloud
|
|
2104
2104
|
# @type Status: Integer
|
2105
2105
|
|
2106
2106
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :EnumValue, :Status
|
2107
|
-
|
2107
|
+
|
2108
2108
|
def initialize(paramname=nil, valuetype=nil, needrestart=nil, defaultvalue=nil, currentvalue=nil, tips=nil, enumvalue=nil, status=nil)
|
2109
2109
|
@ParamName = paramname
|
2110
2110
|
@ValueType = valuetype
|
@@ -2136,7 +2136,7 @@ module TencentCloud
|
|
2136
2136
|
# @type NodeRole: String
|
2137
2137
|
|
2138
2138
|
attr_accessor :NodeId, :NodeRole
|
2139
|
-
|
2139
|
+
|
2140
2140
|
def initialize(nodeid=nil, noderole=nil)
|
2141
2141
|
@NodeId = nodeid
|
2142
2142
|
@NodeRole = noderole
|
@@ -2156,7 +2156,7 @@ module TencentCloud
|
|
2156
2156
|
# @type Value: String
|
2157
2157
|
|
2158
2158
|
attr_accessor :Key, :Value
|
2159
|
-
|
2159
|
+
|
2160
2160
|
def initialize(key=nil, value=nil)
|
2161
2161
|
@Key = key
|
2162
2162
|
@Value = value
|
@@ -2182,7 +2182,7 @@ module TencentCloud
|
|
2182
2182
|
# @type ModifyTime: String
|
2183
2183
|
|
2184
2184
|
attr_accessor :ParamName, :PreValue, :NewValue, :Status, :ModifyTime
|
2185
|
-
|
2185
|
+
|
2186
2186
|
def initialize(paramname=nil, prevalue=nil, newvalue=nil, status=nil, modifytime=nil)
|
2187
2187
|
@ParamName = paramname
|
2188
2188
|
@PreValue = prevalue
|
@@ -2214,7 +2214,7 @@ module TencentCloud
|
|
2214
2214
|
# @type ExecuteTime: String
|
2215
2215
|
|
2216
2216
|
attr_accessor :Duration, :Client, :Command, :CommandLine, :ExecuteTime
|
2217
|
-
|
2217
|
+
|
2218
2218
|
def initialize(duration=nil, client=nil, command=nil, commandline=nil, executetime=nil)
|
2219
2219
|
@Duration = duration
|
2220
2220
|
@Client = client
|
@@ -2240,7 +2240,7 @@ module TencentCloud
|
|
2240
2240
|
# @type TagValue: String
|
2241
2241
|
|
2242
2242
|
attr_accessor :TagKey, :TagValue
|
2243
|
-
|
2243
|
+
|
2244
2244
|
def initialize(tagkey=nil, tagvalue=nil)
|
2245
2245
|
@TagKey = tagkey
|
2246
2246
|
@TagValue = tagvalue
|
@@ -2272,7 +2272,7 @@ module TencentCloud
|
|
2272
2272
|
# @type Status: Integer
|
2273
2273
|
|
2274
2274
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :TextValue, :Status
|
2275
|
-
|
2275
|
+
|
2276
2276
|
def initialize(paramname=nil, valuetype=nil, needrestart=nil, defaultvalue=nil, currentvalue=nil, tips=nil, textvalue=nil, status=nil)
|
2277
2277
|
@ParamName = paramname
|
2278
2278
|
@ValueType = valuetype
|
@@ -2306,7 +2306,7 @@ module TencentCloud
|
|
2306
2306
|
# @type Role: String
|
2307
2307
|
|
2308
2308
|
attr_accessor :NodeId, :Status, :Role
|
2309
|
-
|
2309
|
+
|
2310
2310
|
def initialize(nodeid=nil, status=nil, role=nil)
|
2311
2311
|
@NodeId = nodeid
|
2312
2312
|
@Status = status
|
@@ -2331,7 +2331,7 @@ module TencentCloud
|
|
2331
2331
|
# @type TimePeriod: String
|
2332
2332
|
|
2333
2333
|
attr_accessor :InstanceId, :WeekDays, :TimePeriod
|
2334
|
-
|
2334
|
+
|
2335
2335
|
def initialize(instanceid=nil, weekdays=nil, timeperiod=nil)
|
2336
2336
|
@InstanceId = instanceid
|
2337
2337
|
@WeekDays = weekdays
|
@@ -2359,7 +2359,7 @@ module TencentCloud
|
|
2359
2359
|
# @type RequestId: String
|
2360
2360
|
|
2361
2361
|
attr_accessor :BackupStorageDays, :BinlogStorageDays, :TimePeriod, :WeekDays, :RequestId
|
2362
|
-
|
2362
|
+
|
2363
2363
|
def initialize(backupstoragedays=nil, binlogstoragedays=nil, timeperiod=nil, weekdays=nil, requestid=nil)
|
2364
2364
|
@BackupStorageDays = backupstoragedays
|
2365
2365
|
@BinlogStorageDays = binlogstoragedays
|
@@ -2390,7 +2390,7 @@ module TencentCloud
|
|
2390
2390
|
# @type ClientLimit: Integer
|
2391
2391
|
|
2392
2392
|
attr_accessor :InstanceId, :Bandwidth, :ClientLimit
|
2393
|
-
|
2393
|
+
|
2394
2394
|
def initialize(instanceid=nil, bandwidth=nil, clientlimit=nil)
|
2395
2395
|
@InstanceId = instanceid
|
2396
2396
|
@Bandwidth = bandwidth
|
@@ -2412,7 +2412,7 @@ module TencentCloud
|
|
2412
2412
|
# @type RequestId: String
|
2413
2413
|
|
2414
2414
|
attr_accessor :TaskId, :RequestId
|
2415
|
-
|
2415
|
+
|
2416
2416
|
def initialize(taskid=nil, requestid=nil)
|
2417
2417
|
@TaskId = taskid
|
2418
2418
|
@RequestId = requestid
|
@@ -2434,7 +2434,7 @@ module TencentCloud
|
|
2434
2434
|
# @type InstanceId: String
|
2435
2435
|
|
2436
2436
|
attr_accessor :Product, :SecurityGroupIds, :InstanceId
|
2437
|
-
|
2437
|
+
|
2438
2438
|
def initialize(product=nil, securitygroupids=nil, instanceid=nil)
|
2439
2439
|
@Product = product
|
2440
2440
|
@SecurityGroupIds = securitygroupids
|
@@ -2454,7 +2454,7 @@ module TencentCloud
|
|
2454
2454
|
# @type RequestId: String
|
2455
2455
|
|
2456
2456
|
attr_accessor :RequestId
|
2457
|
-
|
2457
|
+
|
2458
2458
|
def initialize(requestid=nil)
|
2459
2459
|
@RequestId = requestid
|
2460
2460
|
end
|
@@ -2472,7 +2472,7 @@ module TencentCloud
|
|
2472
2472
|
# @type InstanceParams: Array
|
2473
2473
|
|
2474
2474
|
attr_accessor :InstanceId, :InstanceParams
|
2475
|
-
|
2475
|
+
|
2476
2476
|
def initialize(instanceid=nil, instanceparams=nil)
|
2477
2477
|
@InstanceId = instanceid
|
2478
2478
|
@InstanceParams = instanceparams
|
@@ -2501,7 +2501,7 @@ module TencentCloud
|
|
2501
2501
|
# @type RequestId: String
|
2502
2502
|
|
2503
2503
|
attr_accessor :Changed, :TaskId, :RequestId
|
2504
|
-
|
2504
|
+
|
2505
2505
|
def initialize(changed=nil, taskid=nil, requestid=nil)
|
2506
2506
|
@Changed = changed
|
2507
2507
|
@TaskId = taskid
|
@@ -2529,7 +2529,7 @@ module TencentCloud
|
|
2529
2529
|
# @type AutoRenews: Array
|
2530
2530
|
|
2531
2531
|
attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews
|
2532
|
-
|
2532
|
+
|
2533
2533
|
def initialize(operation=nil, instanceids=nil, instancenames=nil, projectid=nil, autorenews=nil)
|
2534
2534
|
@Operation = operation
|
2535
2535
|
@InstanceIds = instanceids
|
@@ -2553,7 +2553,7 @@ module TencentCloud
|
|
2553
2553
|
# @type RequestId: String
|
2554
2554
|
|
2555
2555
|
attr_accessor :RequestId
|
2556
|
-
|
2556
|
+
|
2557
2557
|
def initialize(requestid=nil)
|
2558
2558
|
@RequestId = requestid
|
2559
2559
|
end
|
@@ -2573,7 +2573,7 @@ module TencentCloud
|
|
2573
2573
|
# @type EndTime: String
|
2574
2574
|
|
2575
2575
|
attr_accessor :InstanceId, :StartTime, :EndTime
|
2576
|
-
|
2576
|
+
|
2577
2577
|
def initialize(instanceid=nil, starttime=nil, endtime=nil)
|
2578
2578
|
@InstanceId = instanceid
|
2579
2579
|
@StartTime = starttime
|
@@ -2595,7 +2595,7 @@ module TencentCloud
|
|
2595
2595
|
# @type RequestId: String
|
2596
2596
|
|
2597
2597
|
attr_accessor :Status, :RequestId
|
2598
|
-
|
2598
|
+
|
2599
2599
|
def initialize(status=nil, requestid=nil)
|
2600
2600
|
@Status = status
|
2601
2601
|
@RequestId = requestid
|
@@ -2627,7 +2627,7 @@ module TencentCloud
|
|
2627
2627
|
# @type Recycle: Integer
|
2628
2628
|
|
2629
2629
|
attr_accessor :InstanceId, :Operation, :Vip, :VpcId, :SubnetId, :Recycle
|
2630
|
-
|
2630
|
+
|
2631
2631
|
def initialize(instanceid=nil, operation=nil, vip=nil, vpcid=nil, subnetid=nil, recycle=nil)
|
2632
2632
|
@InstanceId = instanceid
|
2633
2633
|
@Operation = operation
|
@@ -2661,7 +2661,7 @@ module TencentCloud
|
|
2661
2661
|
# @type RequestId: String
|
2662
2662
|
|
2663
2663
|
attr_accessor :Status, :SubnetId, :VpcId, :Vip, :RequestId
|
2664
|
-
|
2664
|
+
|
2665
2665
|
def initialize(status=nil, subnetid=nil, vpcid=nil, vip=nil, requestid=nil)
|
2666
2666
|
@Status = status
|
2667
2667
|
@SubnetId = subnetid
|
@@ -2691,7 +2691,7 @@ module TencentCloud
|
|
2691
2691
|
# @type ZoneName: String
|
2692
2692
|
|
2693
2693
|
attr_accessor :NodeType, :NodeId, :ZoneId, :ZoneName
|
2694
|
-
|
2694
|
+
|
2695
2695
|
def initialize(nodetype=nil, nodeid=nil, zoneid=nil, zonename=nil)
|
2696
2696
|
@NodeType = nodetype
|
2697
2697
|
@NodeId = nodeid
|
@@ -2727,7 +2727,7 @@ module TencentCloud
|
|
2727
2727
|
# @type Id: String
|
2728
2728
|
|
2729
2729
|
attr_accessor :Action, :AddressModule, :CidrIp, :Desc, :IpProtocol, :PortRange, :ServiceModule, :Id
|
2730
|
-
|
2730
|
+
|
2731
2731
|
def initialize(action=nil, addressmodule=nil, cidrip=nil, desc=nil, ipprotocol=nil, portrange=nil, servicemodule=nil, id=nil)
|
2732
2732
|
@Action = action
|
2733
2733
|
@AddressModule = addressmodule
|
@@ -2773,7 +2773,7 @@ module TencentCloud
|
|
2773
2773
|
# @type PayMode: String
|
2774
2774
|
|
2775
2775
|
attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :ReplicaNum, :PayMode
|
2776
|
-
|
2776
|
+
|
2777
2777
|
def initialize(type=nil, typename=nil, minbuynum=nil, maxbuynum=nil, saleout=nil, engine=nil, version=nil, replicanum=nil, paymode=nil)
|
2778
2778
|
@Type = type
|
2779
2779
|
@TypeName = typename
|
@@ -2806,7 +2806,7 @@ module TencentCloud
|
|
2806
2806
|
# @type NodeId: String
|
2807
2807
|
|
2808
2808
|
attr_accessor :NodeId
|
2809
|
-
|
2809
|
+
|
2810
2810
|
def initialize(nodeid=nil)
|
2811
2811
|
@NodeId = nodeid
|
2812
2812
|
end
|
@@ -2828,7 +2828,7 @@ module TencentCloud
|
|
2828
2828
|
# @type ZoneId: Integer
|
2829
2829
|
|
2830
2830
|
attr_accessor :NodeId, :NodeRole, :ClusterId, :ZoneId
|
2831
|
-
|
2831
|
+
|
2832
2832
|
def initialize(nodeid=nil, noderole=nil, clusterid=nil, zoneid=nil)
|
2833
2833
|
@NodeId = nodeid
|
2834
2834
|
@NodeRole = noderole
|
@@ -2858,7 +2858,7 @@ module TencentCloud
|
|
2858
2858
|
# @type ZoneSet: Array
|
2859
2859
|
|
2860
2860
|
attr_accessor :RegionId, :RegionName, :RegionShortName, :Area, :ZoneSet
|
2861
|
-
|
2861
|
+
|
2862
2862
|
def initialize(regionid=nil, regionname=nil, regionshortname=nil, area=nil, zoneset=nil)
|
2863
2863
|
@RegionId = regionid
|
2864
2864
|
@RegionName = regionname
|
@@ -2891,7 +2891,7 @@ module TencentCloud
|
|
2891
2891
|
# @type Period: Integer
|
2892
2892
|
|
2893
2893
|
attr_accessor :InstanceId, :Period
|
2894
|
-
|
2894
|
+
|
2895
2895
|
def initialize(instanceid=nil, period=nil)
|
2896
2896
|
@InstanceId = instanceid
|
2897
2897
|
@Period = period
|
@@ -2911,7 +2911,7 @@ module TencentCloud
|
|
2911
2911
|
# @type RequestId: String
|
2912
2912
|
|
2913
2913
|
attr_accessor :DealId, :RequestId
|
2914
|
-
|
2914
|
+
|
2915
2915
|
def initialize(dealid=nil, requestid=nil)
|
2916
2916
|
@DealId = dealid
|
2917
2917
|
@RequestId = requestid
|
@@ -2937,7 +2937,7 @@ module TencentCloud
|
|
2937
2937
|
# @type KeeWiDBNodes: Array
|
2938
2938
|
|
2939
2939
|
attr_accessor :GroupId, :GroupName, :ZoneId, :Role, :KeeWiDBNodes
|
2940
|
-
|
2940
|
+
|
2941
2941
|
def initialize(groupid=nil, groupname=nil, zoneid=nil, role=nil, keewidbnodes=nil)
|
2942
2942
|
@GroupId = groupid
|
2943
2943
|
@GroupName = groupname
|
@@ -2973,7 +2973,7 @@ module TencentCloud
|
|
2973
2973
|
# @type NoAuth: Boolean
|
2974
2974
|
|
2975
2975
|
attr_accessor :InstanceId, :Password, :NoAuth
|
2976
|
-
|
2976
|
+
|
2977
2977
|
def initialize(instanceid=nil, password=nil, noauth=nil)
|
2978
2978
|
@InstanceId = instanceid
|
2979
2979
|
@Password = password
|
@@ -2996,7 +2996,7 @@ module TencentCloud
|
|
2996
2996
|
# @type RequestId: String
|
2997
2997
|
|
2998
2998
|
attr_accessor :TaskId, :RequestId
|
2999
|
-
|
2999
|
+
|
3000
3000
|
def initialize(taskid=nil, requestid=nil)
|
3001
3001
|
@TaskId = taskid
|
3002
3002
|
@RequestId = requestid
|
@@ -3016,7 +3016,7 @@ module TencentCloud
|
|
3016
3016
|
# @type TagValue: String
|
3017
3017
|
|
3018
3018
|
attr_accessor :TagKey, :TagValue
|
3019
|
-
|
3019
|
+
|
3020
3020
|
def initialize(tagkey=nil, tagvalue=nil)
|
3021
3021
|
@TagKey = tagkey
|
3022
3022
|
@TagValue = tagvalue
|
@@ -3046,7 +3046,7 @@ module TencentCloud
|
|
3046
3046
|
# @type Inbound: Array
|
3047
3047
|
|
3048
3048
|
attr_accessor :CreateTime, :ProjectId, :SecurityGroupId, :SecurityGroupName, :SecurityGroupRemark, :Outbound, :Inbound
|
3049
|
-
|
3049
|
+
|
3050
3050
|
def initialize(createtime=nil, projectid=nil, securitygroupid=nil, securitygroupname=nil, securitygroupremark=nil, outbound=nil, inbound=nil)
|
3051
3051
|
@CreateTime = createtime
|
3052
3052
|
@ProjectId = projectid
|
@@ -3088,7 +3088,7 @@ module TencentCloud
|
|
3088
3088
|
# @type InstanceId: String
|
3089
3089
|
|
3090
3090
|
attr_accessor :InstanceId
|
3091
|
-
|
3091
|
+
|
3092
3092
|
def initialize(instanceid=nil)
|
3093
3093
|
@InstanceId = instanceid
|
3094
3094
|
end
|
@@ -3104,7 +3104,7 @@ module TencentCloud
|
|
3104
3104
|
# @type RequestId: String
|
3105
3105
|
|
3106
3106
|
attr_accessor :RequestId
|
3107
|
-
|
3107
|
+
|
3108
3108
|
def initialize(requestid=nil)
|
3109
3109
|
@RequestId = requestid
|
3110
3110
|
end
|
@@ -3148,7 +3148,7 @@ module TencentCloud
|
|
3148
3148
|
# @type OperatorUin: String
|
3149
3149
|
|
3150
3150
|
attr_accessor :TaskId, :StartTime, :TaskType, :InstanceName, :InstanceId, :ProjectId, :Progress, :EndTime, :Result, :OperatorUin
|
3151
|
-
|
3151
|
+
|
3152
3152
|
def initialize(taskid=nil, starttime=nil, tasktype=nil, instancename=nil, instanceid=nil, projectid=nil, progress=nil, endtime=nil, result=nil, operatoruin=nil)
|
3153
3153
|
@TaskId = taskid
|
3154
3154
|
@StartTime = starttime
|
@@ -3190,7 +3190,7 @@ module TencentCloud
|
|
3190
3190
|
# @type Node: String
|
3191
3191
|
|
3192
3192
|
attr_accessor :ExecuteTime, :Duration, :Command, :CommandLine, :Node
|
3193
|
-
|
3193
|
+
|
3194
3194
|
def initialize(executetime=nil, duration=nil, command=nil, commandline=nil, node=nil)
|
3195
3195
|
@ExecuteTime = executetime
|
3196
3196
|
@Duration = duration
|
@@ -3236,7 +3236,7 @@ module TencentCloud
|
|
3236
3236
|
# @type InstanceIds: Array
|
3237
3237
|
|
3238
3238
|
attr_accessor :DealId, :DealName, :ZoneId, :GoodsNum, :Creater, :CreatTime, :OverdueTime, :EndTime, :Status, :Description, :Price, :InstanceIds
|
3239
|
-
|
3239
|
+
|
3240
3240
|
def initialize(dealid=nil, dealname=nil, zoneid=nil, goodsnum=nil, creater=nil, creattime=nil, overduetime=nil, endtime=nil, status=nil, description=nil, price=nil, instanceids=nil)
|
3241
3241
|
@DealId = dealid
|
3242
3242
|
@DealName = dealname
|
@@ -3288,7 +3288,7 @@ module TencentCloud
|
|
3288
3288
|
# @type DiskSize: Integer
|
3289
3289
|
|
3290
3290
|
attr_accessor :InstanceId, :MemSize, :MachineCpu, :MachineMemory, :ShardNum, :DiskSize
|
3291
|
-
|
3291
|
+
|
3292
3292
|
def initialize(instanceid=nil, memsize=nil, machinecpu=nil, machinememory=nil, shardnum=nil, disksize=nil)
|
3293
3293
|
@InstanceId = instanceid
|
3294
3294
|
@MemSize = memsize
|
@@ -3316,7 +3316,7 @@ module TencentCloud
|
|
3316
3316
|
# @type RequestId: String
|
3317
3317
|
|
3318
3318
|
attr_accessor :DealId, :RequestId
|
3319
|
-
|
3319
|
+
|
3320
3320
|
def initialize(dealid=nil, requestid=nil)
|
3321
3321
|
@DealId = dealid
|
3322
3322
|
@RequestId = requestid
|
@@ -3346,7 +3346,7 @@ module TencentCloud
|
|
3346
3346
|
# @type OldZoneId: Integer
|
3347
3347
|
|
3348
3348
|
attr_accessor :ZoneId, :ZoneName, :IsSaleout, :IsDefault, :NetWorkType, :ProductSet, :OldZoneId
|
3349
|
-
|
3349
|
+
|
3350
3350
|
def initialize(zoneid=nil, zonename=nil, issaleout=nil, isdefault=nil, networktype=nil, productset=nil, oldzoneid=nil)
|
3351
3351
|
@ZoneId = zoneid
|
3352
3352
|
@ZoneName = zonename
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-keewidb
|
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
|