tencentcloud-sdk-dbbrain 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/v20191016/models.rb +84 -84
- data/lib/v20210527/models.rb +159 -159
- metadata +2 -2
data/lib/v20210527/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type Product: String
|
28
28
|
|
29
29
|
attr_accessor :Name, :ContactInfo, :Product
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(name=nil, contactinfo=nil, product=nil)
|
32
32
|
@Name = name
|
33
33
|
@ContactInfo = contactinfo
|
@@ -49,7 +49,7 @@ module TencentCloud
|
|
49
49
|
# @type RequestId: String
|
50
50
|
|
51
51
|
attr_accessor :Id, :RequestId
|
52
|
-
|
52
|
+
|
53
53
|
def initialize(id=nil, requestid=nil)
|
54
54
|
@Id = id
|
55
55
|
@RequestId = requestid
|
@@ -89,7 +89,7 @@ module TencentCloud
|
|
89
89
|
# @type FinishTime: String
|
90
90
|
|
91
91
|
attr_accessor :AsyncRequestId, :FileName, :CreateTime, :Status, :FileSize, :DownloadUrl, :ErrMsg, :Progress, :FinishTime
|
92
|
-
|
92
|
+
|
93
93
|
def initialize(asyncrequestid=nil, filename=nil, createtime=nil, status=nil, filesize=nil, downloadurl=nil, errmsg=nil, progress=nil, finishtime=nil)
|
94
94
|
@AsyncRequestId = asyncrequestid
|
95
95
|
@FileName = filename
|
@@ -131,7 +131,7 @@ module TencentCloud
|
|
131
131
|
# @type ExecTime: Integer
|
132
132
|
|
133
133
|
attr_accessor :Host, :DBName, :User, :SentRows, :AffectRows, :ExecTime
|
134
|
-
|
134
|
+
|
135
135
|
def initialize(host=nil, dbname=nil, user=nil, sentrows=nil, affectrows=nil, exectime=nil)
|
136
136
|
@Host = host
|
137
137
|
@DBName = dbname
|
@@ -159,7 +159,7 @@ module TencentCloud
|
|
159
159
|
# @type Product: String
|
160
160
|
|
161
161
|
attr_accessor :InstanceId, :Product
|
162
|
-
|
162
|
+
|
163
163
|
def initialize(instanceid=nil, product=nil)
|
164
164
|
@InstanceId = instanceid
|
165
165
|
@Product = product
|
@@ -179,7 +179,7 @@ module TencentCloud
|
|
179
179
|
# @type RequestId: String
|
180
180
|
|
181
181
|
attr_accessor :Status, :RequestId
|
182
|
-
|
182
|
+
|
183
183
|
def initialize(status=nil, requestid=nil)
|
184
184
|
@Status = status
|
185
185
|
@RequestId = requestid
|
@@ -201,7 +201,7 @@ module TencentCloud
|
|
201
201
|
# @type Mail: String
|
202
202
|
|
203
203
|
attr_accessor :Id, :Name, :Mail
|
204
|
-
|
204
|
+
|
205
205
|
def initialize(id=nil, name=nil, mail=nil)
|
206
206
|
@Id = id
|
207
207
|
@Name = name
|
@@ -231,7 +231,7 @@ module TencentCloud
|
|
231
231
|
# @type Filter: :class:`Tencentcloud::Dbbrain.v20210527.models.AuditLogFilter`
|
232
232
|
|
233
233
|
attr_accessor :Product, :NodeRequestType, :InstanceId, :StartTime, :EndTime, :Filter
|
234
|
-
|
234
|
+
|
235
235
|
def initialize(product=nil, noderequesttype=nil, instanceid=nil, starttime=nil, endtime=nil, filter=nil)
|
236
236
|
@Product = product
|
237
237
|
@NodeRequestType = noderequesttype
|
@@ -262,7 +262,7 @@ module TencentCloud
|
|
262
262
|
# @type RequestId: String
|
263
263
|
|
264
264
|
attr_accessor :AsyncRequestId, :RequestId
|
265
|
-
|
265
|
+
|
266
266
|
def initialize(asyncrequestid=nil, requestid=nil)
|
267
267
|
@AsyncRequestId = asyncrequestid
|
268
268
|
@RequestId = requestid
|
@@ -292,7 +292,7 @@ module TencentCloud
|
|
292
292
|
# @type Product: String
|
293
293
|
|
294
294
|
attr_accessor :InstanceId, :StartTime, :EndTime, :SendMailFlag, :ContactPerson, :ContactGroup, :Product
|
295
|
-
|
295
|
+
|
296
296
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, sendmailflag=nil, contactperson=nil, contactgroup=nil, product=nil)
|
297
297
|
@InstanceId = instanceid
|
298
298
|
@StartTime = starttime
|
@@ -323,7 +323,7 @@ module TencentCloud
|
|
323
323
|
# @type RequestId: String
|
324
324
|
|
325
325
|
attr_accessor :AsyncRequestId, :RequestId
|
326
|
-
|
326
|
+
|
327
327
|
def initialize(asyncrequestid=nil, requestid=nil)
|
328
328
|
@AsyncRequestId = asyncrequestid
|
329
329
|
@RequestId = requestid
|
@@ -345,7 +345,7 @@ module TencentCloud
|
|
345
345
|
# @type Product: String
|
346
346
|
|
347
347
|
attr_accessor :InstanceId, :AsyncRequestId, :Product
|
348
|
-
|
348
|
+
|
349
349
|
def initialize(instanceid=nil, asyncrequestid=nil, product=nil)
|
350
350
|
@InstanceId = instanceid
|
351
351
|
@AsyncRequestId = asyncrequestid
|
@@ -369,7 +369,7 @@ module TencentCloud
|
|
369
369
|
# @type RequestId: String
|
370
370
|
|
371
371
|
attr_accessor :ReportUrl, :ExpireTime, :RequestId
|
372
|
-
|
372
|
+
|
373
373
|
def initialize(reporturl=nil, expiretime=nil, requestid=nil)
|
374
374
|
@ReportUrl = reporturl
|
375
375
|
@ExpireTime = expiretime
|
@@ -405,7 +405,7 @@ module TencentCloud
|
|
405
405
|
# @type Product: String
|
406
406
|
|
407
407
|
attr_accessor :InstanceId, :Duration, :Host, :DB, :Command, :Info, :User, :Time, :Product
|
408
|
-
|
408
|
+
|
409
409
|
def initialize(instanceid=nil, duration=nil, host=nil, db=nil, command=nil, info=nil, user=nil, time=nil, product=nil)
|
410
410
|
@InstanceId = instanceid
|
411
411
|
@Duration = duration
|
@@ -439,7 +439,7 @@ module TencentCloud
|
|
439
439
|
# @type RequestId: String
|
440
440
|
|
441
441
|
attr_accessor :Status, :RequestId
|
442
|
-
|
442
|
+
|
443
443
|
def initialize(status=nil, requestid=nil)
|
444
444
|
@Status = status
|
445
445
|
@RequestId = requestid
|
@@ -467,7 +467,7 @@ module TencentCloud
|
|
467
467
|
# @type BindInstanceIds: Array
|
468
468
|
|
469
469
|
attr_accessor :ProfileInfo, :ProfileLevel, :ProfileName, :ProfileType, :Product, :BindInstanceIds
|
470
|
-
|
470
|
+
|
471
471
|
def initialize(profileinfo=nil, profilelevel=nil, profilename=nil, profiletype=nil, product=nil, bindinstanceids=nil)
|
472
472
|
@ProfileInfo = profileinfo
|
473
473
|
@ProfileLevel = profilelevel
|
@@ -496,7 +496,7 @@ module TencentCloud
|
|
496
496
|
# @type RequestId: String
|
497
497
|
|
498
498
|
attr_accessor :RequestId
|
499
|
-
|
499
|
+
|
500
500
|
def initialize(requestid=nil)
|
501
501
|
@RequestId = requestid
|
502
502
|
end
|
@@ -514,7 +514,7 @@ module TencentCloud
|
|
514
514
|
# @type Product: String
|
515
515
|
|
516
516
|
attr_accessor :InstanceId, :Product
|
517
|
-
|
517
|
+
|
518
518
|
def initialize(instanceid=nil, product=nil)
|
519
519
|
@InstanceId = instanceid
|
520
520
|
@Product = product
|
@@ -534,7 +534,7 @@ module TencentCloud
|
|
534
534
|
# @type RequestId: String
|
535
535
|
|
536
536
|
attr_accessor :AsyncRequestId, :RequestId
|
537
|
-
|
537
|
+
|
538
538
|
def initialize(asyncrequestid=nil, requestid=nil)
|
539
539
|
@AsyncRequestId = asyncrequestid
|
540
540
|
@RequestId = requestid
|
@@ -560,7 +560,7 @@ module TencentCloud
|
|
560
560
|
# @type Product: String
|
561
561
|
|
562
562
|
attr_accessor :WeekConfiguration, :ProfileInfo, :ProfileName, :BindInstanceId, :Product
|
563
|
-
|
563
|
+
|
564
564
|
def initialize(weekconfiguration=nil, profileinfo=nil, profilename=nil, bindinstanceid=nil, product=nil)
|
565
565
|
@WeekConfiguration = weekconfiguration
|
566
566
|
@ProfileInfo = profileinfo
|
@@ -587,7 +587,7 @@ module TencentCloud
|
|
587
587
|
# @type RequestId: String
|
588
588
|
|
589
589
|
attr_accessor :RequestId
|
590
|
-
|
590
|
+
|
591
591
|
def initialize(requestid=nil)
|
592
592
|
@RequestId = requestid
|
593
593
|
end
|
@@ -611,7 +611,7 @@ module TencentCloud
|
|
611
611
|
# @type DangerLevels: Array
|
612
612
|
|
613
613
|
attr_accessor :SecAuditGroupId, :StartTime, :EndTime, :Product, :DangerLevels
|
614
|
-
|
614
|
+
|
615
615
|
def initialize(secauditgroupid=nil, starttime=nil, endtime=nil, product=nil, dangerlevels=nil)
|
616
616
|
@SecAuditGroupId = secauditgroupid
|
617
617
|
@StartTime = starttime
|
@@ -637,7 +637,7 @@ module TencentCloud
|
|
637
637
|
# @type RequestId: String
|
638
638
|
|
639
639
|
attr_accessor :AsyncRequestId, :RequestId
|
640
|
-
|
640
|
+
|
641
641
|
def initialize(asyncrequestid=nil, requestid=nil)
|
642
642
|
@AsyncRequestId = asyncrequestid
|
643
643
|
@RequestId = requestid
|
@@ -653,8 +653,6 @@ module TencentCloud
|
|
653
653
|
class CreateSqlFilterRequest < TencentCloud::Common::AbstractModel
|
654
654
|
# @param InstanceId: 实例ID。
|
655
655
|
# @type InstanceId: String
|
656
|
-
# @param SessionToken: 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
|
657
|
-
# @type SessionToken: String
|
658
656
|
# @param SqlType: SQL类型,取值包括SELECT, UPDATE, DELETE, INSERT, REPLACE。
|
659
657
|
# @type SqlType: String
|
660
658
|
# @param FilterKey: 关键字,用于筛选SQL语句,多个关键字用英文逗号分隔,逗号不能作为关键词,多个关键词之间的关系为“逻辑与”。
|
@@ -663,28 +661,30 @@ module TencentCloud
|
|
663
661
|
# @type MaxConcurrency: Integer
|
664
662
|
# @param Duration: 限流时长,单位秒,支持-1和小于2147483647的正整数,-1表示永不过期。
|
665
663
|
# @type Duration: Integer
|
664
|
+
# @param SessionToken: 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
|
665
|
+
# @type SessionToken: String
|
666
666
|
# @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
667
667
|
# @type Product: String
|
668
668
|
|
669
|
-
attr_accessor :InstanceId, :
|
670
|
-
|
671
|
-
def initialize(instanceid=nil,
|
669
|
+
attr_accessor :InstanceId, :SqlType, :FilterKey, :MaxConcurrency, :Duration, :SessionToken, :Product
|
670
|
+
|
671
|
+
def initialize(instanceid=nil, sqltype=nil, filterkey=nil, maxconcurrency=nil, duration=nil, sessiontoken=nil, product=nil)
|
672
672
|
@InstanceId = instanceid
|
673
|
-
@SessionToken = sessiontoken
|
674
673
|
@SqlType = sqltype
|
675
674
|
@FilterKey = filterkey
|
676
675
|
@MaxConcurrency = maxconcurrency
|
677
676
|
@Duration = duration
|
677
|
+
@SessionToken = sessiontoken
|
678
678
|
@Product = product
|
679
679
|
end
|
680
680
|
|
681
681
|
def deserialize(params)
|
682
682
|
@InstanceId = params['InstanceId']
|
683
|
-
@SessionToken = params['SessionToken']
|
684
683
|
@SqlType = params['SqlType']
|
685
684
|
@FilterKey = params['FilterKey']
|
686
685
|
@MaxConcurrency = params['MaxConcurrency']
|
687
686
|
@Duration = params['Duration']
|
687
|
+
@SessionToken = params['SessionToken']
|
688
688
|
@Product = params['Product']
|
689
689
|
end
|
690
690
|
end
|
@@ -697,7 +697,7 @@ module TencentCloud
|
|
697
697
|
# @type RequestId: String
|
698
698
|
|
699
699
|
attr_accessor :FilterId, :RequestId
|
700
|
-
|
700
|
+
|
701
701
|
def initialize(filterid=nil, requestid=nil)
|
702
702
|
@FilterId = filterid
|
703
703
|
@RequestId = requestid
|
@@ -721,7 +721,7 @@ module TencentCloud
|
|
721
721
|
# @type AsyncRequestId: Integer
|
722
722
|
|
723
723
|
attr_accessor :Product, :NodeRequestType, :InstanceId, :AsyncRequestId
|
724
|
-
|
724
|
+
|
725
725
|
def initialize(product=nil, noderequesttype=nil, instanceid=nil, asyncrequestid=nil)
|
726
726
|
@Product = product
|
727
727
|
@NodeRequestType = noderequesttype
|
@@ -743,7 +743,7 @@ module TencentCloud
|
|
743
743
|
# @type RequestId: String
|
744
744
|
|
745
745
|
attr_accessor :RequestId
|
746
|
-
|
746
|
+
|
747
747
|
def initialize(requestid=nil)
|
748
748
|
@RequestId = requestid
|
749
749
|
end
|
@@ -763,7 +763,7 @@ module TencentCloud
|
|
763
763
|
# @type Product: String
|
764
764
|
|
765
765
|
attr_accessor :AsyncRequestIds, :InstanceId, :Product
|
766
|
-
|
766
|
+
|
767
767
|
def initialize(asyncrequestids=nil, instanceid=nil, product=nil)
|
768
768
|
@AsyncRequestIds = asyncrequestids
|
769
769
|
@InstanceId = instanceid
|
@@ -785,7 +785,7 @@ module TencentCloud
|
|
785
785
|
# @type RequestId: String
|
786
786
|
|
787
787
|
attr_accessor :Status, :RequestId
|
788
|
-
|
788
|
+
|
789
789
|
def initialize(status=nil, requestid=nil)
|
790
790
|
@Status = status
|
791
791
|
@RequestId = requestid
|
@@ -807,7 +807,7 @@ module TencentCloud
|
|
807
807
|
# @type Product: String
|
808
808
|
|
809
809
|
attr_accessor :SecAuditGroupId, :AsyncRequestIds, :Product
|
810
|
-
|
810
|
+
|
811
811
|
def initialize(secauditgroupid=nil, asyncrequestids=nil, product=nil)
|
812
812
|
@SecAuditGroupId = secauditgroupid
|
813
813
|
@AsyncRequestIds = asyncrequestids
|
@@ -827,7 +827,7 @@ module TencentCloud
|
|
827
827
|
# @type RequestId: String
|
828
828
|
|
829
829
|
attr_accessor :RequestId
|
830
|
-
|
830
|
+
|
831
831
|
def initialize(requestid=nil)
|
832
832
|
@RequestId = requestid
|
833
833
|
end
|
@@ -841,26 +841,26 @@ module TencentCloud
|
|
841
841
|
class DeleteSqlFiltersRequest < TencentCloud::Common::AbstractModel
|
842
842
|
# @param InstanceId: 实例ID。
|
843
843
|
# @type InstanceId: String
|
844
|
-
# @param SessionToken: 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
|
845
|
-
# @type SessionToken: String
|
846
844
|
# @param FilterIds: 限流任务ID列表。
|
847
845
|
# @type FilterIds: Array
|
846
|
+
# @param SessionToken: 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
|
847
|
+
# @type SessionToken: String
|
848
848
|
# @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
849
849
|
# @type Product: String
|
850
850
|
|
851
|
-
attr_accessor :InstanceId, :
|
852
|
-
|
853
|
-
def initialize(instanceid=nil,
|
851
|
+
attr_accessor :InstanceId, :FilterIds, :SessionToken, :Product
|
852
|
+
|
853
|
+
def initialize(instanceid=nil, filterids=nil, sessiontoken=nil, product=nil)
|
854
854
|
@InstanceId = instanceid
|
855
|
-
@SessionToken = sessiontoken
|
856
855
|
@FilterIds = filterids
|
856
|
+
@SessionToken = sessiontoken
|
857
857
|
@Product = product
|
858
858
|
end
|
859
859
|
|
860
860
|
def deserialize(params)
|
861
861
|
@InstanceId = params['InstanceId']
|
862
|
-
@SessionToken = params['SessionToken']
|
863
862
|
@FilterIds = params['FilterIds']
|
863
|
+
@SessionToken = params['SessionToken']
|
864
864
|
@Product = params['Product']
|
865
865
|
end
|
866
866
|
end
|
@@ -871,7 +871,7 @@ module TencentCloud
|
|
871
871
|
# @type RequestId: String
|
872
872
|
|
873
873
|
attr_accessor :RequestId
|
874
|
-
|
874
|
+
|
875
875
|
def initialize(requestid=nil)
|
876
876
|
@RequestId = requestid
|
877
877
|
end
|
@@ -889,7 +889,7 @@ module TencentCloud
|
|
889
889
|
# @type Names: Array
|
890
890
|
|
891
891
|
attr_accessor :Product, :Names
|
892
|
-
|
892
|
+
|
893
893
|
def initialize(product=nil, names=nil)
|
894
894
|
@Product = product
|
895
895
|
@Names = names
|
@@ -912,7 +912,7 @@ module TencentCloud
|
|
912
912
|
# @type RequestId: String
|
913
913
|
|
914
914
|
attr_accessor :TotalCount, :Contacts, :RequestId
|
915
|
-
|
915
|
+
|
916
916
|
def initialize(totalcount=nil, contacts=nil, requestid=nil)
|
917
917
|
@TotalCount = totalcount
|
918
918
|
@Contacts = contacts
|
@@ -941,7 +941,7 @@ module TencentCloud
|
|
941
941
|
# @type Names: Array
|
942
942
|
|
943
943
|
attr_accessor :Product, :Names
|
944
|
-
|
944
|
+
|
945
945
|
def initialize(product=nil, names=nil)
|
946
946
|
@Product = product
|
947
947
|
@Names = names
|
@@ -964,7 +964,7 @@ module TencentCloud
|
|
964
964
|
# @type RequestId: String
|
965
965
|
|
966
966
|
attr_accessor :TotalCount, :Groups, :RequestId
|
967
|
-
|
967
|
+
|
968
968
|
def initialize(totalcount=nil, groups=nil, requestid=nil)
|
969
969
|
@TotalCount = totalcount
|
970
970
|
@Groups = groups
|
@@ -999,7 +999,7 @@ module TencentCloud
|
|
999
999
|
# @type Limit: Integer
|
1000
1000
|
|
1001
1001
|
attr_accessor :Product, :NodeRequestType, :InstanceId, :Offset, :Limit
|
1002
|
-
|
1002
|
+
|
1003
1003
|
def initialize(product=nil, noderequesttype=nil, instanceid=nil, offset=nil, limit=nil)
|
1004
1004
|
@Product = product
|
1005
1005
|
@NodeRequestType = noderequesttype
|
@@ -1029,7 +1029,7 @@ module TencentCloud
|
|
1029
1029
|
# @type RequestId: String
|
1030
1030
|
|
1031
1031
|
attr_accessor :TotalCount, :Items, :RequestId
|
1032
|
-
|
1032
|
+
|
1033
1033
|
def initialize(totalcount=nil, items=nil, requestid=nil)
|
1034
1034
|
@TotalCount = totalcount
|
1035
1035
|
@Items = items
|
@@ -1060,7 +1060,7 @@ module TencentCloud
|
|
1060
1060
|
# @type Product: String
|
1061
1061
|
|
1062
1062
|
attr_accessor :InstanceId, :EventId, :Product
|
1063
|
-
|
1063
|
+
|
1064
1064
|
def initialize(instanceid=nil, eventid=nil, product=nil)
|
1065
1065
|
@InstanceId = instanceid
|
1066
1066
|
@EventId = eventid
|
@@ -1103,7 +1103,7 @@ module TencentCloud
|
|
1103
1103
|
# @type RequestId: String
|
1104
1104
|
|
1105
1105
|
attr_accessor :DiagItem, :DiagType, :EventId, :Explanation, :Outline, :Problem, :Severity, :StartTime, :Suggestions, :Metric, :EndTime, :RequestId
|
1106
|
-
|
1106
|
+
|
1107
1107
|
def initialize(diagitem=nil, diagtype=nil, eventid=nil, explanation=nil, outline=nil, problem=nil, severity=nil, starttime=nil, suggestions=nil, metric=nil, endtime=nil, requestid=nil)
|
1108
1108
|
@DiagItem = diagitem
|
1109
1109
|
@DiagType = diagtype
|
@@ -1151,7 +1151,7 @@ module TencentCloud
|
|
1151
1151
|
# @type Limit: Integer
|
1152
1152
|
|
1153
1153
|
attr_accessor :StartTime, :EndTime, :Severities, :InstanceIds, :Offset, :Limit
|
1154
|
-
|
1154
|
+
|
1155
1155
|
def initialize(starttime=nil, endtime=nil, severities=nil, instanceids=nil, offset=nil, limit=nil)
|
1156
1156
|
@StartTime = starttime
|
1157
1157
|
@EndTime = endtime
|
@@ -1181,7 +1181,7 @@ module TencentCloud
|
|
1181
1181
|
# @type RequestId: String
|
1182
1182
|
|
1183
1183
|
attr_accessor :TotalCount, :Items, :RequestId
|
1184
|
-
|
1184
|
+
|
1185
1185
|
def initialize(totalcount=nil, items=nil, requestid=nil)
|
1186
1186
|
@TotalCount = totalcount
|
1187
1187
|
@Items = items
|
@@ -1214,7 +1214,7 @@ module TencentCloud
|
|
1214
1214
|
# @type Product: String
|
1215
1215
|
|
1216
1216
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Product
|
1217
|
-
|
1217
|
+
|
1218
1218
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil)
|
1219
1219
|
@InstanceId = instanceid
|
1220
1220
|
@StartTime = starttime
|
@@ -1238,7 +1238,7 @@ module TencentCloud
|
|
1238
1238
|
# @type RequestId: String
|
1239
1239
|
|
1240
1240
|
attr_accessor :Events, :RequestId
|
1241
|
-
|
1241
|
+
|
1242
1242
|
def initialize(events=nil, requestid=nil)
|
1243
1243
|
@Events = events
|
1244
1244
|
@RequestId = requestid
|
@@ -1279,7 +1279,7 @@ module TencentCloud
|
|
1279
1279
|
# @type Product: String
|
1280
1280
|
|
1281
1281
|
attr_accessor :StartTime, :EndTime, :InstanceIds, :Sources, :HealthLevels, :TaskStatuses, :Offset, :Limit, :Product
|
1282
|
-
|
1282
|
+
|
1283
1283
|
def initialize(starttime=nil, endtime=nil, instanceids=nil, sources=nil, healthlevels=nil, taskstatuses=nil, offset=nil, limit=nil, product=nil)
|
1284
1284
|
@StartTime = starttime
|
1285
1285
|
@EndTime = endtime
|
@@ -1315,7 +1315,7 @@ module TencentCloud
|
|
1315
1315
|
# @type RequestId: String
|
1316
1316
|
|
1317
1317
|
attr_accessor :TotalCount, :Tasks, :RequestId
|
1318
|
-
|
1318
|
+
|
1319
1319
|
def initialize(totalcount=nil, tasks=nil, requestid=nil)
|
1320
1320
|
@TotalCount = totalcount
|
1321
1321
|
@Tasks = tasks
|
@@ -1346,7 +1346,7 @@ module TencentCloud
|
|
1346
1346
|
# @type Product: String
|
1347
1347
|
|
1348
1348
|
attr_accessor :InstanceId, :RangeDays, :Product
|
1349
|
-
|
1349
|
+
|
1350
1350
|
def initialize(instanceid=nil, rangedays=nil, product=nil)
|
1351
1351
|
@InstanceId = instanceid
|
1352
1352
|
@RangeDays = rangedays
|
@@ -1374,7 +1374,7 @@ module TencentCloud
|
|
1374
1374
|
# @type RequestId: String
|
1375
1375
|
|
1376
1376
|
attr_accessor :Growth, :Remain, :Total, :AvailableDays, :RequestId
|
1377
|
-
|
1377
|
+
|
1378
1378
|
def initialize(growth=nil, remain=nil, total=nil, availabledays=nil, requestid=nil)
|
1379
1379
|
@Growth = growth
|
1380
1380
|
@Remain = remain
|
@@ -1410,7 +1410,7 @@ module TencentCloud
|
|
1410
1410
|
# @type Regions: Array
|
1411
1411
|
|
1412
1412
|
attr_accessor :IsSupported, :Product, :Offset, :Limit, :InstanceNames, :InstanceIds, :Regions
|
1413
|
-
|
1413
|
+
|
1414
1414
|
def initialize(issupported=nil, product=nil, offset=nil, limit=nil, instancenames=nil, instanceids=nil, regions=nil)
|
1415
1415
|
@IsSupported = issupported
|
1416
1416
|
@Product = product
|
@@ -1444,7 +1444,7 @@ module TencentCloud
|
|
1444
1444
|
# @type RequestId: String
|
1445
1445
|
|
1446
1446
|
attr_accessor :TotalCount, :DbScanStatus, :Items, :RequestId
|
1447
|
-
|
1447
|
+
|
1448
1448
|
def initialize(totalcount=nil, dbscanstatus=nil, items=nil, requestid=nil)
|
1449
1449
|
@TotalCount = totalcount
|
1450
1450
|
@DbScanStatus = dbscanstatus
|
@@ -1477,7 +1477,7 @@ module TencentCloud
|
|
1477
1477
|
# @type Product: String
|
1478
1478
|
|
1479
1479
|
attr_accessor :InstanceId, :Time, :Product
|
1480
|
-
|
1480
|
+
|
1481
1481
|
def initialize(instanceid=nil, time=nil, product=nil)
|
1482
1482
|
@InstanceId = instanceid
|
1483
1483
|
@Time = time
|
@@ -1499,7 +1499,7 @@ module TencentCloud
|
|
1499
1499
|
# @type RequestId: String
|
1500
1500
|
|
1501
1501
|
attr_accessor :Data, :RequestId
|
1502
|
-
|
1502
|
+
|
1503
1503
|
def initialize(data=nil, requestid=nil)
|
1504
1504
|
@Data = data
|
1505
1505
|
@RequestId = requestid
|
@@ -1528,7 +1528,7 @@ module TencentCloud
|
|
1528
1528
|
# @type ProfileName: String
|
1529
1529
|
|
1530
1530
|
attr_accessor :ProfileType, :Product, :Offset, :Limit, :ProfileName
|
1531
|
-
|
1531
|
+
|
1532
1532
|
def initialize(profiletype=nil, product=nil, offset=nil, limit=nil, profilename=nil)
|
1533
1533
|
@ProfileType = profiletype
|
1534
1534
|
@Product = product
|
@@ -1558,7 +1558,7 @@ module TencentCloud
|
|
1558
1558
|
# @type RequestId: String
|
1559
1559
|
|
1560
1560
|
attr_accessor :ProfileList, :TotalCount, :RequestId
|
1561
|
-
|
1561
|
+
|
1562
1562
|
def initialize(profilelist=nil, totalcount=nil, requestid=nil)
|
1563
1563
|
@ProfileList = profilelist
|
1564
1564
|
@TotalCount = totalcount
|
@@ -1605,7 +1605,7 @@ module TencentCloud
|
|
1605
1605
|
# @type Product: String
|
1606
1606
|
|
1607
1607
|
attr_accessor :InstanceId, :ID, :User, :Host, :DB, :State, :Command, :Time, :Info, :Limit, :Product
|
1608
|
-
|
1608
|
+
|
1609
1609
|
def initialize(instanceid=nil, id=nil, user=nil, host=nil, db=nil, state=nil, command=nil, time=nil, info=nil, limit=nil, product=nil)
|
1610
1610
|
@InstanceId = instanceid
|
1611
1611
|
@ID = id
|
@@ -1643,7 +1643,7 @@ module TencentCloud
|
|
1643
1643
|
# @type RequestId: String
|
1644
1644
|
|
1645
1645
|
attr_accessor :ProcessList, :RequestId
|
1646
|
-
|
1646
|
+
|
1647
1647
|
def initialize(processlist=nil, requestid=nil)
|
1648
1648
|
@ProcessList = processlist
|
1649
1649
|
@RequestId = requestid
|
@@ -1676,7 +1676,7 @@ module TencentCloud
|
|
1676
1676
|
# @type Product: String
|
1677
1677
|
|
1678
1678
|
attr_accessor :InstanceId, :Date, :Limit, :Offset, :Product
|
1679
|
-
|
1679
|
+
|
1680
1680
|
def initialize(instanceid=nil, date=nil, limit=nil, offset=nil, product=nil)
|
1681
1681
|
@InstanceId = instanceid
|
1682
1682
|
@Date = date
|
@@ -1710,7 +1710,7 @@ module TencentCloud
|
|
1710
1710
|
# @type RequestId: String
|
1711
1711
|
|
1712
1712
|
attr_accessor :NoPrimaryKeyTableCount, :NoPrimaryKeyTableCountDiff, :NoPrimaryKeyTableRecordCount, :NoPrimaryKeyTables, :Timestamp, :RequestId
|
1713
|
-
|
1713
|
+
|
1714
1714
|
def initialize(noprimarykeytablecount=nil, noprimarykeytablecountdiff=nil, noprimarykeytablerecordcount=nil, noprimarykeytables=nil, timestamp=nil, requestid=nil)
|
1715
1715
|
@NoPrimaryKeyTableCount = noprimarykeytablecount
|
1716
1716
|
@NoPrimaryKeyTableCountDiff = noprimarykeytablecountdiff
|
@@ -1755,7 +1755,7 @@ module TencentCloud
|
|
1755
1755
|
# @type OrderDirection: String
|
1756
1756
|
|
1757
1757
|
attr_accessor :InstanceId, :InstanceProxyId, :Limit, :Product, :Offset, :SortBy, :OrderDirection
|
1758
|
-
|
1758
|
+
|
1759
1759
|
def initialize(instanceid=nil, instanceproxyid=nil, limit=nil, product=nil, offset=nil, sortby=nil, orderdirection=nil)
|
1760
1760
|
@InstanceId = instanceid
|
1761
1761
|
@InstanceProxyId = instanceproxyid
|
@@ -1785,7 +1785,7 @@ module TencentCloud
|
|
1785
1785
|
# @type RequestId: String
|
1786
1786
|
|
1787
1787
|
attr_accessor :ProcessStatistics, :RequestId
|
1788
|
-
|
1788
|
+
|
1789
1789
|
def initialize(processstatistics=nil, requestid=nil)
|
1790
1790
|
@ProcessStatistics = processstatistics
|
1791
1791
|
@RequestId = requestid
|
@@ -1810,7 +1810,7 @@ module TencentCloud
|
|
1810
1810
|
# @type Product: String
|
1811
1811
|
|
1812
1812
|
attr_accessor :InstanceId, :AsyncRequestIds, :Product
|
1813
|
-
|
1813
|
+
|
1814
1814
|
def initialize(instanceid=nil, asyncrequestids=nil, product=nil)
|
1815
1815
|
@InstanceId = instanceid
|
1816
1816
|
@AsyncRequestIds = asyncrequestids
|
@@ -1834,7 +1834,7 @@ module TencentCloud
|
|
1834
1834
|
# @type RequestId: String
|
1835
1835
|
|
1836
1836
|
attr_accessor :Tasks, :TotalCount, :RequestId
|
1837
|
-
|
1837
|
+
|
1838
1838
|
def initialize(tasks=nil, totalcount=nil, requestid=nil)
|
1839
1839
|
@Tasks = tasks
|
1840
1840
|
@TotalCount = totalcount
|
@@ -1871,7 +1871,7 @@ module TencentCloud
|
|
1871
1871
|
# @type Limit: Integer
|
1872
1872
|
|
1873
1873
|
attr_accessor :InstanceId, :Date, :Product, :SortBy, :KeyType, :Limit
|
1874
|
-
|
1874
|
+
|
1875
1875
|
def initialize(instanceid=nil, date=nil, product=nil, sortby=nil, keytype=nil, limit=nil)
|
1876
1876
|
@InstanceId = instanceid
|
1877
1877
|
@Date = date
|
@@ -1901,7 +1901,7 @@ module TencentCloud
|
|
1901
1901
|
# @type RequestId: String
|
1902
1902
|
|
1903
1903
|
attr_accessor :TopKeys, :Timestamp, :RequestId
|
1904
|
-
|
1904
|
+
|
1905
1905
|
def initialize(topkeys=nil, timestamp=nil, requestid=nil)
|
1906
1906
|
@TopKeys = topkeys
|
1907
1907
|
@Timestamp = timestamp
|
@@ -1934,7 +1934,7 @@ module TencentCloud
|
|
1934
1934
|
# @type Limit: Integer
|
1935
1935
|
|
1936
1936
|
attr_accessor :InstanceId, :Date, :Product, :Limit
|
1937
|
-
|
1937
|
+
|
1938
1938
|
def initialize(instanceid=nil, date=nil, product=nil, limit=nil)
|
1939
1939
|
@InstanceId = instanceid
|
1940
1940
|
@Date = date
|
@@ -1960,7 +1960,7 @@ module TencentCloud
|
|
1960
1960
|
# @type RequestId: String
|
1961
1961
|
|
1962
1962
|
attr_accessor :Items, :Timestamp, :RequestId
|
1963
|
-
|
1963
|
+
|
1964
1964
|
def initialize(items=nil, timestamp=nil, requestid=nil)
|
1965
1965
|
@Items = items
|
1966
1966
|
@Timestamp = timestamp
|
@@ -1991,7 +1991,7 @@ module TencentCloud
|
|
1991
1991
|
# @type Product: String
|
1992
1992
|
|
1993
1993
|
attr_accessor :SecAuditGroupId, :AsyncRequestId, :Product
|
1994
|
-
|
1994
|
+
|
1995
1995
|
def initialize(secauditgroupid=nil, asyncrequestid=nil, product=nil)
|
1996
1996
|
@SecAuditGroupId = secauditgroupid
|
1997
1997
|
@AsyncRequestId = asyncrequestid
|
@@ -2013,7 +2013,7 @@ module TencentCloud
|
|
2013
2013
|
# @type RequestId: String
|
2014
2014
|
|
2015
2015
|
attr_accessor :Urls, :RequestId
|
2016
|
-
|
2016
|
+
|
2017
2017
|
def initialize(urls=nil, requestid=nil)
|
2018
2018
|
@Urls = urls
|
2019
2019
|
@RequestId = requestid
|
@@ -2039,7 +2039,7 @@ module TencentCloud
|
|
2039
2039
|
# @type Limit: Integer
|
2040
2040
|
|
2041
2041
|
attr_accessor :SecAuditGroupId, :Product, :AsyncRequestIds, :Offset, :Limit
|
2042
|
-
|
2042
|
+
|
2043
2043
|
def initialize(secauditgroupid=nil, product=nil, asyncrequestids=nil, offset=nil, limit=nil)
|
2044
2044
|
@SecAuditGroupId = secauditgroupid
|
2045
2045
|
@Product = product
|
@@ -2067,7 +2067,7 @@ module TencentCloud
|
|
2067
2067
|
# @type RequestId: String
|
2068
2068
|
|
2069
2069
|
attr_accessor :Tasks, :TotalCount, :RequestId
|
2070
|
-
|
2070
|
+
|
2071
2071
|
def initialize(tasks=nil, totalcount=nil, requestid=nil)
|
2072
2072
|
@Tasks = tasks
|
2073
2073
|
@TotalCount = totalcount
|
@@ -2100,7 +2100,7 @@ module TencentCloud
|
|
2100
2100
|
# @type Product: String
|
2101
2101
|
|
2102
2102
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Product
|
2103
|
-
|
2103
|
+
|
2104
2104
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil)
|
2105
2105
|
@InstanceId = instanceid
|
2106
2106
|
@StartTime = starttime
|
@@ -2128,7 +2128,7 @@ module TencentCloud
|
|
2128
2128
|
# @type RequestId: String
|
2129
2129
|
|
2130
2130
|
attr_accessor :Period, :TimeSeries, :SeriesData, :RequestId
|
2131
|
-
|
2131
|
+
|
2132
2132
|
def initialize(period=nil, timeseries=nil, seriesdata=nil, requestid=nil)
|
2133
2133
|
@Period = period
|
2134
2134
|
@TimeSeries = timeseries
|
@@ -2176,7 +2176,7 @@ module TencentCloud
|
|
2176
2176
|
# @type Product: String
|
2177
2177
|
|
2178
2178
|
attr_accessor :InstanceId, :StartTime, :EndTime, :SortBy, :OrderBy, :Limit, :Offset, :SchemaList, :Product
|
2179
|
-
|
2179
|
+
|
2180
2180
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, sortby=nil, orderby=nil, limit=nil, offset=nil, schemalist=nil, product=nil)
|
2181
2181
|
@InstanceId = instanceid
|
2182
2182
|
@StartTime = starttime
|
@@ -2219,7 +2219,7 @@ module TencentCloud
|
|
2219
2219
|
# @type RequestId: String
|
2220
2220
|
|
2221
2221
|
attr_accessor :TotalCount, :Rows, :RequestId
|
2222
|
-
|
2222
|
+
|
2223
2223
|
def initialize(totalcount=nil, rows=nil, requestid=nil)
|
2224
2224
|
@TotalCount = totalcount
|
2225
2225
|
@Rows = rows
|
@@ -2250,11 +2250,11 @@ module TencentCloud
|
|
2250
2250
|
# @type EndTime: String
|
2251
2251
|
# @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
2252
2252
|
# @type Product: String
|
2253
|
-
# @param Md5:
|
2253
|
+
# @param Md5: SQL模板的MD5值
|
2254
2254
|
# @type Md5: String
|
2255
2255
|
|
2256
2256
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Product, :Md5
|
2257
|
-
|
2257
|
+
|
2258
2258
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil, md5=nil)
|
2259
2259
|
@InstanceId = instanceid
|
2260
2260
|
@StartTime = starttime
|
@@ -2286,7 +2286,7 @@ module TencentCloud
|
|
2286
2286
|
# @type RequestId: String
|
2287
2287
|
|
2288
2288
|
attr_accessor :TotalCount, :Items, :UserNameItems, :UserTotalCount, :RequestId
|
2289
|
-
|
2289
|
+
|
2290
2290
|
def initialize(totalcount=nil, items=nil, usernameitems=nil, usertotalcount=nil, requestid=nil)
|
2291
2291
|
@TotalCount = totalcount
|
2292
2292
|
@Items = items
|
@@ -2346,7 +2346,7 @@ module TencentCloud
|
|
2346
2346
|
# @type Time: Array
|
2347
2347
|
|
2348
2348
|
attr_accessor :Product, :InstanceId, :Md5, :StartTime, :EndTime, :Offset, :Limit, :DB, :Key, :User, :Ip, :Time
|
2349
|
-
|
2349
|
+
|
2350
2350
|
def initialize(product=nil, instanceid=nil, md5=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, db=nil, key=nil, user=nil, ip=nil, time=nil)
|
2351
2351
|
@Product = product
|
2352
2352
|
@InstanceId = instanceid
|
@@ -2388,7 +2388,7 @@ module TencentCloud
|
|
2388
2388
|
# @type RequestId: String
|
2389
2389
|
|
2390
2390
|
attr_accessor :TotalCount, :Rows, :RequestId
|
2391
|
-
|
2391
|
+
|
2392
2392
|
def initialize(totalcount=nil, rows=nil, requestid=nil)
|
2393
2393
|
@TotalCount = totalcount
|
2394
2394
|
@Rows = rows
|
@@ -2425,7 +2425,7 @@ module TencentCloud
|
|
2425
2425
|
# @type Product: String
|
2426
2426
|
|
2427
2427
|
attr_accessor :InstanceId, :FilterIds, :Statuses, :Offset, :Limit, :Product
|
2428
|
-
|
2428
|
+
|
2429
2429
|
def initialize(instanceid=nil, filterids=nil, statuses=nil, offset=nil, limit=nil, product=nil)
|
2430
2430
|
@InstanceId = instanceid
|
2431
2431
|
@FilterIds = filterids
|
@@ -2455,7 +2455,7 @@ module TencentCloud
|
|
2455
2455
|
# @type RequestId: String
|
2456
2456
|
|
2457
2457
|
attr_accessor :TotalCount, :Items, :RequestId
|
2458
|
-
|
2458
|
+
|
2459
2459
|
def initialize(totalcount=nil, items=nil, requestid=nil)
|
2460
2460
|
@TotalCount = totalcount
|
2461
2461
|
@Items = items
|
@@ -2488,7 +2488,7 @@ module TencentCloud
|
|
2488
2488
|
# @type Product: String
|
2489
2489
|
|
2490
2490
|
attr_accessor :InstanceId, :Schema, :SqlText, :Product
|
2491
|
-
|
2491
|
+
|
2492
2492
|
def initialize(instanceid=nil, schema=nil, sqltext=nil, product=nil)
|
2493
2493
|
@InstanceId = instanceid
|
2494
2494
|
@Schema = schema
|
@@ -2520,7 +2520,7 @@ module TencentCloud
|
|
2520
2520
|
# @type RequestId: String
|
2521
2521
|
|
2522
2522
|
attr_accessor :Schema, :SqlText, :SqlType, :SqlTemplate, :SqlId, :RequestId
|
2523
|
-
|
2523
|
+
|
2524
2524
|
def initialize(schema=nil, sqltext=nil, sqltype=nil, sqltemplate=nil, sqlid=nil, requestid=nil)
|
2525
2525
|
@Schema = schema
|
2526
2526
|
@SqlText = sqltext
|
@@ -2556,7 +2556,7 @@ module TencentCloud
|
|
2556
2556
|
# @type Product: String
|
2557
2557
|
|
2558
2558
|
attr_accessor :InstanceId, :Limit, :SortBy, :StartDate, :EndDate, :Product
|
2559
|
-
|
2559
|
+
|
2560
2560
|
def initialize(instanceid=nil, limit=nil, sortby=nil, startdate=nil, enddate=nil, product=nil)
|
2561
2561
|
@InstanceId = instanceid
|
2562
2562
|
@Limit = limit
|
@@ -2584,7 +2584,7 @@ module TencentCloud
|
|
2584
2584
|
# @type RequestId: String
|
2585
2585
|
|
2586
2586
|
attr_accessor :TopSpaceSchemaTimeSeries, :RequestId
|
2587
|
-
|
2587
|
+
|
2588
2588
|
def initialize(topspaceschematimeseries=nil, requestid=nil)
|
2589
2589
|
@TopSpaceSchemaTimeSeries = topspaceschematimeseries
|
2590
2590
|
@RequestId = requestid
|
@@ -2615,7 +2615,7 @@ module TencentCloud
|
|
2615
2615
|
# @type Product: String
|
2616
2616
|
|
2617
2617
|
attr_accessor :InstanceId, :Limit, :SortBy, :Product
|
2618
|
-
|
2618
|
+
|
2619
2619
|
def initialize(instanceid=nil, limit=nil, sortby=nil, product=nil)
|
2620
2620
|
@InstanceId = instanceid
|
2621
2621
|
@Limit = limit
|
@@ -2641,7 +2641,7 @@ module TencentCloud
|
|
2641
2641
|
# @type RequestId: String
|
2642
2642
|
|
2643
2643
|
attr_accessor :TopSpaceSchemas, :Timestamp, :RequestId
|
2644
|
-
|
2644
|
+
|
2645
2645
|
def initialize(topspaceschemas=nil, timestamp=nil, requestid=nil)
|
2646
2646
|
@TopSpaceSchemas = topspaceschemas
|
2647
2647
|
@Timestamp = timestamp
|
@@ -2678,7 +2678,7 @@ module TencentCloud
|
|
2678
2678
|
# @type Product: String
|
2679
2679
|
|
2680
2680
|
attr_accessor :InstanceId, :Limit, :SortBy, :StartDate, :EndDate, :Product
|
2681
|
-
|
2681
|
+
|
2682
2682
|
def initialize(instanceid=nil, limit=nil, sortby=nil, startdate=nil, enddate=nil, product=nil)
|
2683
2683
|
@InstanceId = instanceid
|
2684
2684
|
@Limit = limit
|
@@ -2706,7 +2706,7 @@ module TencentCloud
|
|
2706
2706
|
# @type RequestId: String
|
2707
2707
|
|
2708
2708
|
attr_accessor :TopSpaceTableTimeSeries, :RequestId
|
2709
|
-
|
2709
|
+
|
2710
2710
|
def initialize(topspacetabletimeseries=nil, requestid=nil)
|
2711
2711
|
@TopSpaceTableTimeSeries = topspacetabletimeseries
|
2712
2712
|
@RequestId = requestid
|
@@ -2737,7 +2737,7 @@ module TencentCloud
|
|
2737
2737
|
# @type Product: String
|
2738
2738
|
|
2739
2739
|
attr_accessor :InstanceId, :Limit, :SortBy, :Product
|
2740
|
-
|
2740
|
+
|
2741
2741
|
def initialize(instanceid=nil, limit=nil, sortby=nil, product=nil)
|
2742
2742
|
@InstanceId = instanceid
|
2743
2743
|
@Limit = limit
|
@@ -2763,7 +2763,7 @@ module TencentCloud
|
|
2763
2763
|
# @type RequestId: String
|
2764
2764
|
|
2765
2765
|
attr_accessor :TopSpaceTables, :Timestamp, :RequestId
|
2766
|
-
|
2766
|
+
|
2767
2767
|
def initialize(topspacetables=nil, timestamp=nil, requestid=nil)
|
2768
2768
|
@TopSpaceTables = topspacetables
|
2769
2769
|
@Timestamp = timestamp
|
@@ -2796,7 +2796,7 @@ module TencentCloud
|
|
2796
2796
|
# @type Product: String
|
2797
2797
|
|
2798
2798
|
attr_accessor :InstanceId, :SqlText, :Schema, :Product
|
2799
|
-
|
2799
|
+
|
2800
2800
|
def initialize(instanceid=nil, sqltext=nil, schema=nil, product=nil)
|
2801
2801
|
@InstanceId = instanceid
|
2802
2802
|
@SqlText = sqltext
|
@@ -2832,7 +2832,7 @@ module TencentCloud
|
|
2832
2832
|
# @type RequestId: String
|
2833
2833
|
|
2834
2834
|
attr_accessor :Advices, :Comments, :SqlText, :Schema, :Tables, :SqlPlan, :Cost, :RequestId
|
2835
|
-
|
2835
|
+
|
2836
2836
|
def initialize(advices=nil, comments=nil, sqltext=nil, schema=nil, tables=nil, sqlplan=nil, cost=nil, requestid=nil)
|
2837
2837
|
@Advices = advices
|
2838
2838
|
@Comments = comments
|
@@ -2881,7 +2881,7 @@ module TencentCloud
|
|
2881
2881
|
# @type Region: String
|
2882
2882
|
|
2883
2883
|
attr_accessor :DiagType, :EndTime, :StartTime, :EventId, :Severity, :Outline, :DiagItem, :InstanceId, :Metric, :Region
|
2884
|
-
|
2884
|
+
|
2885
2885
|
def initialize(diagtype=nil, endtime=nil, starttime=nil, eventid=nil, severity=nil, outline=nil, diagitem=nil, instanceid=nil, metric=nil, region=nil)
|
2886
2886
|
@DiagType = diagtype
|
2887
2887
|
@EndTime = endtime
|
@@ -2931,7 +2931,7 @@ module TencentCloud
|
|
2931
2931
|
# @type Count: Integer
|
2932
2932
|
|
2933
2933
|
attr_accessor :EventId, :DiagType, :StartTime, :EndTime, :Outline, :Severity, :ScoreLost, :Metric, :Count
|
2934
|
-
|
2934
|
+
|
2935
2935
|
def initialize(eventid=nil, diagtype=nil, starttime=nil, endtime=nil, outline=nil, severity=nil, scorelost=nil, metric=nil, count=nil)
|
2936
2936
|
@EventId = eventid
|
2937
2937
|
@DiagType = diagtype
|
@@ -2967,7 +2967,7 @@ module TencentCloud
|
|
2967
2967
|
# @type MemberCount: Integer
|
2968
2968
|
|
2969
2969
|
attr_accessor :Id, :Name, :MemberCount
|
2970
|
-
|
2970
|
+
|
2971
2971
|
def initialize(id=nil, name=nil, membercount=nil)
|
2972
2972
|
@Id = id
|
2973
2973
|
@Name = name
|
@@ -3001,7 +3001,7 @@ module TencentCloud
|
|
3001
3001
|
# @type HealthStatus: :class:`Tencentcloud::Dbbrain.v20210527.models.HealthStatus`
|
3002
3002
|
|
3003
3003
|
attr_accessor :AsyncRequestId, :Source, :Progress, :CreateTime, :StartTime, :EndTime, :InstanceInfo, :HealthStatus
|
3004
|
-
|
3004
|
+
|
3005
3005
|
def initialize(asyncrequestid=nil, source=nil, progress=nil, createtime=nil, starttime=nil, endtime=nil, instanceinfo=nil, healthstatus=nil)
|
3006
3006
|
@AsyncRequestId = asyncrequestid
|
3007
3007
|
@Source = source
|
@@ -3043,7 +3043,7 @@ module TencentCloud
|
|
3043
3043
|
# @type HealthLevel: String
|
3044
3044
|
|
3045
3045
|
attr_accessor :IssueTypes, :EventsTotalCount, :HealthScore, :HealthLevel
|
3046
|
-
|
3046
|
+
|
3047
3047
|
def initialize(issuetypes=nil, eventstotalcount=nil, healthscore=nil, healthlevel=nil)
|
3048
3048
|
@IssueTypes = issuetypes
|
3049
3049
|
@EventsTotalCount = eventstotalcount
|
@@ -3079,7 +3079,7 @@ module TencentCloud
|
|
3079
3079
|
# @type ScoreDetails: Array
|
3080
3080
|
|
3081
3081
|
attr_accessor :HealthScore, :HealthLevel, :ScoreLost, :ScoreDetails
|
3082
|
-
|
3082
|
+
|
3083
3083
|
def initialize(healthscore=nil, healthlevel=nil, scorelost=nil, scoredetails=nil)
|
3084
3084
|
@HealthScore = healthscore
|
3085
3085
|
@HealthLevel = healthlevel
|
@@ -3118,7 +3118,7 @@ module TencentCloud
|
|
3118
3118
|
# @type EngineVersion: String
|
3119
3119
|
|
3120
3120
|
attr_accessor :InstanceId, :InstanceName, :Vip, :Vport, :Product, :EngineVersion
|
3121
|
-
|
3121
|
+
|
3122
3122
|
def initialize(instanceid=nil, instancename=nil, vip=nil, vport=nil, product=nil, engineversion=nil)
|
3123
3123
|
@InstanceId = instanceid
|
3124
3124
|
@InstanceName = instancename
|
@@ -3149,7 +3149,7 @@ module TencentCloud
|
|
3149
3149
|
# @type KeyDelimiters: Array
|
3150
3150
|
|
3151
3151
|
attr_accessor :DailyInspection, :OverviewDisplay, :KeyDelimiters
|
3152
|
-
|
3152
|
+
|
3153
3153
|
def initialize(dailyinspection=nil, overviewdisplay=nil, keydelimiters=nil)
|
3154
3154
|
@DailyInspection = dailyinspection
|
3155
3155
|
@OverviewDisplay = overviewdisplay
|
@@ -3237,7 +3237,7 @@ module TencentCloud
|
|
3237
3237
|
# @type ClusterName: String
|
3238
3238
|
|
3239
3239
|
attr_accessor :InstanceId, :InstanceName, :Region, :HealthScore, :Product, :EventCount, :InstanceType, :Cpu, :Memory, :Volume, :EngineVersion, :Vip, :Vport, :Source, :GroupId, :GroupName, :Status, :UniqSubnetId, :DeployMode, :InitFlag, :TaskStatus, :UniqVpcId, :InstanceConf, :DeadlineTime, :IsSupported, :SecAuditStatus, :AuditPolicyStatus, :AuditRunningStatus, :InternalVip, :InternalVport, :CreateTime, :ClusterId, :ClusterName
|
3240
|
-
|
3240
|
+
|
3241
3241
|
def initialize(instanceid=nil, instancename=nil, region=nil, healthscore=nil, product=nil, eventcount=nil, instancetype=nil, cpu=nil, memory=nil, volume=nil, engineversion=nil, vip=nil, vport=nil, source=nil, groupid=nil, groupname=nil, status=nil, uniqsubnetid=nil, deploymode=nil, initflag=nil, taskstatus=nil, uniqvpcid=nil, instanceconf=nil, deadlinetime=nil, issupported=nil, secauditstatus=nil, auditpolicystatus=nil, auditrunningstatus=nil, internalvip=nil, internalvport=nil, createtime=nil, clusterid=nil, clustername=nil)
|
3242
3242
|
@InstanceId = instanceid
|
3243
3243
|
@InstanceName = instancename
|
@@ -3324,7 +3324,7 @@ module TencentCloud
|
|
3324
3324
|
# @type TotalCount: Integer
|
3325
3325
|
|
3326
3326
|
attr_accessor :IssueType, :Events, :TotalCount
|
3327
|
-
|
3327
|
+
|
3328
3328
|
def initialize(issuetype=nil, events=nil, totalcount=nil)
|
3329
3329
|
@IssueType = issuetype
|
3330
3330
|
@Events = events
|
@@ -3361,7 +3361,7 @@ module TencentCloud
|
|
3361
3361
|
# @type RecordHistory: Boolean
|
3362
3362
|
|
3363
3363
|
attr_accessor :InstanceId, :Stage, :Threads, :SqlExecId, :Product, :RecordHistory
|
3364
|
-
|
3364
|
+
|
3365
3365
|
def initialize(instanceid=nil, stage=nil, threads=nil, sqlexecid=nil, product=nil, recordhistory=nil)
|
3366
3366
|
@InstanceId = instanceid
|
3367
3367
|
@Stage = stage
|
@@ -3392,7 +3392,7 @@ module TencentCloud
|
|
3392
3392
|
# @type RequestId: String
|
3393
3393
|
|
3394
3394
|
attr_accessor :Threads, :SqlExecId, :RequestId
|
3395
|
-
|
3395
|
+
|
3396
3396
|
def initialize(threads=nil, sqlexecid=nil, requestid=nil)
|
3397
3397
|
@Threads = threads
|
3398
3398
|
@SqlExecId = sqlexecid
|
@@ -3420,7 +3420,7 @@ module TencentCloud
|
|
3420
3420
|
# @type ContactGroup: Array
|
3421
3421
|
|
3422
3422
|
attr_accessor :SendMail, :Region, :HealthStatus, :ContactPerson, :ContactGroup
|
3423
|
-
|
3423
|
+
|
3424
3424
|
def initialize(sendmail=nil, region=nil, healthstatus=nil, contactperson=nil, contactgroup=nil)
|
3425
3425
|
@SendMail = sendmail
|
3426
3426
|
@Region = region
|
@@ -3450,7 +3450,7 @@ module TencentCloud
|
|
3450
3450
|
# @type InstanceIds: Array
|
3451
3451
|
|
3452
3452
|
attr_accessor :InstanceConfs, :Regions, :Product, :InstanceIds
|
3453
|
-
|
3453
|
+
|
3454
3454
|
def initialize(instanceconfs=nil, regions=nil, product=nil, instanceids=nil)
|
3455
3455
|
@InstanceConfs = instanceconfs
|
3456
3456
|
@Regions = regions
|
@@ -3475,7 +3475,7 @@ module TencentCloud
|
|
3475
3475
|
# @type RequestId: String
|
3476
3476
|
|
3477
3477
|
attr_accessor :RequestId
|
3478
|
-
|
3478
|
+
|
3479
3479
|
def initialize(requestid=nil)
|
3480
3480
|
@RequestId = requestid
|
3481
3481
|
end
|
@@ -3489,30 +3489,30 @@ module TencentCloud
|
|
3489
3489
|
class ModifySqlFiltersRequest < TencentCloud::Common::AbstractModel
|
3490
3490
|
# @param InstanceId: 实例ID。
|
3491
3491
|
# @type InstanceId: String
|
3492
|
-
# @param SessionToken: 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
|
3493
|
-
# @type SessionToken: String
|
3494
3492
|
# @param FilterIds: SQL限流任务ID列表。
|
3495
3493
|
# @type FilterIds: Array
|
3496
3494
|
# @param Status: 限流任务状态,取值支持TERMINATED - 终止。
|
3497
3495
|
# @type Status: String
|
3496
|
+
# @param SessionToken: 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
|
3497
|
+
# @type SessionToken: String
|
3498
3498
|
# @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
3499
3499
|
# @type Product: String
|
3500
3500
|
|
3501
|
-
attr_accessor :InstanceId, :
|
3502
|
-
|
3503
|
-
def initialize(instanceid=nil,
|
3501
|
+
attr_accessor :InstanceId, :FilterIds, :Status, :SessionToken, :Product
|
3502
|
+
|
3503
|
+
def initialize(instanceid=nil, filterids=nil, status=nil, sessiontoken=nil, product=nil)
|
3504
3504
|
@InstanceId = instanceid
|
3505
|
-
@SessionToken = sessiontoken
|
3506
3505
|
@FilterIds = filterids
|
3507
3506
|
@Status = status
|
3507
|
+
@SessionToken = sessiontoken
|
3508
3508
|
@Product = product
|
3509
3509
|
end
|
3510
3510
|
|
3511
3511
|
def deserialize(params)
|
3512
3512
|
@InstanceId = params['InstanceId']
|
3513
|
-
@SessionToken = params['SessionToken']
|
3514
3513
|
@FilterIds = params['FilterIds']
|
3515
3514
|
@Status = params['Status']
|
3515
|
+
@SessionToken = params['SessionToken']
|
3516
3516
|
@Product = params['Product']
|
3517
3517
|
end
|
3518
3518
|
end
|
@@ -3523,7 +3523,7 @@ module TencentCloud
|
|
3523
3523
|
# @type RequestId: String
|
3524
3524
|
|
3525
3525
|
attr_accessor :RequestId
|
3526
|
-
|
3526
|
+
|
3527
3527
|
def initialize(requestid=nil)
|
3528
3528
|
@RequestId = requestid
|
3529
3529
|
end
|
@@ -3544,7 +3544,7 @@ module TencentCloud
|
|
3544
3544
|
# @type Values: Array
|
3545
3545
|
|
3546
3546
|
attr_accessor :Metric, :Unit, :Values
|
3547
|
-
|
3547
|
+
|
3548
3548
|
def initialize(metric=nil, unit=nil, values=nil)
|
3549
3549
|
@Metric = metric
|
3550
3550
|
@Unit = unit
|
@@ -3566,7 +3566,7 @@ module TencentCloud
|
|
3566
3566
|
# @type Timestamp: Array
|
3567
3567
|
|
3568
3568
|
attr_accessor :Series, :Timestamp
|
3569
|
-
|
3569
|
+
|
3570
3570
|
def initialize(series=nil, timestamp=nil)
|
3571
3571
|
@Series = series
|
3572
3572
|
@Timestamp = timestamp
|
@@ -3596,7 +3596,7 @@ module TencentCloud
|
|
3596
3596
|
# @type Values: Array
|
3597
3597
|
|
3598
3598
|
attr_accessor :Metric, :Unit, :Values
|
3599
|
-
|
3599
|
+
|
3600
3600
|
def initialize(metric=nil, unit=nil, values=nil)
|
3601
3601
|
@Metric = metric
|
3602
3602
|
@Unit = unit
|
@@ -3618,7 +3618,7 @@ module TencentCloud
|
|
3618
3618
|
# @type Timestamp: Array
|
3619
3619
|
|
3620
3620
|
attr_accessor :Series, :Timestamp
|
3621
|
-
|
3621
|
+
|
3622
3622
|
def initialize(series=nil, timestamp=nil)
|
3623
3623
|
@Series = series
|
3624
3624
|
@Timestamp = timestamp
|
@@ -3657,7 +3657,7 @@ module TencentCloud
|
|
3657
3657
|
# @type Info: String
|
3658
3658
|
|
3659
3659
|
attr_accessor :ID, :User, :Host, :DB, :State, :Command, :Time, :Info
|
3660
|
-
|
3660
|
+
|
3661
3661
|
def initialize(id=nil, user=nil, host=nil, db=nil, state=nil, command=nil, time=nil, info=nil)
|
3662
3662
|
@ID = id
|
3663
3663
|
@User = user
|
@@ -3691,7 +3691,7 @@ module TencentCloud
|
|
3691
3691
|
# @type ActiveConnSum: Integer
|
3692
3692
|
|
3693
3693
|
attr_accessor :Items, :AllConnSum, :ActiveConnSum
|
3694
|
-
|
3694
|
+
|
3695
3695
|
def initialize(items=nil, allconnsum=nil, activeconnsum=nil)
|
3696
3696
|
@Items = items
|
3697
3697
|
@AllConnSum = allconnsum
|
@@ -3720,7 +3720,7 @@ module TencentCloud
|
|
3720
3720
|
# @type MailConfiguration: :class:`Tencentcloud::Dbbrain.v20210527.models.MailConfiguration`
|
3721
3721
|
|
3722
3722
|
attr_accessor :Language, :MailConfiguration
|
3723
|
-
|
3723
|
+
|
3724
3724
|
def initialize(language=nil, mailconfiguration=nil)
|
3725
3725
|
@Language = language
|
3726
3726
|
@MailConfiguration = mailconfiguration
|
@@ -3757,7 +3757,7 @@ module TencentCloud
|
|
3757
3757
|
# @type ShardId: String
|
3758
3758
|
|
3759
3759
|
attr_accessor :Key, :Type, :Encoding, :ExpireTime, :Length, :ItemCount, :MaxElementSize, :AveElementSize, :ShardId
|
3760
|
-
|
3760
|
+
|
3761
3761
|
def initialize(key=nil, type=nil, encoding=nil, expiretime=nil, length=nil, itemcount=nil, maxelementsize=nil, aveelementsize=nil, shardid=nil)
|
3762
3762
|
@Key = key
|
3763
3763
|
@Type = type
|
@@ -3799,7 +3799,7 @@ module TencentCloud
|
|
3799
3799
|
# @type MaxElementSize: Integer
|
3800
3800
|
|
3801
3801
|
attr_accessor :AveElementSize, :Length, :KeyPreIndex, :ItemCount, :Count, :MaxElementSize
|
3802
|
-
|
3802
|
+
|
3803
3803
|
def initialize(aveelementsize=nil, length=nil, keypreindex=nil, itemcount=nil, count=nil, maxelementsize=nil)
|
3804
3804
|
@AveElementSize = aveelementsize
|
3805
3805
|
@Length = length
|
@@ -3845,7 +3845,7 @@ module TencentCloud
|
|
3845
3845
|
# @type ExpireTime: String
|
3846
3846
|
|
3847
3847
|
attr_accessor :Id, :Status, :SqlType, :OriginKeys, :OriginRule, :RejectedSqlCount, :CurrentConcurrency, :MaxConcurrency, :CreateTime, :CurrentTime, :ExpireTime
|
3848
|
-
|
3848
|
+
|
3849
3849
|
def initialize(id=nil, status=nil, sqltype=nil, originkeys=nil, originrule=nil, rejectedsqlcount=nil, currentconcurrency=nil, maxconcurrency=nil, createtime=nil, currenttime=nil, expiretime=nil)
|
3850
3850
|
@Id = id
|
3851
3851
|
@Status = status
|
@@ -3881,7 +3881,7 @@ module TencentCloud
|
|
3881
3881
|
# @type Schema: String
|
3882
3882
|
|
3883
3883
|
attr_accessor :Schema
|
3884
|
-
|
3884
|
+
|
3885
3885
|
def initialize(schema=nil)
|
3886
3886
|
@Schema = schema
|
3887
3887
|
end
|
@@ -3912,7 +3912,7 @@ module TencentCloud
|
|
3912
3912
|
# @type PhysicalFileSize: Float
|
3913
3913
|
|
3914
3914
|
attr_accessor :TableSchema, :DataLength, :IndexLength, :DataFree, :TotalLength, :FragRatio, :TableRows, :PhysicalFileSize
|
3915
|
-
|
3915
|
+
|
3916
3916
|
def initialize(tableschema=nil, datalength=nil, indexlength=nil, datafree=nil, totallength=nil, fragratio=nil, tablerows=nil, physicalfilesize=nil)
|
3917
3917
|
@TableSchema = tableschema
|
3918
3918
|
@DataLength = datalength
|
@@ -3944,7 +3944,7 @@ module TencentCloud
|
|
3944
3944
|
# @type SeriesData: :class:`Tencentcloud::Dbbrain.v20210527.models.MonitorMetricSeriesData`
|
3945
3945
|
|
3946
3946
|
attr_accessor :TableSchema, :SeriesData
|
3947
|
-
|
3947
|
+
|
3948
3948
|
def initialize(tableschema=nil, seriesdata=nil)
|
3949
3949
|
@TableSchema = tableschema
|
3950
3950
|
@SeriesData = seriesdata
|
@@ -3972,7 +3972,7 @@ module TencentCloud
|
|
3972
3972
|
# @type Items: Array
|
3973
3973
|
|
3974
3974
|
attr_accessor :IssueType, :ScoreLost, :ScoreLostMax, :Items
|
3975
|
-
|
3975
|
+
|
3976
3976
|
def initialize(issuetype=nil, scorelost=nil, scorelostmax=nil, items=nil)
|
3977
3977
|
@IssueType = issuetype
|
3978
3978
|
@ScoreLost = scorelost
|
@@ -4009,7 +4009,7 @@ module TencentCloud
|
|
4009
4009
|
# @type ScoreLost: Integer
|
4010
4010
|
|
4011
4011
|
attr_accessor :DiagItem, :IssueType, :TopSeverity, :Count, :ScoreLost
|
4012
|
-
|
4012
|
+
|
4013
4013
|
def initialize(diagitem=nil, issuetype=nil, topseverity=nil, count=nil, scorelost=nil)
|
4014
4014
|
@DiagItem = diagitem
|
4015
4015
|
@IssueType = issuetype
|
@@ -4057,7 +4057,7 @@ module TencentCloud
|
|
4057
4057
|
# @type DangerLevels: Array
|
4058
4058
|
|
4059
4059
|
attr_accessor :AsyncRequestId, :StartTime, :EndTime, :CreateTime, :Status, :Progress, :LogStartTime, :LogEndTime, :TotalSize, :DangerLevels
|
4060
|
-
|
4060
|
+
|
4061
4061
|
def initialize(asyncrequestid=nil, starttime=nil, endtime=nil, createtime=nil, status=nil, progress=nil, logstarttime=nil, logendtime=nil, totalsize=nil, dangerlevels=nil)
|
4062
4062
|
@AsyncRequestId = asyncrequestid
|
4063
4063
|
@StartTime = starttime
|
@@ -4095,7 +4095,7 @@ module TencentCloud
|
|
4095
4095
|
# @type AllConn: Integer
|
4096
4096
|
|
4097
4097
|
attr_accessor :Ip, :ActiveConn, :AllConn
|
4098
|
-
|
4098
|
+
|
4099
4099
|
def initialize(ip=nil, activeconn=nil, allconn=nil)
|
4100
4100
|
@Ip = ip
|
4101
4101
|
@ActiveConn = activeconn
|
@@ -4119,7 +4119,7 @@ module TencentCloud
|
|
4119
4119
|
# @type Count: Integer
|
4120
4120
|
|
4121
4121
|
attr_accessor :UserHost, :Ratio, :Count
|
4122
|
-
|
4122
|
+
|
4123
4123
|
def initialize(userhost=nil, ratio=nil, count=nil)
|
4124
4124
|
@UserHost = userhost
|
4125
4125
|
@Ratio = ratio
|
@@ -4160,7 +4160,7 @@ module TencentCloud
|
|
4160
4160
|
# @type RowsSent: Integer
|
4161
4161
|
|
4162
4162
|
attr_accessor :Timestamp, :SqlText, :Database, :UserName, :UserHost, :QueryTime, :LockTime, :RowsExamined, :RowsSent
|
4163
|
-
|
4163
|
+
|
4164
4164
|
def initialize(timestamp=nil, sqltext=nil, database=nil, username=nil, userhost=nil, querytime=nil, locktime=nil, rowsexamined=nil, rowssent=nil)
|
4165
4165
|
@Timestamp = timestamp
|
4166
4166
|
@SqlText = sqltext
|
@@ -4236,11 +4236,11 @@ module TencentCloud
|
|
4236
4236
|
# @type LockTimeAvg: Float
|
4237
4237
|
# @param RowsExaminedAvg: 平均扫描行数
|
4238
4238
|
# @type RowsExaminedAvg: Float
|
4239
|
-
# @param Md5:
|
4239
|
+
# @param Md5: SQL模板的MD5值
|
4240
4240
|
# @type Md5: String
|
4241
4241
|
|
4242
4242
|
attr_accessor :LockTime, :LockTimeMax, :LockTimeMin, :RowsExamined, :RowsExaminedMax, :RowsExaminedMin, :QueryTime, :QueryTimeMax, :QueryTimeMin, :RowsSent, :RowsSentMax, :RowsSentMin, :ExecTimes, :SqlTemplate, :SqlText, :Schema, :QueryTimeRatio, :LockTimeRatio, :RowsExaminedRatio, :RowsSentRatio, :QueryTimeAvg, :RowsSentAvg, :LockTimeAvg, :RowsExaminedAvg, :Md5
|
4243
|
-
|
4243
|
+
|
4244
4244
|
def initialize(locktime=nil, locktimemax=nil, locktimemin=nil, rowsexamined=nil, rowsexaminedmax=nil, rowsexaminedmin=nil, querytime=nil, querytimemax=nil, querytimemin=nil, rowssent=nil, rowssentmax=nil, rowssentmin=nil, exectimes=nil, sqltemplate=nil, sqltext=nil, schema=nil, querytimeratio=nil, locktimeratio=nil, rowsexaminedratio=nil, rowssentratio=nil, querytimeavg=nil, rowssentavg=nil, locktimeavg=nil, rowsexaminedavg=nil, md5=nil)
|
4245
4245
|
@LockTime = locktime
|
4246
4246
|
@LockTimeMax = locktimemax
|
@@ -4308,7 +4308,7 @@ module TencentCloud
|
|
4308
4308
|
# @type Count: Integer
|
4309
4309
|
|
4310
4310
|
attr_accessor :UserName, :Ratio, :Count
|
4311
|
-
|
4311
|
+
|
4312
4312
|
def initialize(username=nil, ratio=nil, count=nil)
|
4313
4313
|
@UserName = username
|
4314
4314
|
@Ratio = ratio
|
@@ -4336,7 +4336,7 @@ module TencentCloud
|
|
4336
4336
|
# @type TotalLength: Float
|
4337
4337
|
|
4338
4338
|
attr_accessor :TableSchema, :TableName, :Engine, :TableRows, :TotalLength
|
4339
|
-
|
4339
|
+
|
4340
4340
|
def initialize(tableschema=nil, tablename=nil, engine=nil, tablerows=nil, totallength=nil)
|
4341
4341
|
@TableSchema = tableschema
|
4342
4342
|
@TableName = tablename
|
@@ -4378,7 +4378,7 @@ module TencentCloud
|
|
4378
4378
|
# @type PhysicalFileSize: Float
|
4379
4379
|
|
4380
4380
|
attr_accessor :TableName, :TableSchema, :Engine, :DataLength, :IndexLength, :DataFree, :TotalLength, :FragRatio, :TableRows, :PhysicalFileSize
|
4381
|
-
|
4381
|
+
|
4382
4382
|
def initialize(tablename=nil, tableschema=nil, engine=nil, datalength=nil, indexlength=nil, datafree=nil, totallength=nil, fragratio=nil, tablerows=nil, physicalfilesize=nil)
|
4383
4383
|
@TableName = tablename
|
4384
4384
|
@TableSchema = tableschema
|
@@ -4418,7 +4418,7 @@ module TencentCloud
|
|
4418
4418
|
# @type SeriesData: :class:`Tencentcloud::Dbbrain.v20210527.models.MonitorFloatMetricSeriesData`
|
4419
4419
|
|
4420
4420
|
attr_accessor :TableName, :TableSchema, :Engine, :SeriesData
|
4421
|
-
|
4421
|
+
|
4422
4422
|
def initialize(tablename=nil, tableschema=nil, engine=nil, seriesdata=nil)
|
4423
4423
|
@TableName = tablename
|
4424
4424
|
@TableSchema = tableschema
|
@@ -4463,7 +4463,7 @@ module TencentCloud
|
|
4463
4463
|
# @type InstanceId: String
|
4464
4464
|
|
4465
4465
|
attr_accessor :AsyncRequestId, :InstProxyList, :InstProxyCount, :CreateTime, :StartTime, :TaskStatus, :FinishedProxyList, :FailedProxyList, :EndTime, :Progress, :InstanceId
|
4466
|
-
|
4466
|
+
|
4467
4467
|
def initialize(asyncrequestid=nil, instproxylist=nil, instproxycount=nil, createtime=nil, starttime=nil, taskstatus=nil, finishedproxylist=nil, failedproxylist=nil, endtime=nil, progress=nil, instanceid=nil)
|
4468
4468
|
@AsyncRequestId = asyncrequestid
|
4469
4469
|
@InstProxyList = instproxylist
|
@@ -4501,7 +4501,7 @@ module TencentCloud
|
|
4501
4501
|
# @type Timestamp: Integer
|
4502
4502
|
|
4503
4503
|
attr_accessor :Count, :Timestamp
|
4504
|
-
|
4504
|
+
|
4505
4505
|
def initialize(count=nil, timestamp=nil)
|
4506
4506
|
@Count = count
|
4507
4507
|
@Timestamp = timestamp
|
@@ -4531,7 +4531,7 @@ module TencentCloud
|
|
4531
4531
|
# @type ProfileInfo: :class:`Tencentcloud::Dbbrain.v20210527.models.ProfileInfo`
|
4532
4532
|
|
4533
4533
|
attr_accessor :ProfileId, :ProfileType, :ProfileLevel, :ProfileName, :ProfileInfo
|
4534
|
-
|
4534
|
+
|
4535
4535
|
def initialize(profileid=nil, profiletype=nil, profilelevel=nil, profilename=nil, profileinfo=nil)
|
4536
4536
|
@ProfileId = profileid
|
4537
4537
|
@ProfileType = profiletype
|
@@ -4564,7 +4564,7 @@ module TencentCloud
|
|
4564
4564
|
# @type Product: String
|
4565
4565
|
|
4566
4566
|
attr_accessor :InstanceId, :User, :Password, :Product
|
4567
|
-
|
4567
|
+
|
4568
4568
|
def initialize(instanceid=nil, user=nil, password=nil, product=nil)
|
4569
4569
|
@InstanceId = instanceid
|
4570
4570
|
@User = user
|
@@ -4588,7 +4588,7 @@ module TencentCloud
|
|
4588
4588
|
# @type RequestId: String
|
4589
4589
|
|
4590
4590
|
attr_accessor :SessionToken, :RequestId
|
4591
|
-
|
4591
|
+
|
4592
4592
|
def initialize(sessiontoken=nil, requestid=nil)
|
4593
4593
|
@SessionToken = sessiontoken
|
4594
4594
|
@RequestId = requestid
|