tencentcloud-sdk-ckafka 3.0.590 → 3.0.591
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190819/models.rb +319 -316
- metadata +2 -2
data/lib/v20190819/models.rb
CHANGED
@@ -35,7 +35,7 @@ module TencentCloud
|
|
35
35
|
# @type PermissionType: Integer
|
36
36
|
|
37
37
|
attr_accessor :ResourceType, :ResourceName, :Principal, :Host, :Operation, :PermissionType
|
38
|
-
|
38
|
+
|
39
39
|
def initialize(resourcetype=nil, resourcename=nil, principal=nil, host=nil, operation=nil, permissiontype=nil)
|
40
40
|
@ResourceType = resourcetype
|
41
41
|
@ResourceName = resourcename
|
@@ -64,7 +64,7 @@ module TencentCloud
|
|
64
64
|
# @type AclList: Array
|
65
65
|
|
66
66
|
attr_accessor :TotalCount, :AclList
|
67
|
-
|
67
|
+
|
68
68
|
def initialize(totalcount=nil, acllist=nil)
|
69
69
|
@TotalCount = totalcount
|
70
70
|
@AclList = acllist
|
@@ -126,7 +126,7 @@ module TencentCloud
|
|
126
126
|
# @type PatternTypeTitle: String
|
127
127
|
|
128
128
|
attr_accessor :RuleName, :InstanceId, :PatternType, :Pattern, :ResourceType, :AclList, :CreateTimeStamp, :IsApplied, :UpdateTimeStamp, :Comment, :TopicName, :TopicCount, :PatternTypeTitle
|
129
|
-
|
129
|
+
|
130
130
|
def initialize(rulename=nil, instanceid=nil, patterntype=nil, pattern=nil, resourcetype=nil, acllist=nil, createtimestamp=nil, isapplied=nil, updatetimestamp=nil, comment=nil, topicname=nil, topiccount=nil, patterntypetitle=nil)
|
131
131
|
@RuleName = rulename
|
132
132
|
@InstanceId = instanceid
|
@@ -172,7 +172,7 @@ module TencentCloud
|
|
172
172
|
# @type Principal: String
|
173
173
|
|
174
174
|
attr_accessor :Operation, :PermissionType, :Host, :Principal
|
175
|
-
|
175
|
+
|
176
176
|
def initialize(operation=nil, permissiontype=nil, host=nil, principal=nil)
|
177
177
|
@Operation = operation
|
178
178
|
@PermissionType = permissiontype
|
@@ -197,7 +197,7 @@ module TencentCloud
|
|
197
197
|
# @type AclRuleList: Array
|
198
198
|
|
199
199
|
attr_accessor :TotalCount, :AclRuleList
|
200
|
-
|
200
|
+
|
201
201
|
def initialize(totalcount=nil, aclrulelist=nil)
|
202
202
|
@TotalCount = totalcount
|
203
203
|
@AclRuleList = aclrulelist
|
@@ -231,7 +231,7 @@ module TencentCloud
|
|
231
231
|
# @type InputValue: String
|
232
232
|
|
233
233
|
attr_accessor :Format, :Regex, :InputValueType, :InputValue
|
234
|
-
|
234
|
+
|
235
235
|
def initialize(format=nil, regex=nil, inputvaluetype=nil, inputvalue=nil)
|
236
236
|
@Format = format
|
237
237
|
@Regex = regex
|
@@ -256,7 +256,7 @@ module TencentCloud
|
|
256
256
|
# @type AppIdList: Array
|
257
257
|
|
258
258
|
attr_accessor :TotalCount, :AppIdList
|
259
|
-
|
259
|
+
|
260
260
|
def initialize(totalcount=nil, appidlist=nil)
|
261
261
|
@TotalCount = totalcount
|
262
262
|
@AppIdList = appidlist
|
@@ -277,7 +277,7 @@ module TencentCloud
|
|
277
277
|
# @type Topics: Array
|
278
278
|
|
279
279
|
attr_accessor :Version, :Topics
|
280
|
-
|
280
|
+
|
281
281
|
def initialize(version=nil, topics=nil)
|
282
282
|
@Version = version
|
283
283
|
@Topics = topics
|
@@ -306,7 +306,7 @@ module TencentCloud
|
|
306
306
|
# @type Tokens: String
|
307
307
|
|
308
308
|
attr_accessor :InstanceId, :User, :Tokens
|
309
|
-
|
309
|
+
|
310
310
|
def initialize(instanceid=nil, user=nil, tokens=nil)
|
311
311
|
@InstanceId = instanceid
|
312
312
|
@User = user
|
@@ -329,7 +329,7 @@ module TencentCloud
|
|
329
329
|
# @type RequestId: String
|
330
330
|
|
331
331
|
attr_accessor :Result, :RequestId
|
332
|
-
|
332
|
+
|
333
333
|
def initialize(result=nil, requestid=nil)
|
334
334
|
@Result = result
|
335
335
|
@RequestId = requestid
|
@@ -348,7 +348,7 @@ module TencentCloud
|
|
348
348
|
# @type Format: String
|
349
349
|
|
350
350
|
attr_accessor :Format
|
351
|
-
|
351
|
+
|
352
352
|
def initialize(format=nil)
|
353
353
|
@Format = format
|
354
354
|
end
|
@@ -366,7 +366,7 @@ module TencentCloud
|
|
366
366
|
# @type Key: String
|
367
367
|
|
368
368
|
attr_accessor :Body, :Key
|
369
|
-
|
369
|
+
|
370
370
|
def initialize(body=nil, key=nil)
|
371
371
|
@Body = body
|
372
372
|
@Key = key
|
@@ -390,7 +390,7 @@ module TencentCloud
|
|
390
390
|
# @type RuleList: Array
|
391
391
|
|
392
392
|
attr_accessor :InstanceId, :ResourceType, :ResourceNames, :RuleList
|
393
|
-
|
393
|
+
|
394
394
|
def initialize(instanceid=nil, resourcetype=nil, resourcenames=nil, rulelist=nil)
|
395
395
|
@InstanceId = instanceid
|
396
396
|
@ResourceType = resourcetype
|
@@ -421,7 +421,7 @@ module TencentCloud
|
|
421
421
|
# @type RequestId: String
|
422
422
|
|
423
423
|
attr_accessor :Result, :RequestId
|
424
|
-
|
424
|
+
|
425
425
|
def initialize(result=nil, requestid=nil)
|
426
426
|
@Result = result
|
427
427
|
@RequestId = requestid
|
@@ -445,7 +445,7 @@ module TencentCloud
|
|
445
445
|
# @type TopicName: Array
|
446
446
|
|
447
447
|
attr_accessor :GroupName, :InstanceId, :Partitions, :TopicName
|
448
|
-
|
448
|
+
|
449
449
|
def initialize(groupname=nil, instanceid=nil, partitions=nil, topicname=nil)
|
450
450
|
@GroupName = groupname
|
451
451
|
@InstanceId = instanceid
|
@@ -476,7 +476,7 @@ module TencentCloud
|
|
476
476
|
# @type RequestId: String
|
477
477
|
|
478
478
|
attr_accessor :Result, :RequestId
|
479
|
-
|
479
|
+
|
480
480
|
def initialize(result=nil, requestid=nil)
|
481
481
|
@Result = result
|
482
482
|
@RequestId = requestid
|
@@ -499,7 +499,7 @@ module TencentCloud
|
|
499
499
|
# @type Topic: Array
|
500
500
|
|
501
501
|
attr_accessor :InstanceId, :Topic
|
502
|
-
|
502
|
+
|
503
503
|
def initialize(instanceid=nil, topic=nil)
|
504
504
|
@InstanceId = instanceid
|
505
505
|
@Topic = topic
|
@@ -526,7 +526,7 @@ module TencentCloud
|
|
526
526
|
# @type RequestId: String
|
527
527
|
|
528
528
|
attr_accessor :Result, :RequestId
|
529
|
-
|
529
|
+
|
530
530
|
def initialize(result=nil, requestid=nil)
|
531
531
|
@Result = result
|
532
532
|
@RequestId = requestid
|
@@ -571,7 +571,7 @@ module TencentCloud
|
|
571
571
|
# @type MaxMessageBytes: Integer
|
572
572
|
|
573
573
|
attr_accessor :TopicName, :PartitionNum, :Note, :ReplicaNum, :CleanUpPolicy, :MinInsyncReplicas, :UncleanLeaderElectionEnable, :RetentionMs, :RetentionBytes, :SegmentMs, :MaxMessageBytes
|
574
|
-
|
574
|
+
|
575
575
|
def initialize(topicname=nil, partitionnum=nil, note=nil, replicanum=nil, cleanuppolicy=nil, mininsyncreplicas=nil, uncleanleaderelectionenable=nil, retentionms=nil, retentionbytes=nil, segmentms=nil, maxmessagebytes=nil)
|
576
576
|
@TopicName = topicname
|
577
577
|
@PartitionNum = partitionnum
|
@@ -616,7 +616,7 @@ module TencentCloud
|
|
616
616
|
# @type Message: String
|
617
617
|
|
618
618
|
attr_accessor :InstanceId, :TopicName, :ReturnCode, :Message
|
619
|
-
|
619
|
+
|
620
620
|
def initialize(instanceid=nil, topicname=nil, returncode=nil, message=nil)
|
621
621
|
@InstanceId = instanceid
|
622
622
|
@TopicName = topicname
|
@@ -642,7 +642,7 @@ module TencentCloud
|
|
642
642
|
# @type Tokens: String
|
643
643
|
|
644
644
|
attr_accessor :InstanceId, :User, :Tokens
|
645
|
-
|
645
|
+
|
646
646
|
def initialize(instanceid=nil, user=nil, tokens=nil)
|
647
647
|
@InstanceId = instanceid
|
648
648
|
@User = user
|
@@ -665,7 +665,7 @@ module TencentCloud
|
|
665
665
|
# @type RequestId: String
|
666
666
|
|
667
667
|
attr_accessor :Result, :RequestId
|
668
|
-
|
668
|
+
|
669
669
|
def initialize(result=nil, requestid=nil)
|
670
670
|
@Result = result
|
671
671
|
@RequestId = requestid
|
@@ -684,7 +684,7 @@ module TencentCloud
|
|
684
684
|
# @type TaskId: Integer
|
685
685
|
|
686
686
|
attr_accessor :TaskId
|
687
|
-
|
687
|
+
|
688
688
|
def initialize(taskid=nil)
|
689
689
|
@TaskId = taskid
|
690
690
|
end
|
@@ -700,7 +700,7 @@ module TencentCloud
|
|
700
700
|
# @type TaskId: Integer
|
701
701
|
|
702
702
|
attr_accessor :TaskId
|
703
|
-
|
703
|
+
|
704
704
|
def initialize(taskid=nil)
|
705
705
|
@TaskId = taskid
|
706
706
|
end
|
@@ -719,7 +719,7 @@ module TencentCloud
|
|
719
719
|
# @type RequestId: String
|
720
720
|
|
721
721
|
attr_accessor :Result, :RequestId
|
722
|
-
|
722
|
+
|
723
723
|
def initialize(result=nil, requestid=nil)
|
724
724
|
@Result = result
|
725
725
|
@RequestId = requestid
|
@@ -759,7 +759,7 @@ module TencentCloud
|
|
759
759
|
# @type IsUpdate: Boolean
|
760
760
|
|
761
761
|
attr_accessor :Port, :UserName, :Password, :Resource, :SelfBuilt, :ServiceVip, :UniqVpcId, :IsUpdate
|
762
|
-
|
762
|
+
|
763
763
|
def initialize(port=nil, username=nil, password=nil, resource=nil, selfbuilt=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil)
|
764
764
|
@Port = port
|
765
765
|
@UserName = username
|
@@ -811,7 +811,7 @@ module TencentCloud
|
|
811
811
|
# @type IsUpdate: Boolean
|
812
812
|
|
813
813
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
|
814
|
-
|
814
|
+
|
815
815
|
def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, selfbuilt=nil, isupdate=nil)
|
816
816
|
@Resource = resource
|
817
817
|
@Port = port
|
@@ -869,7 +869,7 @@ module TencentCloud
|
|
869
869
|
# @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
|
870
870
|
|
871
871
|
attr_accessor :Cluster, :Database, :Table, :Schema, :Resource, :Ip, :Port, :UserName, :Password, :ServiceVip, :UniqVpcId, :SelfBuilt, :DropInvalidMessage, :Type, :DropCls
|
872
|
-
|
872
|
+
|
873
873
|
def initialize(cluster=nil, database=nil, table=nil, schema=nil, resource=nil, ip=nil, port=nil, username=nil, password=nil, servicevip=nil, uniqvpcid=nil, selfbuilt=nil, dropinvalidmessage=nil, type=nil, dropcls=nil)
|
874
874
|
@Cluster = cluster
|
875
875
|
@Database = database
|
@@ -929,7 +929,7 @@ module TencentCloud
|
|
929
929
|
# @type AllowNull: Boolean
|
930
930
|
|
931
931
|
attr_accessor :ColumnName, :JsonKey, :Type, :AllowNull
|
932
|
-
|
932
|
+
|
933
933
|
def initialize(columnname=nil, jsonkey=nil, type=nil, allownull=nil)
|
934
934
|
@ColumnName = columnname
|
935
935
|
@JsonKey = jsonkey
|
@@ -960,7 +960,7 @@ module TencentCloud
|
|
960
960
|
# @type TimeField: String
|
961
961
|
|
962
962
|
attr_accessor :DecodeJson, :Resource, :LogSet, :ContentKey, :TimeField
|
963
|
-
|
963
|
+
|
964
964
|
def initialize(decodejson=nil, resource=nil, logset=nil, contentkey=nil, timefield=nil)
|
965
965
|
@DecodeJson = decodejson
|
966
966
|
@Resource = resource
|
@@ -1004,7 +1004,7 @@ module TencentCloud
|
|
1004
1004
|
# @type ZoneIds: Array
|
1005
1005
|
|
1006
1006
|
attr_accessor :ClusterId, :ClusterName, :MaxDiskSize, :MaxBandWidth, :AvailableDiskSize, :AvailableBandWidth, :ZoneId, :ZoneIds
|
1007
|
-
|
1007
|
+
|
1008
1008
|
def initialize(clusterid=nil, clustername=nil, maxdisksize=nil, maxbandwidth=nil, availabledisksize=nil, availablebandwidth=nil, zoneid=nil, zoneids=nil)
|
1009
1009
|
@ClusterId = clusterid
|
1010
1010
|
@ClusterName = clustername
|
@@ -1057,7 +1057,7 @@ module TencentCloud
|
|
1057
1057
|
# @type RetentionBytes: Integer
|
1058
1058
|
|
1059
1059
|
attr_accessor :Retention, :MinInsyncReplicas, :CleanUpPolicy, :SegmentMs, :UncleanLeaderElectionEnable, :SegmentBytes, :MaxMessageBytes, :RetentionBytes
|
1060
|
-
|
1060
|
+
|
1061
1061
|
def initialize(retention=nil, mininsyncreplicas=nil, cleanuppolicy=nil, segmentms=nil, uncleanleaderelectionenable=nil, segmentbytes=nil, maxmessagebytes=nil, retentionbytes=nil)
|
1062
1062
|
@Retention = retention
|
1063
1063
|
@MinInsyncReplicas = mininsyncreplicas
|
@@ -1088,7 +1088,7 @@ module TencentCloud
|
|
1088
1088
|
# @type ResourceId: String
|
1089
1089
|
|
1090
1090
|
attr_accessor :ResourceId
|
1091
|
-
|
1091
|
+
|
1092
1092
|
def initialize(resourceid=nil)
|
1093
1093
|
@ResourceId = resourceid
|
1094
1094
|
end
|
@@ -1108,7 +1108,7 @@ module TencentCloud
|
|
1108
1108
|
# @type TopicId: String
|
1109
1109
|
|
1110
1110
|
attr_accessor :TopicName, :GroupId, :TopicId
|
1111
|
-
|
1111
|
+
|
1112
1112
|
def initialize(topicname=nil, groupid=nil, topicid=nil)
|
1113
1113
|
@TopicName = topicname
|
1114
1114
|
@GroupId = groupid
|
@@ -1130,7 +1130,7 @@ module TencentCloud
|
|
1130
1130
|
# @type SubscribedInfo: Array
|
1131
1131
|
|
1132
1132
|
attr_accessor :ConsumerGroupName, :SubscribedInfo
|
1133
|
-
|
1133
|
+
|
1134
1134
|
def initialize(consumergroupname=nil, subscribedinfo=nil)
|
1135
1135
|
@ConsumerGroupName = consumergroupname
|
1136
1136
|
@SubscribedInfo = subscribedinfo
|
@@ -1176,7 +1176,7 @@ module TencentCloud
|
|
1176
1176
|
# @type GroupListForMonitor: Array
|
1177
1177
|
|
1178
1178
|
attr_accessor :TotalCount, :TopicList, :GroupList, :TotalPartition, :PartitionListForMonitor, :TotalTopic, :TopicListForMonitor, :GroupListForMonitor
|
1179
|
-
|
1179
|
+
|
1180
1180
|
def initialize(totalcount=nil, topiclist=nil, grouplist=nil, totalpartition=nil, partitionlistformonitor=nil, totaltopic=nil, topiclistformonitor=nil, grouplistformonitor=nil)
|
1181
1181
|
@TotalCount = totalcount
|
1182
1182
|
@TopicList = topiclist
|
@@ -1243,7 +1243,7 @@ module TencentCloud
|
|
1243
1243
|
# @type Speed: Integer
|
1244
1244
|
|
1245
1245
|
attr_accessor :ConsumerGroupName, :Speed
|
1246
|
-
|
1246
|
+
|
1247
1247
|
def initialize(consumergroupname=nil, speed=nil)
|
1248
1248
|
@ConsumerGroupName = consumergroupname
|
1249
1249
|
@Speed = speed
|
@@ -1263,7 +1263,7 @@ module TencentCloud
|
|
1263
1263
|
# @type TopicName: String
|
1264
1264
|
|
1265
1265
|
attr_accessor :TopicId, :TopicName
|
1266
|
-
|
1266
|
+
|
1267
1267
|
def initialize(topicid=nil, topicname=nil)
|
1268
1268
|
@TopicId = topicid
|
1269
1269
|
@TopicName = topicname
|
@@ -1297,7 +1297,7 @@ module TencentCloud
|
|
1297
1297
|
# @type Headers: String
|
1298
1298
|
|
1299
1299
|
attr_accessor :Topic, :Partition, :Offset, :Key, :Value, :Timestamp, :Headers
|
1300
|
-
|
1300
|
+
|
1301
1301
|
def initialize(topic=nil, partition=nil, offset=nil, key=nil, value=nil, timestamp=nil, headers=nil)
|
1302
1302
|
@Topic = topic
|
1303
1303
|
@Partition = partition
|
@@ -1339,7 +1339,7 @@ module TencentCloud
|
|
1339
1339
|
# @type DirectoryTimeFormat: String
|
1340
1340
|
|
1341
1341
|
attr_accessor :BucketName, :Region, :ObjectKey, :AggregateBatchSize, :AggregateInterval, :FormatOutputType, :ObjectKeyPrefix, :DirectoryTimeFormat
|
1342
|
-
|
1342
|
+
|
1343
1343
|
def initialize(bucketname=nil, region=nil, objectkey=nil, aggregatebatchsize=nil, aggregateinterval=nil, formatoutputtype=nil, objectkeyprefix=nil, directorytimeformat=nil)
|
1344
1344
|
@BucketName = bucketname
|
1345
1345
|
@Region = region
|
@@ -1383,7 +1383,7 @@ module TencentCloud
|
|
1383
1383
|
# @type ResourceNameList: String
|
1384
1384
|
|
1385
1385
|
attr_accessor :InstanceId, :ResourceType, :Operation, :PermissionType, :ResourceName, :Host, :Principal, :ResourceNameList
|
1386
|
-
|
1386
|
+
|
1387
1387
|
def initialize(instanceid=nil, resourcetype=nil, operation=nil, permissiontype=nil, resourcename=nil, host=nil, principal=nil, resourcenamelist=nil)
|
1388
1388
|
@InstanceId = instanceid
|
1389
1389
|
@ResourceType = resourcetype
|
@@ -1415,7 +1415,7 @@ module TencentCloud
|
|
1415
1415
|
# @type RequestId: String
|
1416
1416
|
|
1417
1417
|
attr_accessor :Result, :RequestId
|
1418
|
-
|
1418
|
+
|
1419
1419
|
def initialize(result=nil, requestid=nil)
|
1420
1420
|
@Result = result
|
1421
1421
|
@RequestId = requestid
|
@@ -1450,7 +1450,7 @@ module TencentCloud
|
|
1450
1450
|
# @type Comment: String
|
1451
1451
|
|
1452
1452
|
attr_accessor :InstanceId, :ResourceType, :PatternType, :RuleName, :RuleList, :Pattern, :IsApplied, :Comment
|
1453
|
-
|
1453
|
+
|
1454
1454
|
def initialize(instanceid=nil, resourcetype=nil, patterntype=nil, rulename=nil, rulelist=nil, pattern=nil, isapplied=nil, comment=nil)
|
1455
1455
|
@InstanceId = instanceid
|
1456
1456
|
@ResourceType = resourcetype
|
@@ -1489,7 +1489,7 @@ module TencentCloud
|
|
1489
1489
|
# @type RequestId: String
|
1490
1490
|
|
1491
1491
|
attr_accessor :Result, :RequestId
|
1492
|
-
|
1492
|
+
|
1493
1493
|
def initialize(result=nil, requestid=nil)
|
1494
1494
|
@Result = result
|
1495
1495
|
@RequestId = requestid
|
@@ -1521,7 +1521,7 @@ module TencentCloud
|
|
1521
1521
|
# @type SystemDiskType: String
|
1522
1522
|
|
1523
1523
|
attr_accessor :CdcId, :CdcVpcId, :CdcSubnetId, :ZoneId, :Bandwidth, :DiskSize, :DiskType, :SystemDiskType
|
1524
|
-
|
1524
|
+
|
1525
1525
|
def initialize(cdcid=nil, cdcvpcid=nil, cdcsubnetid=nil, zoneid=nil, bandwidth=nil, disksize=nil, disktype=nil, systemdisktype=nil)
|
1526
1526
|
@CdcId = cdcid
|
1527
1527
|
@CdcVpcId = cdcvpcid
|
@@ -1553,7 +1553,7 @@ module TencentCloud
|
|
1553
1553
|
# @type RequestId: String
|
1554
1554
|
|
1555
1555
|
attr_accessor :Result, :RequestId
|
1556
|
-
|
1556
|
+
|
1557
1557
|
def initialize(result=nil, requestid=nil)
|
1558
1558
|
@Result = result
|
1559
1559
|
@RequestId = requestid
|
@@ -1598,7 +1598,7 @@ module TencentCloud
|
|
1598
1598
|
# @type KafkaConnectParam: :class:`Tencentcloud::Ckafka.v20190819.models.KafkaConnectParam`
|
1599
1599
|
|
1600
1600
|
attr_accessor :ResourceName, :Type, :Description, :DtsConnectParam, :MongoDBConnectParam, :EsConnectParam, :ClickHouseConnectParam, :MySQLConnectParam, :PostgreSQLConnectParam, :MariaDBConnectParam, :SQLServerConnectParam, :DorisConnectParam, :KafkaConnectParam
|
1601
|
-
|
1601
|
+
|
1602
1602
|
def initialize(resourcename=nil, type=nil, description=nil, dtsconnectparam=nil, mongodbconnectparam=nil, esconnectparam=nil, clickhouseconnectparam=nil, mysqlconnectparam=nil, postgresqlconnectparam=nil, mariadbconnectparam=nil, sqlserverconnectparam=nil, dorisconnectparam=nil, kafkaconnectparam=nil)
|
1603
1603
|
@ResourceName = resourcename
|
1604
1604
|
@Type = type
|
@@ -1670,7 +1670,7 @@ module TencentCloud
|
|
1670
1670
|
# @type RequestId: String
|
1671
1671
|
|
1672
1672
|
attr_accessor :Result, :RequestId
|
1673
|
-
|
1673
|
+
|
1674
1674
|
def initialize(result=nil, requestid=nil)
|
1675
1675
|
@Result = result
|
1676
1676
|
@RequestId = requestid
|
@@ -1697,7 +1697,7 @@ module TencentCloud
|
|
1697
1697
|
# @type TopicNameList: Array
|
1698
1698
|
|
1699
1699
|
attr_accessor :InstanceId, :GroupName, :TopicName, :TopicNameList
|
1700
|
-
|
1700
|
+
|
1701
1701
|
def initialize(instanceid=nil, groupname=nil, topicname=nil, topicnamelist=nil)
|
1702
1702
|
@InstanceId = instanceid
|
1703
1703
|
@GroupName = groupname
|
@@ -1721,7 +1721,7 @@ module TencentCloud
|
|
1721
1721
|
# @type RequestId: String
|
1722
1722
|
|
1723
1723
|
attr_accessor :Result, :RequestId
|
1724
|
-
|
1724
|
+
|
1725
1725
|
def initialize(result=nil, requestid=nil)
|
1726
1726
|
@Result = result
|
1727
1727
|
@RequestId = requestid
|
@@ -1760,7 +1760,7 @@ module TencentCloud
|
|
1760
1760
|
# @type Tags: Array
|
1761
1761
|
|
1762
1762
|
attr_accessor :TaskName, :TaskType, :SourceResource, :TargetResource, :TransformParam, :PrivateLinkParam, :SchemaId, :TransformsParam, :TaskId, :Tags
|
1763
|
-
|
1763
|
+
|
1764
1764
|
def initialize(taskname=nil, tasktype=nil, sourceresource=nil, targetresource=nil, transformparam=nil, privatelinkparam=nil, schemaid=nil, transformsparam=nil, taskid=nil, tags=nil)
|
1765
1765
|
@TaskName = taskname
|
1766
1766
|
@TaskType = tasktype
|
@@ -1819,7 +1819,7 @@ module TencentCloud
|
|
1819
1819
|
# @type DatahubId: String
|
1820
1820
|
|
1821
1821
|
attr_accessor :TaskId, :DatahubId
|
1822
|
-
|
1822
|
+
|
1823
1823
|
def initialize(taskid=nil, datahubid=nil)
|
1824
1824
|
@TaskId = taskid
|
1825
1825
|
@DatahubId = datahubid
|
@@ -1839,7 +1839,7 @@ module TencentCloud
|
|
1839
1839
|
# @type RequestId: String
|
1840
1840
|
|
1841
1841
|
attr_accessor :Result, :RequestId
|
1842
|
-
|
1842
|
+
|
1843
1843
|
def initialize(result=nil, requestid=nil)
|
1844
1844
|
@Result = result
|
1845
1845
|
@RequestId = requestid
|
@@ -1868,7 +1868,7 @@ module TencentCloud
|
|
1868
1868
|
# @type Tags: Array
|
1869
1869
|
|
1870
1870
|
attr_accessor :Name, :PartitionNum, :RetentionMs, :Note, :Tags
|
1871
|
-
|
1871
|
+
|
1872
1872
|
def initialize(name=nil, partitionnum=nil, retentionms=nil, note=nil, tags=nil)
|
1873
1873
|
@Name = name
|
1874
1874
|
@PartitionNum = partitionnum
|
@@ -1901,7 +1901,7 @@ module TencentCloud
|
|
1901
1901
|
# @type RequestId: String
|
1902
1902
|
|
1903
1903
|
attr_accessor :Result, :RequestId
|
1904
|
-
|
1904
|
+
|
1905
1905
|
def initialize(result=nil, requestid=nil)
|
1906
1906
|
@Result = result
|
1907
1907
|
@RequestId = requestid
|
@@ -1956,7 +1956,7 @@ module TencentCloud
|
|
1956
1956
|
# @type PublicNetworkMonthly: Integer
|
1957
1957
|
|
1958
1958
|
attr_accessor :InstanceName, :BandWidth, :VpcId, :SubnetId, :InstanceType, :MsgRetentionTime, :ClusterId, :KafkaVersion, :SpecificationsType, :DiskType, :DiskSize, :Partition, :TopicNum, :ZoneId, :MultiZoneFlag, :ZoneIds, :InstanceNum, :PublicNetworkMonthly
|
1959
|
-
|
1959
|
+
|
1960
1960
|
def initialize(instancename=nil, bandwidth=nil, vpcid=nil, subnetid=nil, instancetype=nil, msgretentiontime=nil, clusterid=nil, kafkaversion=nil, specificationstype=nil, disktype=nil, disksize=nil, partition=nil, topicnum=nil, zoneid=nil, multizoneflag=nil, zoneids=nil, instancenum=nil, publicnetworkmonthly=nil)
|
1961
1961
|
@InstanceName = instancename
|
1962
1962
|
@BandWidth = bandwidth
|
@@ -2008,7 +2008,7 @@ module TencentCloud
|
|
2008
2008
|
# @type RequestId: String
|
2009
2009
|
|
2010
2010
|
attr_accessor :Result, :RequestId
|
2011
|
-
|
2011
|
+
|
2012
2012
|
def initialize(result=nil, requestid=nil)
|
2013
2013
|
@Result = result
|
2014
2014
|
@RequestId = requestid
|
@@ -2039,7 +2039,7 @@ module TencentCloud
|
|
2039
2039
|
# @type DealNameInstanceIdMapping: Array
|
2040
2040
|
|
2041
2041
|
attr_accessor :FlowId, :DealNames, :InstanceId, :DealNameInstanceIdMapping
|
2042
|
-
|
2042
|
+
|
2043
2043
|
def initialize(flowid=nil, dealnames=nil, instanceid=nil, dealnameinstanceidmapping=nil)
|
2044
2044
|
@FlowId = flowid
|
2045
2045
|
@DealNames = dealnames
|
@@ -2105,7 +2105,7 @@ module TencentCloud
|
|
2105
2105
|
# @type PublicNetworkMonthly: Integer
|
2106
2106
|
|
2107
2107
|
attr_accessor :InstanceName, :ZoneId, :Period, :InstanceType, :VpcId, :SubnetId, :MsgRetentionTime, :ClusterId, :RenewFlag, :KafkaVersion, :SpecificationsType, :DiskSize, :BandWidth, :Partition, :Tags, :DiskType, :MultiZoneFlag, :ZoneIds, :PublicNetworkMonthly
|
2108
|
-
|
2108
|
+
|
2109
2109
|
def initialize(instancename=nil, zoneid=nil, period=nil, instancetype=nil, vpcid=nil, subnetid=nil, msgretentiontime=nil, clusterid=nil, renewflag=nil, kafkaversion=nil, specificationstype=nil, disksize=nil, bandwidth=nil, partition=nil, tags=nil, disktype=nil, multizoneflag=nil, zoneids=nil, publicnetworkmonthly=nil)
|
2110
2110
|
@InstanceName = instancename
|
2111
2111
|
@ZoneId = zoneid
|
@@ -2172,7 +2172,10 @@ module TencentCloud
|
|
2172
2172
|
# @type DeleteRouteTimestamp: String
|
2173
2173
|
|
2174
2174
|
attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
|
2175
|
-
|
2175
|
+
extend Gem::Deprecate
|
2176
|
+
deprecate :DeleteRouteTimestamp, :none, 2023, 6
|
2177
|
+
deprecate :DeleteRouteTimestamp=, :none, 2023, 6
|
2178
|
+
|
2176
2179
|
def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
|
2177
2180
|
@ReturnCode = returncode
|
2178
2181
|
@ReturnMessage = returnmessage
|
@@ -2199,7 +2202,7 @@ module TencentCloud
|
|
2199
2202
|
# @type RequestId: String
|
2200
2203
|
|
2201
2204
|
attr_accessor :Result, :RequestId
|
2202
|
-
|
2205
|
+
|
2203
2206
|
def initialize(result=nil, requestid=nil)
|
2204
2207
|
@Result = result
|
2205
2208
|
@RequestId = requestid
|
@@ -2224,7 +2227,7 @@ module TencentCloud
|
|
2224
2227
|
# @type PartitionNum: Integer
|
2225
2228
|
|
2226
2229
|
attr_accessor :InstanceId, :TopicName, :PartitionNum
|
2227
|
-
|
2230
|
+
|
2228
2231
|
def initialize(instanceid=nil, topicname=nil, partitionnum=nil)
|
2229
2232
|
@InstanceId = instanceid
|
2230
2233
|
@TopicName = topicname
|
@@ -2246,7 +2249,7 @@ module TencentCloud
|
|
2246
2249
|
# @type RequestId: String
|
2247
2250
|
|
2248
2251
|
attr_accessor :Result, :RequestId
|
2249
|
-
|
2252
|
+
|
2250
2253
|
def initialize(result=nil, requestid=nil)
|
2251
2254
|
@Result = result
|
2252
2255
|
@RequestId = requestid
|
@@ -2283,7 +2286,7 @@ module TencentCloud
|
|
2283
2286
|
# @type Ip: String
|
2284
2287
|
|
2285
2288
|
attr_accessor :InstanceId, :VipType, :VpcId, :SubnetId, :AccessType, :AuthFlag, :CallerAppid, :PublicNetwork, :Ip
|
2286
|
-
|
2289
|
+
|
2287
2290
|
def initialize(instanceid=nil, viptype=nil, vpcid=nil, subnetid=nil, accesstype=nil, authflag=nil, callerappid=nil, publicnetwork=nil, ip=nil)
|
2288
2291
|
@InstanceId = instanceid
|
2289
2292
|
@VipType = viptype
|
@@ -2317,7 +2320,7 @@ module TencentCloud
|
|
2317
2320
|
# @type RequestId: String
|
2318
2321
|
|
2319
2322
|
attr_accessor :Result, :RequestId
|
2320
|
-
|
2323
|
+
|
2321
2324
|
def initialize(result=nil, requestid=nil)
|
2322
2325
|
@Result = result
|
2323
2326
|
@RequestId = requestid
|
@@ -2340,7 +2343,7 @@ module TencentCloud
|
|
2340
2343
|
# @type User: String
|
2341
2344
|
|
2342
2345
|
attr_accessor :InstanceId, :User
|
2343
|
-
|
2346
|
+
|
2344
2347
|
def initialize(instanceid=nil, user=nil)
|
2345
2348
|
@InstanceId = instanceid
|
2346
2349
|
@User = user
|
@@ -2361,7 +2364,7 @@ module TencentCloud
|
|
2361
2364
|
# @type RequestId: String
|
2362
2365
|
|
2363
2366
|
attr_accessor :Result, :RequestId
|
2364
|
-
|
2367
|
+
|
2365
2368
|
def initialize(result=nil, requestid=nil)
|
2366
2369
|
@Result = result
|
2367
2370
|
@RequestId = requestid
|
@@ -2383,7 +2386,7 @@ module TencentCloud
|
|
2383
2386
|
# @type IpWhiteList: Array
|
2384
2387
|
|
2385
2388
|
attr_accessor :InstanceId, :TopicName, :IpWhiteList
|
2386
|
-
|
2389
|
+
|
2387
2390
|
def initialize(instanceid=nil, topicname=nil, ipwhitelist=nil)
|
2388
2391
|
@InstanceId = instanceid
|
2389
2392
|
@TopicName = topicname
|
@@ -2405,7 +2408,7 @@ module TencentCloud
|
|
2405
2408
|
# @type RequestId: String
|
2406
2409
|
|
2407
2410
|
attr_accessor :Result, :RequestId
|
2408
|
-
|
2411
|
+
|
2409
2412
|
def initialize(result=nil, requestid=nil)
|
2410
2413
|
@Result = result
|
2411
2414
|
@RequestId = requestid
|
@@ -2458,7 +2461,7 @@ module TencentCloud
|
|
2458
2461
|
# @type Tags: Array
|
2459
2462
|
|
2460
2463
|
attr_accessor :InstanceId, :TopicName, :PartitionNum, :ReplicaNum, :EnableWhiteList, :IpWhiteList, :CleanUpPolicy, :Note, :MinInsyncReplicas, :UncleanLeaderElectionEnable, :RetentionMs, :SegmentMs, :MaxMessageBytes, :EnableAclRule, :AclRuleName, :RetentionBytes, :Tags
|
2461
|
-
|
2464
|
+
|
2462
2465
|
def initialize(instanceid=nil, topicname=nil, partitionnum=nil, replicanum=nil, enablewhitelist=nil, ipwhitelist=nil, cleanuppolicy=nil, note=nil, mininsyncreplicas=nil, uncleanleaderelectionenable=nil, retentionms=nil, segmentms=nil, maxmessagebytes=nil, enableaclrule=nil, aclrulename=nil, retentionbytes=nil, tags=nil)
|
2463
2466
|
@InstanceId = instanceid
|
2464
2467
|
@TopicName = topicname
|
@@ -2513,7 +2516,7 @@ module TencentCloud
|
|
2513
2516
|
# @type TopicId: String
|
2514
2517
|
|
2515
2518
|
attr_accessor :TopicId
|
2516
|
-
|
2519
|
+
|
2517
2520
|
def initialize(topicid=nil)
|
2518
2521
|
@TopicId = topicid
|
2519
2522
|
end
|
@@ -2531,7 +2534,7 @@ module TencentCloud
|
|
2531
2534
|
# @type RequestId: String
|
2532
2535
|
|
2533
2536
|
attr_accessor :Result, :RequestId
|
2534
|
-
|
2537
|
+
|
2535
2538
|
def initialize(result=nil, requestid=nil)
|
2536
2539
|
@Result = result
|
2537
2540
|
@RequestId = requestid
|
@@ -2556,7 +2559,7 @@ module TencentCloud
|
|
2556
2559
|
# @type Password: String
|
2557
2560
|
|
2558
2561
|
attr_accessor :InstanceId, :Name, :Password
|
2559
|
-
|
2562
|
+
|
2560
2563
|
def initialize(instanceid=nil, name=nil, password=nil)
|
2561
2564
|
@InstanceId = instanceid
|
2562
2565
|
@Name = name
|
@@ -2578,7 +2581,7 @@ module TencentCloud
|
|
2578
2581
|
# @type RequestId: String
|
2579
2582
|
|
2580
2583
|
attr_accessor :Result, :RequestId
|
2581
|
-
|
2584
|
+
|
2582
2585
|
def initialize(result=nil, requestid=nil)
|
2583
2586
|
@Result = result
|
2584
2587
|
@RequestId = requestid
|
@@ -2615,7 +2618,7 @@ module TencentCloud
|
|
2615
2618
|
# @type Resource: String
|
2616
2619
|
|
2617
2620
|
attr_accessor :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :Resource
|
2618
|
-
|
2621
|
+
|
2619
2622
|
def initialize(port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, resource=nil)
|
2620
2623
|
@Port = port
|
2621
2624
|
@ServiceVip = servicevip
|
@@ -2657,7 +2660,7 @@ module TencentCloud
|
|
2657
2660
|
# @type Resource: String
|
2658
2661
|
|
2659
2662
|
attr_accessor :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :Resource
|
2660
|
-
|
2663
|
+
|
2661
2664
|
def initialize(port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, resource=nil)
|
2662
2665
|
@Port = port
|
2663
2666
|
@ServiceVip = servicevip
|
@@ -2685,7 +2688,7 @@ module TencentCloud
|
|
2685
2688
|
# @type CtsdbMetric: String
|
2686
2689
|
|
2687
2690
|
attr_accessor :Resource, :CtsdbMetric
|
2688
|
-
|
2691
|
+
|
2689
2692
|
def initialize(resource=nil, ctsdbmetric=nil)
|
2690
2693
|
@Resource = resource
|
2691
2694
|
@CtsdbMetric = ctsdbmetric
|
@@ -2751,7 +2754,7 @@ module TencentCloud
|
|
2751
2754
|
# @type ScfParam: :class:`Tencentcloud::Ckafka.v20190819.models.ScfParam`
|
2752
2755
|
|
2753
2756
|
attr_accessor :Type, :KafkaParam, :EventBusParam, :MongoDBParam, :EsParam, :TdwParam, :DtsParam, :ClickHouseParam, :ClsParam, :CosParam, :MySQLParam, :PostgreSQLParam, :TopicParam, :MariaDBParam, :SQLServerParam, :CtsdbParam, :ScfParam
|
2754
|
-
|
2757
|
+
|
2755
2758
|
def initialize(type=nil, kafkaparam=nil, eventbusparam=nil, mongodbparam=nil, esparam=nil, tdwparam=nil, dtsparam=nil, clickhouseparam=nil, clsparam=nil, cosparam=nil, mysqlparam=nil, postgresqlparam=nil, topicparam=nil, mariadbparam=nil, sqlserverparam=nil, ctsdbparam=nil, scfparam=nil)
|
2756
2759
|
@Type = type
|
2757
2760
|
@KafkaParam = kafkaparam
|
@@ -2848,7 +2851,7 @@ module TencentCloud
|
|
2848
2851
|
# @type TaskId: String
|
2849
2852
|
|
2850
2853
|
attr_accessor :TaskId
|
2851
|
-
|
2854
|
+
|
2852
2855
|
def initialize(taskid=nil)
|
2853
2856
|
@TaskId = taskid
|
2854
2857
|
end
|
@@ -2894,7 +2897,7 @@ module TencentCloud
|
|
2894
2897
|
# @type StepList: Array
|
2895
2898
|
|
2896
2899
|
attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :CreateTime, :ErrorMessage, :TaskProgress, :TaskCurrentStep, :DatahubId, :StepList
|
2897
|
-
|
2900
|
+
|
2898
2901
|
def initialize(taskid=nil, taskname=nil, tasktype=nil, status=nil, sourceresource=nil, targetresource=nil, createtime=nil, errormessage=nil, taskprogress=nil, taskcurrentstep=nil, datahubid=nil, steplist=nil)
|
2899
2902
|
@TaskId = taskid
|
2900
2903
|
@TaskName = taskname
|
@@ -2950,7 +2953,7 @@ module TencentCloud
|
|
2950
2953
|
# @type Status: Integer
|
2951
2954
|
|
2952
2955
|
attr_accessor :Name, :TopicName, :TopicId, :PartitionNum, :RetentionMs, :Note, :Status
|
2953
|
-
|
2956
|
+
|
2954
2957
|
def initialize(name=nil, topicname=nil, topicid=nil, partitionnum=nil, retentionms=nil, note=nil, status=nil)
|
2955
2958
|
@Name = name
|
2956
2959
|
@TopicName = topicname
|
@@ -2981,7 +2984,7 @@ module TencentCloud
|
|
2981
2984
|
# @type TopicId: String
|
2982
2985
|
|
2983
2986
|
attr_accessor :TopicName, :TopicId
|
2984
|
-
|
2987
|
+
|
2985
2988
|
def initialize(topicname=nil, topicid=nil)
|
2986
2989
|
@TopicName = topicname
|
2987
2990
|
@TopicId = topicid
|
@@ -3005,7 +3008,7 @@ module TencentCloud
|
|
3005
3008
|
# @type TimeZone: String
|
3006
3009
|
|
3007
3010
|
attr_accessor :Format, :TargetType, :TimeZone
|
3008
|
-
|
3011
|
+
|
3009
3012
|
def initialize(format=nil, targettype=nil, timezone=nil)
|
3010
3013
|
@Format = format
|
3011
3014
|
@TargetType = targettype
|
@@ -3029,7 +3032,7 @@ module TencentCloud
|
|
3029
3032
|
# @type InstanceIdList: Array
|
3030
3033
|
|
3031
3034
|
attr_accessor :DealName, :InstanceIdList
|
3032
|
-
|
3035
|
+
|
3033
3036
|
def initialize(dealname=nil, instanceidlist=nil)
|
3034
3037
|
@DealName = dealname
|
3035
3038
|
@InstanceIdList = instanceidlist
|
@@ -3059,7 +3062,7 @@ module TencentCloud
|
|
3059
3062
|
# @type Principal: String
|
3060
3063
|
|
3061
3064
|
attr_accessor :InstanceId, :ResourceType, :ResourceName, :Operation, :PermissionType, :Host, :Principal
|
3062
|
-
|
3065
|
+
|
3063
3066
|
def initialize(instanceid=nil, resourcetype=nil, resourcename=nil, operation=nil, permissiontype=nil, host=nil, principal=nil)
|
3064
3067
|
@InstanceId = instanceid
|
3065
3068
|
@ResourceType = resourcetype
|
@@ -3089,7 +3092,7 @@ module TencentCloud
|
|
3089
3092
|
# @type RequestId: String
|
3090
3093
|
|
3091
3094
|
attr_accessor :Result, :RequestId
|
3092
|
-
|
3095
|
+
|
3093
3096
|
def initialize(result=nil, requestid=nil)
|
3094
3097
|
@Result = result
|
3095
3098
|
@RequestId = requestid
|
@@ -3112,7 +3115,7 @@ module TencentCloud
|
|
3112
3115
|
# @type RuleName: String
|
3113
3116
|
|
3114
3117
|
attr_accessor :InstanceId, :RuleName
|
3115
|
-
|
3118
|
+
|
3116
3119
|
def initialize(instanceid=nil, rulename=nil)
|
3117
3120
|
@InstanceId = instanceid
|
3118
3121
|
@RuleName = rulename
|
@@ -3132,7 +3135,7 @@ module TencentCloud
|
|
3132
3135
|
# @type RequestId: String
|
3133
3136
|
|
3134
3137
|
attr_accessor :Result, :RequestId
|
3135
|
-
|
3138
|
+
|
3136
3139
|
def initialize(result=nil, requestid=nil)
|
3137
3140
|
@Result = result
|
3138
3141
|
@RequestId = requestid
|
@@ -3150,7 +3153,7 @@ module TencentCloud
|
|
3150
3153
|
# @type ResourceId: String
|
3151
3154
|
|
3152
3155
|
attr_accessor :ResourceId
|
3153
|
-
|
3156
|
+
|
3154
3157
|
def initialize(resourceid=nil)
|
3155
3158
|
@ResourceId = resourceid
|
3156
3159
|
end
|
@@ -3168,7 +3171,7 @@ module TencentCloud
|
|
3168
3171
|
# @type RequestId: String
|
3169
3172
|
|
3170
3173
|
attr_accessor :Result, :RequestId
|
3171
|
-
|
3174
|
+
|
3172
3175
|
def initialize(result=nil, requestid=nil)
|
3173
3176
|
@Result = result
|
3174
3177
|
@RequestId = requestid
|
@@ -3189,7 +3192,7 @@ module TencentCloud
|
|
3189
3192
|
# @type TaskId: String
|
3190
3193
|
|
3191
3194
|
attr_accessor :TaskId
|
3192
|
-
|
3195
|
+
|
3193
3196
|
def initialize(taskid=nil)
|
3194
3197
|
@TaskId = taskid
|
3195
3198
|
end
|
@@ -3208,7 +3211,7 @@ module TencentCloud
|
|
3208
3211
|
# @type RequestId: String
|
3209
3212
|
|
3210
3213
|
attr_accessor :Result, :RequestId
|
3211
|
-
|
3214
|
+
|
3212
3215
|
def initialize(result=nil, requestid=nil)
|
3213
3216
|
@Result = result
|
3214
3217
|
@RequestId = requestid
|
@@ -3229,7 +3232,7 @@ module TencentCloud
|
|
3229
3232
|
# @type Name: String
|
3230
3233
|
|
3231
3234
|
attr_accessor :Name
|
3232
|
-
|
3235
|
+
|
3233
3236
|
def initialize(name=nil)
|
3234
3237
|
@Name = name
|
3235
3238
|
end
|
@@ -3247,7 +3250,7 @@ module TencentCloud
|
|
3247
3250
|
# @type RequestId: String
|
3248
3251
|
|
3249
3252
|
attr_accessor :Result, :RequestId
|
3250
|
-
|
3253
|
+
|
3251
3254
|
def initialize(result=nil, requestid=nil)
|
3252
3255
|
@Result = result
|
3253
3256
|
@RequestId = requestid
|
@@ -3270,7 +3273,7 @@ module TencentCloud
|
|
3270
3273
|
# @type Group: String
|
3271
3274
|
|
3272
3275
|
attr_accessor :InstanceId, :Group
|
3273
|
-
|
3276
|
+
|
3274
3277
|
def initialize(instanceid=nil, group=nil)
|
3275
3278
|
@InstanceId = instanceid
|
3276
3279
|
@Group = group
|
@@ -3290,7 +3293,7 @@ module TencentCloud
|
|
3290
3293
|
# @type RequestId: String
|
3291
3294
|
|
3292
3295
|
attr_accessor :Result, :RequestId
|
3293
|
-
|
3296
|
+
|
3294
3297
|
def initialize(result=nil, requestid=nil)
|
3295
3298
|
@Result = result
|
3296
3299
|
@RequestId = requestid
|
@@ -3311,7 +3314,7 @@ module TencentCloud
|
|
3311
3314
|
# @type InstanceId: String
|
3312
3315
|
|
3313
3316
|
attr_accessor :InstanceId
|
3314
|
-
|
3317
|
+
|
3315
3318
|
def initialize(instanceid=nil)
|
3316
3319
|
@InstanceId = instanceid
|
3317
3320
|
end
|
@@ -3329,7 +3332,7 @@ module TencentCloud
|
|
3329
3332
|
# @type RequestId: String
|
3330
3333
|
|
3331
3334
|
attr_accessor :Result, :RequestId
|
3332
|
-
|
3335
|
+
|
3333
3336
|
def initialize(result=nil, requestid=nil)
|
3334
3337
|
@Result = result
|
3335
3338
|
@RequestId = requestid
|
@@ -3356,7 +3359,7 @@ module TencentCloud
|
|
3356
3359
|
# @type DeleteRouteTime: String
|
3357
3360
|
|
3358
3361
|
attr_accessor :InstanceId, :RouteId, :CallerAppid, :DeleteRouteTime
|
3359
|
-
|
3362
|
+
|
3360
3363
|
def initialize(instanceid=nil, routeid=nil, callerappid=nil, deleteroutetime=nil)
|
3361
3364
|
@InstanceId = instanceid
|
3362
3365
|
@RouteId = routeid
|
@@ -3380,7 +3383,7 @@ module TencentCloud
|
|
3380
3383
|
# @type RequestId: String
|
3381
3384
|
|
3382
3385
|
attr_accessor :Result, :RequestId
|
3383
|
-
|
3386
|
+
|
3384
3387
|
def initialize(result=nil, requestid=nil)
|
3385
3388
|
@Result = result
|
3386
3389
|
@RequestId = requestid
|
@@ -3401,7 +3404,7 @@ module TencentCloud
|
|
3401
3404
|
# @type DelayTime: String
|
3402
3405
|
|
3403
3406
|
attr_accessor :DelayTime
|
3404
|
-
|
3407
|
+
|
3405
3408
|
def initialize(delaytime=nil)
|
3406
3409
|
@DelayTime = delaytime
|
3407
3410
|
end
|
@@ -3417,7 +3420,7 @@ module TencentCloud
|
|
3417
3420
|
# @type RequestId: String
|
3418
3421
|
|
3419
3422
|
attr_accessor :RequestId
|
3420
|
-
|
3423
|
+
|
3421
3424
|
def initialize(requestid=nil)
|
3422
3425
|
@RequestId = requestid
|
3423
3426
|
end
|
@@ -3437,7 +3440,7 @@ module TencentCloud
|
|
3437
3440
|
# @type IpWhiteList: Array
|
3438
3441
|
|
3439
3442
|
attr_accessor :InstanceId, :TopicName, :IpWhiteList
|
3440
|
-
|
3443
|
+
|
3441
3444
|
def initialize(instanceid=nil, topicname=nil, ipwhitelist=nil)
|
3442
3445
|
@InstanceId = instanceid
|
3443
3446
|
@TopicName = topicname
|
@@ -3459,7 +3462,7 @@ module TencentCloud
|
|
3459
3462
|
# @type RequestId: String
|
3460
3463
|
|
3461
3464
|
attr_accessor :Result, :RequestId
|
3462
|
-
|
3465
|
+
|
3463
3466
|
def initialize(result=nil, requestid=nil)
|
3464
3467
|
@Result = result
|
3465
3468
|
@RequestId = requestid
|
@@ -3482,7 +3485,7 @@ module TencentCloud
|
|
3482
3485
|
# @type TopicName: String
|
3483
3486
|
|
3484
3487
|
attr_accessor :InstanceId, :TopicName
|
3485
|
-
|
3488
|
+
|
3486
3489
|
def initialize(instanceid=nil, topicname=nil)
|
3487
3490
|
@InstanceId = instanceid
|
3488
3491
|
@TopicName = topicname
|
@@ -3502,7 +3505,7 @@ module TencentCloud
|
|
3502
3505
|
# @type RequestId: String
|
3503
3506
|
|
3504
3507
|
attr_accessor :Result, :RequestId
|
3505
|
-
|
3508
|
+
|
3506
3509
|
def initialize(result=nil, requestid=nil)
|
3507
3510
|
@Result = result
|
3508
3511
|
@RequestId = requestid
|
@@ -3525,7 +3528,7 @@ module TencentCloud
|
|
3525
3528
|
# @type Name: String
|
3526
3529
|
|
3527
3530
|
attr_accessor :InstanceId, :Name
|
3528
|
-
|
3531
|
+
|
3529
3532
|
def initialize(instanceid=nil, name=nil)
|
3530
3533
|
@InstanceId = instanceid
|
3531
3534
|
@Name = name
|
@@ -3545,7 +3548,7 @@ module TencentCloud
|
|
3545
3548
|
# @type RequestId: String
|
3546
3549
|
|
3547
3550
|
attr_accessor :Result, :RequestId
|
3548
|
-
|
3551
|
+
|
3549
3552
|
def initialize(result=nil, requestid=nil)
|
3550
3553
|
@Result = result
|
3551
3554
|
@RequestId = requestid
|
@@ -3576,7 +3579,7 @@ module TencentCloud
|
|
3576
3579
|
# @type SearchWord: String
|
3577
3580
|
|
3578
3581
|
attr_accessor :InstanceId, :ResourceType, :ResourceName, :Offset, :Limit, :SearchWord
|
3579
|
-
|
3582
|
+
|
3580
3583
|
def initialize(instanceid=nil, resourcetype=nil, resourcename=nil, offset=nil, limit=nil, searchword=nil)
|
3581
3584
|
@InstanceId = instanceid
|
3582
3585
|
@ResourceType = resourcetype
|
@@ -3604,7 +3607,7 @@ module TencentCloud
|
|
3604
3607
|
# @type RequestId: String
|
3605
3608
|
|
3606
3609
|
attr_accessor :Result, :RequestId
|
3607
|
-
|
3610
|
+
|
3608
3611
|
def initialize(result=nil, requestid=nil)
|
3609
3612
|
@Result = result
|
3610
3613
|
@RequestId = requestid
|
@@ -3631,7 +3634,7 @@ module TencentCloud
|
|
3631
3634
|
# @type IsSimplified: Boolean
|
3632
3635
|
|
3633
3636
|
attr_accessor :InstanceId, :RuleName, :PatternType, :IsSimplified
|
3634
|
-
|
3637
|
+
|
3635
3638
|
def initialize(instanceid=nil, rulename=nil, patterntype=nil, issimplified=nil)
|
3636
3639
|
@InstanceId = instanceid
|
3637
3640
|
@RuleName = rulename
|
@@ -3655,7 +3658,7 @@ module TencentCloud
|
|
3655
3658
|
# @type RequestId: String
|
3656
3659
|
|
3657
3660
|
attr_accessor :Result, :RequestId
|
3658
|
-
|
3661
|
+
|
3659
3662
|
def initialize(result=nil, requestid=nil)
|
3660
3663
|
@Result = result
|
3661
3664
|
@RequestId = requestid
|
@@ -3678,7 +3681,7 @@ module TencentCloud
|
|
3678
3681
|
# @type Limit: Integer
|
3679
3682
|
|
3680
3683
|
attr_accessor :Offset, :Limit
|
3681
|
-
|
3684
|
+
|
3682
3685
|
def initialize(offset=nil, limit=nil)
|
3683
3686
|
@Offset = offset
|
3684
3687
|
@Limit = limit
|
@@ -3698,7 +3701,7 @@ module TencentCloud
|
|
3698
3701
|
# @type RequestId: String
|
3699
3702
|
|
3700
3703
|
attr_accessor :Result, :RequestId
|
3701
|
-
|
3704
|
+
|
3702
3705
|
def initialize(result=nil, requestid=nil)
|
3703
3706
|
@Result = result
|
3704
3707
|
@RequestId = requestid
|
@@ -3719,7 +3722,7 @@ module TencentCloud
|
|
3719
3722
|
# @type CdcId: String
|
3720
3723
|
|
3721
3724
|
attr_accessor :CdcId
|
3722
|
-
|
3725
|
+
|
3723
3726
|
def initialize(cdcid=nil)
|
3724
3727
|
@CdcId = cdcid
|
3725
3728
|
end
|
@@ -3737,7 +3740,7 @@ module TencentCloud
|
|
3737
3740
|
# @type RequestId: String
|
3738
3741
|
|
3739
3742
|
attr_accessor :Result, :RequestId
|
3740
|
-
|
3743
|
+
|
3741
3744
|
def initialize(result=nil, requestid=nil)
|
3742
3745
|
@Result = result
|
3743
3746
|
@RequestId = requestid
|
@@ -3765,7 +3768,7 @@ module TencentCloud
|
|
3765
3768
|
# @type IsUnSupportVersion: Boolean
|
3766
3769
|
|
3767
3770
|
attr_accessor :IpAddr, :Time, :IsUnSupportVersion
|
3768
|
-
|
3771
|
+
|
3769
3772
|
def initialize(ipaddr=nil, time=nil, isunsupportversion=nil)
|
3770
3773
|
@IpAddr = ipaddr
|
3771
3774
|
@Time = time
|
@@ -3849,7 +3852,7 @@ module TencentCloud
|
|
3849
3852
|
# @type KafkaConnectParam: :class:`Tencentcloud::Ckafka.v20190819.models.KafkaConnectParam`
|
3850
3853
|
|
3851
3854
|
attr_accessor :ResourceId, :ResourceName, :Description, :Type, :Status, :CreateTime, :ErrorMessage, :DatahubTaskCount, :CurrentStep, :TaskProgress, :StepList, :DtsConnectParam, :MongoDBConnectParam, :EsConnectParam, :ClickHouseConnectParam, :MySQLConnectParam, :PostgreSQLConnectParam, :MariaDBConnectParam, :SQLServerConnectParam, :CtsdbConnectParam, :DorisConnectParam, :KafkaConnectParam
|
3852
|
-
|
3855
|
+
|
3853
3856
|
def initialize(resourceid=nil, resourcename=nil, description=nil, type=nil, status=nil, createtime=nil, errormessage=nil, datahubtaskcount=nil, currentstep=nil, taskprogress=nil, steplist=nil, dtsconnectparam=nil, mongodbconnectparam=nil, esconnectparam=nil, clickhouseconnectparam=nil, mysqlconnectparam=nil, postgresqlconnectparam=nil, mariadbconnectparam=nil, sqlserverconnectparam=nil, ctsdbconnectparam=nil, dorisconnectparam=nil, kafkaconnectparam=nil)
|
3854
3857
|
@ResourceId = resourceid
|
3855
3858
|
@ResourceName = resourcename
|
@@ -3940,7 +3943,7 @@ module TencentCloud
|
|
3940
3943
|
# @type ResourceId: String
|
3941
3944
|
|
3942
3945
|
attr_accessor :ResourceId
|
3943
|
-
|
3946
|
+
|
3944
3947
|
def initialize(resourceid=nil)
|
3945
3948
|
@ResourceId = resourceid
|
3946
3949
|
end
|
@@ -4014,7 +4017,7 @@ module TencentCloud
|
|
4014
4017
|
# @type KafkaConnectParam: :class:`Tencentcloud::Ckafka.v20190819.models.KafkaConnectParam`
|
4015
4018
|
|
4016
4019
|
attr_accessor :ResourceId, :ResourceName, :Description, :Type, :Status, :CreateTime, :ErrorMessage, :CurrentStep, :StepList, :MySQLConnectParam, :PostgreSQLConnectParam, :DtsConnectParam, :MongoDBConnectParam, :EsConnectParam, :ClickHouseConnectParam, :MariaDBConnectParam, :SQLServerConnectParam, :CtsdbConnectParam, :DorisConnectParam, :KafkaConnectParam
|
4017
|
-
|
4020
|
+
|
4018
4021
|
def initialize(resourceid=nil, resourcename=nil, description=nil, type=nil, status=nil, createtime=nil, errormessage=nil, currentstep=nil, steplist=nil, mysqlconnectparam=nil, postgresqlconnectparam=nil, dtsconnectparam=nil, mongodbconnectparam=nil, esconnectparam=nil, clickhouseconnectparam=nil, mariadbconnectparam=nil, sqlserverconnectparam=nil, ctsdbconnectparam=nil, dorisconnectparam=nil, kafkaconnectparam=nil)
|
4019
4022
|
@ResourceId = resourceid
|
4020
4023
|
@ResourceName = resourcename
|
@@ -4104,7 +4107,7 @@ module TencentCloud
|
|
4104
4107
|
# @type RequestId: String
|
4105
4108
|
|
4106
4109
|
attr_accessor :Result, :RequestId
|
4107
|
-
|
4110
|
+
|
4108
4111
|
def initialize(result=nil, requestid=nil)
|
4109
4112
|
@Result = result
|
4110
4113
|
@RequestId = requestid
|
@@ -4133,7 +4136,7 @@ module TencentCloud
|
|
4133
4136
|
# @type ResourceRegion: String
|
4134
4137
|
|
4135
4138
|
attr_accessor :Type, :SearchWord, :Offset, :Limit, :ResourceRegion
|
4136
|
-
|
4139
|
+
|
4137
4140
|
def initialize(type=nil, searchword=nil, offset=nil, limit=nil, resourceregion=nil)
|
4138
4141
|
@Type = type
|
4139
4142
|
@SearchWord = searchword
|
@@ -4160,7 +4163,7 @@ module TencentCloud
|
|
4160
4163
|
# @type ConnectResourceList: Array
|
4161
4164
|
|
4162
4165
|
attr_accessor :TotalCount, :ConnectResourceList
|
4163
|
-
|
4166
|
+
|
4164
4167
|
def initialize(totalcount=nil, connectresourcelist=nil)
|
4165
4168
|
@TotalCount = totalcount
|
4166
4169
|
@ConnectResourceList = connectresourcelist
|
@@ -4187,7 +4190,7 @@ module TencentCloud
|
|
4187
4190
|
# @type RequestId: String
|
4188
4191
|
|
4189
4192
|
attr_accessor :Result, :RequestId
|
4190
|
-
|
4193
|
+
|
4191
4194
|
def initialize(result=nil, requestid=nil)
|
4192
4195
|
@Result = result
|
4193
4196
|
@RequestId = requestid
|
@@ -4216,7 +4219,7 @@ module TencentCloud
|
|
4216
4219
|
# @type Offset: Integer
|
4217
4220
|
|
4218
4221
|
attr_accessor :InstanceId, :GroupName, :TopicName, :Limit, :Offset
|
4219
|
-
|
4222
|
+
|
4220
4223
|
def initialize(instanceid=nil, groupname=nil, topicname=nil, limit=nil, offset=nil)
|
4221
4224
|
@InstanceId = instanceid
|
4222
4225
|
@GroupName = groupname
|
@@ -4242,7 +4245,7 @@ module TencentCloud
|
|
4242
4245
|
# @type RequestId: String
|
4243
4246
|
|
4244
4247
|
attr_accessor :Result, :RequestId
|
4245
|
-
|
4248
|
+
|
4246
4249
|
def initialize(result=nil, requestid=nil)
|
4247
4250
|
@Result = result
|
4248
4251
|
@RequestId = requestid
|
@@ -4271,7 +4274,7 @@ module TencentCloud
|
|
4271
4274
|
# @type Limit: Integer
|
4272
4275
|
|
4273
4276
|
attr_accessor :Name, :Group, :SearchWord, :Offset, :Limit
|
4274
|
-
|
4277
|
+
|
4275
4278
|
def initialize(name=nil, group=nil, searchword=nil, offset=nil, limit=nil)
|
4276
4279
|
@Name = name
|
4277
4280
|
@Group = group
|
@@ -4297,7 +4300,7 @@ module TencentCloud
|
|
4297
4300
|
# @type RequestId: String
|
4298
4301
|
|
4299
4302
|
attr_accessor :Result, :RequestId
|
4300
|
-
|
4303
|
+
|
4301
4304
|
def initialize(result=nil, requestid=nil)
|
4302
4305
|
@Result = result
|
4303
4306
|
@RequestId = requestid
|
@@ -4318,7 +4321,7 @@ module TencentCloud
|
|
4318
4321
|
# @type TaskId: String
|
4319
4322
|
|
4320
4323
|
attr_accessor :TaskId
|
4321
|
-
|
4324
|
+
|
4322
4325
|
def initialize(taskid=nil)
|
4323
4326
|
@TaskId = taskid
|
4324
4327
|
end
|
@@ -4373,7 +4376,7 @@ module TencentCloud
|
|
4373
4376
|
# @type Tags: Array
|
4374
4377
|
|
4375
4378
|
attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage, :Tags
|
4376
|
-
|
4379
|
+
|
4377
4380
|
def initialize(taskid=nil, taskname=nil, tasktype=nil, status=nil, sourceresource=nil, targetresource=nil, connections=nil, createtime=nil, transformparam=nil, datahubid=nil, schemaid=nil, schemaname=nil, transformsparam=nil, errormessage=nil, tags=nil)
|
4378
4381
|
@TaskId = taskid
|
4379
4382
|
@TaskName = taskname
|
@@ -4445,7 +4448,7 @@ module TencentCloud
|
|
4445
4448
|
# @type RequestId: String
|
4446
4449
|
|
4447
4450
|
attr_accessor :Result, :RequestId
|
4448
|
-
|
4451
|
+
|
4449
4452
|
def initialize(result=nil, requestid=nil)
|
4450
4453
|
@Result = result
|
4451
4454
|
@RequestId = requestid
|
@@ -4478,7 +4481,7 @@ module TencentCloud
|
|
4478
4481
|
# @type Resource: String
|
4479
4482
|
|
4480
4483
|
attr_accessor :Limit, :Offset, :SearchWord, :TargetType, :TaskType, :SourceType, :Resource
|
4481
|
-
|
4484
|
+
|
4482
4485
|
def initialize(limit=nil, offset=nil, searchword=nil, targettype=nil, tasktype=nil, sourcetype=nil, resource=nil)
|
4483
4486
|
@Limit = limit
|
4484
4487
|
@Offset = offset
|
@@ -4509,7 +4512,7 @@ module TencentCloud
|
|
4509
4512
|
# @type TaskList: Array
|
4510
4513
|
|
4511
4514
|
attr_accessor :TotalCount, :TaskList
|
4512
|
-
|
4515
|
+
|
4513
4516
|
def initialize(totalcount=nil, tasklist=nil)
|
4514
4517
|
@TotalCount = totalcount
|
4515
4518
|
@TaskList = tasklist
|
@@ -4536,7 +4539,7 @@ module TencentCloud
|
|
4536
4539
|
# @type RequestId: String
|
4537
4540
|
|
4538
4541
|
attr_accessor :Result, :RequestId
|
4539
|
-
|
4542
|
+
|
4540
4543
|
def initialize(result=nil, requestid=nil)
|
4541
4544
|
@Result = result
|
4542
4545
|
@RequestId = requestid
|
@@ -4557,7 +4560,7 @@ module TencentCloud
|
|
4557
4560
|
# @type Name: String
|
4558
4561
|
|
4559
4562
|
attr_accessor :Name
|
4560
|
-
|
4563
|
+
|
4561
4564
|
def initialize(name=nil)
|
4562
4565
|
@Name = name
|
4563
4566
|
end
|
@@ -4593,7 +4596,7 @@ module TencentCloud
|
|
4593
4596
|
# @type Address: String
|
4594
4597
|
|
4595
4598
|
attr_accessor :Name, :TopicName, :TopicId, :PartitionNum, :RetentionMs, :Note, :UserName, :Password, :Status, :Address
|
4596
|
-
|
4599
|
+
|
4597
4600
|
def initialize(name=nil, topicname=nil, topicid=nil, partitionnum=nil, retentionms=nil, note=nil, username=nil, password=nil, status=nil, address=nil)
|
4598
4601
|
@Name = name
|
4599
4602
|
@TopicName = topicname
|
@@ -4629,7 +4632,7 @@ module TencentCloud
|
|
4629
4632
|
# @type RequestId: String
|
4630
4633
|
|
4631
4634
|
attr_accessor :Result, :RequestId
|
4632
|
-
|
4635
|
+
|
4633
4636
|
def initialize(result=nil, requestid=nil)
|
4634
4637
|
@Result = result
|
4635
4638
|
@RequestId = requestid
|
@@ -4654,7 +4657,7 @@ module TencentCloud
|
|
4654
4657
|
# @type Limit: Integer
|
4655
4658
|
|
4656
4659
|
attr_accessor :SearchWord, :Offset, :Limit
|
4657
|
-
|
4660
|
+
|
4658
4661
|
def initialize(searchword=nil, offset=nil, limit=nil)
|
4659
4662
|
@SearchWord = searchword
|
4660
4663
|
@Offset = offset
|
@@ -4677,7 +4680,7 @@ module TencentCloud
|
|
4677
4680
|
# @type TopicList: Array
|
4678
4681
|
|
4679
4682
|
attr_accessor :TotalCount, :TopicList
|
4680
|
-
|
4683
|
+
|
4681
4684
|
def initialize(totalcount=nil, topiclist=nil)
|
4682
4685
|
@TotalCount = totalcount
|
4683
4686
|
@TopicList = topiclist
|
@@ -4705,7 +4708,7 @@ module TencentCloud
|
|
4705
4708
|
# @type RequestId: String
|
4706
4709
|
|
4707
4710
|
attr_accessor :Result, :RequestId
|
4708
|
-
|
4711
|
+
|
4709
4712
|
def initialize(result=nil, requestid=nil)
|
4710
4713
|
@Result = result
|
4711
4714
|
@RequestId = requestid
|
@@ -4728,7 +4731,7 @@ module TencentCloud
|
|
4728
4731
|
# @type Protocol: String
|
4729
4732
|
|
4730
4733
|
attr_accessor :Group, :Protocol
|
4731
|
-
|
4734
|
+
|
4732
4735
|
def initialize(group=nil, protocol=nil)
|
4733
4736
|
@Group = group
|
4734
4737
|
@Protocol = protocol
|
@@ -4748,7 +4751,7 @@ module TencentCloud
|
|
4748
4751
|
# @type GroupList: Array
|
4749
4752
|
|
4750
4753
|
attr_accessor :InstanceId, :GroupList
|
4751
|
-
|
4754
|
+
|
4752
4755
|
def initialize(instanceid=nil, grouplist=nil)
|
4753
4756
|
@InstanceId = instanceid
|
4754
4757
|
@GroupList = grouplist
|
@@ -4769,7 +4772,7 @@ module TencentCloud
|
|
4769
4772
|
# @type RequestId: String
|
4770
4773
|
|
4771
4774
|
attr_accessor :Result, :RequestId
|
4772
|
-
|
4775
|
+
|
4773
4776
|
def initialize(result=nil, requestid=nil)
|
4774
4777
|
@Result = result
|
4775
4778
|
@RequestId = requestid
|
@@ -4804,7 +4807,7 @@ module TencentCloud
|
|
4804
4807
|
# @type Limit: Integer
|
4805
4808
|
|
4806
4809
|
attr_accessor :InstanceId, :Group, :Topics, :SearchWord, :Offset, :Limit
|
4807
|
-
|
4810
|
+
|
4808
4811
|
def initialize(instanceid=nil, group=nil, topics=nil, searchword=nil, offset=nil, limit=nil)
|
4809
4812
|
@InstanceId = instanceid
|
4810
4813
|
@Group = group
|
@@ -4832,7 +4835,7 @@ module TencentCloud
|
|
4832
4835
|
# @type RequestId: String
|
4833
4836
|
|
4834
4837
|
attr_accessor :Result, :RequestId
|
4835
|
-
|
4838
|
+
|
4836
4839
|
def initialize(result=nil, requestid=nil)
|
4837
4840
|
@Result = result
|
4838
4841
|
@RequestId = requestid
|
@@ -4859,7 +4862,7 @@ module TencentCloud
|
|
4859
4862
|
# @type Limit: Integer
|
4860
4863
|
|
4861
4864
|
attr_accessor :InstanceId, :SearchWord, :Offset, :Limit
|
4862
|
-
|
4865
|
+
|
4863
4866
|
def initialize(instanceid=nil, searchword=nil, offset=nil, limit=nil)
|
4864
4867
|
@InstanceId = instanceid
|
4865
4868
|
@SearchWord = searchword
|
@@ -4883,7 +4886,7 @@ module TencentCloud
|
|
4883
4886
|
# @type RequestId: String
|
4884
4887
|
|
4885
4888
|
attr_accessor :Result, :RequestId
|
4886
|
-
|
4889
|
+
|
4887
4890
|
def initialize(result=nil, requestid=nil)
|
4888
4891
|
@Result = result
|
4889
4892
|
@RequestId = requestid
|
@@ -4904,7 +4907,7 @@ module TencentCloud
|
|
4904
4907
|
# @type InstanceId: String
|
4905
4908
|
|
4906
4909
|
attr_accessor :InstanceId
|
4907
|
-
|
4910
|
+
|
4908
4911
|
def initialize(instanceid=nil)
|
4909
4912
|
@InstanceId = instanceid
|
4910
4913
|
end
|
@@ -4922,7 +4925,7 @@ module TencentCloud
|
|
4922
4925
|
# @type RequestId: String
|
4923
4926
|
|
4924
4927
|
attr_accessor :Result, :RequestId
|
4925
|
-
|
4928
|
+
|
4926
4929
|
def initialize(result=nil, requestid=nil)
|
4927
4930
|
@Result = result
|
4928
4931
|
@RequestId = requestid
|
@@ -4961,7 +4964,7 @@ module TencentCloud
|
|
4961
4964
|
# @type TagList: Array
|
4962
4965
|
|
4963
4966
|
attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :Filters, :InstanceIds, :InstanceIdList, :TagList
|
4964
|
-
|
4967
|
+
|
4965
4968
|
def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, filters=nil, instanceids=nil, instanceidlist=nil, taglist=nil)
|
4966
4969
|
@InstanceId = instanceid
|
4967
4970
|
@SearchWord = searchword
|
@@ -5011,7 +5014,7 @@ module TencentCloud
|
|
5011
5014
|
# @type RequestId: String
|
5012
5015
|
|
5013
5016
|
attr_accessor :Result, :RequestId
|
5014
|
-
|
5017
|
+
|
5015
5018
|
def initialize(result=nil, requestid=nil)
|
5016
5019
|
@Result = result
|
5017
5020
|
@RequestId = requestid
|
@@ -5044,7 +5047,7 @@ module TencentCloud
|
|
5044
5047
|
# @type VpcId: String
|
5045
5048
|
|
5046
5049
|
attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :VpcId
|
5047
|
-
|
5050
|
+
|
5048
5051
|
def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, vpcid=nil)
|
5049
5052
|
@InstanceId = instanceid
|
5050
5053
|
@SearchWord = searchword
|
@@ -5074,7 +5077,7 @@ module TencentCloud
|
|
5074
5077
|
# @type RequestId: String
|
5075
5078
|
|
5076
5079
|
attr_accessor :Result, :RequestId
|
5077
|
-
|
5080
|
+
|
5078
5081
|
def initialize(result=nil, requestid=nil)
|
5079
5082
|
@Result = result
|
5080
5083
|
@RequestId = requestid
|
@@ -5101,7 +5104,7 @@ module TencentCloud
|
|
5101
5104
|
# @type CdcId: String
|
5102
5105
|
|
5103
5106
|
attr_accessor :Offset, :Limit, :Business, :CdcId
|
5104
|
-
|
5107
|
+
|
5105
5108
|
def initialize(offset=nil, limit=nil, business=nil, cdcid=nil)
|
5106
5109
|
@Offset = offset
|
5107
5110
|
@Limit = limit
|
@@ -5126,7 +5129,7 @@ module TencentCloud
|
|
5126
5129
|
# @type RequestId: String
|
5127
5130
|
|
5128
5131
|
attr_accessor :Result, :RequestId
|
5129
|
-
|
5132
|
+
|
5130
5133
|
def initialize(result=nil, requestid=nil)
|
5131
5134
|
@Result = result
|
5132
5135
|
@RequestId = requestid
|
@@ -5153,7 +5156,7 @@ module TencentCloud
|
|
5153
5156
|
# @type RouteId: Integer
|
5154
5157
|
|
5155
5158
|
attr_accessor :InstanceId, :RouteId
|
5156
|
-
|
5159
|
+
|
5157
5160
|
def initialize(instanceid=nil, routeid=nil)
|
5158
5161
|
@InstanceId = instanceid
|
5159
5162
|
@RouteId = routeid
|
@@ -5173,7 +5176,7 @@ module TencentCloud
|
|
5173
5176
|
# @type RequestId: String
|
5174
5177
|
|
5175
5178
|
attr_accessor :Result, :RequestId
|
5176
|
-
|
5179
|
+
|
5177
5180
|
def initialize(result=nil, requestid=nil)
|
5178
5181
|
@Result = result
|
5179
5182
|
@RequestId = requestid
|
@@ -5194,7 +5197,7 @@ module TencentCloud
|
|
5194
5197
|
# @type FlowId: Integer
|
5195
5198
|
|
5196
5199
|
attr_accessor :FlowId
|
5197
|
-
|
5200
|
+
|
5198
5201
|
def initialize(flowid=nil)
|
5199
5202
|
@FlowId = flowid
|
5200
5203
|
end
|
@@ -5212,7 +5215,7 @@ module TencentCloud
|
|
5212
5215
|
# @type RequestId: String
|
5213
5216
|
|
5214
5217
|
attr_accessor :Result, :RequestId
|
5215
|
-
|
5218
|
+
|
5216
5219
|
def initialize(result=nil, requestid=nil)
|
5217
5220
|
@Result = result
|
5218
5221
|
@RequestId = requestid
|
@@ -5235,7 +5238,7 @@ module TencentCloud
|
|
5235
5238
|
# @type TopicName: String
|
5236
5239
|
|
5237
5240
|
attr_accessor :InstanceId, :TopicName
|
5238
|
-
|
5241
|
+
|
5239
5242
|
def initialize(instanceid=nil, topicname=nil)
|
5240
5243
|
@InstanceId = instanceid
|
5241
5244
|
@TopicName = topicname
|
@@ -5255,7 +5258,7 @@ module TencentCloud
|
|
5255
5258
|
# @type RequestId: String
|
5256
5259
|
|
5257
5260
|
attr_accessor :Result, :RequestId
|
5258
|
-
|
5261
|
+
|
5259
5262
|
def initialize(result=nil, requestid=nil)
|
5260
5263
|
@Result = result
|
5261
5264
|
@RequestId = requestid
|
@@ -5284,7 +5287,7 @@ module TencentCloud
|
|
5284
5287
|
# @type AclRuleName: String
|
5285
5288
|
|
5286
5289
|
attr_accessor :InstanceId, :SearchWord, :Offset, :Limit, :AclRuleName
|
5287
|
-
|
5290
|
+
|
5288
5291
|
def initialize(instanceid=nil, searchword=nil, offset=nil, limit=nil, aclrulename=nil)
|
5289
5292
|
@InstanceId = instanceid
|
5290
5293
|
@SearchWord = searchword
|
@@ -5310,7 +5313,7 @@ module TencentCloud
|
|
5310
5313
|
# @type RequestId: String
|
5311
5314
|
|
5312
5315
|
attr_accessor :Result, :RequestId
|
5313
|
-
|
5316
|
+
|
5314
5317
|
def initialize(result=nil, requestid=nil)
|
5315
5318
|
@Result = result
|
5316
5319
|
@RequestId = requestid
|
@@ -5337,7 +5340,7 @@ module TencentCloud
|
|
5337
5340
|
# @type EndDate: String
|
5338
5341
|
|
5339
5342
|
attr_accessor :InstanceId, :RankingType, :BeginDate, :EndDate
|
5340
|
-
|
5343
|
+
|
5341
5344
|
def initialize(instanceid=nil, rankingtype=nil, begindate=nil, enddate=nil)
|
5342
5345
|
@InstanceId = instanceid
|
5343
5346
|
@RankingType = rankingtype
|
@@ -5361,7 +5364,7 @@ module TencentCloud
|
|
5361
5364
|
# @type RequestId: String
|
5362
5365
|
|
5363
5366
|
attr_accessor :Result, :RequestId
|
5364
|
-
|
5367
|
+
|
5365
5368
|
def initialize(result=nil, requestid=nil)
|
5366
5369
|
@Result = result
|
5367
5370
|
@RequestId = requestid
|
@@ -5384,7 +5387,7 @@ module TencentCloud
|
|
5384
5387
|
# @type TopicName: String
|
5385
5388
|
|
5386
5389
|
attr_accessor :InstanceId, :TopicName
|
5387
|
-
|
5390
|
+
|
5388
5391
|
def initialize(instanceid=nil, topicname=nil)
|
5389
5392
|
@InstanceId = instanceid
|
5390
5393
|
@TopicName = topicname
|
@@ -5404,7 +5407,7 @@ module TencentCloud
|
|
5404
5407
|
# @type RequestId: String
|
5405
5408
|
|
5406
5409
|
attr_accessor :Result, :RequestId
|
5407
|
-
|
5410
|
+
|
5408
5411
|
def initialize(result=nil, requestid=nil)
|
5409
5412
|
@Result = result
|
5410
5413
|
@RequestId = requestid
|
@@ -5437,7 +5440,7 @@ module TencentCloud
|
|
5437
5440
|
# @type AclRuleName: String
|
5438
5441
|
|
5439
5442
|
attr_accessor :InstanceId, :SearchWord, :Offset, :Limit, :AclRuleName
|
5440
|
-
|
5443
|
+
|
5441
5444
|
def initialize(instanceid=nil, searchword=nil, offset=nil, limit=nil, aclrulename=nil)
|
5442
5445
|
@InstanceId = instanceid
|
5443
5446
|
@SearchWord = searchword
|
@@ -5464,7 +5467,7 @@ module TencentCloud
|
|
5464
5467
|
# @type RequestId: String
|
5465
5468
|
|
5466
5469
|
attr_accessor :Result, :RequestId
|
5467
|
-
|
5470
|
+
|
5468
5471
|
def initialize(result=nil, requestid=nil)
|
5469
5472
|
@Result = result
|
5470
5473
|
@RequestId = requestid
|
@@ -5491,7 +5494,7 @@ module TencentCloud
|
|
5491
5494
|
# @type Limit: Integer
|
5492
5495
|
|
5493
5496
|
attr_accessor :InstanceId, :TopicName, :Offset, :Limit
|
5494
|
-
|
5497
|
+
|
5495
5498
|
def initialize(instanceid=nil, topicname=nil, offset=nil, limit=nil)
|
5496
5499
|
@InstanceId = instanceid
|
5497
5500
|
@TopicName = topicname
|
@@ -5515,7 +5518,7 @@ module TencentCloud
|
|
5515
5518
|
# @type RequestId: String
|
5516
5519
|
|
5517
5520
|
attr_accessor :Result, :RequestId
|
5518
|
-
|
5521
|
+
|
5519
5522
|
def initialize(result=nil, requestid=nil)
|
5520
5523
|
@Result = result
|
5521
5524
|
@RequestId = requestid
|
@@ -5544,7 +5547,7 @@ module TencentCloud
|
|
5544
5547
|
# @type OutOfSyncReplicaOnly: Boolean
|
5545
5548
|
|
5546
5549
|
attr_accessor :InstanceId, :TopicName, :Offset, :Limit, :OutOfSyncReplicaOnly
|
5547
|
-
|
5550
|
+
|
5548
5551
|
def initialize(instanceid=nil, topicname=nil, offset=nil, limit=nil, outofsyncreplicaonly=nil)
|
5549
5552
|
@InstanceId = instanceid
|
5550
5553
|
@TopicName = topicname
|
@@ -5570,7 +5573,7 @@ module TencentCloud
|
|
5570
5573
|
# @type RequestId: String
|
5571
5574
|
|
5572
5575
|
attr_accessor :Result, :RequestId
|
5573
|
-
|
5576
|
+
|
5574
5577
|
def initialize(result=nil, requestid=nil)
|
5575
5578
|
@Result = result
|
5576
5579
|
@RequestId = requestid
|
@@ -5597,7 +5600,7 @@ module TencentCloud
|
|
5597
5600
|
# @type Limit: Integer
|
5598
5601
|
|
5599
5602
|
attr_accessor :InstanceId, :SearchWord, :Offset, :Limit
|
5600
|
-
|
5603
|
+
|
5601
5604
|
def initialize(instanceid=nil, searchword=nil, offset=nil, limit=nil)
|
5602
5605
|
@InstanceId = instanceid
|
5603
5606
|
@SearchWord = searchword
|
@@ -5621,7 +5624,7 @@ module TencentCloud
|
|
5621
5624
|
# @type RequestId: String
|
5622
5625
|
|
5623
5626
|
attr_accessor :Result, :RequestId
|
5624
|
-
|
5627
|
+
|
5625
5628
|
def initialize(result=nil, requestid=nil)
|
5626
5629
|
@Result = result
|
5627
5630
|
@RequestId = requestid
|
@@ -5667,7 +5670,7 @@ module TencentCloud
|
|
5667
5670
|
# @type BePort: Integer
|
5668
5671
|
|
5669
5672
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate, :SelfBuilt, :BePort
|
5670
|
-
|
5673
|
+
|
5671
5674
|
def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil, selfbuilt=nil, beport=nil)
|
5672
5675
|
@Port = port
|
5673
5676
|
@UserName = username
|
@@ -5724,7 +5727,7 @@ module TencentCloud
|
|
5724
5727
|
# @type BePort: Integer
|
5725
5728
|
|
5726
5729
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate, :SelfBuilt, :BePort
|
5727
|
-
|
5730
|
+
|
5728
5731
|
def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, isupdate=nil, selfbuilt=nil, beport=nil)
|
5729
5732
|
@Resource = resource
|
5730
5733
|
@Port = port
|
@@ -5769,7 +5772,7 @@ module TencentCloud
|
|
5769
5772
|
# @type DropClsLogSet: String
|
5770
5773
|
|
5771
5774
|
attr_accessor :DropInvalidMessageToCls, :DropClsRegion, :DropClsOwneruin, :DropClsTopicId, :DropClsLogSet
|
5772
|
-
|
5775
|
+
|
5773
5776
|
def initialize(dropinvalidmessagetocls=nil, dropclsregion=nil, dropclsowneruin=nil, dropclstopicid=nil, dropclslogset=nil)
|
5774
5777
|
@DropInvalidMessageToCls = dropinvalidmessagetocls
|
5775
5778
|
@DropClsRegion = dropclsregion
|
@@ -5812,7 +5815,7 @@ module TencentCloud
|
|
5812
5815
|
# @type IsUpdate: Boolean
|
5813
5816
|
|
5814
5817
|
attr_accessor :Port, :GroupId, :UserName, :Password, :Resource, :Topic, :IsUpdate
|
5815
|
-
|
5818
|
+
|
5816
5819
|
def initialize(port=nil, groupid=nil, username=nil, password=nil, resource=nil, topic=nil, isupdate=nil)
|
5817
5820
|
@Port = port
|
5818
5821
|
@GroupId = groupid
|
@@ -5852,7 +5855,7 @@ module TencentCloud
|
|
5852
5855
|
# @type Topic: String
|
5853
5856
|
|
5854
5857
|
attr_accessor :Resource, :Port, :GroupId, :UserName, :Password, :IsUpdate, :Topic
|
5855
|
-
|
5858
|
+
|
5856
5859
|
def initialize(resource=nil, port=nil, groupid=nil, username=nil, password=nil, isupdate=nil, topic=nil)
|
5857
5860
|
@Resource = resource
|
5858
5861
|
@Port = port
|
@@ -5894,7 +5897,7 @@ module TencentCloud
|
|
5894
5897
|
# @type TranSql: Boolean
|
5895
5898
|
|
5896
5899
|
attr_accessor :Resource, :Ip, :Port, :Topic, :GroupId, :GroupUser, :GroupPassword, :TranSql
|
5897
|
-
|
5900
|
+
|
5898
5901
|
def initialize(resource=nil, ip=nil, port=nil, topic=nil, groupid=nil, groupuser=nil, grouppassword=nil, transql=nil)
|
5899
5902
|
@Resource = resource
|
5900
5903
|
@Ip = ip
|
@@ -5934,7 +5937,7 @@ module TencentCloud
|
|
5934
5937
|
# @type MaxDiskSpace: Integer
|
5935
5938
|
|
5936
5939
|
attr_accessor :Enable, :StepForwardPercentage, :DiskQuotaPercentage, :MaxDiskSpace
|
5937
|
-
|
5940
|
+
|
5938
5941
|
def initialize(enable=nil, stepforwardpercentage=nil, diskquotapercentage=nil, maxdiskspace=nil)
|
5939
5942
|
@Enable = enable
|
5940
5943
|
@StepForwardPercentage = stepforwardpercentage
|
@@ -5966,7 +5969,7 @@ module TencentCloud
|
|
5966
5969
|
# @type BottomRetention: Integer
|
5967
5970
|
|
5968
5971
|
attr_accessor :Enable, :DiskQuotaPercentage, :StepForwardPercentage, :BottomRetention
|
5969
|
-
|
5972
|
+
|
5970
5973
|
def initialize(enable=nil, diskquotapercentage=nil, stepforwardpercentage=nil, bottomretention=nil)
|
5971
5974
|
@Enable = enable
|
5972
5975
|
@DiskQuotaPercentage = diskquotapercentage
|
@@ -6010,7 +6013,7 @@ module TencentCloud
|
|
6010
6013
|
# @type IsUpdate: Boolean
|
6011
6014
|
|
6012
6015
|
attr_accessor :Port, :UserName, :Password, :Resource, :SelfBuilt, :ServiceVip, :UniqVpcId, :IsUpdate
|
6013
|
-
|
6016
|
+
|
6014
6017
|
def initialize(port=nil, username=nil, password=nil, resource=nil, selfbuilt=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil)
|
6015
6018
|
@Port = port
|
6016
6019
|
@UserName = username
|
@@ -6062,7 +6065,7 @@ module TencentCloud
|
|
6062
6065
|
# @type IsUpdate: Boolean
|
6063
6066
|
|
6064
6067
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
|
6065
|
-
|
6068
|
+
|
6066
6069
|
def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, selfbuilt=nil, isupdate=nil)
|
6067
6070
|
@Resource = resource
|
6068
6071
|
@Port = port
|
@@ -6124,7 +6127,7 @@ module TencentCloud
|
|
6124
6127
|
# @type DropDlq: :class:`Tencentcloud::Ckafka.v20190819.models.FailureParam`
|
6125
6128
|
|
6126
6129
|
attr_accessor :Resource, :Port, :UserName, :Password, :SelfBuilt, :ServiceVip, :UniqVpcId, :DropInvalidMessage, :Index, :DateFormat, :ContentKey, :DropInvalidJsonMessage, :DocumentIdField, :IndexType, :DropCls, :DatabasePrimaryKey, :DropDlq
|
6127
|
-
|
6130
|
+
|
6128
6131
|
def initialize(resource=nil, port=nil, username=nil, password=nil, selfbuilt=nil, servicevip=nil, uniqvpcid=nil, dropinvalidmessage=nil, index=nil, dateformat=nil, contentkey=nil, dropinvalidjsonmessage=nil, documentidfield=nil, indextype=nil, dropcls=nil, databaseprimarykey=nil, dropdlq=nil)
|
6129
6132
|
@Resource = resource
|
6130
6133
|
@Port = port
|
@@ -6188,7 +6191,7 @@ module TencentCloud
|
|
6188
6191
|
# @type Qualifier: String
|
6189
6192
|
|
6190
6193
|
attr_accessor :Type, :SelfBuilt, :Resource, :Namespace, :FunctionName, :Qualifier
|
6191
|
-
|
6194
|
+
|
6192
6195
|
def initialize(type=nil, selfbuilt=nil, resource=nil, namespace=nil, functionname=nil, qualifier=nil)
|
6193
6196
|
@Type = type
|
6194
6197
|
@SelfBuilt = selfbuilt
|
@@ -6226,7 +6229,7 @@ module TencentCloud
|
|
6226
6229
|
# @type DlqType: String
|
6227
6230
|
|
6228
6231
|
attr_accessor :Type, :KafkaParam, :RetryInterval, :MaxRetryAttempts, :TopicParam, :DlqType
|
6229
|
-
|
6232
|
+
|
6230
6233
|
def initialize(type=nil, kafkaparam=nil, retryinterval=nil, maxretryattempts=nil, topicparam=nil, dlqtype=nil)
|
6231
6234
|
@Type = type
|
6232
6235
|
@KafkaParam = kafkaparam
|
@@ -6262,7 +6265,7 @@ module TencentCloud
|
|
6262
6265
|
# @type Offset: Integer
|
6263
6266
|
|
6264
6267
|
attr_accessor :Name, :Partition, :Offset
|
6265
|
-
|
6268
|
+
|
6266
6269
|
def initialize(name=nil, partition=nil, offset=nil)
|
6267
6270
|
@Name = name
|
6268
6271
|
@Partition = partition
|
@@ -6284,7 +6287,7 @@ module TencentCloud
|
|
6284
6287
|
# @type RequestId: String
|
6285
6288
|
|
6286
6289
|
attr_accessor :Result, :RequestId
|
6287
|
-
|
6290
|
+
|
6288
6291
|
def initialize(result=nil, requestid=nil)
|
6289
6292
|
@Result = result
|
6290
6293
|
@RequestId = requestid
|
@@ -6311,7 +6314,7 @@ module TencentCloud
|
|
6311
6314
|
# @type MessageCount: Integer
|
6312
6315
|
|
6313
6316
|
attr_accessor :Name, :Partition, :Offset, :MessageCount
|
6314
|
-
|
6317
|
+
|
6315
6318
|
def initialize(name=nil, partition=nil, offset=nil, messagecount=nil)
|
6316
6319
|
@Name = name
|
6317
6320
|
@Partition = partition
|
@@ -6335,7 +6338,7 @@ module TencentCloud
|
|
6335
6338
|
# @type RequestId: String
|
6336
6339
|
|
6337
6340
|
attr_accessor :Result, :RequestId
|
6338
|
-
|
6341
|
+
|
6339
6342
|
def initialize(result=nil, requestid=nil)
|
6340
6343
|
@Result = result
|
6341
6344
|
@RequestId = requestid
|
@@ -6366,7 +6369,7 @@ module TencentCloud
|
|
6366
6369
|
# @type Offset: Integer
|
6367
6370
|
|
6368
6371
|
attr_accessor :InstanceId, :Topic, :Partition, :Offset
|
6369
|
-
|
6372
|
+
|
6370
6373
|
def initialize(instanceid=nil, topic=nil, partition=nil, offset=nil)
|
6371
6374
|
@InstanceId = instanceid
|
6372
6375
|
@Topic = topic
|
@@ -6390,7 +6393,7 @@ module TencentCloud
|
|
6390
6393
|
# @type RequestId: String
|
6391
6394
|
|
6392
6395
|
attr_accessor :Result, :RequestId
|
6393
|
-
|
6396
|
+
|
6394
6397
|
def initialize(result=nil, requestid=nil)
|
6395
6398
|
@Result = result
|
6396
6399
|
@RequestId = requestid
|
@@ -6419,7 +6422,7 @@ module TencentCloud
|
|
6419
6422
|
# @type SinglePartitionRecordNumber: Integer
|
6420
6423
|
|
6421
6424
|
attr_accessor :InstanceId, :Topic, :Partition, :Offset, :SinglePartitionRecordNumber
|
6422
|
-
|
6425
|
+
|
6423
6426
|
def initialize(instanceid=nil, topic=nil, partition=nil, offset=nil, singlepartitionrecordnumber=nil)
|
6424
6427
|
@InstanceId = instanceid
|
6425
6428
|
@Topic = topic
|
@@ -6445,7 +6448,7 @@ module TencentCloud
|
|
6445
6448
|
# @type RequestId: String
|
6446
6449
|
|
6447
6450
|
attr_accessor :Result, :RequestId
|
6448
|
-
|
6451
|
+
|
6449
6452
|
def initialize(result=nil, requestid=nil)
|
6450
6453
|
@Result = result
|
6451
6454
|
@RequestId = requestid
|
@@ -6491,7 +6494,7 @@ module TencentCloud
|
|
6491
6494
|
# @type SecondaryAnalyseJsonResult: String
|
6492
6495
|
|
6493
6496
|
attr_accessor :Analyse, :SecondaryAnalyse, :SMT, :Result, :AnalyseResult, :SecondaryAnalyseResult, :AnalyseJsonResult, :SecondaryAnalyseJsonResult
|
6494
|
-
|
6497
|
+
|
6495
6498
|
def initialize(analyse=nil, secondaryanalyse=nil, smt=nil, result=nil, analyseresult=nil, secondaryanalyseresult=nil, analysejsonresult=nil, secondaryanalysejsonresult=nil)
|
6496
6499
|
@Analyse = analyse
|
6497
6500
|
@SecondaryAnalyse = secondaryanalyse
|
@@ -6554,7 +6557,7 @@ module TencentCloud
|
|
6554
6557
|
# @type Values: Array
|
6555
6558
|
|
6556
6559
|
attr_accessor :Name, :Values
|
6557
|
-
|
6560
|
+
|
6558
6561
|
def initialize(name=nil, values=nil)
|
6559
6562
|
@Name = name
|
6560
6563
|
@Values = values
|
@@ -6578,7 +6581,7 @@ module TencentCloud
|
|
6578
6581
|
# @type Type: String
|
6579
6582
|
|
6580
6583
|
attr_accessor :Key, :MatchMode, :Value, :Type
|
6581
|
-
|
6584
|
+
|
6582
6585
|
def initialize(key=nil, matchmode=nil, value=nil, type=nil)
|
6583
6586
|
@Key = key
|
6584
6587
|
@MatchMode = matchmode
|
@@ -6600,7 +6603,7 @@ module TencentCloud
|
|
6600
6603
|
# @type GroupName: String
|
6601
6604
|
|
6602
6605
|
attr_accessor :GroupName
|
6603
|
-
|
6606
|
+
|
6604
6607
|
def initialize(groupname=nil)
|
6605
6608
|
@GroupName = groupname
|
6606
6609
|
end
|
@@ -6622,7 +6625,7 @@ module TencentCloud
|
|
6622
6625
|
# @type Assignment: :class:`Tencentcloud::Ckafka.v20190819.models.Assignment`
|
6623
6626
|
|
6624
6627
|
attr_accessor :MemberId, :ClientId, :ClientHost, :Assignment
|
6625
|
-
|
6628
|
+
|
6626
6629
|
def initialize(memberid=nil, clientid=nil, clienthost=nil, assignment=nil)
|
6627
6630
|
@MemberId = memberid
|
6628
6631
|
@ClientId = clientid
|
@@ -6662,7 +6665,7 @@ module TencentCloud
|
|
6662
6665
|
# @type Group: String
|
6663
6666
|
|
6664
6667
|
attr_accessor :ErrorCode, :State, :ProtocolType, :Protocol, :Members, :Group
|
6665
|
-
|
6668
|
+
|
6666
6669
|
def initialize(errorcode=nil, state=nil, protocoltype=nil, protocol=nil, members=nil, group=nil)
|
6667
6670
|
@ErrorCode = errorcode
|
6668
6671
|
@State = state
|
@@ -6698,7 +6701,7 @@ module TencentCloud
|
|
6698
6701
|
# @type Partitions: Array
|
6699
6702
|
|
6700
6703
|
attr_accessor :Topic, :Partitions
|
6701
|
-
|
6704
|
+
|
6702
6705
|
def initialize(topic=nil, partitions=nil)
|
6703
6706
|
@Topic = topic
|
6704
6707
|
@Partitions = partitions
|
@@ -6727,7 +6730,7 @@ module TencentCloud
|
|
6727
6730
|
# @type Lag: Integer
|
6728
6731
|
|
6729
6732
|
attr_accessor :Partition, :Offset, :Metadata, :ErrorCode, :LogEndOffset, :Lag
|
6730
|
-
|
6733
|
+
|
6731
6734
|
def initialize(partition=nil, offset=nil, metadata=nil, errorcode=nil, logendoffset=nil, lag=nil)
|
6732
6735
|
@Partition = partition
|
6733
6736
|
@Offset = offset
|
@@ -6756,7 +6759,7 @@ module TencentCloud
|
|
6756
6759
|
# @type TopicList: Array
|
6757
6760
|
|
6758
6761
|
attr_accessor :TotalCount, :TopicList
|
6759
|
-
|
6762
|
+
|
6760
6763
|
def initialize(totalcount=nil, topiclist=nil)
|
6761
6764
|
@TotalCount = totalcount
|
6762
6765
|
@TopicList = topiclist
|
@@ -6784,7 +6787,7 @@ module TencentCloud
|
|
6784
6787
|
# @type Partitions: Array
|
6785
6788
|
|
6786
6789
|
attr_accessor :Topic, :Partitions
|
6787
|
-
|
6790
|
+
|
6788
6791
|
def initialize(topic=nil, partitions=nil)
|
6789
6792
|
@Topic = topic
|
6790
6793
|
@Partitions = partitions
|
@@ -6816,7 +6819,7 @@ module TencentCloud
|
|
6816
6819
|
# @type GroupCountQuota: Integer
|
6817
6820
|
|
6818
6821
|
attr_accessor :TotalCount, :GroupList, :GroupCountQuota
|
6819
|
-
|
6822
|
+
|
6820
6823
|
def initialize(totalcount=nil, grouplist=nil, groupcountquota=nil)
|
6821
6824
|
@TotalCount = totalcount
|
6822
6825
|
@GroupList = grouplist
|
@@ -6867,7 +6870,7 @@ module TencentCloud
|
|
6867
6870
|
# @type InstanceId: String
|
6868
6871
|
|
6869
6872
|
attr_accessor :InstanceType, :InstanceChargeParam, :InstanceNum, :Bandwidth, :InquiryDiskParam, :MessageRetention, :Topic, :Partition, :ZoneIds, :CategoryAction, :BillType, :PublicNetworkParam, :InstanceId
|
6870
|
-
|
6873
|
+
|
6871
6874
|
def initialize(instancetype=nil, instancechargeparam=nil, instancenum=nil, bandwidth=nil, inquirydiskparam=nil, messageretention=nil, topic=nil, partition=nil, zoneids=nil, categoryaction=nil, billtype=nil, publicnetworkparam=nil, instanceid=nil)
|
6872
6875
|
@InstanceType = instancetype
|
6873
6876
|
@InstanceChargeParam = instancechargeparam
|
@@ -6920,7 +6923,7 @@ module TencentCloud
|
|
6920
6923
|
# @type PublicNetworkBandwidthPrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryPrice`
|
6921
6924
|
|
6922
6925
|
attr_accessor :InstancePrice, :PublicNetworkBandwidthPrice
|
6923
|
-
|
6926
|
+
|
6924
6927
|
def initialize(instanceprice=nil, publicnetworkbandwidthprice=nil)
|
6925
6928
|
@InstancePrice = instanceprice
|
6926
6929
|
@PublicNetworkBandwidthPrice = publicnetworkbandwidthprice
|
@@ -6946,7 +6949,7 @@ module TencentCloud
|
|
6946
6949
|
# @type RequestId: String
|
6947
6950
|
|
6948
6951
|
attr_accessor :Result, :RequestId
|
6949
|
-
|
6952
|
+
|
6950
6953
|
def initialize(result=nil, requestid=nil)
|
6951
6954
|
@Result = result
|
6952
6955
|
@RequestId = requestid
|
@@ -6998,7 +7001,7 @@ module TencentCloud
|
|
6998
7001
|
# @type Value: Integer
|
6999
7002
|
|
7000
7003
|
attr_accessor :UnitPrice, :UnitPriceDiscount, :OriginalPrice, :DiscountPrice, :Discount, :GoodsNum, :Currency, :DiskType, :TimeSpan, :TimeUnit, :Value
|
7001
|
-
|
7004
|
+
|
7002
7005
|
def initialize(unitprice=nil, unitpricediscount=nil, originalprice=nil, discountprice=nil, discount=nil, goodsnum=nil, currency=nil, disktype=nil, timespan=nil, timeunit=nil, value=nil)
|
7003
7006
|
@UnitPrice = unitprice
|
7004
7007
|
@UnitPriceDiscount = unitpricediscount
|
@@ -7047,7 +7050,7 @@ module TencentCloud
|
|
7047
7050
|
# @type InstanceTypePrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryBasePrice`
|
7048
7051
|
|
7049
7052
|
attr_accessor :BandwidthPrice, :DiskPrice, :PartitionPrice, :TopicPrice, :InstanceTypePrice
|
7050
|
-
|
7053
|
+
|
7051
7054
|
def initialize(bandwidthprice=nil, diskprice=nil, partitionprice=nil, topicprice=nil, instancetypeprice=nil)
|
7052
7055
|
@BandwidthPrice = bandwidthprice
|
7053
7056
|
@DiskPrice = diskprice
|
@@ -7088,7 +7091,7 @@ module TencentCloud
|
|
7088
7091
|
# @type DiskSize: Integer
|
7089
7092
|
|
7090
7093
|
attr_accessor :DiskType, :DiskSize
|
7091
|
-
|
7094
|
+
|
7092
7095
|
def initialize(disktype=nil, disksize=nil)
|
7093
7096
|
@DiskType = disktype
|
7094
7097
|
@DiskSize = disksize
|
@@ -7140,7 +7143,7 @@ module TencentCloud
|
|
7140
7143
|
# @type DetailPrices: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryDetailPrice`
|
7141
7144
|
|
7142
7145
|
attr_accessor :UnitPrice, :UnitPriceDiscount, :OriginalPrice, :DiscountPrice, :Discount, :GoodsNum, :Currency, :DiskType, :TimeSpan, :TimeUnit, :Value, :DetailPrices
|
7143
|
-
|
7146
|
+
|
7144
7147
|
def initialize(unitprice=nil, unitpricediscount=nil, originalprice=nil, discountprice=nil, discount=nil, goodsnum=nil, currency=nil, disktype=nil, timespan=nil, timeunit=nil, value=nil, detailprices=nil)
|
7145
7148
|
@UnitPrice = unitprice
|
7146
7149
|
@UnitPriceDiscount = unitpricediscount
|
@@ -7183,7 +7186,7 @@ module TencentCloud
|
|
7183
7186
|
# @type PublicNetworkMonthly: Integer
|
7184
7187
|
|
7185
7188
|
attr_accessor :PublicNetworkChargeType, :PublicNetworkMonthly
|
7186
|
-
|
7189
|
+
|
7187
7190
|
def initialize(publicnetworkchargetype=nil, publicnetworkmonthly=nil)
|
7188
7191
|
@PublicNetworkChargeType = publicnetworkchargetype
|
7189
7192
|
@PublicNetworkMonthly = publicnetworkmonthly
|
@@ -7208,7 +7211,7 @@ module TencentCloud
|
|
7208
7211
|
# @type IfCommunity: Boolean
|
7209
7212
|
|
7210
7213
|
attr_accessor :InstanceId, :InstanceName, :Status, :IfCommunity
|
7211
|
-
|
7214
|
+
|
7212
7215
|
def initialize(instanceid=nil, instancename=nil, status=nil, ifcommunity=nil)
|
7213
7216
|
@InstanceId = instanceid
|
7214
7217
|
@InstanceName = instancename
|
@@ -7313,7 +7316,7 @@ module TencentCloud
|
|
7313
7316
|
# @type DynamicDiskConfig: :class:`Tencentcloud::Ckafka.v20190819.models.DynamicDiskConfig`
|
7314
7317
|
|
7315
7318
|
attr_accessor :InstanceId, :InstanceName, :VipList, :Vip, :Vport, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :Healthy, :HealthyMessage, :CreateTime, :MsgRetentionTime, :Config, :RemainderPartitions, :RemainderTopics, :CreatedPartitions, :CreatedTopics, :Tags, :ExpireTime, :ZoneIds, :Version, :MaxGroupNum, :Cvm, :InstanceType, :Features, :RetentionTimeConfig, :MaxConnection, :PublicNetwork, :DeleteRouteTimestamp, :RemainingPartitions, :RemainingTopics, :DynamicDiskConfig
|
7316
|
-
|
7319
|
+
|
7317
7320
|
def initialize(instanceid=nil, instancename=nil, viplist=nil, vip=nil, vport=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, healthy=nil, healthymessage=nil, createtime=nil, msgretentiontime=nil, config=nil, remainderpartitions=nil, remaindertopics=nil, createdpartitions=nil, createdtopics=nil, tags=nil, expiretime=nil, zoneids=nil, version=nil, maxgroupnum=nil, cvm=nil, instancetype=nil, features=nil, retentiontimeconfig=nil, maxconnection=nil, publicnetwork=nil, deleteroutetimestamp=nil, remainingpartitions=nil, remainingtopics=nil, dynamicdiskconfig=nil)
|
7318
7321
|
@InstanceId = instanceid
|
7319
7322
|
@InstanceName = instancename
|
@@ -7422,7 +7425,7 @@ module TencentCloud
|
|
7422
7425
|
# @type InstanceChargePeriod: Integer
|
7423
7426
|
|
7424
7427
|
attr_accessor :InstanceChargeType, :InstanceChargePeriod
|
7425
|
-
|
7428
|
+
|
7426
7429
|
def initialize(instancechargetype=nil, instancechargeperiod=nil)
|
7427
7430
|
@InstanceChargeType = instancechargetype
|
7428
7431
|
@InstanceChargePeriod = instancechargeperiod
|
@@ -7444,7 +7447,7 @@ module TencentCloud
|
|
7444
7447
|
# @type DefaultReplicationFactor: Integer
|
7445
7448
|
|
7446
7449
|
attr_accessor :AutoCreateTopicsEnable, :DefaultNumPartitions, :DefaultReplicationFactor
|
7447
|
-
|
7450
|
+
|
7448
7451
|
def initialize(autocreatetopicsenable=nil, defaultnumpartitions=nil, defaultreplicationfactor=nil)
|
7449
7452
|
@AutoCreateTopicsEnable = autocreatetopicsenable
|
7450
7453
|
@DefaultNumPartitions = defaultnumpartitions
|
@@ -7539,7 +7542,7 @@ module TencentCloud
|
|
7539
7542
|
# @type Features: Array
|
7540
7543
|
|
7541
7544
|
attr_accessor :InstanceId, :InstanceName, :Vip, :Vport, :VipList, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :RenewFlag, :Healthy, :HealthyMessage, :CreateTime, :ExpireTime, :IsInternal, :TopicNum, :Tags, :Version, :ZoneIds, :Cvm, :InstanceType, :DiskType, :MaxTopicNumber, :MaxPartitionNumber, :RebalanceTime, :PartitionNumber, :PublicNetworkChargeType, :PublicNetwork, :ClusterType, :Features
|
7542
|
-
|
7545
|
+
|
7543
7546
|
def initialize(instanceid=nil, instancename=nil, vip=nil, vport=nil, viplist=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, renewflag=nil, healthy=nil, healthymessage=nil, createtime=nil, expiretime=nil, isinternal=nil, topicnum=nil, tags=nil, version=nil, zoneids=nil, cvm=nil, instancetype=nil, disktype=nil, maxtopicnumber=nil, maxpartitionnumber=nil, rebalancetime=nil, partitionnumber=nil, publicnetworkchargetype=nil, publicnetwork=nil, clustertype=nil, features=nil)
|
7544
7547
|
@InstanceId = instanceid
|
7545
7548
|
@InstanceName = instancename
|
@@ -7633,7 +7636,7 @@ module TencentCloud
|
|
7633
7636
|
# @type InstanceList: Array
|
7634
7637
|
|
7635
7638
|
attr_accessor :TotalCount, :InstanceList
|
7636
|
-
|
7639
|
+
|
7637
7640
|
def initialize(totalcount=nil, instancelist=nil)
|
7638
7641
|
@TotalCount = totalcount
|
7639
7642
|
@InstanceList = instancelist
|
@@ -7662,7 +7665,7 @@ module TencentCloud
|
|
7662
7665
|
# @type QuotaConsumerByteRate: Integer
|
7663
7666
|
|
7664
7667
|
attr_accessor :QuotaProducerByteRate, :QuotaConsumerByteRate
|
7665
|
-
|
7668
|
+
|
7666
7669
|
def initialize(quotaproducerbyterate=nil, quotaconsumerbyterate=nil)
|
7667
7670
|
@QuotaProducerByteRate = quotaproducerbyterate
|
7668
7671
|
@QuotaConsumerByteRate = quotaconsumerbyterate
|
@@ -7684,7 +7687,7 @@ module TencentCloud
|
|
7684
7687
|
# @type TotalCount: Integer
|
7685
7688
|
|
7686
7689
|
attr_accessor :InstanceList, :TotalCount
|
7687
|
-
|
7690
|
+
|
7688
7691
|
def initialize(instancelist=nil, totalcount=nil)
|
7689
7692
|
@InstanceList = instancelist
|
7690
7693
|
@TotalCount = totalcount
|
@@ -7714,7 +7717,7 @@ module TencentCloud
|
|
7714
7717
|
# @type Data: :class:`Tencentcloud::Ckafka.v20190819.models.OperateResponseData`
|
7715
7718
|
|
7716
7719
|
attr_accessor :ReturnCode, :ReturnMessage, :Data
|
7717
|
-
|
7720
|
+
|
7718
7721
|
def initialize(returncode=nil, returnmessage=nil, data=nil)
|
7719
7722
|
@ReturnCode = returncode
|
7720
7723
|
@ReturnMessage = returnmessage
|
@@ -7739,7 +7742,7 @@ module TencentCloud
|
|
7739
7742
|
# @type NewValue: String
|
7740
7743
|
|
7741
7744
|
attr_accessor :OldValue, :NewValue
|
7742
|
-
|
7745
|
+
|
7743
7746
|
def initialize(oldvalue=nil, newvalue=nil)
|
7744
7747
|
@OldValue = oldvalue
|
7745
7748
|
@NewValue = newvalue
|
@@ -7762,7 +7765,7 @@ module TencentCloud
|
|
7762
7765
|
# @type KeepOriginalKey: String
|
7763
7766
|
|
7764
7767
|
attr_accessor :Delimiter, :Regex, :KeepOriginalKey
|
7765
|
-
|
7768
|
+
|
7766
7769
|
def initialize(delimiter=nil, regex=nil, keeporiginalkey=nil)
|
7767
7770
|
@Delimiter = delimiter
|
7768
7771
|
@Regex = regex
|
@@ -7795,7 +7798,7 @@ module TencentCloud
|
|
7795
7798
|
# @type Region: String
|
7796
7799
|
|
7797
7800
|
attr_accessor :Resource, :SelfBuilt, :IsUpdate, :BrokerAddress, :Region
|
7798
|
-
|
7801
|
+
|
7799
7802
|
def initialize(resource=nil, selfbuilt=nil, isupdate=nil, brokeraddress=nil, region=nil)
|
7800
7803
|
@Resource = resource
|
7801
7804
|
@SelfBuilt = selfbuilt
|
@@ -7868,7 +7871,7 @@ module TencentCloud
|
|
7868
7871
|
# @type KeepPartition: Boolean
|
7869
7872
|
|
7870
7873
|
attr_accessor :SelfBuilt, :Resource, :Topic, :OffsetType, :StartTime, :ResourceName, :ZoneId, :TopicId, :PartitionNum, :EnableToleration, :QpsLimit, :TableMappings, :UseTableMapping, :UseAutoCreateTopic, :CompressionType, :MsgMultiple, :ConnectorSyncType, :KeepPartition
|
7871
|
-
|
7874
|
+
|
7872
7875
|
def initialize(selfbuilt=nil, resource=nil, topic=nil, offsettype=nil, starttime=nil, resourcename=nil, zoneid=nil, topicid=nil, partitionnum=nil, enabletoleration=nil, qpslimit=nil, tablemappings=nil, usetablemapping=nil, useautocreatetopic=nil, compressiontype=nil, msgmultiple=nil, connectorsynctype=nil, keeppartition=nil)
|
7873
7876
|
@SelfBuilt = selfbuilt
|
7874
7877
|
@Resource = resource
|
@@ -7922,7 +7925,7 @@ module TencentCloud
|
|
7922
7925
|
# 小写字符解析
|
7923
7926
|
class LowercaseParam < TencentCloud::Common::AbstractModel
|
7924
7927
|
|
7925
|
-
|
7928
|
+
|
7926
7929
|
def initialize()
|
7927
7930
|
end
|
7928
7931
|
|
@@ -7940,7 +7943,7 @@ module TencentCloud
|
|
7940
7943
|
# @type Value: String
|
7941
7944
|
|
7942
7945
|
attr_accessor :Key, :Type, :Value
|
7943
|
-
|
7946
|
+
|
7944
7947
|
def initialize(key=nil, type=nil, value=nil)
|
7945
7948
|
@Key = key
|
7946
7949
|
@Type = type
|
@@ -7979,7 +7982,7 @@ module TencentCloud
|
|
7979
7982
|
# @type IsUpdate: Boolean
|
7980
7983
|
|
7981
7984
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate
|
7982
|
-
|
7985
|
+
|
7983
7986
|
def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil)
|
7984
7987
|
@Port = port
|
7985
7988
|
@UserName = username
|
@@ -8026,7 +8029,7 @@ module TencentCloud
|
|
8026
8029
|
# @type IsUpdate: Boolean
|
8027
8030
|
|
8028
8031
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate
|
8029
|
-
|
8032
|
+
|
8030
8033
|
def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, isupdate=nil)
|
8031
8034
|
@Resource = resource
|
8032
8035
|
@Port = port
|
@@ -8072,7 +8075,7 @@ module TencentCloud
|
|
8072
8075
|
# @type RecordWithSchema: Boolean
|
8073
8076
|
|
8074
8077
|
attr_accessor :Database, :Table, :Resource, :SnapshotMode, :KeyColumns, :IsTablePrefix, :OutputFormat, :IncludeContentChanges, :IncludeQuery, :RecordWithSchema
|
8075
|
-
|
8078
|
+
|
8076
8079
|
def initialize(database=nil, table=nil, resource=nil, snapshotmode=nil, keycolumns=nil, istableprefix=nil, outputformat=nil, includecontentchanges=nil, includequery=nil, recordwithschema=nil)
|
8077
8080
|
@Database = database
|
8078
8081
|
@Table = table
|
@@ -8110,7 +8113,7 @@ module TencentCloud
|
|
8110
8113
|
# @type IsApplied: Integer
|
8111
8114
|
|
8112
8115
|
attr_accessor :InstanceId, :RuleName, :IsApplied
|
8113
|
-
|
8116
|
+
|
8114
8117
|
def initialize(instanceid=nil, rulename=nil, isapplied=nil)
|
8115
8118
|
@InstanceId = instanceid
|
8116
8119
|
@RuleName = rulename
|
@@ -8132,7 +8135,7 @@ module TencentCloud
|
|
8132
8135
|
# @type RequestId: String
|
8133
8136
|
|
8134
8137
|
attr_accessor :Result, :RequestId
|
8135
|
-
|
8138
|
+
|
8136
8139
|
def initialize(result=nil, requestid=nil)
|
8137
8140
|
@Result = result
|
8138
8141
|
@RequestId = requestid
|
@@ -8178,7 +8181,7 @@ module TencentCloud
|
|
8178
8181
|
# @type KafkaConnectParam: :class:`Tencentcloud::Ckafka.v20190819.models.KafkaConnectParam`
|
8179
8182
|
|
8180
8183
|
attr_accessor :ResourceId, :ResourceName, :Description, :Type, :DtsConnectParam, :MongoDBConnectParam, :EsConnectParam, :ClickHouseConnectParam, :MySQLConnectParam, :PostgreSQLConnectParam, :MariaDBConnectParam, :SQLServerConnectParam, :CtsdbConnectParam, :DorisConnectParam, :KafkaConnectParam
|
8181
|
-
|
8184
|
+
|
8182
8185
|
def initialize(resourceid=nil, resourcename=nil, description=nil, type=nil, dtsconnectparam=nil, mongodbconnectparam=nil, esconnectparam=nil, clickhouseconnectparam=nil, mysqlconnectparam=nil, postgresqlconnectparam=nil, mariadbconnectparam=nil, sqlserverconnectparam=nil, ctsdbconnectparam=nil, dorisconnectparam=nil, kafkaconnectparam=nil)
|
8183
8186
|
@ResourceId = resourceid
|
8184
8187
|
@ResourceName = resourcename
|
@@ -8257,7 +8260,7 @@ module TencentCloud
|
|
8257
8260
|
# @type RequestId: String
|
8258
8261
|
|
8259
8262
|
attr_accessor :Result, :RequestId
|
8260
|
-
|
8263
|
+
|
8261
8264
|
def initialize(result=nil, requestid=nil)
|
8262
8265
|
@Result = result
|
8263
8266
|
@RequestId = requestid
|
@@ -8280,7 +8283,7 @@ module TencentCloud
|
|
8280
8283
|
# @type TaskName: String
|
8281
8284
|
|
8282
8285
|
attr_accessor :TaskId, :TaskName
|
8283
|
-
|
8286
|
+
|
8284
8287
|
def initialize(taskid=nil, taskname=nil)
|
8285
8288
|
@TaskId = taskid
|
8286
8289
|
@TaskName = taskname
|
@@ -8301,7 +8304,7 @@ module TencentCloud
|
|
8301
8304
|
# @type RequestId: String
|
8302
8305
|
|
8303
8306
|
attr_accessor :Result, :RequestId
|
8304
|
-
|
8307
|
+
|
8305
8308
|
def initialize(result=nil, requestid=nil)
|
8306
8309
|
@Result = result
|
8307
8310
|
@RequestId = requestid
|
@@ -8328,7 +8331,7 @@ module TencentCloud
|
|
8328
8331
|
# @type Tags: Array
|
8329
8332
|
|
8330
8333
|
attr_accessor :Name, :RetentionMs, :Note, :Tags
|
8331
|
-
|
8334
|
+
|
8332
8335
|
def initialize(name=nil, retentionms=nil, note=nil, tags=nil)
|
8333
8336
|
@Name = name
|
8334
8337
|
@RetentionMs = retentionms
|
@@ -8359,7 +8362,7 @@ module TencentCloud
|
|
8359
8362
|
# @type RequestId: String
|
8360
8363
|
|
8361
8364
|
attr_accessor :Result, :RequestId
|
8362
|
-
|
8365
|
+
|
8363
8366
|
def initialize(result=nil, requestid=nil)
|
8364
8367
|
@Result = result
|
8365
8368
|
@RequestId = requestid
|
@@ -8394,7 +8397,7 @@ module TencentCloud
|
|
8394
8397
|
# @type Partitions: Array
|
8395
8398
|
|
8396
8399
|
attr_accessor :InstanceId, :Group, :Strategy, :Topics, :Shift, :ShiftTimestamp, :Offset, :Partitions
|
8397
|
-
|
8400
|
+
|
8398
8401
|
def initialize(instanceid=nil, group=nil, strategy=nil, topics=nil, shift=nil, shifttimestamp=nil, offset=nil, partitions=nil)
|
8399
8402
|
@InstanceId = instanceid
|
8400
8403
|
@Group = group
|
@@ -8426,7 +8429,7 @@ module TencentCloud
|
|
8426
8429
|
# @type RequestId: String
|
8427
8430
|
|
8428
8431
|
attr_accessor :Result, :RequestId
|
8429
|
-
|
8432
|
+
|
8430
8433
|
def initialize(result=nil, requestid=nil)
|
8431
8434
|
@Result = result
|
8432
8435
|
@RequestId = requestid
|
@@ -8451,7 +8454,7 @@ module TencentCloud
|
|
8451
8454
|
# @type DefaultReplicationFactor: Integer
|
8452
8455
|
|
8453
8456
|
attr_accessor :AutoCreateTopicEnable, :DefaultNumPartitions, :DefaultReplicationFactor
|
8454
|
-
|
8457
|
+
|
8455
8458
|
def initialize(autocreatetopicenable=nil, defaultnumpartitions=nil, defaultreplicationfactor=nil)
|
8456
8459
|
@AutoCreateTopicEnable = autocreatetopicenable
|
8457
8460
|
@DefaultNumPartitions = defaultnumpartitions
|
@@ -8487,7 +8490,7 @@ module TencentCloud
|
|
8487
8490
|
# @type MaxMessageByte: Integer
|
8488
8491
|
|
8489
8492
|
attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte
|
8490
|
-
|
8493
|
+
|
8491
8494
|
def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil)
|
8492
8495
|
@InstanceId = instanceid
|
8493
8496
|
@MsgRetentionTime = msgretentiontime
|
@@ -8530,7 +8533,7 @@ module TencentCloud
|
|
8530
8533
|
# @type RequestId: String
|
8531
8534
|
|
8532
8535
|
attr_accessor :Result, :RequestId
|
8533
|
-
|
8536
|
+
|
8534
8537
|
def initialize(result=nil, requestid=nil)
|
8535
8538
|
@Result = result
|
8536
8539
|
@RequestId = requestid
|
@@ -8557,7 +8560,7 @@ module TencentCloud
|
|
8557
8560
|
# @type Partition: Integer
|
8558
8561
|
|
8559
8562
|
attr_accessor :InstanceId, :DiskSize, :BandWidth, :Partition
|
8560
|
-
|
8563
|
+
|
8561
8564
|
def initialize(instanceid=nil, disksize=nil, bandwidth=nil, partition=nil)
|
8562
8565
|
@InstanceId = instanceid
|
8563
8566
|
@DiskSize = disksize
|
@@ -8581,7 +8584,7 @@ module TencentCloud
|
|
8581
8584
|
# @type RequestId: String
|
8582
8585
|
|
8583
8586
|
attr_accessor :Result, :RequestId
|
8584
|
-
|
8587
|
+
|
8585
8588
|
def initialize(result=nil, requestid=nil)
|
8586
8589
|
@Result = result
|
8587
8590
|
@RequestId = requestid
|
@@ -8608,7 +8611,7 @@ module TencentCloud
|
|
8608
8611
|
# @type PasswordNew: String
|
8609
8612
|
|
8610
8613
|
attr_accessor :InstanceId, :Name, :Password, :PasswordNew
|
8611
|
-
|
8614
|
+
|
8612
8615
|
def initialize(instanceid=nil, name=nil, password=nil, passwordnew=nil)
|
8613
8616
|
@InstanceId = instanceid
|
8614
8617
|
@Name = name
|
@@ -8632,7 +8635,7 @@ module TencentCloud
|
|
8632
8635
|
# @type RequestId: String
|
8633
8636
|
|
8634
8637
|
attr_accessor :Result, :RequestId
|
8635
|
-
|
8638
|
+
|
8636
8639
|
def initialize(result=nil, requestid=nil)
|
8637
8640
|
@Result = result
|
8638
8641
|
@RequestId = requestid
|
@@ -8687,7 +8690,7 @@ module TencentCloud
|
|
8687
8690
|
# @type ReplicaNum: Integer
|
8688
8691
|
|
8689
8692
|
attr_accessor :InstanceId, :TopicName, :Note, :EnableWhiteList, :MinInsyncReplicas, :UncleanLeaderElectionEnable, :RetentionMs, :SegmentMs, :MaxMessageBytes, :CleanUpPolicy, :IpWhiteList, :EnableAclRule, :AclRuleName, :RetentionBytes, :Tags, :QuotaProducerByteRate, :QuotaConsumerByteRate, :ReplicaNum
|
8690
|
-
|
8693
|
+
|
8691
8694
|
def initialize(instanceid=nil, topicname=nil, note=nil, enablewhitelist=nil, mininsyncreplicas=nil, uncleanleaderelectionenable=nil, retentionms=nil, segmentms=nil, maxmessagebytes=nil, cleanuppolicy=nil, ipwhitelist=nil, enableaclrule=nil, aclrulename=nil, retentionbytes=nil, tags=nil, quotaproducerbyterate=nil, quotaconsumerbyterate=nil, replicanum=nil)
|
8692
8695
|
@InstanceId = instanceid
|
8693
8696
|
@TopicName = topicname
|
@@ -8746,7 +8749,7 @@ module TencentCloud
|
|
8746
8749
|
# @type RequestId: String
|
8747
8750
|
|
8748
8751
|
attr_accessor :Result, :RequestId
|
8749
|
-
|
8752
|
+
|
8750
8753
|
def initialize(result=nil, requestid=nil)
|
8751
8754
|
@Result = result
|
8752
8755
|
@RequestId = requestid
|
@@ -8789,7 +8792,7 @@ module TencentCloud
|
|
8789
8792
|
# @type IsUpdate: Boolean
|
8790
8793
|
|
8791
8794
|
attr_accessor :Port, :UserName, :Password, :Resource, :SelfBuilt, :ServiceVip, :UniqVpcId, :IsUpdate
|
8792
|
-
|
8795
|
+
|
8793
8796
|
def initialize(port=nil, username=nil, password=nil, resource=nil, selfbuilt=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil)
|
8794
8797
|
@Port = port
|
8795
8798
|
@UserName = username
|
@@ -8841,7 +8844,7 @@ module TencentCloud
|
|
8841
8844
|
# @type IsUpdate: Boolean
|
8842
8845
|
|
8843
8846
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
|
8844
|
-
|
8847
|
+
|
8845
8848
|
def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, selfbuilt=nil, isupdate=nil)
|
8846
8849
|
@Resource = resource
|
8847
8850
|
@Port = port
|
@@ -8893,7 +8896,7 @@ module TencentCloud
|
|
8893
8896
|
# @type SelfBuilt: Boolean
|
8894
8897
|
|
8895
8898
|
attr_accessor :Database, :Collection, :CopyExisting, :Resource, :Ip, :Port, :UserName, :Password, :ListeningEvent, :ReadPreference, :Pipeline, :SelfBuilt
|
8896
|
-
|
8899
|
+
|
8897
8900
|
def initialize(database=nil, collection=nil, copyexisting=nil, resource=nil, ip=nil, port=nil, username=nil, password=nil, listeningevent=nil, readpreference=nil, pipeline=nil, selfbuilt=nil)
|
8898
8901
|
@Database = database
|
8899
8902
|
@Collection = collection
|
@@ -8956,7 +8959,7 @@ module TencentCloud
|
|
8956
8959
|
# @type SelfBuilt: Boolean
|
8957
8960
|
|
8958
8961
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate, :ClusterId, :SelfBuilt
|
8959
|
-
|
8962
|
+
|
8960
8963
|
def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil, clusterid=nil, selfbuilt=nil)
|
8961
8964
|
@Port = port
|
8962
8965
|
@UserName = username
|
@@ -9013,7 +9016,7 @@ module TencentCloud
|
|
9013
9016
|
# @type SelfBuilt: Boolean
|
9014
9017
|
|
9015
9018
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate, :ClusterId, :SelfBuilt
|
9016
|
-
|
9019
|
+
|
9017
9020
|
def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, isupdate=nil, clusterid=nil, selfbuilt=nil)
|
9018
9021
|
@Resource = resource
|
9019
9022
|
@Port = port
|
@@ -9093,7 +9096,7 @@ module TencentCloud
|
|
9093
9096
|
# @type IsTableRegular: Boolean
|
9094
9097
|
|
9095
9098
|
attr_accessor :Database, :Table, :Resource, :SnapshotMode, :DdlTopic, :DataSourceMonitorMode, :DataSourceMonitorResource, :DataSourceIncrementMode, :DataSourceIncrementColumn, :DataSourceStartFrom, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :TopicRegex, :TopicReplacement, :KeyColumns, :DropInvalidMessage, :DropCls, :OutputFormat, :IsTablePrefix, :IncludeContentChanges, :IncludeQuery, :RecordWithSchema, :SignalDatabase, :IsTableRegular
|
9096
|
-
|
9099
|
+
|
9097
9100
|
def initialize(database=nil, table=nil, resource=nil, snapshotmode=nil, ddltopic=nil, datasourcemonitormode=nil, datasourcemonitorresource=nil, datasourceincrementmode=nil, datasourceincrementcolumn=nil, datasourcestartfrom=nil, datatargetinsertmode=nil, datatargetprimarykeyfield=nil, datatargetrecordmapping=nil, topicregex=nil, topicreplacement=nil, keycolumns=nil, dropinvalidmessage=nil, dropcls=nil, outputformat=nil, istableprefix=nil, includecontentchanges=nil, includequery=nil, recordwithschema=nil, signaldatabase=nil, istableregular=nil)
|
9098
9101
|
@Database = database
|
9099
9102
|
@Table = table
|
@@ -9171,7 +9174,7 @@ module TencentCloud
|
|
9171
9174
|
# @type RouteDTO: :class:`Tencentcloud::Ckafka.v20190819.models.RouteDTO`
|
9172
9175
|
|
9173
9176
|
attr_accessor :FlowId, :RouteDTO
|
9174
|
-
|
9177
|
+
|
9175
9178
|
def initialize(flowid=nil, routedto=nil)
|
9176
9179
|
@FlowId = flowid
|
9177
9180
|
@RouteDTO = routedto
|
@@ -9192,7 +9195,7 @@ module TencentCloud
|
|
9192
9195
|
# @type PartitionId: Integer
|
9193
9196
|
|
9194
9197
|
attr_accessor :PartitionId
|
9195
|
-
|
9198
|
+
|
9196
9199
|
def initialize(partitionid=nil)
|
9197
9200
|
@PartitionId = partitionid
|
9198
9201
|
end
|
@@ -9212,7 +9215,7 @@ module TencentCloud
|
|
9212
9215
|
# @type Offset: Integer
|
9213
9216
|
|
9214
9217
|
attr_accessor :Partition, :Offset
|
9215
|
-
|
9218
|
+
|
9216
9219
|
def initialize(partition=nil, offset=nil)
|
9217
9220
|
@Partition = partition
|
9218
9221
|
@Offset = offset
|
@@ -9232,7 +9235,7 @@ module TencentCloud
|
|
9232
9235
|
# @type Offset: Integer
|
9233
9236
|
|
9234
9237
|
attr_accessor :Partition, :Offset
|
9235
|
-
|
9238
|
+
|
9236
9239
|
def initialize(partition=nil, offset=nil)
|
9237
9240
|
@Partition = partition
|
9238
9241
|
@Offset = offset
|
@@ -9275,7 +9278,7 @@ module TencentCloud
|
|
9275
9278
|
# @type SelfBuilt: Boolean
|
9276
9279
|
|
9277
9280
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :ClusterId, :IsUpdate, :SelfBuilt
|
9278
|
-
|
9281
|
+
|
9279
9282
|
def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, clusterid=nil, isupdate=nil, selfbuilt=nil)
|
9280
9283
|
@Port = port
|
9281
9284
|
@UserName = username
|
@@ -9332,7 +9335,7 @@ module TencentCloud
|
|
9332
9335
|
# @type SelfBuilt: Boolean
|
9333
9336
|
|
9334
9337
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :ClusterId, :IsUpdate, :SelfBuilt
|
9335
|
-
|
9338
|
+
|
9336
9339
|
def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, clusterid=nil, isupdate=nil, selfbuilt=nil)
|
9337
9340
|
@Resource = resource
|
9338
9341
|
@Port = port
|
@@ -9388,7 +9391,7 @@ module TencentCloud
|
|
9388
9391
|
# @type RecordWithSchema: Boolean
|
9389
9392
|
|
9390
9393
|
attr_accessor :Database, :Table, :Resource, :PluginName, :SnapshotMode, :DataFormat, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :DropInvalidMessage, :IsTableRegular, :KeyColumns, :RecordWithSchema
|
9391
|
-
|
9394
|
+
|
9392
9395
|
def initialize(database=nil, table=nil, resource=nil, pluginname=nil, snapshotmode=nil, dataformat=nil, datatargetinsertmode=nil, datatargetprimarykeyfield=nil, datatargetrecordmapping=nil, dropinvalidmessage=nil, istableregular=nil, keycolumns=nil, recordwithschema=nil)
|
9393
9396
|
@Database = database
|
9394
9397
|
@Table = table
|
@@ -9437,7 +9440,7 @@ module TencentCloud
|
|
9437
9440
|
# @type TotalCost: Float
|
9438
9441
|
|
9439
9442
|
attr_accessor :RealTotalCost, :TotalCost
|
9440
|
-
|
9443
|
+
|
9441
9444
|
def initialize(realtotalcost=nil, totalcost=nil)
|
9442
9445
|
@RealTotalCost = realtotalcost
|
9443
9446
|
@TotalCost = totalcost
|
@@ -9457,7 +9460,7 @@ module TencentCloud
|
|
9457
9460
|
# @type UniqVpcId: String
|
9458
9461
|
|
9459
9462
|
attr_accessor :ServiceVip, :UniqVpcId
|
9460
|
-
|
9463
|
+
|
9461
9464
|
def initialize(servicevip=nil, uniqvpcid=nil)
|
9462
9465
|
@ServiceVip = servicevip
|
9463
9466
|
@UniqVpcId = uniqvpcid
|
@@ -9491,7 +9494,7 @@ module TencentCloud
|
|
9491
9494
|
# @type DefaultValue: String
|
9492
9495
|
|
9493
9496
|
attr_accessor :JsonKey, :Type, :AllowNull, :ColumnName, :ExtraInfo, :ColumnSize, :DecimalDigits, :AutoIncrement, :DefaultValue
|
9494
|
-
|
9497
|
+
|
9495
9498
|
def initialize(jsonkey=nil, type=nil, allownull=nil, columnname=nil, extrainfo=nil, columnsize=nil, decimaldigits=nil, autoincrement=nil, defaultvalue=nil)
|
9496
9499
|
@JsonKey = jsonkey
|
9497
9500
|
@Type = type
|
@@ -9525,7 +9528,7 @@ module TencentCloud
|
|
9525
9528
|
# @type NewValue: String
|
9526
9529
|
|
9527
9530
|
attr_accessor :Regex, :NewValue
|
9528
|
-
|
9531
|
+
|
9529
9532
|
def initialize(regex=nil, newvalue=nil)
|
9530
9533
|
@Regex = regex
|
9531
9534
|
@NewValue = newvalue
|
@@ -9562,7 +9565,7 @@ module TencentCloud
|
|
9562
9565
|
# @type MultiZone: Integer
|
9563
9566
|
|
9564
9567
|
attr_accessor :RegionId, :RegionName, :AreaName, :RegionCode, :RegionCodeV3, :Support, :Ipv6, :MultiZone
|
9565
|
-
|
9568
|
+
|
9566
9569
|
def initialize(regionid=nil, regionname=nil, areaname=nil, regioncode=nil, regioncodev3=nil, support=nil, ipv6=nil, multizone=nil)
|
9567
9570
|
@RegionId = regionid
|
9568
9571
|
@RegionName = regionname
|
@@ -9594,7 +9597,7 @@ module TencentCloud
|
|
9594
9597
|
# @type TimeSpan: Integer
|
9595
9598
|
|
9596
9599
|
attr_accessor :InstanceId, :TimeSpan
|
9597
|
-
|
9600
|
+
|
9598
9601
|
def initialize(instanceid=nil, timespan=nil)
|
9599
9602
|
@InstanceId = instanceid
|
9600
9603
|
@TimeSpan = timespan
|
@@ -9616,7 +9619,7 @@ module TencentCloud
|
|
9616
9619
|
# @type DealName: String
|
9617
9620
|
|
9618
9621
|
attr_accessor :BigDealId, :DealName
|
9619
|
-
|
9622
|
+
|
9620
9623
|
def initialize(bigdealid=nil, dealname=nil)
|
9621
9624
|
@BigDealId = bigdealid
|
9622
9625
|
@DealName = dealname
|
@@ -9636,7 +9639,7 @@ module TencentCloud
|
|
9636
9639
|
# @type NewValue: String
|
9637
9640
|
|
9638
9641
|
attr_accessor :OldValue, :NewValue
|
9639
|
-
|
9642
|
+
|
9640
9643
|
def initialize(oldvalue=nil, newvalue=nil)
|
9641
9644
|
@OldValue = oldvalue
|
9642
9645
|
@NewValue = newvalue
|
@@ -9673,7 +9676,7 @@ module TencentCloud
|
|
9673
9676
|
# @type DeleteTimestamp: String
|
9674
9677
|
|
9675
9678
|
attr_accessor :AccessType, :RouteId, :VipType, :VipList, :Domain, :DomainPort, :DeleteTimestamp
|
9676
|
-
|
9679
|
+
|
9677
9680
|
def initialize(accesstype=nil, routeid=nil, viptype=nil, viplist=nil, domain=nil, domainport=nil, deletetimestamp=nil)
|
9678
9681
|
@AccessType = accesstype
|
9679
9682
|
@RouteId = routeid
|
@@ -9709,7 +9712,7 @@ module TencentCloud
|
|
9709
9712
|
# @type RouteId: Integer
|
9710
9713
|
|
9711
9714
|
attr_accessor :RouteId
|
9712
|
-
|
9715
|
+
|
9713
9716
|
def initialize(routeid=nil)
|
9714
9717
|
@RouteId = routeid
|
9715
9718
|
end
|
@@ -9726,7 +9729,7 @@ module TencentCloud
|
|
9726
9729
|
# @type Routers: Array
|
9727
9730
|
|
9728
9731
|
attr_accessor :Routers
|
9729
|
-
|
9732
|
+
|
9730
9733
|
def initialize(routers=nil)
|
9731
9734
|
@Routers = routers
|
9732
9735
|
end
|
@@ -9755,7 +9758,7 @@ module TencentCloud
|
|
9755
9758
|
# @type EntryDelimiter: String
|
9756
9759
|
|
9757
9760
|
attr_accessor :RowContent, :KeyValueDelimiter, :EntryDelimiter
|
9758
|
-
|
9761
|
+
|
9759
9762
|
def initialize(rowcontent=nil, keyvaluedelimiter=nil, entrydelimiter=nil)
|
9760
9763
|
@RowContent = rowcontent
|
9761
9764
|
@KeyValueDelimiter = keyvaluedelimiter
|
@@ -9791,7 +9794,7 @@ module TencentCloud
|
|
9791
9794
|
# @type ValueOperates: Array
|
9792
9795
|
|
9793
9796
|
attr_accessor :Key, :Operate, :SchemeType, :Value, :ValueOperate, :OriginalValue, :ValueOperates
|
9794
|
-
|
9797
|
+
|
9795
9798
|
def initialize(key=nil, operate=nil, schemetype=nil, value=nil, valueoperate=nil, originalvalue=nil, valueoperates=nil)
|
9796
9799
|
@Key = key
|
9797
9800
|
@Operate = operate
|
@@ -9848,7 +9851,7 @@ module TencentCloud
|
|
9848
9851
|
# @type IsUpdate: Boolean
|
9849
9852
|
|
9850
9853
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate
|
9851
|
-
|
9854
|
+
|
9852
9855
|
def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil)
|
9853
9856
|
@Port = port
|
9854
9857
|
@UserName = username
|
@@ -9895,7 +9898,7 @@ module TencentCloud
|
|
9895
9898
|
# @type IsUpdate: Boolean
|
9896
9899
|
|
9897
9900
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate
|
9898
|
-
|
9901
|
+
|
9899
9902
|
def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, isupdate=nil)
|
9900
9903
|
@Resource = resource
|
9901
9904
|
@Port = port
|
@@ -9929,7 +9932,7 @@ module TencentCloud
|
|
9929
9932
|
# @type SnapshotMode: String
|
9930
9933
|
|
9931
9934
|
attr_accessor :Database, :Table, :Resource, :SnapshotMode
|
9932
|
-
|
9935
|
+
|
9933
9936
|
def initialize(database=nil, table=nil, resource=nil, snapshotmode=nil)
|
9934
9937
|
@Database = database
|
9935
9938
|
@Table = table
|
@@ -9961,7 +9964,7 @@ module TencentCloud
|
|
9961
9964
|
# @type SoldOut: Boolean
|
9962
9965
|
|
9963
9966
|
attr_accessor :Flag, :Version, :Platform, :SoldOut
|
9964
|
-
|
9967
|
+
|
9965
9968
|
def initialize(flag=nil, version=nil, platform=nil, soldout=nil)
|
9966
9969
|
@Flag = flag
|
9967
9970
|
@Version = version
|
@@ -9991,7 +9994,7 @@ module TencentCloud
|
|
9991
9994
|
# @type MaxRetries: Integer
|
9992
9995
|
|
9993
9996
|
attr_accessor :FunctionName, :Namespace, :Qualifier, :BatchSize, :MaxRetries
|
9994
|
-
|
9997
|
+
|
9995
9998
|
def initialize(functionname=nil, namespace=nil, qualifier=nil, batchsize=nil, maxretries=nil)
|
9996
9999
|
@FunctionName = functionname
|
9997
10000
|
@Namespace = namespace
|
@@ -10015,7 +10018,7 @@ module TencentCloud
|
|
10015
10018
|
# @type Regex: String
|
10016
10019
|
|
10017
10020
|
attr_accessor :Regex
|
10018
|
-
|
10021
|
+
|
10019
10022
|
def initialize(regex=nil)
|
10020
10023
|
@Regex = regex
|
10021
10024
|
end
|
@@ -10033,7 +10036,7 @@ module TencentCloud
|
|
10033
10036
|
# @type Message: Array
|
10034
10037
|
|
10035
10038
|
attr_accessor :DataHubId, :Message
|
10036
|
-
|
10039
|
+
|
10037
10040
|
def initialize(datahubid=nil, message=nil)
|
10038
10041
|
@DataHubId = datahubid
|
10039
10042
|
@Message = message
|
@@ -10060,7 +10063,7 @@ module TencentCloud
|
|
10060
10063
|
# @type RequestId: String
|
10061
10064
|
|
10062
10065
|
attr_accessor :MessageId, :RequestId
|
10063
|
-
|
10066
|
+
|
10064
10067
|
def initialize(messageid=nil, requestid=nil)
|
10065
10068
|
@MessageId = messageid
|
10066
10069
|
@RequestId = requestid
|
@@ -10078,7 +10081,7 @@ module TencentCloud
|
|
10078
10081
|
# @type Regex: String
|
10079
10082
|
|
10080
10083
|
attr_accessor :Regex
|
10081
|
-
|
10084
|
+
|
10082
10085
|
def initialize(regex=nil)
|
10083
10086
|
@Regex = regex
|
10084
10087
|
end
|
@@ -10103,7 +10106,7 @@ module TencentCloud
|
|
10103
10106
|
# @type TopicId: String
|
10104
10107
|
|
10105
10108
|
attr_accessor :TopicName, :Partition, :PartitionOffset, :TopicId
|
10106
|
-
|
10109
|
+
|
10107
10110
|
def initialize(topicname=nil, partition=nil, partitionoffset=nil, topicid=nil)
|
10108
10111
|
@TopicName = topicname
|
10109
10112
|
@Partition = partition
|
@@ -10134,7 +10137,7 @@ module TencentCloud
|
|
10134
10137
|
# @type End: Integer
|
10135
10138
|
|
10136
10139
|
attr_accessor :Start, :End
|
10137
|
-
|
10140
|
+
|
10138
10141
|
def initialize(start=nil, _end=nil)
|
10139
10142
|
@Start = start
|
10140
10143
|
@End = _end
|
@@ -10158,7 +10161,7 @@ module TencentCloud
|
|
10158
10161
|
# @type TopicId: String
|
10159
10162
|
|
10160
10163
|
attr_accessor :Database, :Table, :Topic, :TopicId
|
10161
|
-
|
10164
|
+
|
10162
10165
|
def initialize(database=nil, table=nil, topic=nil, topicid=nil)
|
10163
10166
|
@Database = database
|
10164
10167
|
@Table = table
|
@@ -10182,7 +10185,7 @@ module TencentCloud
|
|
10182
10185
|
# @type TagValue: String
|
10183
10186
|
|
10184
10187
|
attr_accessor :TagKey, :TagValue
|
10185
|
-
|
10188
|
+
|
10186
10189
|
def initialize(tagkey=nil, tagvalue=nil)
|
10187
10190
|
@TagKey = tagkey
|
10188
10191
|
@TagValue = tagvalue
|
@@ -10206,7 +10209,7 @@ module TencentCloud
|
|
10206
10209
|
# @type Output: String
|
10207
10210
|
|
10208
10211
|
attr_accessor :Status, :Output
|
10209
|
-
|
10212
|
+
|
10210
10213
|
def initialize(status=nil, output=nil)
|
10211
10214
|
@Status = status
|
10212
10215
|
@Output = output
|
@@ -10232,7 +10235,7 @@ module TencentCloud
|
|
10232
10235
|
# @type TdwPort: Integer
|
10233
10236
|
|
10234
10237
|
attr_accessor :Bid, :Tid, :IsDomestic, :TdwHost, :TdwPort
|
10235
|
-
|
10238
|
+
|
10236
10239
|
def initialize(bid=nil, tid=nil, isdomestic=nil, tdwhost=nil, tdwport=nil)
|
10237
10240
|
@Bid = bid
|
10238
10241
|
@Tid = tid
|
@@ -10261,7 +10264,7 @@ module TencentCloud
|
|
10261
10264
|
# @type Note: String
|
10262
10265
|
|
10263
10266
|
attr_accessor :TopicId, :TopicName, :Note
|
10264
|
-
|
10267
|
+
|
10265
10268
|
def initialize(topicid=nil, topicname=nil, note=nil)
|
10266
10269
|
@TopicId = topicid
|
10267
10270
|
@TopicName = topicname
|
@@ -10308,7 +10311,7 @@ module TencentCloud
|
|
10308
10311
|
# @type ReplicaNum: Integer
|
10309
10312
|
|
10310
10313
|
attr_accessor :TopicId, :CreateTime, :Note, :PartitionNum, :EnableWhiteList, :IpWhiteList, :Config, :Partitions, :EnableAclRule, :AclRuleList, :QuotaConfig, :ReplicaNum
|
10311
|
-
|
10314
|
+
|
10312
10315
|
def initialize(topicid=nil, createtime=nil, note=nil, partitionnum=nil, enablewhitelist=nil, ipwhitelist=nil, config=nil, partitions=nil, enableaclrule=nil, aclrulelist=nil, quotaconfig=nil, replicanum=nil)
|
10313
10316
|
@TopicId = topicid
|
10314
10317
|
@CreateTime = createtime
|
@@ -10400,7 +10403,7 @@ module TencentCloud
|
|
10400
10403
|
# @type Tags: Array
|
10401
10404
|
|
10402
10405
|
attr_accessor :TopicName, :TopicId, :PartitionNum, :ReplicaNum, :Note, :CreateTime, :EnableWhiteList, :IpWhiteListCount, :ForwardCosBucket, :ForwardStatus, :ForwardInterval, :Config, :RetentionTimeConfig, :Status, :Tags
|
10403
|
-
|
10406
|
+
|
10404
10407
|
def initialize(topicname=nil, topicid=nil, partitionnum=nil, replicanum=nil, note=nil, createtime=nil, enablewhitelist=nil, ipwhitelistcount=nil, forwardcosbucket=nil, forwardstatus=nil, forwardinterval=nil, config=nil, retentiontimeconfig=nil, status=nil, tags=nil)
|
10405
10408
|
@TopicName = topicname
|
10406
10409
|
@TopicId = topicid
|
@@ -10460,7 +10463,7 @@ module TencentCloud
|
|
10460
10463
|
# @type TotalCount: Integer
|
10461
10464
|
|
10462
10465
|
attr_accessor :TopicList, :TotalCount
|
10463
|
-
|
10466
|
+
|
10464
10467
|
def initialize(topiclist=nil, totalcount=nil)
|
10465
10468
|
@TopicList = topiclist
|
10466
10469
|
@TotalCount = totalcount
|
@@ -10495,7 +10498,7 @@ module TencentCloud
|
|
10495
10498
|
# @type MessageHeap: Integer
|
10496
10499
|
|
10497
10500
|
attr_accessor :TopicId, :TopicName, :PartitionNum, :ReplicaNum, :TopicTraffic, :MessageHeap
|
10498
|
-
|
10501
|
+
|
10499
10502
|
def initialize(topicid=nil, topicname=nil, partitionnum=nil, replicanum=nil, topictraffic=nil, messageheap=nil)
|
10500
10503
|
@TopicId = topicid
|
10501
10504
|
@TopicName = topicname
|
@@ -10526,7 +10529,7 @@ module TencentCloud
|
|
10526
10529
|
# @type TopicMessageHeap: Array
|
10527
10530
|
|
10528
10531
|
attr_accessor :TopicFlow, :ConsumeSpeed, :TopicMessageHeap
|
10529
|
-
|
10532
|
+
|
10530
10533
|
def initialize(topicflow=nil, consumespeed=nil, topicmessageheap=nil)
|
10531
10534
|
@TopicFlow = topicflow
|
10532
10535
|
@ConsumeSpeed = consumespeed
|
@@ -10585,7 +10588,7 @@ module TencentCloud
|
|
10585
10588
|
# @type OutOfSyncReplica: String
|
10586
10589
|
|
10587
10590
|
attr_accessor :Partition, :Leader, :Replica, :InSyncReplica, :BeginOffset, :EndOffset, :MessageCount, :OutOfSyncReplica
|
10588
|
-
|
10591
|
+
|
10589
10592
|
def initialize(partition=nil, leader=nil, replica=nil, insyncreplica=nil, beginoffset=nil, endoffset=nil, messagecount=nil, outofsyncreplica=nil)
|
10590
10593
|
@Partition = partition
|
10591
10594
|
@Leader = leader
|
@@ -10617,7 +10620,7 @@ module TencentCloud
|
|
10617
10620
|
# @type TotalCount: Integer
|
10618
10621
|
|
10619
10622
|
attr_accessor :TopicInSyncReplicaList, :TotalCount
|
10620
|
-
|
10623
|
+
|
10621
10624
|
def initialize(topicinsyncreplicalist=nil, totalcount=nil)
|
10622
10625
|
@TopicInSyncReplicaList = topicinsyncreplicalist
|
10623
10626
|
@TotalCount = totalcount
|
@@ -10658,7 +10661,7 @@ module TencentCloud
|
|
10658
10661
|
# @type MessageHeap: Integer
|
10659
10662
|
|
10660
10663
|
attr_accessor :TopicId, :TopicName, :PartitionNum, :ReplicaNum, :TopicTraffic, :MessageHeap
|
10661
|
-
|
10664
|
+
|
10662
10665
|
def initialize(topicid=nil, topicname=nil, partitionnum=nil, replicanum=nil, topictraffic=nil, messageheap=nil)
|
10663
10666
|
@TopicId = topicid
|
10664
10667
|
@TopicName = topicname
|
@@ -10702,7 +10705,7 @@ module TencentCloud
|
|
10702
10705
|
# @type MsgMultiple: Integer
|
10703
10706
|
|
10704
10707
|
attr_accessor :Resource, :OffsetType, :StartTime, :TopicId, :CompressionType, :UseAutoCreateTopic, :MsgMultiple
|
10705
|
-
|
10708
|
+
|
10706
10709
|
def initialize(resource=nil, offsettype=nil, starttime=nil, topicid=nil, compressiontype=nil, useautocreatetopic=nil, msgmultiple=nil)
|
10707
10710
|
@Resource = resource
|
10708
10711
|
@OffsetType = offsettype
|
@@ -10736,7 +10739,7 @@ module TencentCloud
|
|
10736
10739
|
# @type ReplicaNum: Integer
|
10737
10740
|
|
10738
10741
|
attr_accessor :Partition, :LeaderStatus, :IsrNum, :ReplicaNum
|
10739
|
-
|
10742
|
+
|
10740
10743
|
def initialize(partition=nil, leaderstatus=nil, isrnum=nil, replicanum=nil)
|
10741
10744
|
@Partition = partition
|
10742
10745
|
@LeaderStatus = leaderstatus
|
@@ -10762,7 +10765,7 @@ module TencentCloud
|
|
10762
10765
|
# @type TotalCount: Integer
|
10763
10766
|
|
10764
10767
|
attr_accessor :TopicList, :TotalCount
|
10765
|
-
|
10768
|
+
|
10766
10769
|
def initialize(topiclist=nil, totalcount=nil)
|
10767
10770
|
@TopicList = topiclist
|
10768
10771
|
@TotalCount = totalcount
|
@@ -10794,7 +10797,7 @@ module TencentCloud
|
|
10794
10797
|
# @type ModTimeStamp: Integer
|
10795
10798
|
|
10796
10799
|
attr_accessor :Expect, :Current, :ModTimeStamp
|
10797
|
-
|
10800
|
+
|
10798
10801
|
def initialize(expect=nil, current=nil, modtimestamp=nil)
|
10799
10802
|
@Expect = expect
|
10800
10803
|
@Current = current
|
@@ -10822,7 +10825,7 @@ module TencentCloud
|
|
10822
10825
|
# @type Status: Integer
|
10823
10826
|
|
10824
10827
|
attr_accessor :TotalCount, :StatusCountInfo, :GroupsInfo, :Status
|
10825
|
-
|
10828
|
+
|
10826
10829
|
def initialize(totalcount=nil, statuscountinfo=nil, groupsinfo=nil, status=nil)
|
10827
10830
|
@TotalCount = totalcount
|
10828
10831
|
@StatusCountInfo = statuscountinfo
|
@@ -10874,7 +10877,7 @@ module TencentCloud
|
|
10874
10877
|
# @type UseEventBus: Boolean
|
10875
10878
|
|
10876
10879
|
attr_accessor :AnalysisFormat, :OutputFormat, :FailureParam, :Content, :SourceType, :Regex, :MapParam, :FilterParam, :Result, :AnalyseResult, :UseEventBus
|
10877
|
-
|
10880
|
+
|
10878
10881
|
def initialize(analysisformat=nil, outputformat=nil, failureparam=nil, content=nil, sourcetype=nil, regex=nil, mapparam=nil, filterparam=nil, result=nil, analyseresult=nil, useeventbus=nil)
|
10879
10882
|
@AnalysisFormat = analysisformat
|
10880
10883
|
@OutputFormat = outputformat
|
@@ -10960,7 +10963,7 @@ module TencentCloud
|
|
10960
10963
|
# @type BatchAnalyse: :class:`Tencentcloud::Ckafka.v20190819.models.BatchAnalyseParam`
|
10961
10964
|
|
10962
10965
|
attr_accessor :Content, :FieldChain, :FilterParam, :FailureParam, :Result, :SourceType, :OutputFormat, :RowParam, :KeepMetadata, :BatchAnalyse
|
10963
|
-
|
10966
|
+
|
10964
10967
|
def initialize(content=nil, fieldchain=nil, filterparam=nil, failureparam=nil, result=nil, sourcetype=nil, outputformat=nil, rowparam=nil, keepmetadata=nil, batchanalyse=nil)
|
10965
10968
|
@Content = content
|
10966
10969
|
@FieldChain = fieldchain
|
@@ -11018,7 +11021,7 @@ module TencentCloud
|
|
11018
11021
|
# @type CharsetName: String
|
11019
11022
|
|
11020
11023
|
attr_accessor :CharsetName
|
11021
|
-
|
11024
|
+
|
11022
11025
|
def initialize(charsetname=nil)
|
11023
11026
|
@CharsetName = charsetname
|
11024
11027
|
end
|
@@ -11040,7 +11043,7 @@ module TencentCloud
|
|
11040
11043
|
# @type UpdateTime: String
|
11041
11044
|
|
11042
11045
|
attr_accessor :UserId, :Name, :CreateTime, :UpdateTime
|
11043
|
-
|
11046
|
+
|
11044
11047
|
def initialize(userid=nil, name=nil, createtime=nil, updatetime=nil)
|
11045
11048
|
@UserId = userid
|
11046
11049
|
@Name = name
|
@@ -11065,7 +11068,7 @@ module TencentCloud
|
|
11065
11068
|
# @type TotalCount: Integer
|
11066
11069
|
|
11067
11070
|
attr_accessor :Users, :TotalCount
|
11068
|
-
|
11071
|
+
|
11069
11072
|
def initialize(users=nil, totalcount=nil)
|
11070
11073
|
@Users = users
|
11071
11074
|
@TotalCount = totalcount
|
@@ -11120,7 +11123,7 @@ module TencentCloud
|
|
11120
11123
|
# @type Lowercase: :class:`Tencentcloud::Ckafka.v20190819.models.LowercaseParam`
|
11121
11124
|
|
11122
11125
|
attr_accessor :Type, :Replace, :Substr, :Date, :RegexReplace, :Split, :KV, :Result, :JsonPathReplace, :UrlDecode, :Lowercase
|
11123
|
-
|
11126
|
+
|
11124
11127
|
def initialize(type=nil, replace=nil, substr=nil, date=nil, regexreplace=nil, split=nil, kv=nil, result=nil, jsonpathreplace=nil, urldecode=nil, lowercase=nil)
|
11125
11128
|
@Type = type
|
11126
11129
|
@Replace = replace
|
@@ -11185,7 +11188,7 @@ module TencentCloud
|
|
11185
11188
|
# @type Vport: String
|
11186
11189
|
|
11187
11190
|
attr_accessor :Vip, :Vport
|
11188
|
-
|
11191
|
+
|
11189
11192
|
def initialize(vip=nil, vport=nil)
|
11190
11193
|
@Vip = vip
|
11191
11194
|
@Vport = vport
|
@@ -11220,7 +11223,7 @@ module TencentCloud
|
|
11220
11223
|
# @type SalesInfo: Array
|
11221
11224
|
|
11222
11225
|
attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo
|
11223
|
-
|
11226
|
+
|
11224
11227
|
def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil)
|
11225
11228
|
@ZoneId = zoneid
|
11226
11229
|
@IsInternalApp = isinternalapp
|
@@ -11288,7 +11291,7 @@ module TencentCloud
|
|
11288
11291
|
# @type PublicNetworkLimit: String
|
11289
11292
|
|
11290
11293
|
attr_accessor :ZoneList, :MaxBuyInstanceNum, :MaxBandwidth, :UnitPrice, :MessagePrice, :ClusterInfo, :Standard, :StandardS2, :Profession, :Physical, :PublicNetwork, :PublicNetworkLimit
|
11291
|
-
|
11294
|
+
|
11292
11295
|
def initialize(zonelist=nil, maxbuyinstancenum=nil, maxbandwidth=nil, unitprice=nil, messageprice=nil, clusterinfo=nil, standard=nil, standards2=nil, profession=nil, physical=nil, publicnetwork=nil, publicnetworklimit=nil)
|
11293
11296
|
@ZoneList = zonelist
|
11294
11297
|
@MaxBuyInstanceNum = maxbuyinstancenum
|