tencentcloud-sdk-redis 3.0.590 → 3.0.592
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/v20180412/models.rb +233 -233
- metadata +2 -2
data/lib/v20180412/models.rb
CHANGED
@@ -47,7 +47,7 @@ module TencentCloud
|
|
47
47
|
# @type Status: Integer
|
48
48
|
|
49
49
|
attr_accessor :InstanceId, :AccountName, :Remark, :Privilege, :ReadonlyPolicy, :Status
|
50
|
-
|
50
|
+
|
51
51
|
def initialize(instanceid=nil, accountname=nil, remark=nil, privilege=nil, readonlypolicy=nil, status=nil)
|
52
52
|
@InstanceId = instanceid
|
53
53
|
@AccountName = accountname
|
@@ -77,7 +77,7 @@ module TencentCloud
|
|
77
77
|
# @type InstanceRole: String
|
78
78
|
|
79
79
|
attr_accessor :GroupId, :InstanceId, :InstanceRole
|
80
|
-
|
80
|
+
|
81
81
|
def initialize(groupid=nil, instanceid=nil, instancerole=nil)
|
82
82
|
@GroupId = groupid
|
83
83
|
@InstanceId = instanceid
|
@@ -99,7 +99,7 @@ module TencentCloud
|
|
99
99
|
# @type RequestId: String
|
100
100
|
|
101
101
|
attr_accessor :TaskId, :RequestId
|
102
|
-
|
102
|
+
|
103
103
|
def initialize(taskid=nil, requestid=nil)
|
104
104
|
@TaskId = taskid
|
105
105
|
@RequestId = requestid
|
@@ -117,7 +117,7 @@ module TencentCloud
|
|
117
117
|
# @type InstanceId: String
|
118
118
|
|
119
119
|
attr_accessor :InstanceId
|
120
|
-
|
120
|
+
|
121
121
|
def initialize(instanceid=nil)
|
122
122
|
@InstanceId = instanceid
|
123
123
|
end
|
@@ -137,7 +137,7 @@ module TencentCloud
|
|
137
137
|
# @type RequestId: String
|
138
138
|
|
139
139
|
attr_accessor :FlowId, :WanStatus, :RequestId
|
140
|
-
|
140
|
+
|
141
141
|
def initialize(flowid=nil, wanstatus=nil, requestid=nil)
|
142
142
|
@FlowId = flowid
|
143
143
|
@WanStatus = wanstatus
|
@@ -159,7 +159,7 @@ module TencentCloud
|
|
159
159
|
# @type TemplateId: String
|
160
160
|
|
161
161
|
attr_accessor :InstanceIds, :TemplateId
|
162
|
-
|
162
|
+
|
163
163
|
def initialize(instanceids=nil, templateid=nil)
|
164
164
|
@InstanceIds = instanceids
|
165
165
|
@TemplateId = templateid
|
@@ -179,7 +179,7 @@ module TencentCloud
|
|
179
179
|
# @type RequestId: String
|
180
180
|
|
181
181
|
attr_accessor :TaskIds, :RequestId
|
182
|
-
|
182
|
+
|
183
183
|
def initialize(taskids=nil, requestid=nil)
|
184
184
|
@TaskIds = taskids
|
185
185
|
@RequestId = requestid
|
@@ -201,7 +201,7 @@ module TencentCloud
|
|
201
201
|
# @type InstanceIds: Array
|
202
202
|
|
203
203
|
attr_accessor :Product, :SecurityGroupId, :InstanceIds
|
204
|
-
|
204
|
+
|
205
205
|
def initialize(product=nil, securitygroupid=nil, instanceids=nil)
|
206
206
|
@Product = product
|
207
207
|
@SecurityGroupId = securitygroupid
|
@@ -221,7 +221,7 @@ module TencentCloud
|
|
221
221
|
# @type RequestId: String
|
222
222
|
|
223
223
|
attr_accessor :RequestId
|
224
|
-
|
224
|
+
|
225
225
|
def initialize(requestid=nil)
|
226
226
|
@RequestId = requestid
|
227
227
|
end
|
@@ -243,7 +243,7 @@ module TencentCloud
|
|
243
243
|
# @type InnerDownloadUrl: String
|
244
244
|
|
245
245
|
attr_accessor :FileName, :FileSize, :DownloadUrl, :InnerDownloadUrl
|
246
|
-
|
246
|
+
|
247
247
|
def initialize(filename=nil, filesize=nil, downloadurl=nil, innerdownloadurl=nil)
|
248
248
|
@FileName = filename
|
249
249
|
@FileSize = filesize
|
@@ -267,7 +267,7 @@ module TencentCloud
|
|
267
267
|
# @type VpcList: Array
|
268
268
|
|
269
269
|
attr_accessor :Region, :VpcList
|
270
|
-
|
270
|
+
|
271
271
|
def initialize(region=nil, vpclist=nil)
|
272
272
|
@Region = region
|
273
273
|
@VpcList = vpclist
|
@@ -293,7 +293,7 @@ module TencentCloud
|
|
293
293
|
# @type Updatetime: Integer
|
294
294
|
|
295
295
|
attr_accessor :DB, :Key, :Type, :Size, :Updatetime
|
296
|
-
|
296
|
+
|
297
297
|
def initialize(db=nil, key=nil, type=nil, size=nil, updatetime=nil)
|
298
298
|
@DB = db
|
299
299
|
@Key = key
|
@@ -323,7 +323,7 @@ module TencentCloud
|
|
323
323
|
# @type Updatetime: Integer
|
324
324
|
|
325
325
|
attr_accessor :Type, :Count, :Size, :Updatetime
|
326
|
-
|
326
|
+
|
327
327
|
def initialize(type=nil, count=nil, size=nil, updatetime=nil)
|
328
328
|
@Type = type
|
329
329
|
@Count = count
|
@@ -349,7 +349,7 @@ module TencentCloud
|
|
349
349
|
# @type InstanceRole: String
|
350
350
|
|
351
351
|
attr_accessor :GroupId, :InstanceId, :InstanceRole
|
352
|
-
|
352
|
+
|
353
353
|
def initialize(groupid=nil, instanceid=nil, instancerole=nil)
|
354
354
|
@GroupId = groupid
|
355
355
|
@InstanceId = instanceid
|
@@ -371,7 +371,7 @@ module TencentCloud
|
|
371
371
|
# @type RequestId: String
|
372
372
|
|
373
373
|
attr_accessor :TaskId, :RequestId
|
374
|
-
|
374
|
+
|
375
375
|
def initialize(taskid=nil, requestid=nil)
|
376
376
|
@TaskId = taskid
|
377
377
|
@RequestId = requestid
|
@@ -391,7 +391,7 @@ module TencentCloud
|
|
391
391
|
# @type InstanceId: String
|
392
392
|
|
393
393
|
attr_accessor :GroupId, :InstanceId
|
394
|
-
|
394
|
+
|
395
395
|
def initialize(groupid=nil, instanceid=nil)
|
396
396
|
@GroupId = groupid
|
397
397
|
@InstanceId = instanceid
|
@@ -411,7 +411,7 @@ module TencentCloud
|
|
411
411
|
# @type RequestId: String
|
412
412
|
|
413
413
|
attr_accessor :TaskId, :RequestId
|
414
|
-
|
414
|
+
|
415
415
|
def initialize(taskid=nil, requestid=nil)
|
416
416
|
@TaskId = taskid
|
417
417
|
@RequestId = requestid
|
@@ -431,7 +431,7 @@ module TencentCloud
|
|
431
431
|
# @type GroupId: Integer
|
432
432
|
|
433
433
|
attr_accessor :InstanceId, :GroupId
|
434
|
-
|
434
|
+
|
435
435
|
def initialize(instanceid=nil, groupid=nil)
|
436
436
|
@InstanceId = instanceid
|
437
437
|
@GroupId = groupid
|
@@ -451,7 +451,7 @@ module TencentCloud
|
|
451
451
|
# @type RequestId: String
|
452
452
|
|
453
453
|
attr_accessor :TaskId, :RequestId
|
454
|
-
|
454
|
+
|
455
455
|
def initialize(taskid=nil, requestid=nil)
|
456
456
|
@TaskId = taskid
|
457
457
|
@RequestId = requestid
|
@@ -469,7 +469,7 @@ module TencentCloud
|
|
469
469
|
# @type InstanceId: String
|
470
470
|
|
471
471
|
attr_accessor :InstanceId
|
472
|
-
|
472
|
+
|
473
473
|
def initialize(instanceid=nil)
|
474
474
|
@InstanceId = instanceid
|
475
475
|
end
|
@@ -487,7 +487,7 @@ module TencentCloud
|
|
487
487
|
# @type RequestId: String
|
488
488
|
|
489
489
|
attr_accessor :TaskId, :RequestId
|
490
|
-
|
490
|
+
|
491
491
|
def initialize(taskid=nil, requestid=nil)
|
492
492
|
@TaskId = taskid
|
493
493
|
@RequestId = requestid
|
@@ -507,7 +507,7 @@ module TencentCloud
|
|
507
507
|
# @type Password: String
|
508
508
|
|
509
509
|
attr_accessor :InstanceId, :Password
|
510
|
-
|
510
|
+
|
511
511
|
def initialize(instanceid=nil, password=nil)
|
512
512
|
@InstanceId = instanceid
|
513
513
|
@Password = password
|
@@ -527,7 +527,7 @@ module TencentCloud
|
|
527
527
|
# @type RequestId: String
|
528
528
|
|
529
529
|
attr_accessor :TaskId, :RequestId
|
530
|
-
|
530
|
+
|
531
531
|
def initialize(taskid=nil, requestid=nil)
|
532
532
|
@TaskId = taskid
|
533
533
|
@RequestId = requestid
|
@@ -585,7 +585,7 @@ module TencentCloud
|
|
585
585
|
# @type AlarmPolicyList: Array
|
586
586
|
|
587
587
|
attr_accessor :InstanceId, :GoodsNum, :ZoneId, :BillingMode, :Period, :SecurityGroupIdList, :BackupId, :NoAuth, :VpcId, :SubnetId, :InstanceName, :Password, :AutoRenew, :VPort, :NodeSet, :ProjectId, :ResourceTags, :TemplateId, :AlarmPolicyList
|
588
|
-
|
588
|
+
|
589
589
|
def initialize(instanceid=nil, goodsnum=nil, zoneid=nil, billingmode=nil, period=nil, securitygroupidlist=nil, backupid=nil, noauth=nil, vpcid=nil, subnetid=nil, instancename=nil, password=nil, autorenew=nil, vport=nil, nodeset=nil, projectid=nil, resourcetags=nil, templateid=nil, alarmpolicylist=nil)
|
590
590
|
@InstanceId = instanceid
|
591
591
|
@GoodsNum = goodsnum
|
@@ -655,7 +655,7 @@ module TencentCloud
|
|
655
655
|
# @type RequestId: String
|
656
656
|
|
657
657
|
attr_accessor :DealId, :InstanceIds, :RequestId
|
658
|
-
|
658
|
+
|
659
659
|
def initialize(dealid=nil, instanceids=nil, requestid=nil)
|
660
660
|
@DealId = dealid
|
661
661
|
@InstanceIds = instanceids
|
@@ -675,7 +675,7 @@ module TencentCloud
|
|
675
675
|
# @type InstanceId: String
|
676
676
|
|
677
677
|
attr_accessor :InstanceId
|
678
|
-
|
678
|
+
|
679
679
|
def initialize(instanceid=nil)
|
680
680
|
@InstanceId = instanceid
|
681
681
|
end
|
@@ -693,7 +693,7 @@ module TencentCloud
|
|
693
693
|
# @type RequestId: String
|
694
694
|
|
695
695
|
attr_accessor :TaskId, :RequestId
|
696
|
-
|
696
|
+
|
697
697
|
def initialize(taskid=nil, requestid=nil)
|
698
698
|
@TaskId = taskid
|
699
699
|
@RequestId = requestid
|
@@ -713,7 +713,7 @@ module TencentCloud
|
|
713
713
|
# @type Took: Integer
|
714
714
|
|
715
715
|
attr_accessor :Cmd, :Took
|
716
|
-
|
716
|
+
|
717
717
|
def initialize(cmd=nil, took=nil)
|
718
718
|
@Cmd = cmd
|
719
719
|
@Took = took
|
@@ -747,7 +747,7 @@ module TencentCloud
|
|
747
747
|
# @type Remark: String
|
748
748
|
|
749
749
|
attr_accessor :InstanceId, :AccountName, :AccountPassword, :ReadonlyPolicy, :Privilege, :Remark
|
750
|
-
|
750
|
+
|
751
751
|
def initialize(instanceid=nil, accountname=nil, accountpassword=nil, readonlypolicy=nil, privilege=nil, remark=nil)
|
752
752
|
@InstanceId = instanceid
|
753
753
|
@AccountName = accountname
|
@@ -775,7 +775,7 @@ module TencentCloud
|
|
775
775
|
# @type RequestId: String
|
776
776
|
|
777
777
|
attr_accessor :TaskId, :RequestId
|
778
|
-
|
778
|
+
|
779
779
|
def initialize(taskid=nil, requestid=nil)
|
780
780
|
@TaskId = taskid
|
781
781
|
@RequestId = requestid
|
@@ -871,7 +871,7 @@ module TencentCloud
|
|
871
871
|
# @type RedisClusterId: String
|
872
872
|
|
873
873
|
attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :Password, :VpcId, :SubnetId, :ProjectId, :AutoRenew, :SecurityGroupIdList, :VPort, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :InstanceName, :NoAuth, :NodeSet, :ResourceTags, :ZoneName, :TemplateId, :DryRun, :ProductVersion, :RedisClusterId
|
874
|
-
|
874
|
+
|
875
875
|
def initialize(typeid=nil, memsize=nil, goodsnum=nil, period=nil, billingmode=nil, zoneid=nil, password=nil, vpcid=nil, subnetid=nil, projectid=nil, autorenew=nil, securitygroupidlist=nil, vport=nil, redisshardnum=nil, redisreplicasnum=nil, replicasreadonly=nil, instancename=nil, noauth=nil, nodeset=nil, resourcetags=nil, zonename=nil, templateid=nil, dryrun=nil, productversion=nil, redisclusterid=nil)
|
876
876
|
@TypeId = typeid
|
877
877
|
@MemSize = memsize
|
@@ -953,7 +953,7 @@ module TencentCloud
|
|
953
953
|
# @type RequestId: String
|
954
954
|
|
955
955
|
attr_accessor :DealId, :InstanceIds, :RequestId
|
956
|
-
|
956
|
+
|
957
957
|
def initialize(dealid=nil, instanceids=nil, requestid=nil)
|
958
958
|
@DealId = dealid
|
959
959
|
@InstanceIds = instanceids
|
@@ -981,7 +981,7 @@ module TencentCloud
|
|
981
981
|
# @type ParamList: Array
|
982
982
|
|
983
983
|
attr_accessor :Name, :Description, :ProductType, :TemplateId, :ParamList
|
984
|
-
|
984
|
+
|
985
985
|
def initialize(name=nil, description=nil, producttype=nil, templateid=nil, paramlist=nil)
|
986
986
|
@Name = name
|
987
987
|
@Description = description
|
@@ -1014,7 +1014,7 @@ module TencentCloud
|
|
1014
1014
|
# @type RequestId: String
|
1015
1015
|
|
1016
1016
|
attr_accessor :TemplateId, :RequestId
|
1017
|
-
|
1017
|
+
|
1018
1018
|
def initialize(templateid=nil, requestid=nil)
|
1019
1019
|
@TemplateId = templateid
|
1020
1020
|
@RequestId = requestid
|
@@ -1036,7 +1036,7 @@ module TencentCloud
|
|
1036
1036
|
# @type Remark: String
|
1037
1037
|
|
1038
1038
|
attr_accessor :InstanceId, :GroupName, :Remark
|
1039
|
-
|
1039
|
+
|
1040
1040
|
def initialize(instanceid=nil, groupname=nil, remark=nil)
|
1041
1041
|
@InstanceId = instanceid
|
1042
1042
|
@GroupName = groupname
|
@@ -1058,7 +1058,7 @@ module TencentCloud
|
|
1058
1058
|
# @type RequestId: String
|
1059
1059
|
|
1060
1060
|
attr_accessor :TaskId, :RequestId
|
1061
|
-
|
1061
|
+
|
1062
1062
|
def initialize(taskid=nil, requestid=nil)
|
1063
1063
|
@TaskId = taskid
|
1064
1064
|
@RequestId = requestid
|
@@ -1086,7 +1086,7 @@ module TencentCloud
|
|
1086
1086
|
# @type Updatetime: Integer
|
1087
1087
|
|
1088
1088
|
attr_accessor :Ladder, :Size, :Updatetime
|
1089
|
-
|
1089
|
+
|
1090
1090
|
def initialize(ladder=nil, size=nil, updatetime=nil)
|
1091
1091
|
@Ladder = ladder
|
1092
1092
|
@Size = size
|
@@ -1108,7 +1108,7 @@ module TencentCloud
|
|
1108
1108
|
# @type AccountName: String
|
1109
1109
|
|
1110
1110
|
attr_accessor :InstanceId, :AccountName
|
1111
|
-
|
1111
|
+
|
1112
1112
|
def initialize(instanceid=nil, accountname=nil)
|
1113
1113
|
@InstanceId = instanceid
|
1114
1114
|
@AccountName = accountname
|
@@ -1128,7 +1128,7 @@ module TencentCloud
|
|
1128
1128
|
# @type RequestId: String
|
1129
1129
|
|
1130
1130
|
attr_accessor :TaskId, :RequestId
|
1131
|
-
|
1131
|
+
|
1132
1132
|
def initialize(taskid=nil, requestid=nil)
|
1133
1133
|
@TaskId = taskid
|
1134
1134
|
@RequestId = requestid
|
@@ -1146,7 +1146,7 @@ module TencentCloud
|
|
1146
1146
|
# @type TemplateId: String
|
1147
1147
|
|
1148
1148
|
attr_accessor :TemplateId
|
1149
|
-
|
1149
|
+
|
1150
1150
|
def initialize(templateid=nil)
|
1151
1151
|
@TemplateId = templateid
|
1152
1152
|
end
|
@@ -1162,7 +1162,7 @@ module TencentCloud
|
|
1162
1162
|
# @type RequestId: String
|
1163
1163
|
|
1164
1164
|
attr_accessor :RequestId
|
1165
|
-
|
1165
|
+
|
1166
1166
|
def initialize(requestid=nil)
|
1167
1167
|
@RequestId = requestid
|
1168
1168
|
end
|
@@ -1182,7 +1182,7 @@ module TencentCloud
|
|
1182
1182
|
# @type SyncType: Boolean
|
1183
1183
|
|
1184
1184
|
attr_accessor :GroupId, :InstanceId, :SyncType
|
1185
|
-
|
1185
|
+
|
1186
1186
|
def initialize(groupid=nil, instanceid=nil, synctype=nil)
|
1187
1187
|
@GroupId = groupid
|
1188
1188
|
@InstanceId = instanceid
|
@@ -1204,7 +1204,7 @@ module TencentCloud
|
|
1204
1204
|
# @type RequestId: String
|
1205
1205
|
|
1206
1206
|
attr_accessor :TaskId, :RequestId
|
1207
|
-
|
1207
|
+
|
1208
1208
|
def initialize(taskid=nil, requestid=nil)
|
1209
1209
|
@TaskId = taskid
|
1210
1210
|
@RequestId = requestid
|
@@ -1222,7 +1222,7 @@ module TencentCloud
|
|
1222
1222
|
# @type InstanceId: String
|
1223
1223
|
|
1224
1224
|
attr_accessor :InstanceId
|
1225
|
-
|
1225
|
+
|
1226
1226
|
def initialize(instanceid=nil)
|
1227
1227
|
@InstanceId = instanceid
|
1228
1228
|
end
|
@@ -1248,7 +1248,7 @@ module TencentCloud
|
|
1248
1248
|
# @type RequestId: String
|
1249
1249
|
|
1250
1250
|
attr_accessor :AutoBackupType, :WeekDays, :TimePeriod, :BackupStorageDays, :BinlogStorageDays, :RequestId
|
1251
|
-
|
1251
|
+
|
1252
1252
|
def initialize(autobackuptype=nil, weekdays=nil, timeperiod=nil, backupstoragedays=nil, binlogstoragedays=nil, requestid=nil)
|
1253
1253
|
@AutoBackupType = autobackuptype
|
1254
1254
|
@WeekDays = weekdays
|
@@ -1271,7 +1271,7 @@ module TencentCloud
|
|
1271
1271
|
# DescribeBackupDownloadRestriction请求参数结构体
|
1272
1272
|
class DescribeBackupDownloadRestrictionRequest < TencentCloud::Common::AbstractModel
|
1273
1273
|
|
1274
|
-
|
1274
|
+
|
1275
1275
|
def initialize()
|
1276
1276
|
end
|
1277
1277
|
|
@@ -1302,7 +1302,7 @@ module TencentCloud
|
|
1302
1302
|
# @type RequestId: String
|
1303
1303
|
|
1304
1304
|
attr_accessor :LimitType, :VpcComparisonSymbol, :IpComparisonSymbol, :LimitVpc, :LimitIp, :RequestId
|
1305
|
-
|
1305
|
+
|
1306
1306
|
def initialize(limittype=nil, vpccomparisonsymbol=nil, ipcomparisonsymbol=nil, limitvpc=nil, limitip=nil, requestid=nil)
|
1307
1307
|
@LimitType = limittype
|
1308
1308
|
@VpcComparisonSymbol = vpccomparisonsymbol
|
@@ -1354,7 +1354,7 @@ module TencentCloud
|
|
1354
1354
|
# @type LimitIp: Array
|
1355
1355
|
|
1356
1356
|
attr_accessor :InstanceId, :BackupId, :LimitType, :VpcComparisonSymbol, :IpComparisonSymbol, :LimitVpc, :LimitIp
|
1357
|
-
|
1357
|
+
|
1358
1358
|
def initialize(instanceid=nil, backupid=nil, limittype=nil, vpccomparisonsymbol=nil, ipcomparisonsymbol=nil, limitvpc=nil, limitip=nil)
|
1359
1359
|
@InstanceId = instanceid
|
1360
1360
|
@BackupId = backupid
|
@@ -1399,7 +1399,7 @@ module TencentCloud
|
|
1399
1399
|
# @type RequestId: String
|
1400
1400
|
|
1401
1401
|
attr_accessor :DownloadUrl, :InnerDownloadUrl, :Filenames, :BackupInfos, :RequestId
|
1402
|
-
|
1402
|
+
|
1403
1403
|
def initialize(downloadurl=nil, innerdownloadurl=nil, filenames=nil, backupinfos=nil, requestid=nil)
|
1404
1404
|
@DownloadUrl = downloadurl
|
1405
1405
|
@InnerDownloadUrl = innerdownloadurl
|
@@ -1430,7 +1430,7 @@ module TencentCloud
|
|
1430
1430
|
# @type InstanceId: String
|
1431
1431
|
|
1432
1432
|
attr_accessor :InstanceId
|
1433
|
-
|
1433
|
+
|
1434
1434
|
def initialize(instanceid=nil)
|
1435
1435
|
@InstanceId = instanceid
|
1436
1436
|
end
|
@@ -1454,7 +1454,7 @@ module TencentCloud
|
|
1454
1454
|
# @type RequestId: String
|
1455
1455
|
|
1456
1456
|
attr_accessor :BaseBandwidth, :AddBandwidth, :MinAddBandwidth, :MaxAddBandwidth, :RequestId
|
1457
|
-
|
1457
|
+
|
1458
1458
|
def initialize(basebandwidth=nil, addbandwidth=nil, minaddbandwidth=nil, maxaddbandwidth=nil, requestid=nil)
|
1459
1459
|
@BaseBandwidth = basebandwidth
|
1460
1460
|
@AddBandwidth = addbandwidth
|
@@ -1502,7 +1502,7 @@ module TencentCloud
|
|
1502
1502
|
# @type Offset: Integer
|
1503
1503
|
|
1504
1504
|
attr_accessor :VpcIds, :SubnetIds, :PayMode, :InstanceIds, :InstanceNames, :Status, :OrderBy, :OrderByType, :Vips, :UniqVpcIds, :UniqSubnetIds, :Limit, :Offset
|
1505
|
-
|
1505
|
+
|
1506
1506
|
def initialize(vpcids=nil, subnetids=nil, paymode=nil, instanceids=nil, instancenames=nil, status=nil, orderby=nil, orderbytype=nil, vips=nil, uniqvpcids=nil, uniqsubnetids=nil, limit=nil, offset=nil)
|
1507
1507
|
@VpcIds = vpcids
|
1508
1508
|
@SubnetIds = subnetids
|
@@ -1546,7 +1546,7 @@ module TencentCloud
|
|
1546
1546
|
# @type RequestId: String
|
1547
1547
|
|
1548
1548
|
attr_accessor :TotalCount, :InstanceDetails, :RequestId
|
1549
|
-
|
1549
|
+
|
1550
1550
|
def initialize(totalcount=nil, instancedetails=nil, requestid=nil)
|
1551
1551
|
@TotalCount = totalcount
|
1552
1552
|
@InstanceDetails = instancedetails
|
@@ -1575,7 +1575,7 @@ module TencentCloud
|
|
1575
1575
|
# @type InstanceId: String
|
1576
1576
|
|
1577
1577
|
attr_accessor :Product, :InstanceId
|
1578
|
-
|
1578
|
+
|
1579
1579
|
def initialize(product=nil, instanceid=nil)
|
1580
1580
|
@Product = product
|
1581
1581
|
@InstanceId = instanceid
|
@@ -1599,7 +1599,7 @@ module TencentCloud
|
|
1599
1599
|
# @type RequestId: String
|
1600
1600
|
|
1601
1601
|
attr_accessor :Groups, :VIP, :VPort, :RequestId
|
1602
|
-
|
1602
|
+
|
1603
1603
|
def initialize(groups=nil, vip=nil, vport=nil, requestid=nil)
|
1604
1604
|
@Groups = groups
|
1605
1605
|
@VIP = vip
|
@@ -1632,7 +1632,7 @@ module TencentCloud
|
|
1632
1632
|
# @type Offset: Integer
|
1633
1633
|
|
1634
1634
|
attr_accessor :InstanceId, :Limit, :Offset
|
1635
|
-
|
1635
|
+
|
1636
1636
|
def initialize(instanceid=nil, limit=nil, offset=nil)
|
1637
1637
|
@InstanceId = instanceid
|
1638
1638
|
@Limit = limit
|
@@ -1658,7 +1658,7 @@ module TencentCloud
|
|
1658
1658
|
# @type RequestId: String
|
1659
1659
|
|
1660
1660
|
attr_accessor :Accounts, :TotalCount, :RequestId
|
1661
|
-
|
1661
|
+
|
1662
1662
|
def initialize(accounts=nil, totalcount=nil, requestid=nil)
|
1663
1663
|
@Accounts = accounts
|
1664
1664
|
@TotalCount = totalcount
|
@@ -1703,7 +1703,7 @@ module TencentCloud
|
|
1703
1703
|
# @type InstanceName: String
|
1704
1704
|
|
1705
1705
|
attr_accessor :Limit, :Offset, :InstanceId, :BeginTime, :EndTime, :Status, :InstanceName
|
1706
|
-
|
1706
|
+
|
1707
1707
|
def initialize(limit=nil, offset=nil, instanceid=nil, begintime=nil, endtime=nil, status=nil, instancename=nil)
|
1708
1708
|
@Limit = limit
|
1709
1709
|
@Offset = offset
|
@@ -1735,7 +1735,7 @@ module TencentCloud
|
|
1735
1735
|
# @type RequestId: String
|
1736
1736
|
|
1737
1737
|
attr_accessor :TotalCount, :BackupSet, :RequestId
|
1738
|
-
|
1738
|
+
|
1739
1739
|
def initialize(totalcount=nil, backupset=nil, requestid=nil)
|
1740
1740
|
@TotalCount = totalcount
|
1741
1741
|
@BackupSet = backupset
|
@@ -1762,7 +1762,7 @@ module TencentCloud
|
|
1762
1762
|
# @type InstanceId: String
|
1763
1763
|
|
1764
1764
|
attr_accessor :InstanceId
|
1765
|
-
|
1765
|
+
|
1766
1766
|
def initialize(instanceid=nil)
|
1767
1767
|
@InstanceId = instanceid
|
1768
1768
|
end
|
@@ -1802,7 +1802,7 @@ module TencentCloud
|
|
1802
1802
|
# @type RequestId: String
|
1803
1803
|
|
1804
1804
|
attr_accessor :JobId, :JobName, :Status, :StatusDesc, :Offset, :CutDownTime, :SrcInfo, :DstInfo, :RequestId
|
1805
|
-
|
1805
|
+
|
1806
1806
|
def initialize(jobid=nil, jobname=nil, status=nil, statusdesc=nil, offset=nil, cutdowntime=nil, srcinfo=nil, dstinfo=nil, requestid=nil)
|
1807
1807
|
@JobId = jobid
|
1808
1808
|
@JobName = jobname
|
@@ -1862,7 +1862,7 @@ module TencentCloud
|
|
1862
1862
|
# @type Status: Integer
|
1863
1863
|
|
1864
1864
|
attr_accessor :RegionId, :InstanceId, :SetId, :ZoneId, :Type, :InstanceName, :Vip, :Status
|
1865
|
-
|
1865
|
+
|
1866
1866
|
def initialize(regionid=nil, instanceid=nil, setid=nil, zoneid=nil, type=nil, instancename=nil, vip=nil, status=nil)
|
1867
1867
|
@RegionId = regionid
|
1868
1868
|
@InstanceId = instanceid
|
@@ -1892,7 +1892,7 @@ module TencentCloud
|
|
1892
1892
|
# @type DealIds: Array
|
1893
1893
|
|
1894
1894
|
attr_accessor :DealIds
|
1895
|
-
|
1895
|
+
|
1896
1896
|
def initialize(dealids=nil)
|
1897
1897
|
@DealIds = dealids
|
1898
1898
|
end
|
@@ -1910,7 +1910,7 @@ module TencentCloud
|
|
1910
1910
|
# @type RequestId: String
|
1911
1911
|
|
1912
1912
|
attr_accessor :DealDetails, :RequestId
|
1913
|
-
|
1913
|
+
|
1914
1914
|
def initialize(dealdetails=nil, requestid=nil)
|
1915
1915
|
@DealDetails = dealdetails
|
1916
1916
|
@RequestId = requestid
|
@@ -1939,7 +1939,7 @@ module TencentCloud
|
|
1939
1939
|
# @type Date: String
|
1940
1940
|
|
1941
1941
|
attr_accessor :InstanceId, :ReqType, :Date
|
1942
|
-
|
1942
|
+
|
1943
1943
|
def initialize(instanceid=nil, reqtype=nil, date=nil)
|
1944
1944
|
@InstanceId = instanceid
|
1945
1945
|
@ReqType = reqtype
|
@@ -1961,7 +1961,7 @@ module TencentCloud
|
|
1961
1961
|
# @type RequestId: String
|
1962
1962
|
|
1963
1963
|
attr_accessor :Data, :RequestId
|
1964
|
-
|
1964
|
+
|
1965
1965
|
def initialize(data=nil, requestid=nil)
|
1966
1966
|
@Data = data
|
1967
1967
|
@RequestId = requestid
|
@@ -1988,7 +1988,7 @@ module TencentCloud
|
|
1988
1988
|
# @type Date: String
|
1989
1989
|
|
1990
1990
|
attr_accessor :InstanceId, :Date
|
1991
|
-
|
1991
|
+
|
1992
1992
|
def initialize(instanceid=nil, date=nil)
|
1993
1993
|
@InstanceId = instanceid
|
1994
1994
|
@Date = date
|
@@ -2008,7 +2008,7 @@ module TencentCloud
|
|
2008
2008
|
# @type RequestId: String
|
2009
2009
|
|
2010
2010
|
attr_accessor :Data, :RequestId
|
2011
|
-
|
2011
|
+
|
2012
2012
|
def initialize(data=nil, requestid=nil)
|
2013
2013
|
@Data = data
|
2014
2014
|
@RequestId = requestid
|
@@ -2035,7 +2035,7 @@ module TencentCloud
|
|
2035
2035
|
# @type Date: String
|
2036
2036
|
|
2037
2037
|
attr_accessor :InstanceId, :Date
|
2038
|
-
|
2038
|
+
|
2039
2039
|
def initialize(instanceid=nil, date=nil)
|
2040
2040
|
@InstanceId = instanceid
|
2041
2041
|
@Date = date
|
@@ -2055,7 +2055,7 @@ module TencentCloud
|
|
2055
2055
|
# @type RequestId: String
|
2056
2056
|
|
2057
2057
|
attr_accessor :Data, :RequestId
|
2058
|
-
|
2058
|
+
|
2059
2059
|
def initialize(data=nil, requestid=nil)
|
2060
2060
|
@Data = data
|
2061
2061
|
@RequestId = requestid
|
@@ -2082,7 +2082,7 @@ module TencentCloud
|
|
2082
2082
|
# @type SpanType: Integer
|
2083
2083
|
|
2084
2084
|
attr_accessor :InstanceId, :SpanType
|
2085
|
-
|
2085
|
+
|
2086
2086
|
def initialize(instanceid=nil, spantype=nil)
|
2087
2087
|
@InstanceId = instanceid
|
2088
2088
|
@SpanType = spantype
|
@@ -2102,7 +2102,7 @@ module TencentCloud
|
|
2102
2102
|
# @type RequestId: String
|
2103
2103
|
|
2104
2104
|
attr_accessor :Data, :RequestId
|
2105
|
-
|
2105
|
+
|
2106
2106
|
def initialize(data=nil, requestid=nil)
|
2107
2107
|
@Data = data
|
2108
2108
|
@RequestId = requestid
|
@@ -2127,7 +2127,7 @@ module TencentCloud
|
|
2127
2127
|
# @type InstanceId: String
|
2128
2128
|
|
2129
2129
|
attr_accessor :InstanceId
|
2130
|
-
|
2130
|
+
|
2131
2131
|
def initialize(instanceid=nil)
|
2132
2132
|
@InstanceId = instanceid
|
2133
2133
|
end
|
@@ -2145,7 +2145,7 @@ module TencentCloud
|
|
2145
2145
|
# @type RequestId: String
|
2146
2146
|
|
2147
2147
|
attr_accessor :Data, :RequestId
|
2148
|
-
|
2148
|
+
|
2149
2149
|
def initialize(data=nil, requestid=nil)
|
2150
2150
|
@Data = data
|
2151
2151
|
@RequestId = requestid
|
@@ -2174,7 +2174,7 @@ module TencentCloud
|
|
2174
2174
|
# @type SpanType: Integer
|
2175
2175
|
|
2176
2176
|
attr_accessor :InstanceId, :Date, :SpanType
|
2177
|
-
|
2177
|
+
|
2178
2178
|
def initialize(instanceid=nil, date=nil, spantype=nil)
|
2179
2179
|
@InstanceId = instanceid
|
2180
2180
|
@Date = date
|
@@ -2196,7 +2196,7 @@ module TencentCloud
|
|
2196
2196
|
# @type RequestId: String
|
2197
2197
|
|
2198
2198
|
attr_accessor :Data, :RequestId
|
2199
|
-
|
2199
|
+
|
2200
2200
|
def initialize(data=nil, requestid=nil)
|
2201
2201
|
@Data = data
|
2202
2202
|
@RequestId = requestid
|
@@ -2223,7 +2223,7 @@ module TencentCloud
|
|
2223
2223
|
# @type SpanType: Integer
|
2224
2224
|
|
2225
2225
|
attr_accessor :InstanceId, :SpanType
|
2226
|
-
|
2226
|
+
|
2227
2227
|
def initialize(instanceid=nil, spantype=nil)
|
2228
2228
|
@InstanceId = instanceid
|
2229
2229
|
@SpanType = spantype
|
@@ -2243,7 +2243,7 @@ module TencentCloud
|
|
2243
2243
|
# @type RequestId: String
|
2244
2244
|
|
2245
2245
|
attr_accessor :Data, :RequestId
|
2246
|
-
|
2246
|
+
|
2247
2247
|
def initialize(data=nil, requestid=nil)
|
2248
2248
|
@Data = data
|
2249
2249
|
@RequestId = requestid
|
@@ -2270,7 +2270,7 @@ module TencentCloud
|
|
2270
2270
|
# @type SpanType: Integer
|
2271
2271
|
|
2272
2272
|
attr_accessor :InstanceId, :SpanType
|
2273
|
-
|
2273
|
+
|
2274
2274
|
def initialize(instanceid=nil, spantype=nil)
|
2275
2275
|
@InstanceId = instanceid
|
2276
2276
|
@SpanType = spantype
|
@@ -2290,7 +2290,7 @@ module TencentCloud
|
|
2290
2290
|
# @type RequestId: String
|
2291
2291
|
|
2292
2292
|
attr_accessor :Data, :RequestId
|
2293
|
-
|
2293
|
+
|
2294
2294
|
def initialize(data=nil, requestid=nil)
|
2295
2295
|
@Data = data
|
2296
2296
|
@RequestId = requestid
|
@@ -2319,7 +2319,7 @@ module TencentCloud
|
|
2319
2319
|
# @type Offset: Integer
|
2320
2320
|
|
2321
2321
|
attr_accessor :InstanceId, :Limit, :Offset
|
2322
|
-
|
2322
|
+
|
2323
2323
|
def initialize(instanceid=nil, limit=nil, offset=nil)
|
2324
2324
|
@InstanceId = instanceid
|
2325
2325
|
@Limit = limit
|
@@ -2354,7 +2354,7 @@ module TencentCloud
|
|
2354
2354
|
# @type RequestId: String
|
2355
2355
|
|
2356
2356
|
attr_accessor :ProxyCount, :Proxy, :RedisCount, :Redis, :TendisCount, :Tendis, :RequestId
|
2357
|
-
|
2357
|
+
|
2358
2358
|
def initialize(proxycount=nil, proxy=nil, rediscount=nil, redis=nil, tendiscount=nil, tendis=nil, requestid=nil)
|
2359
2359
|
@ProxyCount = proxycount
|
2360
2360
|
@Proxy = proxy
|
@@ -2407,7 +2407,7 @@ module TencentCloud
|
|
2407
2407
|
# @type Offset: Integer
|
2408
2408
|
|
2409
2409
|
attr_accessor :InstanceId, :Limit, :Offset
|
2410
|
-
|
2410
|
+
|
2411
2411
|
def initialize(instanceid=nil, limit=nil, offset=nil)
|
2412
2412
|
@InstanceId = instanceid
|
2413
2413
|
@Limit = limit
|
@@ -2431,7 +2431,7 @@ module TencentCloud
|
|
2431
2431
|
# @type RequestId: String
|
2432
2432
|
|
2433
2433
|
attr_accessor :TotalCount, :InstanceParamHistory, :RequestId
|
2434
|
-
|
2434
|
+
|
2435
2435
|
def initialize(totalcount=nil, instanceparamhistory=nil, requestid=nil)
|
2436
2436
|
@TotalCount = totalcount
|
2437
2437
|
@InstanceParamHistory = instanceparamhistory
|
@@ -2458,7 +2458,7 @@ module TencentCloud
|
|
2458
2458
|
# @type InstanceId: String
|
2459
2459
|
|
2460
2460
|
attr_accessor :InstanceId
|
2461
|
-
|
2461
|
+
|
2462
2462
|
def initialize(instanceid=nil)
|
2463
2463
|
@InstanceId = instanceid
|
2464
2464
|
end
|
@@ -2484,7 +2484,7 @@ module TencentCloud
|
|
2484
2484
|
# @type RequestId: String
|
2485
2485
|
|
2486
2486
|
attr_accessor :TotalCount, :InstanceEnumParam, :InstanceIntegerParam, :InstanceTextParam, :InstanceMultiParam, :RequestId
|
2487
|
-
|
2487
|
+
|
2488
2488
|
def initialize(totalcount=nil, instanceenumparam=nil, instanceintegerparam=nil, instancetextparam=nil, instancemultiparam=nil, requestid=nil)
|
2489
2489
|
@TotalCount = totalcount
|
2490
2490
|
@InstanceEnumParam = instanceenumparam
|
@@ -2538,7 +2538,7 @@ module TencentCloud
|
|
2538
2538
|
# @type InstanceIds: Array
|
2539
2539
|
|
2540
2540
|
attr_accessor :InstanceIds
|
2541
|
-
|
2541
|
+
|
2542
2542
|
def initialize(instanceids=nil)
|
2543
2543
|
@InstanceIds = instanceids
|
2544
2544
|
end
|
@@ -2556,7 +2556,7 @@ module TencentCloud
|
|
2556
2556
|
# @type RequestId: String
|
2557
2557
|
|
2558
2558
|
attr_accessor :InstanceSecurityGroupsDetail, :RequestId
|
2559
|
-
|
2559
|
+
|
2560
2560
|
def initialize(instancesecuritygroupsdetail=nil, requestid=nil)
|
2561
2561
|
@InstanceSecurityGroupsDetail = instancesecuritygroupsdetail
|
2562
2562
|
@RequestId = requestid
|
@@ -2585,7 +2585,7 @@ module TencentCloud
|
|
2585
2585
|
# @type FilterSlave: Boolean
|
2586
2586
|
|
2587
2587
|
attr_accessor :InstanceId, :FilterSlave
|
2588
|
-
|
2588
|
+
|
2589
2589
|
def initialize(instanceid=nil, filterslave=nil)
|
2590
2590
|
@InstanceId = instanceid
|
2591
2591
|
@FilterSlave = filterslave
|
@@ -2607,7 +2607,7 @@ module TencentCloud
|
|
2607
2607
|
# @type RequestId: String
|
2608
2608
|
|
2609
2609
|
attr_accessor :InstanceShards, :TotalCount, :RequestId
|
2610
|
-
|
2610
|
+
|
2611
2611
|
def initialize(instanceshards=nil, totalcount=nil, requestid=nil)
|
2612
2612
|
@InstanceShards = instanceshards
|
2613
2613
|
@TotalCount = totalcount
|
@@ -2634,7 +2634,7 @@ module TencentCloud
|
|
2634
2634
|
# @type InstanceId: String
|
2635
2635
|
|
2636
2636
|
attr_accessor :InstanceId
|
2637
|
-
|
2637
|
+
|
2638
2638
|
def initialize(instanceid=nil)
|
2639
2639
|
@InstanceId = instanceid
|
2640
2640
|
end
|
@@ -2654,7 +2654,7 @@ module TencentCloud
|
|
2654
2654
|
# @type RequestId: String
|
2655
2655
|
|
2656
2656
|
attr_accessor :TotalCount, :ReplicaGroups, :RequestId
|
2657
|
-
|
2657
|
+
|
2658
2658
|
def initialize(totalcount=nil, replicagroups=nil, requestid=nil)
|
2659
2659
|
@TotalCount = totalcount
|
2660
2660
|
@ReplicaGroups = replicagroups
|
@@ -2744,7 +2744,7 @@ module TencentCloud
|
|
2744
2744
|
# @type AzMode: String
|
2745
2745
|
|
2746
2746
|
attr_accessor :Limit, :Offset, :InstanceId, :OrderBy, :OrderType, :VpcIds, :SubnetIds, :SearchKey, :ProjectIds, :InstanceName, :UniqVpcIds, :UniqSubnetIds, :RegionIds, :Status, :TypeVersion, :EngineName, :AutoRenew, :BillingMode, :Type, :SearchKeys, :TypeList, :MonitorVersion, :InstanceTags, :TagKeys, :ProductVersions, :InstanceIds, :AzMode
|
2747
|
-
|
2747
|
+
|
2748
2748
|
def initialize(limit=nil, offset=nil, instanceid=nil, orderby=nil, ordertype=nil, vpcids=nil, subnetids=nil, searchkey=nil, projectids=nil, instancename=nil, uniqvpcids=nil, uniqsubnetids=nil, regionids=nil, status=nil, typeversion=nil, enginename=nil, autorenew=nil, billingmode=nil, type=nil, searchkeys=nil, typelist=nil, monitorversion=nil, instancetags=nil, tagkeys=nil, productversions=nil, instanceids=nil, azmode=nil)
|
2749
2749
|
@Limit = limit
|
2750
2750
|
@Offset = offset
|
@@ -2823,7 +2823,7 @@ module TencentCloud
|
|
2823
2823
|
# @type RequestId: String
|
2824
2824
|
|
2825
2825
|
attr_accessor :TotalCount, :InstanceSet, :RequestId
|
2826
|
-
|
2826
|
+
|
2827
2827
|
def initialize(totalcount=nil, instanceset=nil, requestid=nil)
|
2828
2828
|
@TotalCount = totalcount
|
2829
2829
|
@InstanceSet = instanceset
|
@@ -2850,7 +2850,7 @@ module TencentCloud
|
|
2850
2850
|
# @type InstanceId: String
|
2851
2851
|
|
2852
2852
|
attr_accessor :InstanceId
|
2853
|
-
|
2853
|
+
|
2854
2854
|
def initialize(instanceid=nil)
|
2855
2855
|
@InstanceId = instanceid
|
2856
2856
|
end
|
@@ -2870,7 +2870,7 @@ module TencentCloud
|
|
2870
2870
|
# @type RequestId: String
|
2871
2871
|
|
2872
2872
|
attr_accessor :StartTime, :EndTime, :RequestId
|
2873
|
-
|
2873
|
+
|
2874
2874
|
def initialize(starttime=nil, endtime=nil, requestid=nil)
|
2875
2875
|
@StartTime = starttime
|
2876
2876
|
@EndTime = endtime
|
@@ -2890,7 +2890,7 @@ module TencentCloud
|
|
2890
2890
|
# @type TemplateId: String
|
2891
2891
|
|
2892
2892
|
attr_accessor :TemplateId
|
2893
|
-
|
2893
|
+
|
2894
2894
|
def initialize(templateid=nil)
|
2895
2895
|
@TemplateId = templateid
|
2896
2896
|
end
|
@@ -2928,7 +2928,7 @@ module TencentCloud
|
|
2928
2928
|
# @type RequestId: String
|
2929
2929
|
|
2930
2930
|
attr_accessor :TotalCount, :TemplateId, :Name, :ProductType, :Description, :Items, :RequestId
|
2931
|
-
|
2931
|
+
|
2932
2932
|
def initialize(totalcount=nil, templateid=nil, name=nil, producttype=nil, description=nil, items=nil, requestid=nil)
|
2933
2933
|
@TotalCount = totalcount
|
2934
2934
|
@TemplateId = templateid
|
@@ -2967,7 +2967,7 @@ module TencentCloud
|
|
2967
2967
|
# @type TemplateIds: Array
|
2968
2968
|
|
2969
2969
|
attr_accessor :ProductTypes, :TemplateNames, :TemplateIds
|
2970
|
-
|
2970
|
+
|
2971
2971
|
def initialize(producttypes=nil, templatenames=nil, templateids=nil)
|
2972
2972
|
@ProductTypes = producttypes
|
2973
2973
|
@TemplateNames = templatenames
|
@@ -2991,7 +2991,7 @@ module TencentCloud
|
|
2991
2991
|
# @type RequestId: String
|
2992
2992
|
|
2993
2993
|
attr_accessor :TotalCount, :Items, :RequestId
|
2994
|
-
|
2994
|
+
|
2995
2995
|
def initialize(totalcount=nil, items=nil, requestid=nil)
|
2996
2996
|
@TotalCount = totalcount
|
2997
2997
|
@Items = items
|
@@ -3015,7 +3015,7 @@ module TencentCloud
|
|
3015
3015
|
# DescribeProductInfo请求参数结构体
|
3016
3016
|
class DescribeProductInfoRequest < TencentCloud::Common::AbstractModel
|
3017
3017
|
|
3018
|
-
|
3018
|
+
|
3019
3019
|
def initialize()
|
3020
3020
|
end
|
3021
3021
|
|
@@ -3031,7 +3031,7 @@ module TencentCloud
|
|
3031
3031
|
# @type RequestId: String
|
3032
3032
|
|
3033
3033
|
attr_accessor :RegionSet, :RequestId
|
3034
|
-
|
3034
|
+
|
3035
3035
|
def initialize(regionset=nil, requestid=nil)
|
3036
3036
|
@RegionSet = regionset
|
3037
3037
|
@RequestId = requestid
|
@@ -3058,7 +3058,7 @@ module TencentCloud
|
|
3058
3058
|
# @type SecurityGroupId: String
|
3059
3059
|
|
3060
3060
|
attr_accessor :ProjectId, :SecurityGroupId
|
3061
|
-
|
3061
|
+
|
3062
3062
|
def initialize(projectid=nil, securitygroupid=nil)
|
3063
3063
|
@ProjectId = projectid
|
3064
3064
|
@SecurityGroupId = securitygroupid
|
@@ -3078,7 +3078,7 @@ module TencentCloud
|
|
3078
3078
|
# @type RequestId: String
|
3079
3079
|
|
3080
3080
|
attr_accessor :SecurityGroupDetails, :RequestId
|
3081
|
-
|
3081
|
+
|
3082
3082
|
def initialize(securitygroupdetails=nil, requestid=nil)
|
3083
3083
|
@SecurityGroupDetails = securitygroupdetails
|
3084
3084
|
@RequestId = requestid
|
@@ -3111,7 +3111,7 @@ module TencentCloud
|
|
3111
3111
|
# @type SearchKey: String
|
3112
3112
|
|
3113
3113
|
attr_accessor :Product, :ProjectId, :Offset, :Limit, :SearchKey
|
3114
|
-
|
3114
|
+
|
3115
3115
|
def initialize(product=nil, projectid=nil, offset=nil, limit=nil, searchkey=nil)
|
3116
3116
|
@Product = product
|
3117
3117
|
@ProjectId = projectid
|
@@ -3139,7 +3139,7 @@ module TencentCloud
|
|
3139
3139
|
# @type RequestId: String
|
3140
3140
|
|
3141
3141
|
attr_accessor :Groups, :Total, :RequestId
|
3142
|
-
|
3142
|
+
|
3143
3143
|
def initialize(groups=nil, total=nil, requestid=nil)
|
3144
3144
|
@Groups = groups
|
3145
3145
|
@Total = total
|
@@ -3176,7 +3176,7 @@ module TencentCloud
|
|
3176
3176
|
# @type Offset: Integer
|
3177
3177
|
|
3178
3178
|
attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset
|
3179
|
-
|
3179
|
+
|
3180
3180
|
def initialize(instanceid=nil, begintime=nil, endtime=nil, minquerytime=nil, limit=nil, offset=nil)
|
3181
3181
|
@InstanceId = instanceid
|
3182
3182
|
@BeginTime = begintime
|
@@ -3206,7 +3206,7 @@ module TencentCloud
|
|
3206
3206
|
# @type RequestId: String
|
3207
3207
|
|
3208
3208
|
attr_accessor :TotalCount, :InstanceProxySlowLogDetail, :RequestId
|
3209
|
-
|
3209
|
+
|
3210
3210
|
def initialize(totalcount=nil, instanceproxyslowlogdetail=nil, requestid=nil)
|
3211
3211
|
@TotalCount = totalcount
|
3212
3212
|
@InstanceProxySlowLogDetail = instanceproxyslowlogdetail
|
@@ -3239,7 +3239,7 @@ module TencentCloud
|
|
3239
3239
|
# @type SearchKey: String
|
3240
3240
|
|
3241
3241
|
attr_accessor :Limit, :Offset, :GroupId, :SearchKey
|
3242
|
-
|
3242
|
+
|
3243
3243
|
def initialize(limit=nil, offset=nil, groupid=nil, searchkey=nil)
|
3244
3244
|
@Limit = limit
|
3245
3245
|
@Offset = offset
|
@@ -3265,7 +3265,7 @@ module TencentCloud
|
|
3265
3265
|
# @type RequestId: String
|
3266
3266
|
|
3267
3267
|
attr_accessor :TotalCount, :Groups, :RequestId
|
3268
|
-
|
3268
|
+
|
3269
3269
|
def initialize(totalcount=nil, groups=nil, requestid=nil)
|
3270
3270
|
@TotalCount = totalcount
|
3271
3271
|
@Groups = groups
|
@@ -3292,7 +3292,7 @@ module TencentCloud
|
|
3292
3292
|
# @type InstanceId: String
|
3293
3293
|
|
3294
3294
|
attr_accessor :InstanceId
|
3295
|
-
|
3295
|
+
|
3296
3296
|
def initialize(instanceid=nil)
|
3297
3297
|
@InstanceId = instanceid
|
3298
3298
|
end
|
@@ -3324,7 +3324,7 @@ module TencentCloud
|
|
3324
3324
|
# @type RequestId: String
|
3325
3325
|
|
3326
3326
|
attr_accessor :CertDownloadUrl, :UrlExpiredTime, :SSLConfig, :FeatureSupport, :Status, :RequestId
|
3327
|
-
|
3327
|
+
|
3328
3328
|
def initialize(certdownloadurl=nil, urlexpiredtime=nil, sslconfig=nil, featuresupport=nil, status=nil, requestid=nil)
|
3329
3329
|
@CertDownloadUrl = certdownloadurl
|
3330
3330
|
@UrlExpiredTime = urlexpiredtime
|
@@ -3362,7 +3362,7 @@ module TencentCloud
|
|
3362
3362
|
# @type Role: String
|
3363
3363
|
|
3364
3364
|
attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset, :Role
|
3365
|
-
|
3365
|
+
|
3366
3366
|
def initialize(instanceid=nil, begintime=nil, endtime=nil, minquerytime=nil, limit=nil, offset=nil, role=nil)
|
3367
3367
|
@InstanceId = instanceid
|
3368
3368
|
@BeginTime = begintime
|
@@ -3394,7 +3394,7 @@ module TencentCloud
|
|
3394
3394
|
# @type RequestId: String
|
3395
3395
|
|
3396
3396
|
attr_accessor :TotalCount, :InstanceSlowlogDetail, :RequestId
|
3397
|
-
|
3397
|
+
|
3398
3398
|
def initialize(totalcount=nil, instanceslowlogdetail=nil, requestid=nil)
|
3399
3399
|
@TotalCount = totalcount
|
3400
3400
|
@InstanceSlowlogDetail = instanceslowlogdetail
|
@@ -3421,7 +3421,7 @@ module TencentCloud
|
|
3421
3421
|
# @type TaskId: Integer
|
3422
3422
|
|
3423
3423
|
attr_accessor :TaskId
|
3424
|
-
|
3424
|
+
|
3425
3425
|
def initialize(taskid=nil)
|
3426
3426
|
@TaskId = taskid
|
3427
3427
|
end
|
@@ -3447,7 +3447,7 @@ module TencentCloud
|
|
3447
3447
|
# @type RequestId: String
|
3448
3448
|
|
3449
3449
|
attr_accessor :Status, :StartTime, :TaskType, :InstanceId, :TaskMessage, :RequestId
|
3450
|
-
|
3450
|
+
|
3451
3451
|
def initialize(status=nil, starttime=nil, tasktype=nil, instanceid=nil, taskmessage=nil, requestid=nil)
|
3452
3452
|
@Status = status
|
3453
3453
|
@StartTime = starttime
|
@@ -3518,7 +3518,7 @@ module TencentCloud
|
|
3518
3518
|
# @type OperateUin: Array
|
3519
3519
|
|
3520
3520
|
attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin, :OperateUin
|
3521
|
-
|
3521
|
+
|
3522
3522
|
def initialize(instanceid=nil, instancename=nil, limit=nil, offset=nil, projectids=nil, tasktypes=nil, begintime=nil, endtime=nil, taskstatus=nil, result=nil, operatoruin=nil, operateuin=nil)
|
3523
3523
|
@InstanceId = instanceid
|
3524
3524
|
@InstanceName = instancename
|
@@ -3560,7 +3560,7 @@ module TencentCloud
|
|
3560
3560
|
# @type RequestId: String
|
3561
3561
|
|
3562
3562
|
attr_accessor :TotalCount, :Tasks, :RequestId
|
3563
|
-
|
3563
|
+
|
3564
3564
|
def initialize(totalcount=nil, tasks=nil, requestid=nil)
|
3565
3565
|
@TotalCount = totalcount
|
3566
3566
|
@Tasks = tasks
|
@@ -3597,7 +3597,7 @@ module TencentCloud
|
|
3597
3597
|
# @type Offset: Integer
|
3598
3598
|
|
3599
3599
|
attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset
|
3600
|
-
|
3600
|
+
|
3601
3601
|
def initialize(instanceid=nil, begintime=nil, endtime=nil, minquerytime=nil, limit=nil, offset=nil)
|
3602
3602
|
@InstanceId = instanceid
|
3603
3603
|
@BeginTime = begintime
|
@@ -3627,7 +3627,7 @@ module TencentCloud
|
|
3627
3627
|
# @type RequestId: String
|
3628
3628
|
|
3629
3629
|
attr_accessor :TotalCount, :TendisSlowLogDetail, :RequestId
|
3630
|
-
|
3630
|
+
|
3631
3631
|
def initialize(totalcount=nil, tendisslowlogdetail=nil, requestid=nil)
|
3632
3632
|
@TotalCount = totalcount
|
3633
3633
|
@TendisSlowLogDetail = tendisslowlogdetail
|
@@ -3654,7 +3654,7 @@ module TencentCloud
|
|
3654
3654
|
# @type InstanceId: String
|
3655
3655
|
|
3656
3656
|
attr_accessor :InstanceId
|
3657
|
-
|
3657
|
+
|
3658
3658
|
def initialize(instanceid=nil)
|
3659
3659
|
@InstanceId = instanceid
|
3660
3660
|
end
|
@@ -3672,7 +3672,7 @@ module TencentCloud
|
|
3672
3672
|
# @type RequestId: String
|
3673
3673
|
|
3674
3674
|
attr_accessor :TaskId, :RequestId
|
3675
|
-
|
3675
|
+
|
3676
3676
|
def initialize(taskid=nil, requestid=nil)
|
3677
3677
|
@TaskId = taskid
|
3678
3678
|
@RequestId = requestid
|
@@ -3690,7 +3690,7 @@ module TencentCloud
|
|
3690
3690
|
# @type InstanceId: String
|
3691
3691
|
|
3692
3692
|
attr_accessor :InstanceId
|
3693
|
-
|
3693
|
+
|
3694
3694
|
def initialize(instanceid=nil)
|
3695
3695
|
@InstanceId = instanceid
|
3696
3696
|
end
|
@@ -3708,7 +3708,7 @@ module TencentCloud
|
|
3708
3708
|
# @type RequestId: String
|
3709
3709
|
|
3710
3710
|
attr_accessor :DealId, :RequestId
|
3711
|
-
|
3711
|
+
|
3712
3712
|
def initialize(dealid=nil, requestid=nil)
|
3713
3713
|
@DealId = dealid
|
3714
3714
|
@RequestId = requestid
|
@@ -3726,7 +3726,7 @@ module TencentCloud
|
|
3726
3726
|
# @type InstanceId: String
|
3727
3727
|
|
3728
3728
|
attr_accessor :InstanceId
|
3729
|
-
|
3729
|
+
|
3730
3730
|
def initialize(instanceid=nil)
|
3731
3731
|
@InstanceId = instanceid
|
3732
3732
|
end
|
@@ -3745,7 +3745,7 @@ module TencentCloud
|
|
3745
3745
|
# @type RequestId: String
|
3746
3746
|
|
3747
3747
|
attr_accessor :TaskId, :RequestId
|
3748
|
-
|
3748
|
+
|
3749
3749
|
def initialize(taskid=nil, requestid=nil)
|
3750
3750
|
@TaskId = taskid
|
3751
3751
|
@RequestId = requestid
|
@@ -3767,7 +3767,7 @@ module TencentCloud
|
|
3767
3767
|
# @type InstanceIds: Array
|
3768
3768
|
|
3769
3769
|
attr_accessor :Product, :SecurityGroupId, :InstanceIds
|
3770
|
-
|
3770
|
+
|
3771
3771
|
def initialize(product=nil, securitygroupid=nil, instanceids=nil)
|
3772
3772
|
@Product = product
|
3773
3773
|
@SecurityGroupId = securitygroupid
|
@@ -3787,7 +3787,7 @@ module TencentCloud
|
|
3787
3787
|
# @type RequestId: String
|
3788
3788
|
|
3789
3789
|
attr_accessor :RequestId
|
3790
|
-
|
3790
|
+
|
3791
3791
|
def initialize(requestid=nil)
|
3792
3792
|
@RequestId = requestid
|
3793
3793
|
end
|
@@ -3805,7 +3805,7 @@ module TencentCloud
|
|
3805
3805
|
# @type ReadonlyPolicy: Array
|
3806
3806
|
|
3807
3807
|
attr_accessor :InstanceId, :ReadonlyPolicy
|
3808
|
-
|
3808
|
+
|
3809
3809
|
def initialize(instanceid=nil, readonlypolicy=nil)
|
3810
3810
|
@InstanceId = instanceid
|
3811
3811
|
@ReadonlyPolicy = readonlypolicy
|
@@ -3829,7 +3829,7 @@ module TencentCloud
|
|
3829
3829
|
# @type RequestId: String
|
3830
3830
|
|
3831
3831
|
attr_accessor :Status, :TaskId, :RequestId
|
3832
|
-
|
3832
|
+
|
3833
3833
|
def initialize(status=nil, taskid=nil, requestid=nil)
|
3834
3834
|
@Status = status
|
3835
3835
|
@TaskId = taskid
|
@@ -3889,7 +3889,7 @@ module TencentCloud
|
|
3889
3889
|
# @type Remark: String
|
3890
3890
|
|
3891
3891
|
attr_accessor :AppId, :RegionId, :GroupId, :GroupName, :Status, :InstanceCount, :Instances, :Remark
|
3892
|
-
|
3892
|
+
|
3893
3893
|
def initialize(appid=nil, regionid=nil, groupid=nil, groupname=nil, status=nil, instancecount=nil, instances=nil, remark=nil)
|
3894
3894
|
@AppId = appid
|
3895
3895
|
@RegionId = regionid
|
@@ -3930,7 +3930,7 @@ module TencentCloud
|
|
3930
3930
|
# @type Count: Integer
|
3931
3931
|
|
3932
3932
|
attr_accessor :Key, :Type, :Count
|
3933
|
-
|
3933
|
+
|
3934
3934
|
def initialize(key=nil, type=nil, count=nil)
|
3935
3935
|
@Key = key
|
3936
3936
|
@Type = type
|
@@ -3964,7 +3964,7 @@ module TencentCloud
|
|
3964
3964
|
# @type Id: String
|
3965
3965
|
|
3966
3966
|
attr_accessor :Action, :AddressModule, :CidrIp, :Desc, :IpProtocol, :PortRange, :ServiceModule, :Id
|
3967
|
-
|
3967
|
+
|
3968
3968
|
def initialize(action=nil, addressmodule=nil, cidrip=nil, desc=nil, ipprotocol=nil, portrange=nil, servicemodule=nil, id=nil)
|
3969
3969
|
@Action = action
|
3970
3970
|
@AddressModule = addressmodule
|
@@ -4015,7 +4015,7 @@ module TencentCloud
|
|
4015
4015
|
# @type ProductVersion: String
|
4016
4016
|
|
4017
4017
|
attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :ZoneName, :ProductVersion
|
4018
|
-
|
4018
|
+
|
4019
4019
|
def initialize(typeid=nil, memsize=nil, goodsnum=nil, period=nil, billingmode=nil, zoneid=nil, redisshardnum=nil, redisreplicasnum=nil, replicasreadonly=nil, zonename=nil, productversion=nil)
|
4020
4020
|
@TypeId = typeid
|
4021
4021
|
@MemSize = memsize
|
@@ -4054,7 +4054,7 @@ module TencentCloud
|
|
4054
4054
|
# @type RequestId: String
|
4055
4055
|
|
4056
4056
|
attr_accessor :Price, :RequestId
|
4057
|
-
|
4057
|
+
|
4058
4058
|
def initialize(price=nil, requestid=nil)
|
4059
4059
|
@Price = price
|
4060
4060
|
@RequestId = requestid
|
@@ -4074,7 +4074,7 @@ module TencentCloud
|
|
4074
4074
|
# @type InstanceId: String
|
4075
4075
|
|
4076
4076
|
attr_accessor :Period, :InstanceId
|
4077
|
-
|
4077
|
+
|
4078
4078
|
def initialize(period=nil, instanceid=nil)
|
4079
4079
|
@Period = period
|
4080
4080
|
@InstanceId = instanceid
|
@@ -4095,7 +4095,7 @@ module TencentCloud
|
|
4095
4095
|
# @type RequestId: String
|
4096
4096
|
|
4097
4097
|
attr_accessor :Price, :RequestId
|
4098
|
-
|
4098
|
+
|
4099
4099
|
def initialize(price=nil, requestid=nil)
|
4100
4100
|
@Price = price
|
4101
4101
|
@RequestId = requestid
|
@@ -4119,7 +4119,7 @@ module TencentCloud
|
|
4119
4119
|
# @type RedisReplicasNum: Integer
|
4120
4120
|
|
4121
4121
|
attr_accessor :InstanceId, :MemSize, :RedisShardNum, :RedisReplicasNum
|
4122
|
-
|
4122
|
+
|
4123
4123
|
def initialize(instanceid=nil, memsize=nil, redisshardnum=nil, redisreplicasnum=nil)
|
4124
4124
|
@InstanceId = instanceid
|
4125
4125
|
@MemSize = memsize
|
@@ -4144,7 +4144,7 @@ module TencentCloud
|
|
4144
4144
|
# @type RequestId: String
|
4145
4145
|
|
4146
4146
|
attr_accessor :Price, :RequestId
|
4147
|
-
|
4147
|
+
|
4148
4148
|
def initialize(price=nil, requestid=nil)
|
4149
4149
|
@Price = price
|
4150
4150
|
@RequestId = requestid
|
@@ -4193,7 +4193,7 @@ module TencentCloud
|
|
4193
4193
|
# @type StorageSlope: Float
|
4194
4194
|
|
4195
4195
|
attr_accessor :Name, :RunId, :Role, :Status, :Connected, :CreateTime, :DownTime, :Slots, :Keys, :Qps, :QpsSlope, :Storage, :StorageSlope
|
4196
|
-
|
4196
|
+
|
4197
4197
|
def initialize(name=nil, runid=nil, role=nil, status=nil, connected=nil, createtime=nil, downtime=nil, slots=nil, keys=nil, qps=nil, qpsslope=nil, storage=nil, storageslope=nil)
|
4198
4198
|
@Name = name
|
4199
4199
|
@RunId = runid
|
@@ -4253,7 +4253,7 @@ module TencentCloud
|
|
4253
4253
|
# @type Connected: Integer
|
4254
4254
|
|
4255
4255
|
attr_accessor :ShardName, :ShardId, :Role, :Keys, :Slots, :Storage, :StorageSlope, :Runid, :Connected
|
4256
|
-
|
4256
|
+
|
4257
4257
|
def initialize(shardname=nil, shardid=nil, role=nil, keys=nil, slots=nil, storage=nil, storageslope=nil, runid=nil, connected=nil)
|
4258
4258
|
@ShardName = shardname
|
4259
4259
|
@ShardId = shardid
|
@@ -4303,7 +4303,7 @@ module TencentCloud
|
|
4303
4303
|
# @type Status: Integer
|
4304
4304
|
|
4305
4305
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :EnumValue, :Status
|
4306
|
-
|
4306
|
+
|
4307
4307
|
def initialize(paramname=nil, valuetype=nil, needrestart=nil, defaultvalue=nil, currentvalue=nil, tips=nil, enumvalue=nil, status=nil)
|
4308
4308
|
@ParamName = paramname
|
4309
4309
|
@ValueType = valuetype
|
@@ -4352,7 +4352,7 @@ module TencentCloud
|
|
4352
4352
|
# @type Unit: String
|
4353
4353
|
|
4354
4354
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :Min, :Max, :Status, :Unit
|
4355
|
-
|
4355
|
+
|
4356
4356
|
def initialize(paramname=nil, valuetype=nil, needrestart=nil, defaultvalue=nil, currentvalue=nil, tips=nil, min=nil, max=nil, status=nil, unit=nil)
|
4357
4357
|
@ParamName = paramname
|
4358
4358
|
@ValueType = valuetype
|
@@ -4404,7 +4404,7 @@ module TencentCloud
|
|
4404
4404
|
# @type Status: Integer
|
4405
4405
|
|
4406
4406
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :EnumValue, :Status
|
4407
|
-
|
4407
|
+
|
4408
4408
|
def initialize(paramname=nil, valuetype=nil, needrestart=nil, defaultvalue=nil, currentvalue=nil, tips=nil, enumvalue=nil, status=nil)
|
4409
4409
|
@ParamName = paramname
|
4410
4410
|
@ValueType = valuetype
|
@@ -4436,7 +4436,7 @@ module TencentCloud
|
|
4436
4436
|
# @type InstanceClusterNode: Array
|
4437
4437
|
|
4438
4438
|
attr_accessor :Id, :InstanceClusterNode
|
4439
|
-
|
4439
|
+
|
4440
4440
|
def initialize(id=nil, instanceclusternode=nil)
|
4441
4441
|
@Id = id
|
4442
4442
|
@InstanceClusterNode = instanceclusternode
|
@@ -4463,7 +4463,7 @@ module TencentCloud
|
|
4463
4463
|
# @type Value: String
|
4464
4464
|
|
4465
4465
|
attr_accessor :Key, :Value
|
4466
|
-
|
4466
|
+
|
4467
4467
|
def initialize(key=nil, value=nil)
|
4468
4468
|
@Key = key
|
4469
4469
|
@Value = value
|
@@ -4492,7 +4492,7 @@ module TencentCloud
|
|
4492
4492
|
# @type ModifyTime: String
|
4493
4493
|
|
4494
4494
|
attr_accessor :ParamName, :PreValue, :NewValue, :Status, :ModifyTime
|
4495
|
-
|
4495
|
+
|
4496
4496
|
def initialize(paramname=nil, prevalue=nil, newvalue=nil, status=nil, modifytime=nil)
|
4497
4497
|
@ParamName = paramname
|
4498
4498
|
@PreValue = prevalue
|
@@ -4524,7 +4524,7 @@ module TencentCloud
|
|
4524
4524
|
# @type ExecuteTime: String
|
4525
4525
|
|
4526
4526
|
attr_accessor :Duration, :Client, :Command, :CommandLine, :ExecuteTime
|
4527
|
-
|
4527
|
+
|
4528
4528
|
def initialize(duration=nil, client=nil, command=nil, commandline=nil, executetime=nil)
|
4529
4529
|
@Duration = duration
|
4530
4530
|
@Client = client
|
@@ -4550,7 +4550,7 @@ module TencentCloud
|
|
4550
4550
|
# @type SecurityGroupDetails: Array
|
4551
4551
|
|
4552
4552
|
attr_accessor :InstanceId, :SecurityGroupDetails
|
4553
|
-
|
4553
|
+
|
4554
4554
|
def initialize(instanceid=nil, securitygroupdetails=nil)
|
4555
4555
|
@InstanceId = instanceid
|
4556
4556
|
@SecurityGroupDetails = securitygroupdetails
|
@@ -4715,7 +4715,7 @@ module TencentCloud
|
|
4715
4715
|
# @type UpgradeRedisVersion: String
|
4716
4716
|
|
4717
4717
|
attr_accessor :InstanceName, :InstanceId, :Appid, :ProjectId, :RegionId, :ZoneId, :VpcId, :SubnetId, :Status, :WanIp, :Port, :Createtime, :Size, :SizeUsed, :Type, :AutoRenewFlag, :DeadlineTime, :Engine, :ProductType, :UniqVpcId, :UniqSubnetId, :BillingMode, :InstanceTitle, :OfflineTime, :SubStatus, :Tags, :InstanceNode, :RedisShardSize, :RedisShardNum, :RedisReplicasNum, :PriceId, :CloseTime, :SlaveReadWeight, :InstanceTags, :ProjectName, :NoAuth, :ClientLimit, :DtsStatus, :NetLimit, :PasswordFree, :Vip6, :ReadOnly, :RemainBandwidthDuration, :DiskSize, :MonitorVersion, :ClientLimitMin, :ClientLimitMax, :NodeSet, :Region, :WanAddress, :PolarisServer, :CurrentProxyVersion, :CurrentRedisVersion, :UpgradeProxyVersion, :UpgradeRedisVersion
|
4718
|
-
|
4718
|
+
|
4719
4719
|
def initialize(instancename=nil, instanceid=nil, appid=nil, projectid=nil, regionid=nil, zoneid=nil, vpcid=nil, subnetid=nil, status=nil, wanip=nil, port=nil, createtime=nil, size=nil, sizeused=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, instancenode=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, vip6=nil, readonly=nil, remainbandwidthduration=nil, disksize=nil, monitorversion=nil, clientlimitmin=nil, clientlimitmax=nil, nodeset=nil, region=nil, wanaddress=nil, polarisserver=nil, currentproxyversion=nil, currentredisversion=nil, upgradeproxyversion=nil, upgraderedisversion=nil)
|
4720
4720
|
@InstanceName = instancename
|
4721
4721
|
@InstanceId = instanceid
|
@@ -4870,7 +4870,7 @@ module TencentCloud
|
|
4870
4870
|
# @type Node: String
|
4871
4871
|
|
4872
4872
|
attr_accessor :Duration, :Client, :Command, :CommandLine, :ExecuteTime, :Node
|
4873
|
-
|
4873
|
+
|
4874
4874
|
def initialize(duration=nil, client=nil, command=nil, commandline=nil, executetime=nil, node=nil)
|
4875
4875
|
@Duration = duration
|
4876
4876
|
@Client = client
|
@@ -4898,7 +4898,7 @@ module TencentCloud
|
|
4898
4898
|
# @type TagValue: String
|
4899
4899
|
|
4900
4900
|
attr_accessor :TagKey, :TagValue
|
4901
|
-
|
4901
|
+
|
4902
4902
|
def initialize(tagkey=nil, tagvalue=nil)
|
4903
4903
|
@TagKey = tagkey
|
4904
4904
|
@TagValue = tagvalue
|
@@ -4934,7 +4934,7 @@ module TencentCloud
|
|
4934
4934
|
# @type Status: Integer
|
4935
4935
|
|
4936
4936
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :TextValue, :Status
|
4937
|
-
|
4937
|
+
|
4938
4938
|
def initialize(paramname=nil, valuetype=nil, needrestart=nil, defaultvalue=nil, currentvalue=nil, tips=nil, textvalue=nil, status=nil)
|
4939
4939
|
@ParamName = paramname
|
4940
4940
|
@ValueType = valuetype
|
@@ -5014,7 +5014,7 @@ module TencentCloud
|
|
5014
5014
|
# @type UpdateTime: String
|
5015
5015
|
|
5016
5016
|
attr_accessor :AppId, :InstanceId, :InstanceName, :RegionId, :ZoneId, :RedisReplicasNum, :RedisShardNum, :RedisShardSize, :DiskSize, :Engine, :Role, :Vip, :Vip6, :VpcID, :VPort, :Status, :GrocerySysId, :ProductType, :CreateTime, :UpdateTime
|
5017
|
-
|
5017
|
+
|
5018
5018
|
def initialize(appid=nil, instanceid=nil, instancename=nil, regionid=nil, zoneid=nil, redisreplicasnum=nil, redisshardnum=nil, redisshardsize=nil, disksize=nil, engine=nil, role=nil, vip=nil, vip6=nil, vpcid=nil, vport=nil, status=nil, grocerysysid=nil, producttype=nil, createtime=nil, updatetime=nil)
|
5019
5019
|
@AppId = appid
|
5020
5020
|
@InstanceId = instanceid
|
@@ -5075,7 +5075,7 @@ module TencentCloud
|
|
5075
5075
|
# @type ShardIds: Array
|
5076
5076
|
|
5077
5077
|
attr_accessor :InstanceId, :Password, :ShardIds
|
5078
|
-
|
5078
|
+
|
5079
5079
|
def initialize(instanceid=nil, password=nil, shardids=nil)
|
5080
5080
|
@InstanceId = instanceid
|
5081
5081
|
@Password = password
|
@@ -5097,7 +5097,7 @@ module TencentCloud
|
|
5097
5097
|
# @type RequestId: String
|
5098
5098
|
|
5099
5099
|
attr_accessor :TaskId, :RequestId
|
5100
|
-
|
5100
|
+
|
5101
5101
|
def initialize(taskid=nil, requestid=nil)
|
5102
5102
|
@TaskId = taskid
|
5103
5103
|
@RequestId = requestid
|
@@ -5122,7 +5122,7 @@ module TencentCloud
|
|
5122
5122
|
# @type StorageDays: Integer
|
5123
5123
|
|
5124
5124
|
attr_accessor :InstanceId, :Remark, :StorageDays
|
5125
|
-
|
5125
|
+
|
5126
5126
|
def initialize(instanceid=nil, remark=nil, storagedays=nil)
|
5127
5127
|
@InstanceId = instanceid
|
5128
5128
|
@Remark = remark
|
@@ -5144,7 +5144,7 @@ module TencentCloud
|
|
5144
5144
|
# @type RequestId: String
|
5145
5145
|
|
5146
5146
|
attr_accessor :TaskId, :RequestId
|
5147
|
-
|
5147
|
+
|
5148
5148
|
def initialize(taskid=nil, requestid=nil)
|
5149
5149
|
@TaskId = taskid
|
5150
5150
|
@RequestId = requestid
|
@@ -5169,7 +5169,7 @@ module TencentCloud
|
|
5169
5169
|
# @type Password: String
|
5170
5170
|
|
5171
5171
|
attr_accessor :InstanceId, :OldPassword, :Password
|
5172
|
-
|
5172
|
+
|
5173
5173
|
def initialize(instanceid=nil, oldpassword=nil, password=nil)
|
5174
5174
|
@InstanceId = instanceid
|
5175
5175
|
@OldPassword = oldpassword
|
@@ -5191,7 +5191,7 @@ module TencentCloud
|
|
5191
5191
|
# @type RequestId: String
|
5192
5192
|
|
5193
5193
|
attr_accessor :TaskId, :RequestId
|
5194
|
-
|
5194
|
+
|
5195
5195
|
def initialize(taskid=nil, requestid=nil)
|
5196
5196
|
@TaskId = taskid
|
5197
5197
|
@RequestId = requestid
|
@@ -5215,7 +5215,7 @@ module TencentCloud
|
|
5215
5215
|
# @type AutoBackupType: Integer
|
5216
5216
|
|
5217
5217
|
attr_accessor :InstanceId, :WeekDays, :TimePeriod, :AutoBackupType
|
5218
|
-
|
5218
|
+
|
5219
5219
|
def initialize(instanceid=nil, weekdays=nil, timeperiod=nil, autobackuptype=nil)
|
5220
5220
|
@InstanceId = instanceid
|
5221
5221
|
@WeekDays = weekdays
|
@@ -5245,7 +5245,7 @@ module TencentCloud
|
|
5245
5245
|
# @type RequestId: String
|
5246
5246
|
|
5247
5247
|
attr_accessor :AutoBackupType, :WeekDays, :TimePeriod, :BackupStorageDays, :RequestId
|
5248
|
-
|
5248
|
+
|
5249
5249
|
def initialize(autobackuptype=nil, weekdays=nil, timeperiod=nil, backupstoragedays=nil, requestid=nil)
|
5250
5250
|
@AutoBackupType = autobackuptype
|
5251
5251
|
@WeekDays = weekdays
|
@@ -5284,7 +5284,7 @@ module TencentCloud
|
|
5284
5284
|
# @type LimitIp: Array
|
5285
5285
|
|
5286
5286
|
attr_accessor :LimitType, :VpcComparisonSymbol, :IpComparisonSymbol, :LimitVpc, :LimitIp
|
5287
|
-
|
5287
|
+
|
5288
5288
|
def initialize(limittype=nil, vpccomparisonsymbol=nil, ipcomparisonsymbol=nil, limitvpc=nil, limitip=nil)
|
5289
5289
|
@LimitType = limittype
|
5290
5290
|
@VpcComparisonSymbol = vpccomparisonsymbol
|
@@ -5315,7 +5315,7 @@ module TencentCloud
|
|
5315
5315
|
# @type RequestId: String
|
5316
5316
|
|
5317
5317
|
attr_accessor :RequestId
|
5318
|
-
|
5318
|
+
|
5319
5319
|
def initialize(requestid=nil)
|
5320
5320
|
@RequestId = requestid
|
5321
5321
|
end
|
@@ -5337,7 +5337,7 @@ module TencentCloud
|
|
5337
5337
|
# @type ClientLimit: Integer
|
5338
5338
|
|
5339
5339
|
attr_accessor :InstanceId, :Bandwidth, :ClientLimit
|
5340
|
-
|
5340
|
+
|
5341
5341
|
def initialize(instanceid=nil, bandwidth=nil, clientlimit=nil)
|
5342
5342
|
@InstanceId = instanceid
|
5343
5343
|
@Bandwidth = bandwidth
|
@@ -5359,7 +5359,7 @@ module TencentCloud
|
|
5359
5359
|
# @type RequestId: String
|
5360
5360
|
|
5361
5361
|
attr_accessor :TaskId, :RequestId
|
5362
|
-
|
5362
|
+
|
5363
5363
|
def initialize(taskid=nil, requestid=nil)
|
5364
5364
|
@TaskId = taskid
|
5365
5365
|
@RequestId = requestid
|
@@ -5381,7 +5381,7 @@ module TencentCloud
|
|
5381
5381
|
# @type InstanceId: String
|
5382
5382
|
|
5383
5383
|
attr_accessor :Product, :SecurityGroupIds, :InstanceId
|
5384
|
-
|
5384
|
+
|
5385
5385
|
def initialize(product=nil, securitygroupids=nil, instanceid=nil)
|
5386
5386
|
@Product = product
|
5387
5387
|
@SecurityGroupIds = securitygroupids
|
@@ -5401,7 +5401,7 @@ module TencentCloud
|
|
5401
5401
|
# @type RequestId: String
|
5402
5402
|
|
5403
5403
|
attr_accessor :RequestId
|
5404
|
-
|
5404
|
+
|
5405
5405
|
def initialize(requestid=nil)
|
5406
5406
|
@RequestId = requestid
|
5407
5407
|
end
|
@@ -5429,7 +5429,7 @@ module TencentCloud
|
|
5429
5429
|
# @type NoAuth: Boolean
|
5430
5430
|
|
5431
5431
|
attr_accessor :InstanceId, :AccountName, :AccountPassword, :Remark, :ReadonlyPolicy, :Privilege, :NoAuth
|
5432
|
-
|
5432
|
+
|
5433
5433
|
def initialize(instanceid=nil, accountname=nil, accountpassword=nil, remark=nil, readonlypolicy=nil, privilege=nil, noauth=nil)
|
5434
5434
|
@InstanceId = instanceid
|
5435
5435
|
@AccountName = accountname
|
@@ -5459,7 +5459,7 @@ module TencentCloud
|
|
5459
5459
|
# @type RequestId: String
|
5460
5460
|
|
5461
5461
|
attr_accessor :TaskId, :RequestId
|
5462
|
-
|
5462
|
+
|
5463
5463
|
def initialize(taskid=nil, requestid=nil)
|
5464
5464
|
@TaskId = taskid
|
5465
5465
|
@RequestId = requestid
|
@@ -5479,7 +5479,7 @@ module TencentCloud
|
|
5479
5479
|
# @type InstanceParams: Array
|
5480
5480
|
|
5481
5481
|
attr_accessor :InstanceId, :InstanceParams
|
5482
|
-
|
5482
|
+
|
5483
5483
|
def initialize(instanceid=nil, instanceparams=nil)
|
5484
5484
|
@InstanceId = instanceid
|
5485
5485
|
@InstanceParams = instanceparams
|
@@ -5508,7 +5508,7 @@ module TencentCloud
|
|
5508
5508
|
# @type RequestId: String
|
5509
5509
|
|
5510
5510
|
attr_accessor :Changed, :TaskId, :RequestId
|
5511
|
-
|
5511
|
+
|
5512
5512
|
def initialize(changed=nil, taskid=nil, requestid=nil)
|
5513
5513
|
@Changed = changed
|
5514
5514
|
@TaskId = taskid
|
@@ -5530,7 +5530,7 @@ module TencentCloud
|
|
5530
5530
|
# @type InputMode: String
|
5531
5531
|
|
5532
5532
|
attr_accessor :InstanceId, :InputMode
|
5533
|
-
|
5533
|
+
|
5534
5534
|
def initialize(instanceid=nil, inputmode=nil)
|
5535
5535
|
@InstanceId = instanceid
|
5536
5536
|
@InputMode = inputmode
|
@@ -5550,7 +5550,7 @@ module TencentCloud
|
|
5550
5550
|
# @type RequestId: String
|
5551
5551
|
|
5552
5552
|
attr_accessor :TaskId, :RequestId
|
5553
|
-
|
5553
|
+
|
5554
5554
|
def initialize(taskid=nil, requestid=nil)
|
5555
5555
|
@TaskId = taskid
|
5556
5556
|
@RequestId = requestid
|
@@ -5582,7 +5582,7 @@ module TencentCloud
|
|
5582
5582
|
# @type AutoRenew: Integer
|
5583
5583
|
|
5584
5584
|
attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews, :InstanceId, :InstanceName, :AutoRenew
|
5585
|
-
|
5585
|
+
|
5586
5586
|
def initialize(operation=nil, instanceids=nil, instancenames=nil, projectid=nil, autorenews=nil, instanceid=nil, instancename=nil, autorenew=nil)
|
5587
5587
|
@Operation = operation
|
5588
5588
|
@InstanceIds = instanceids
|
@@ -5612,7 +5612,7 @@ module TencentCloud
|
|
5612
5612
|
# @type RequestId: String
|
5613
5613
|
|
5614
5614
|
attr_accessor :RequestId
|
5615
|
-
|
5615
|
+
|
5616
5616
|
def initialize(requestid=nil)
|
5617
5617
|
@RequestId = requestid
|
5618
5618
|
end
|
@@ -5632,7 +5632,7 @@ module TencentCloud
|
|
5632
5632
|
# @type EndTime: String
|
5633
5633
|
|
5634
5634
|
attr_accessor :InstanceId, :StartTime, :EndTime
|
5635
|
-
|
5635
|
+
|
5636
5636
|
def initialize(instanceid=nil, starttime=nil, endtime=nil)
|
5637
5637
|
@InstanceId = instanceid
|
5638
5638
|
@StartTime = starttime
|
@@ -5654,7 +5654,7 @@ module TencentCloud
|
|
5654
5654
|
# @type RequestId: String
|
5655
5655
|
|
5656
5656
|
attr_accessor :Status, :RequestId
|
5657
|
-
|
5657
|
+
|
5658
5658
|
def initialize(status=nil, requestid=nil)
|
5659
5659
|
@Status = status
|
5660
5660
|
@RequestId = requestid
|
@@ -5692,7 +5692,7 @@ module TencentCloud
|
|
5692
5692
|
# @type VPort: Integer
|
5693
5693
|
|
5694
5694
|
attr_accessor :InstanceId, :Operation, :Vip, :VpcId, :SubnetId, :Recycle, :VPort
|
5695
|
-
|
5695
|
+
|
5696
5696
|
def initialize(instanceid=nil, operation=nil, vip=nil, vpcid=nil, subnetid=nil, recycle=nil, vport=nil)
|
5697
5697
|
@InstanceId = instanceid
|
5698
5698
|
@Operation = operation
|
@@ -5730,7 +5730,7 @@ module TencentCloud
|
|
5730
5730
|
# @type RequestId: String
|
5731
5731
|
|
5732
5732
|
attr_accessor :Status, :SubnetId, :VpcId, :Vip, :TaskId, :RequestId
|
5733
|
-
|
5733
|
+
|
5734
5734
|
def initialize(status=nil, subnetid=nil, vpcid=nil, vip=nil, taskid=nil, requestid=nil)
|
5735
5735
|
@Status = status
|
5736
5736
|
@SubnetId = subnetid
|
@@ -5762,7 +5762,7 @@ module TencentCloud
|
|
5762
5762
|
# @type ParamList: Array
|
5763
5763
|
|
5764
5764
|
attr_accessor :TemplateId, :Name, :Description, :ParamList
|
5765
|
-
|
5765
|
+
|
5766
5766
|
def initialize(templateid=nil, name=nil, description=nil, paramlist=nil)
|
5767
5767
|
@TemplateId = templateid
|
5768
5768
|
@Name = name
|
@@ -5791,7 +5791,7 @@ module TencentCloud
|
|
5791
5791
|
# @type RequestId: String
|
5792
5792
|
|
5793
5793
|
attr_accessor :RequestId
|
5794
|
-
|
5794
|
+
|
5795
5795
|
def initialize(requestid=nil)
|
5796
5796
|
@RequestId = requestid
|
5797
5797
|
end
|
@@ -5807,7 +5807,7 @@ module TencentCloud
|
|
5807
5807
|
# @type InstanceId: String
|
5808
5808
|
|
5809
5809
|
attr_accessor :InstanceId
|
5810
|
-
|
5810
|
+
|
5811
5811
|
def initialize(instanceid=nil)
|
5812
5812
|
@InstanceId = instanceid
|
5813
5813
|
end
|
@@ -5825,7 +5825,7 @@ module TencentCloud
|
|
5825
5825
|
# @type RequestId: String
|
5826
5826
|
|
5827
5827
|
attr_accessor :TaskId, :RequestId
|
5828
|
-
|
5828
|
+
|
5829
5829
|
def initialize(taskid=nil, requestid=nil)
|
5830
5830
|
@TaskId = taskid
|
5831
5831
|
@RequestId = requestid
|
@@ -5857,7 +5857,7 @@ module TencentCloud
|
|
5857
5857
|
# @type Id: String
|
5858
5858
|
|
5859
5859
|
attr_accessor :Action, :AddressModule, :CidrIp, :Desc, :IpProtocol, :PortRange, :ServiceModule, :Id
|
5860
|
-
|
5860
|
+
|
5861
5861
|
def initialize(action=nil, addressmodule=nil, cidrip=nil, desc=nil, ipprotocol=nil, portrange=nil, servicemodule=nil, id=nil)
|
5862
5862
|
@Action = action
|
5863
5863
|
@AddressModule = addressmodule
|
@@ -5903,7 +5903,7 @@ module TencentCloud
|
|
5903
5903
|
# @type ProductType: Integer
|
5904
5904
|
|
5905
5905
|
attr_accessor :TemplateId, :Name, :Description, :ProductType
|
5906
|
-
|
5906
|
+
|
5907
5907
|
def initialize(templateid=nil, name=nil, description=nil, producttype=nil)
|
5908
5908
|
@TemplateId = templateid
|
5909
5909
|
@Name = name
|
@@ -5946,7 +5946,7 @@ module TencentCloud
|
|
5946
5946
|
# @type EnumValue: Array
|
5947
5947
|
|
5948
5948
|
attr_accessor :Name, :ParamType, :Default, :Description, :CurrentValue, :NeedReboot, :Max, :Min, :EnumValue
|
5949
|
-
|
5949
|
+
|
5950
5950
|
def initialize(name=nil, paramtype=nil, default=nil, description=nil, currentvalue=nil, needreboot=nil, max=nil, min=nil, enumvalue=nil)
|
5951
5951
|
@Name = name
|
5952
5952
|
@ParamType = paramtype
|
@@ -6018,7 +6018,7 @@ module TencentCloud
|
|
6018
6018
|
# @type EnableRepicaReadOnly: Boolean
|
6019
6019
|
|
6020
6020
|
attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly
|
6021
|
-
|
6021
|
+
|
6022
6022
|
def initialize(type=nil, typename=nil, minbuynum=nil, maxbuynum=nil, saleout=nil, engine=nil, version=nil, totalsize=nil, shardsize=nil, replicanum=nil, shardnum=nil, paymode=nil, enablerepicareadonly=nil)
|
6023
6023
|
@Type = type
|
6024
6024
|
@TypeName = typename
|
@@ -6062,7 +6062,7 @@ module TencentCloud
|
|
6062
6062
|
# @type ZoneId: Integer
|
6063
6063
|
|
6064
6064
|
attr_accessor :NodeId, :ZoneId
|
6065
|
-
|
6065
|
+
|
6066
6066
|
def initialize(nodeid=nil, zoneid=nil)
|
6067
6067
|
@NodeId = nodeid
|
6068
6068
|
@ZoneId = zoneid
|
@@ -6120,7 +6120,7 @@ module TencentCloud
|
|
6120
6120
|
# @type ExpireTime: String
|
6121
6121
|
|
6122
6122
|
attr_accessor :StartTime, :BackupId, :BackupType, :Status, :Remark, :Locked, :BackupSize, :FullBackup, :InstanceType, :InstanceId, :InstanceName, :Region, :EndTime, :FileType, :ExpireTime
|
6123
|
-
|
6123
|
+
|
6124
6124
|
def initialize(starttime=nil, backupid=nil, backuptype=nil, status=nil, remark=nil, locked=nil, backupsize=nil, fullbackup=nil, instancetype=nil, instanceid=nil, instancename=nil, region=nil, endtime=nil, filetype=nil, expiretime=nil)
|
6125
6125
|
@StartTime = starttime
|
6126
6126
|
@BackupId = backupid
|
@@ -6199,7 +6199,7 @@ module TencentCloud
|
|
6199
6199
|
# @type NetType: Integer
|
6200
6200
|
|
6201
6201
|
attr_accessor :InstanceName, :InstanceId, :AppId, :ProjectId, :Region, :Zone, :VpcId, :SubnetId, :Status, :Vips, :Vport, :Createtime, :PayMode, :NetType
|
6202
|
-
|
6202
|
+
|
6203
6203
|
def initialize(instancename=nil, instanceid=nil, appid=nil, projectid=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, status=nil, vips=nil, vport=nil, createtime=nil, paymode=nil, nettype=nil)
|
6204
6204
|
@InstanceName = instancename
|
6205
6205
|
@InstanceId = instanceid
|
@@ -6249,7 +6249,7 @@ module TencentCloud
|
|
6249
6249
|
# @type Role: String
|
6250
6250
|
|
6251
6251
|
attr_accessor :Keys, :Slot, :NodeId, :Status, :Role
|
6252
|
-
|
6252
|
+
|
6253
6253
|
def initialize(keys=nil, slot=nil, nodeid=nil, status=nil, role=nil)
|
6254
6254
|
@Keys = keys
|
6255
6255
|
@Slot = slot
|
@@ -6279,7 +6279,7 @@ module TencentCloud
|
|
6279
6279
|
# @type ZoneName: String
|
6280
6280
|
|
6281
6281
|
attr_accessor :NodeType, :NodeId, :ZoneId, :ZoneName
|
6282
|
-
|
6282
|
+
|
6283
6283
|
def initialize(nodetype=nil, nodeid=nil, zoneid=nil, zonename=nil)
|
6284
6284
|
@NodeType = nodetype
|
6285
6285
|
@NodeId = nodeid
|
@@ -6307,7 +6307,7 @@ module TencentCloud
|
|
6307
6307
|
# @type ZoneId: Integer
|
6308
6308
|
|
6309
6309
|
attr_accessor :NodeId, :NodeRole, :ClusterId, :ZoneId
|
6310
|
-
|
6310
|
+
|
6311
6311
|
def initialize(nodeid=nil, noderole=nil, clusterid=nil, zoneid=nil)
|
6312
6312
|
@NodeId = nodeid
|
6313
6313
|
@NodeRole = noderole
|
@@ -6337,7 +6337,7 @@ module TencentCloud
|
|
6337
6337
|
# @type ZoneSet: Array
|
6338
6338
|
|
6339
6339
|
attr_accessor :RegionId, :RegionName, :RegionShortName, :Area, :ZoneSet
|
6340
|
-
|
6340
|
+
|
6341
6341
|
def initialize(regionid=nil, regionname=nil, regionshortname=nil, area=nil, zoneset=nil)
|
6342
6342
|
@RegionId = regionid
|
6343
6343
|
@RegionName = regionname
|
@@ -6368,7 +6368,7 @@ module TencentCloud
|
|
6368
6368
|
# @type InstanceId: String
|
6369
6369
|
|
6370
6370
|
attr_accessor :InstanceId
|
6371
|
-
|
6371
|
+
|
6372
6372
|
def initialize(instanceid=nil)
|
6373
6373
|
@InstanceId = instanceid
|
6374
6374
|
end
|
@@ -6388,7 +6388,7 @@ module TencentCloud
|
|
6388
6388
|
# @type RequestId: String
|
6389
6389
|
|
6390
6390
|
attr_accessor :FlowId, :WanStatus, :RequestId
|
6391
|
-
|
6391
|
+
|
6392
6392
|
def initialize(flowid=nil, wanstatus=nil, requestid=nil)
|
6393
6393
|
@FlowId = flowid
|
6394
6394
|
@WanStatus = wanstatus
|
@@ -6412,7 +6412,7 @@ module TencentCloud
|
|
6412
6412
|
# @type SyncType: Boolean
|
6413
6413
|
|
6414
6414
|
attr_accessor :GroupId, :InstanceId, :SyncType
|
6415
|
-
|
6415
|
+
|
6416
6416
|
def initialize(groupid=nil, instanceid=nil, synctype=nil)
|
6417
6417
|
@GroupId = groupid
|
6418
6418
|
@InstanceId = instanceid
|
@@ -6434,7 +6434,7 @@ module TencentCloud
|
|
6434
6434
|
# @type RequestId: String
|
6435
6435
|
|
6436
6436
|
attr_accessor :TaskId, :RequestId
|
6437
|
-
|
6437
|
+
|
6438
6438
|
def initialize(taskid=nil, requestid=nil)
|
6439
6439
|
@TaskId = taskid
|
6440
6440
|
@RequestId = requestid
|
@@ -6456,7 +6456,7 @@ module TencentCloud
|
|
6456
6456
|
# @type ModifyPayMode: String
|
6457
6457
|
|
6458
6458
|
attr_accessor :Period, :InstanceId, :ModifyPayMode
|
6459
|
-
|
6459
|
+
|
6460
6460
|
def initialize(period=nil, instanceid=nil, modifypaymode=nil)
|
6461
6461
|
@Period = period
|
6462
6462
|
@InstanceId = instanceid
|
@@ -6478,7 +6478,7 @@ module TencentCloud
|
|
6478
6478
|
# @type RequestId: String
|
6479
6479
|
|
6480
6480
|
attr_accessor :DealId, :RequestId
|
6481
|
-
|
6481
|
+
|
6482
6482
|
def initialize(dealid=nil, requestid=nil)
|
6483
6483
|
@DealId = dealid
|
6484
6484
|
@RequestId = requestid
|
@@ -6504,7 +6504,7 @@ module TencentCloud
|
|
6504
6504
|
# @type RedisNodes: Array
|
6505
6505
|
|
6506
6506
|
attr_accessor :GroupId, :GroupName, :ZoneId, :Role, :RedisNodes
|
6507
|
-
|
6507
|
+
|
6508
6508
|
def initialize(groupid=nil, groupname=nil, zoneid=nil, role=nil, redisnodes=nil)
|
6509
6509
|
@GroupId = groupid
|
6510
6510
|
@GroupName = groupname
|
@@ -6539,7 +6539,7 @@ module TencentCloud
|
|
6539
6539
|
# @type NoAuth: Boolean
|
6540
6540
|
|
6541
6541
|
attr_accessor :InstanceId, :Password, :NoAuth
|
6542
|
-
|
6542
|
+
|
6543
6543
|
def initialize(instanceid=nil, password=nil, noauth=nil)
|
6544
6544
|
@InstanceId = instanceid
|
6545
6545
|
@Password = password
|
@@ -6561,7 +6561,7 @@ module TencentCloud
|
|
6561
6561
|
# @type RequestId: String
|
6562
6562
|
|
6563
6563
|
attr_accessor :TaskId, :RequestId
|
6564
|
-
|
6564
|
+
|
6565
6565
|
def initialize(taskid=nil, requestid=nil)
|
6566
6566
|
@TaskId = taskid
|
6567
6567
|
@RequestId = requestid
|
@@ -6581,7 +6581,7 @@ module TencentCloud
|
|
6581
6581
|
# @type TagValue: String
|
6582
6582
|
|
6583
6583
|
attr_accessor :TagKey, :TagValue
|
6584
|
-
|
6584
|
+
|
6585
6585
|
def initialize(tagkey=nil, tagvalue=nil)
|
6586
6586
|
@TagKey = tagkey
|
6587
6587
|
@TagValue = tagvalue
|
@@ -6603,7 +6603,7 @@ module TencentCloud
|
|
6603
6603
|
# @type Password: String
|
6604
6604
|
|
6605
6605
|
attr_accessor :InstanceId, :BackupId, :Password
|
6606
|
-
|
6606
|
+
|
6607
6607
|
def initialize(instanceid=nil, backupid=nil, password=nil)
|
6608
6608
|
@InstanceId = instanceid
|
6609
6609
|
@BackupId = backupid
|
@@ -6625,7 +6625,7 @@ module TencentCloud
|
|
6625
6625
|
# @type RequestId: String
|
6626
6626
|
|
6627
6627
|
attr_accessor :TaskId, :RequestId
|
6628
|
-
|
6628
|
+
|
6629
6629
|
def initialize(taskid=nil, requestid=nil)
|
6630
6630
|
@TaskId = taskid
|
6631
6631
|
@RequestId = requestid
|
@@ -6655,7 +6655,7 @@ module TencentCloud
|
|
6655
6655
|
# @type Inbound: Array
|
6656
6656
|
|
6657
6657
|
attr_accessor :CreateTime, :ProjectId, :SecurityGroupId, :SecurityGroupName, :SecurityGroupRemark, :Outbound, :Inbound
|
6658
|
-
|
6658
|
+
|
6659
6659
|
def initialize(createtime=nil, projectid=nil, securitygroupid=nil, securitygroupname=nil, securitygroupremark=nil, outbound=nil, inbound=nil)
|
6660
6660
|
@CreateTime = createtime
|
6661
6661
|
@ProjectId = projectid
|
@@ -6709,7 +6709,7 @@ module TencentCloud
|
|
6709
6709
|
# @type OutboundRule: Array
|
6710
6710
|
|
6711
6711
|
attr_accessor :ProjectId, :CreateTime, :SecurityGroupId, :SecurityGroupName, :SecurityGroupRemark, :InboundRule, :OutboundRule
|
6712
|
-
|
6712
|
+
|
6713
6713
|
def initialize(projectid=nil, createtime=nil, securitygroupid=nil, securitygroupname=nil, securitygroupremark=nil, inboundrule=nil, outboundrule=nil)
|
6714
6714
|
@ProjectId = projectid
|
6715
6715
|
@CreateTime = createtime
|
@@ -6757,7 +6757,7 @@ module TencentCloud
|
|
6757
6757
|
# @type Proto: String
|
6758
6758
|
|
6759
6759
|
attr_accessor :Action, :Ip, :Port, :Proto
|
6760
|
-
|
6760
|
+
|
6761
6761
|
def initialize(action=nil, ip=nil, port=nil, proto=nil)
|
6762
6762
|
@Action = action
|
6763
6763
|
@Ip = ip
|
@@ -6781,7 +6781,7 @@ module TencentCloud
|
|
6781
6781
|
# @type Count: Integer
|
6782
6782
|
|
6783
6783
|
attr_accessor :Cmd, :Count
|
6784
|
-
|
6784
|
+
|
6785
6785
|
def initialize(cmd=nil, count=nil)
|
6786
6786
|
@Cmd = cmd
|
6787
6787
|
@Count = count
|
@@ -6803,7 +6803,7 @@ module TencentCloud
|
|
6803
6803
|
# @type Cmd: Integer
|
6804
6804
|
|
6805
6805
|
attr_accessor :Ip, :Conn, :Cmd
|
6806
|
-
|
6806
|
+
|
6807
6807
|
def initialize(ip=nil, conn=nil, cmd=nil)
|
6808
6808
|
@Ip = ip
|
6809
6809
|
@Conn = conn
|
@@ -6823,7 +6823,7 @@ module TencentCloud
|
|
6823
6823
|
# @type InstanceId: String
|
6824
6824
|
|
6825
6825
|
attr_accessor :InstanceId
|
6826
|
-
|
6826
|
+
|
6827
6827
|
def initialize(instanceid=nil)
|
6828
6828
|
@InstanceId = instanceid
|
6829
6829
|
end
|
@@ -6841,7 +6841,7 @@ module TencentCloud
|
|
6841
6841
|
# @type RequestId: String
|
6842
6842
|
|
6843
6843
|
attr_accessor :TaskId, :RequestId
|
6844
|
-
|
6844
|
+
|
6845
6845
|
def initialize(taskid=nil, requestid=nil)
|
6846
6846
|
@TaskId = taskid
|
6847
6847
|
@RequestId = requestid
|
@@ -6867,7 +6867,7 @@ module TencentCloud
|
|
6867
6867
|
# @type SwitchTime: String
|
6868
6868
|
|
6869
6869
|
attr_accessor :SrcInstanceId, :DstInstanceId, :TimeDelay, :ForceSwitch, :SwitchTime
|
6870
|
-
|
6870
|
+
|
6871
6871
|
def initialize(srcinstanceid=nil, dstinstanceid=nil, timedelay=nil, forceswitch=nil, switchtime=nil)
|
6872
6872
|
@SrcInstanceId = srcinstanceid
|
6873
6873
|
@DstInstanceId = dstinstanceid
|
@@ -6893,7 +6893,7 @@ module TencentCloud
|
|
6893
6893
|
# @type RequestId: String
|
6894
6894
|
|
6895
6895
|
attr_accessor :TaskId, :RequestId
|
6896
|
-
|
6896
|
+
|
6897
6897
|
def initialize(taskid=nil, requestid=nil)
|
6898
6898
|
@TaskId = taskid
|
6899
6899
|
@RequestId = requestid
|
@@ -6913,7 +6913,7 @@ module TencentCloud
|
|
6913
6913
|
# @type ProxyID: String
|
6914
6914
|
|
6915
6915
|
attr_accessor :InstanceId, :ProxyID
|
6916
|
-
|
6916
|
+
|
6917
6917
|
def initialize(instanceid=nil, proxyid=nil)
|
6918
6918
|
@InstanceId = instanceid
|
6919
6919
|
@ProxyID = proxyid
|
@@ -6931,7 +6931,7 @@ module TencentCloud
|
|
6931
6931
|
# @type RequestId: String
|
6932
6932
|
|
6933
6933
|
attr_accessor :RequestId
|
6934
|
-
|
6934
|
+
|
6935
6935
|
def initialize(requestid=nil)
|
6936
6936
|
@RequestId = requestid
|
6937
6937
|
end
|
@@ -6996,7 +6996,7 @@ module TencentCloud
|
|
6996
6996
|
# @type Result: Integer
|
6997
6997
|
|
6998
6998
|
attr_accessor :TaskId, :StartTime, :TaskType, :InstanceName, :InstanceId, :ProjectId, :Progress, :EndTime, :Result
|
6999
|
-
|
6999
|
+
|
7000
7000
|
def initialize(taskid=nil, starttime=nil, tasktype=nil, instancename=nil, instanceid=nil, projectid=nil, progress=nil, endtime=nil, result=nil)
|
7001
7001
|
@TaskId = taskid
|
7002
7002
|
@StartTime = starttime
|
@@ -7030,7 +7030,7 @@ module TencentCloud
|
|
7030
7030
|
# @type NodeRole: String
|
7031
7031
|
|
7032
7032
|
attr_accessor :NodeId, :NodeRole
|
7033
|
-
|
7033
|
+
|
7034
7034
|
def initialize(nodeid=nil, noderole=nil)
|
7035
7035
|
@NodeId = nodeid
|
7036
7036
|
@NodeRole = noderole
|
@@ -7056,7 +7056,7 @@ module TencentCloud
|
|
7056
7056
|
# @type Node: String
|
7057
7057
|
|
7058
7058
|
attr_accessor :ExecuteTime, :Duration, :Command, :CommandLine, :Node
|
7059
|
-
|
7059
|
+
|
7060
7060
|
def initialize(executetime=nil, duration=nil, command=nil, commandline=nil, node=nil)
|
7061
7061
|
@ExecuteTime = executetime
|
7062
7062
|
@Duration = duration
|
@@ -7102,7 +7102,7 @@ module TencentCloud
|
|
7102
7102
|
# @type InstanceIds: Array
|
7103
7103
|
|
7104
7104
|
attr_accessor :DealId, :DealName, :ZoneId, :GoodsNum, :Creater, :CreatTime, :OverdueTime, :EndTime, :Status, :Description, :Price, :InstanceIds
|
7105
|
-
|
7105
|
+
|
7106
7106
|
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)
|
7107
7107
|
@DealId = dealid
|
7108
7108
|
@DealName = dealname
|
@@ -7148,7 +7148,7 @@ module TencentCloud
|
|
7148
7148
|
# @type NodeSet: Array
|
7149
7149
|
|
7150
7150
|
attr_accessor :InstanceId, :MemSize, :RedisShardNum, :RedisReplicasNum, :NodeSet
|
7151
|
-
|
7151
|
+
|
7152
7152
|
def initialize(instanceid=nil, memsize=nil, redisshardnum=nil, redisreplicasnum=nil, nodeset=nil)
|
7153
7153
|
@InstanceId = instanceid
|
7154
7154
|
@MemSize = memsize
|
@@ -7181,7 +7181,7 @@ module TencentCloud
|
|
7181
7181
|
# @type RequestId: String
|
7182
7182
|
|
7183
7183
|
attr_accessor :DealId, :RequestId
|
7184
|
-
|
7184
|
+
|
7185
7185
|
def initialize(dealid=nil, requestid=nil)
|
7186
7186
|
@DealId = dealid
|
7187
7187
|
@RequestId = requestid
|
@@ -7203,7 +7203,7 @@ module TencentCloud
|
|
7203
7203
|
# @type InstanceId: String
|
7204
7204
|
|
7205
7205
|
attr_accessor :TargetInstanceType, :SwitchOption, :InstanceId
|
7206
|
-
|
7206
|
+
|
7207
7207
|
def initialize(targetinstancetype=nil, switchoption=nil, instanceid=nil)
|
7208
7208
|
@TargetInstanceType = targetinstancetype
|
7209
7209
|
@SwitchOption = switchoption
|
@@ -7225,7 +7225,7 @@ module TencentCloud
|
|
7225
7225
|
# @type RequestId: String
|
7226
7226
|
|
7227
7227
|
attr_accessor :DealId, :RequestId
|
7228
|
-
|
7228
|
+
|
7229
7229
|
def initialize(dealid=nil, requestid=nil)
|
7230
7230
|
@DealId = dealid
|
7231
7231
|
@RequestId = requestid
|
@@ -7249,7 +7249,7 @@ module TencentCloud
|
|
7249
7249
|
# @type InstanceTypeUpgradeNow: Integer
|
7250
7250
|
|
7251
7251
|
attr_accessor :InstanceId, :CurrentProxyVersion, :UpgradeProxyVersion, :InstanceTypeUpgradeNow
|
7252
|
-
|
7252
|
+
|
7253
7253
|
def initialize(instanceid=nil, currentproxyversion=nil, upgradeproxyversion=nil, instancetypeupgradenow=nil)
|
7254
7254
|
@InstanceId = instanceid
|
7255
7255
|
@CurrentProxyVersion = currentproxyversion
|
@@ -7273,7 +7273,7 @@ module TencentCloud
|
|
7273
7273
|
# @type RequestId: String
|
7274
7274
|
|
7275
7275
|
attr_accessor :FlowId, :RequestId
|
7276
|
-
|
7276
|
+
|
7277
7277
|
def initialize(flowid=nil, requestid=nil)
|
7278
7278
|
@FlowId = flowid
|
7279
7279
|
@RequestId = requestid
|
@@ -7297,7 +7297,7 @@ module TencentCloud
|
|
7297
7297
|
# @type InstanceTypeUpgradeNow: Integer
|
7298
7298
|
|
7299
7299
|
attr_accessor :InstanceId, :CurrentRedisVersion, :UpgradeRedisVersion, :InstanceTypeUpgradeNow
|
7300
|
-
|
7300
|
+
|
7301
7301
|
def initialize(instanceid=nil, currentredisversion=nil, upgraderedisversion=nil, instancetypeupgradenow=nil)
|
7302
7302
|
@InstanceId = instanceid
|
7303
7303
|
@CurrentRedisVersion = currentredisversion
|
@@ -7321,7 +7321,7 @@ module TencentCloud
|
|
7321
7321
|
# @type RequestId: String
|
7322
7322
|
|
7323
7323
|
attr_accessor :FlowId, :RequestId
|
7324
|
-
|
7324
|
+
|
7325
7325
|
def initialize(flowid=nil, requestid=nil)
|
7326
7326
|
@FlowId = flowid
|
7327
7327
|
@RequestId = requestid
|
@@ -7342,7 +7342,7 @@ module TencentCloud
|
|
7342
7342
|
# @type UpgradeProxyAndRedisServer: Boolean
|
7343
7343
|
|
7344
7344
|
attr_accessor :InstanceId, :UpgradeProxyAndRedisServer
|
7345
|
-
|
7345
|
+
|
7346
7346
|
def initialize(instanceid=nil, upgradeproxyandredisserver=nil)
|
7347
7347
|
@InstanceId = instanceid
|
7348
7348
|
@UpgradeProxyAndRedisServer = upgradeproxyandredisserver
|
@@ -7362,7 +7362,7 @@ module TencentCloud
|
|
7362
7362
|
# @type RequestId: String
|
7363
7363
|
|
7364
7364
|
attr_accessor :FlowId, :RequestId
|
7365
|
-
|
7365
|
+
|
7366
7366
|
def initialize(flowid=nil, requestid=nil)
|
7367
7367
|
@FlowId = flowid
|
7368
7368
|
@RequestId = requestid
|
@@ -7392,7 +7392,7 @@ module TencentCloud
|
|
7392
7392
|
# @type OldZoneId: Integer
|
7393
7393
|
|
7394
7394
|
attr_accessor :ZoneId, :ZoneName, :IsSaleout, :IsDefault, :NetWorkType, :ProductSet, :OldZoneId
|
7395
|
-
|
7395
|
+
|
7396
7396
|
def initialize(zoneid=nil, zonename=nil, issaleout=nil, isdefault=nil, networktype=nil, productset=nil, oldzoneid=nil)
|
7397
7397
|
@ZoneId = zoneid
|
7398
7398
|
@ZoneName = zonename
|