tencentcloud-sdk-tdmq 3.0.589 → 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/v20200217/client.rb +168 -0
- data/lib/v20200217/models.rb +814 -305
- metadata +2 -2
data/lib/v20200217/models.rb
CHANGED
@@ -39,7 +39,7 @@ module TencentCloud
|
|
39
39
|
# @type UsedQueueNum: Integer
|
40
40
|
|
41
41
|
attr_accessor :MaxTpsPerVHost, :MaxConnNumPerVHost, :MaxVHostNum, :MaxExchangeNum, :MaxQueueNum, :MaxRetentionTime, :UsedVHostNum, :UsedExchangeNum, :UsedQueueNum
|
42
|
-
|
42
|
+
|
43
43
|
def initialize(maxtpspervhost=nil, maxconnnumpervhost=nil, maxvhostnum=nil, maxexchangenum=nil, maxqueuenum=nil, maxretentiontime=nil, usedvhostnum=nil, usedexchangenum=nil, usedqueuenum=nil)
|
44
44
|
@MaxTpsPerVHost = maxtpspervhost
|
45
45
|
@MaxConnNumPerVHost = maxconnnumpervhost
|
@@ -79,7 +79,7 @@ module TencentCloud
|
|
79
79
|
# @type Status: Integer
|
80
80
|
|
81
81
|
attr_accessor :Info, :Config, :Tags, :Status
|
82
|
-
|
82
|
+
|
83
83
|
def initialize(info=nil, config=nil, tags=nil, status=nil)
|
84
84
|
@Info = info
|
85
85
|
@Config = config
|
@@ -129,7 +129,7 @@ module TencentCloud
|
|
129
129
|
# @type VpcEndPoint: String
|
130
130
|
|
131
131
|
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint
|
132
|
-
|
132
|
+
|
133
133
|
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil)
|
134
134
|
@ClusterId = clusterid
|
135
135
|
@ClusterName = clustername
|
@@ -163,7 +163,7 @@ module TencentCloud
|
|
163
163
|
# @type ExchangeNum: Integer
|
164
164
|
|
165
165
|
attr_accessor :QueueNum, :ProducedMsgNum, :AccumulativeMsgNum, :ExchangeNum
|
166
|
-
|
166
|
+
|
167
167
|
def initialize(queuenum=nil, producedmsgnum=nil, accumulativemsgnum=nil, exchangenum=nil)
|
168
168
|
@QueueNum = queuenum
|
169
169
|
@ProducedMsgNum = producedmsgnum
|
@@ -209,7 +209,7 @@ module TencentCloud
|
|
209
209
|
# @type DelayType: String
|
210
210
|
|
211
211
|
attr_accessor :Name, :Type, :SourceBindedNum, :Remark, :DestBindedNum, :CreateTime, :UpdateTime, :Internal, :AlternateExchange, :AlternateExchangeDeleteMark, :DelayType
|
212
|
-
|
212
|
+
|
213
213
|
def initialize(name=nil, type=nil, sourcebindednum=nil, remark=nil, destbindednum=nil, createtime=nil, updatetime=nil, internal=nil, alternateexchange=nil, alternateexchangedeletemark=nil, delaytype=nil)
|
214
214
|
@Name = name
|
215
215
|
@Type = type
|
@@ -278,7 +278,7 @@ module TencentCloud
|
|
278
278
|
# @type TopicName: String
|
279
279
|
|
280
280
|
attr_accessor :Name, :Remark, :DestBindedNum, :CreateTime, :UpdateTime, :OnlineConsumerNum, :Tps, :AccumulativeMsgNum, :AutoDelete, :DeadLetterExchange, :DeadLetterRoutingKey, :TopicName
|
281
|
-
|
281
|
+
|
282
282
|
def initialize(name=nil, remark=nil, destbindednum=nil, createtime=nil, updatetime=nil, onlineconsumernum=nil, tps=nil, accumulativemsgnum=nil, autodelete=nil, deadletterexchange=nil, deadletterroutingkey=nil, topicname=nil)
|
283
283
|
@Name = name
|
284
284
|
@Remark = remark
|
@@ -333,7 +333,7 @@ module TencentCloud
|
|
333
333
|
# @type Remark: String
|
334
334
|
|
335
335
|
attr_accessor :RouteRelationId, :SourceExchange, :DestType, :DestValue, :RoutingKey, :SourceExchangeType, :CreateTime, :UpdateTime, :Remark
|
336
|
-
|
336
|
+
|
337
337
|
def initialize(routerelationid=nil, sourceexchange=nil, desttype=nil, destvalue=nil, routingkey=nil, sourceexchangetype=nil, createtime=nil, updatetime=nil, remark=nil)
|
338
338
|
@RouteRelationId = routerelationid
|
339
339
|
@SourceExchange = sourceexchange
|
@@ -381,7 +381,7 @@ module TencentCloud
|
|
381
381
|
# @type Status: Integer
|
382
382
|
|
383
383
|
attr_accessor :VHostId, :MsgTtl, :Remark, :CreateTime, :UpdateTime, :Username, :Password, :Status
|
384
|
-
|
384
|
+
|
385
385
|
def initialize(vhostid=nil, msgttl=nil, remark=nil, createtime=nil, updatetime=nil, username=nil, password=nil, status=nil)
|
386
386
|
@VHostId = vhostid
|
387
387
|
@MsgTtl = msgttl
|
@@ -415,7 +415,7 @@ module TencentCloud
|
|
415
415
|
# @type SubName: String
|
416
416
|
|
417
417
|
attr_accessor :MessageId, :AckTopic, :SubName
|
418
|
-
|
418
|
+
|
419
419
|
def initialize(messageid=nil, acktopic=nil, subname=nil)
|
420
420
|
@MessageId = messageid
|
421
421
|
@AckTopic = acktopic
|
@@ -438,7 +438,7 @@ module TencentCloud
|
|
438
438
|
# @type RequestId: String
|
439
439
|
|
440
440
|
attr_accessor :ErrorMsg, :RequestId
|
441
|
-
|
441
|
+
|
442
442
|
def initialize(errormsg=nil, requestid=nil)
|
443
443
|
@ErrorMsg = errormsg
|
444
444
|
@RequestId = requestid
|
@@ -456,7 +456,7 @@ module TencentCloud
|
|
456
456
|
# @type ClusterName: String
|
457
457
|
|
458
458
|
attr_accessor :ClusterName
|
459
|
-
|
459
|
+
|
460
460
|
def initialize(clustername=nil)
|
461
461
|
@ClusterName = clustername
|
462
462
|
end
|
@@ -469,7 +469,7 @@ module TencentCloud
|
|
469
469
|
# 运营端命名空间bundle实体
|
470
470
|
class BundleSetOpt < TencentCloud::Common::AbstractModel
|
471
471
|
|
472
|
-
|
472
|
+
|
473
473
|
def initialize()
|
474
474
|
end
|
475
475
|
|
@@ -483,7 +483,7 @@ module TencentCloud
|
|
483
483
|
# @type QueueName: String
|
484
484
|
|
485
485
|
attr_accessor :QueueName
|
486
|
-
|
486
|
+
|
487
487
|
def initialize(queuename=nil)
|
488
488
|
@QueueName = queuename
|
489
489
|
end
|
@@ -499,7 +499,7 @@ module TencentCloud
|
|
499
499
|
# @type RequestId: String
|
500
500
|
|
501
501
|
attr_accessor :RequestId
|
502
|
-
|
502
|
+
|
503
503
|
def initialize(requestid=nil)
|
504
504
|
@RequestId = requestid
|
505
505
|
end
|
@@ -517,7 +517,7 @@ module TencentCloud
|
|
517
517
|
# @type SubscriptionName: String
|
518
518
|
|
519
519
|
attr_accessor :TopicName, :SubscriptionName
|
520
|
-
|
520
|
+
|
521
521
|
def initialize(topicname=nil, subscriptionname=nil)
|
522
522
|
@TopicName = topicname
|
523
523
|
@SubscriptionName = subscriptionname
|
@@ -535,7 +535,7 @@ module TencentCloud
|
|
535
535
|
# @type RequestId: String
|
536
536
|
|
537
537
|
attr_accessor :RequestId
|
538
|
-
|
538
|
+
|
539
539
|
def initialize(requestid=nil)
|
540
540
|
@RequestId = requestid
|
541
541
|
end
|
@@ -620,7 +620,7 @@ module TencentCloud
|
|
620
620
|
# @type PayMode: Integer
|
621
621
|
|
622
622
|
attr_accessor :ClusterId, :ClusterName, :Remark, :EndPointNum, :CreateTime, :Healthy, :HealthyInfo, :Status, :MaxNamespaceNum, :MaxTopicNum, :MaxQps, :MessageRetentionTime, :MaxStorageCapacity, :Version, :PublicEndPoint, :VpcEndPoint, :NamespaceNum, :UsedStorageBudget, :MaxPublishRateInMessages, :MaxDispatchRateInMessages, :MaxPublishRateInBytes, :MaxDispatchRateInBytes, :TopicNum, :MaxMessageDelayInSeconds, :PublicAccessEnabled, :Tags, :PayMode
|
623
|
-
|
623
|
+
|
624
624
|
def initialize(clusterid=nil, clustername=nil, remark=nil, endpointnum=nil, createtime=nil, healthy=nil, healthyinfo=nil, status=nil, maxnamespacenum=nil, maxtopicnum=nil, maxqps=nil, messageretentiontime=nil, maxstoragecapacity=nil, version=nil, publicendpoint=nil, vpcendpoint=nil, namespacenum=nil, usedstoragebudget=nil, maxpublishrateinmessages=nil, maxdispatchrateinmessages=nil, maxpublishrateinbytes=nil, maxdispatchrateinbytes=nil, topicnum=nil, maxmessagedelayinseconds=nil, publicaccessenabled=nil, tags=nil, paymode=nil)
|
625
625
|
@ClusterId = clusterid
|
626
626
|
@ClusterName = clustername
|
@@ -705,7 +705,7 @@ module TencentCloud
|
|
705
705
|
# @type MaxReceiveCount: Integer
|
706
706
|
|
707
707
|
attr_accessor :DeadLetterQueue, :Policy, :MaxTimeToLive, :MaxReceiveCount
|
708
|
-
|
708
|
+
|
709
709
|
def initialize(deadletterqueue=nil, policy=nil, maxtimetolive=nil, maxreceivecount=nil)
|
710
710
|
@DeadLetterQueue = deadletterqueue
|
711
711
|
@Policy = policy
|
@@ -731,7 +731,7 @@ module TencentCloud
|
|
731
731
|
# @type QueueName: String
|
732
732
|
|
733
733
|
attr_accessor :QueueId, :QueueName
|
734
|
-
|
734
|
+
|
735
735
|
def initialize(queueid=nil, queuename=nil)
|
736
736
|
@QueueId = queueid
|
737
737
|
@QueueName = queuename
|
@@ -837,7 +837,7 @@ module TencentCloud
|
|
837
837
|
# @type RetentionSizeInMB: Integer
|
838
838
|
|
839
839
|
attr_accessor :QueueId, :QueueName, :Qps, :Bps, :MaxDelaySeconds, :MaxMsgHeapNum, :PollingWaitSeconds, :MsgRetentionSeconds, :VisibilityTimeout, :MaxMsgSize, :RewindSeconds, :CreateTime, :LastModifyTime, :ActiveMsgNum, :InactiveMsgNum, :DelayMsgNum, :RewindMsgNum, :MinMsgTime, :Transaction, :DeadLetterSource, :DeadLetterPolicy, :TransactionPolicy, :CreateUin, :Tags, :Trace, :TenantId, :NamespaceName, :Status, :MaxUnackedMsgNum, :MaxMsgBacklogSize, :RetentionSizeInMB
|
840
|
-
|
840
|
+
|
841
841
|
def initialize(queueid=nil, queuename=nil, qps=nil, bps=nil, maxdelayseconds=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, msgretentionseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, rewindseconds=nil, createtime=nil, lastmodifytime=nil, activemsgnum=nil, inactivemsgnum=nil, delaymsgnum=nil, rewindmsgnum=nil, minmsgtime=nil, transaction=nil, deadlettersource=nil, deadletterpolicy=nil, transactionpolicy=nil, createuin=nil, tags=nil, trace=nil, tenantid=nil, namespacename=nil, status=nil, maxunackedmsgnum=nil, maxmsgbacklogsize=nil, retentionsizeinmb=nil)
|
842
842
|
@QueueId = queueid
|
843
843
|
@QueueName = queuename
|
@@ -971,7 +971,7 @@ module TencentCloud
|
|
971
971
|
# @type NotifyContentFormat: String
|
972
972
|
|
973
973
|
attr_accessor :SubscriptionName, :SubscriptionId, :TopicOwner, :MsgCount, :LastModifyTime, :CreateTime, :BindingKey, :Endpoint, :FilterTags, :Protocol, :NotifyStrategy, :NotifyContentFormat
|
974
|
-
|
974
|
+
|
975
975
|
def initialize(subscriptionname=nil, subscriptionid=nil, topicowner=nil, msgcount=nil, lastmodifytime=nil, createtime=nil, bindingkey=nil, endpoint=nil, filtertags=nil, protocol=nil, notifystrategy=nil, notifycontentformat=nil)
|
976
976
|
@SubscriptionName = subscriptionname
|
977
977
|
@SubscriptionId = subscriptionid
|
@@ -1057,7 +1057,7 @@ module TencentCloud
|
|
1057
1057
|
# @type BrokerType: Integer
|
1058
1058
|
|
1059
1059
|
attr_accessor :TopicId, :TopicName, :MsgRetentionSeconds, :MaxMsgSize, :Qps, :FilterType, :CreateTime, :LastModifyTime, :MsgCount, :CreateUin, :Tags, :Trace, :TenantId, :NamespaceName, :Status, :BrokerType
|
1060
|
-
|
1060
|
+
|
1061
1061
|
def initialize(topicid=nil, topicname=nil, msgretentionseconds=nil, maxmsgsize=nil, qps=nil, filtertype=nil, createtime=nil, lastmodifytime=nil, msgcount=nil, createuin=nil, tags=nil, trace=nil, tenantid=nil, namespacename=nil, status=nil, brokertype=nil)
|
1062
1062
|
@TopicId = topicid
|
1063
1063
|
@TopicName = topicname
|
@@ -1114,7 +1114,7 @@ module TencentCloud
|
|
1114
1114
|
# @type MaxQueryCount: Integer
|
1115
1115
|
|
1116
1116
|
attr_accessor :FirstQueryInterval, :MaxQueryCount
|
1117
|
-
|
1117
|
+
|
1118
1118
|
def initialize(firstqueryinterval=nil, maxquerycount=nil)
|
1119
1119
|
@FirstQueryInterval = firstqueryinterval
|
1120
1120
|
@MaxQueryCount = maxquerycount
|
@@ -1145,7 +1145,7 @@ module TencentCloud
|
|
1145
1145
|
# @type Partition: Integer
|
1146
1146
|
|
1147
1147
|
attr_accessor :ConnectedSince, :ConsumerAddr, :ConsumerName, :ClientVersion, :Partition
|
1148
|
-
|
1148
|
+
|
1149
1149
|
def initialize(connectedsince=nil, consumeraddr=nil, consumername=nil, clientversion=nil, partition=nil)
|
1150
1150
|
@ConnectedSince = connectedsince
|
1151
1151
|
@ConsumerAddr = consumeraddr
|
@@ -1183,7 +1183,7 @@ module TencentCloud
|
|
1183
1183
|
# @type MsgRateExpired: String
|
1184
1184
|
|
1185
1185
|
attr_accessor :Partitions, :NumberOfEntries, :MsgBacklog, :MsgRateOut, :MsgThroughputOut, :MsgRateExpired
|
1186
|
-
|
1186
|
+
|
1187
1187
|
def initialize(partitions=nil, numberofentries=nil, msgbacklog=nil, msgrateout=nil, msgthroughputout=nil, msgrateexpired=nil)
|
1188
1188
|
@Partitions = partitions
|
1189
1189
|
@NumberOfEntries = numberofentries
|
@@ -1211,7 +1211,7 @@ module TencentCloud
|
|
1211
1211
|
# @type Remark: String
|
1212
1212
|
|
1213
1213
|
attr_accessor :Name, :Remark
|
1214
|
-
|
1214
|
+
|
1215
1215
|
def initialize(name=nil, remark=nil)
|
1216
1216
|
@Name = name
|
1217
1217
|
@Remark = remark
|
@@ -1231,7 +1231,7 @@ module TencentCloud
|
|
1231
1231
|
# @type RequestId: String
|
1232
1232
|
|
1233
1233
|
attr_accessor :ClusterId, :RequestId
|
1234
|
-
|
1234
|
+
|
1235
1235
|
def initialize(clusterid=nil, requestid=nil)
|
1236
1236
|
@ClusterId = clusterid
|
1237
1237
|
@RequestId = requestid
|
@@ -1261,7 +1261,7 @@ module TencentCloud
|
|
1261
1261
|
# @type DelayedType: String
|
1262
1262
|
|
1263
1263
|
attr_accessor :Exchange, :VHosts, :Type, :ClusterId, :Remark, :AlternateExchange, :DelayedType
|
1264
|
-
|
1264
|
+
|
1265
1265
|
def initialize(exchange=nil, vhosts=nil, type=nil, clusterid=nil, remark=nil, alternateexchange=nil, delayedtype=nil)
|
1266
1266
|
@Exchange = exchange
|
1267
1267
|
@VHosts = vhosts
|
@@ -1289,7 +1289,7 @@ module TencentCloud
|
|
1289
1289
|
# @type RequestId: String
|
1290
1290
|
|
1291
1291
|
attr_accessor :RequestId
|
1292
|
-
|
1292
|
+
|
1293
1293
|
def initialize(requestid=nil)
|
1294
1294
|
@RequestId = requestid
|
1295
1295
|
end
|
@@ -1317,7 +1317,7 @@ module TencentCloud
|
|
1317
1317
|
# @type DeadLetterRoutingKey: String
|
1318
1318
|
|
1319
1319
|
attr_accessor :Queue, :VHostId, :AutoDelete, :ClusterId, :Remark, :DeadLetterExchange, :DeadLetterRoutingKey
|
1320
|
-
|
1320
|
+
|
1321
1321
|
def initialize(queue=nil, vhostid=nil, autodelete=nil, clusterid=nil, remark=nil, deadletterexchange=nil, deadletterroutingkey=nil)
|
1322
1322
|
@Queue = queue
|
1323
1323
|
@VHostId = vhostid
|
@@ -1345,7 +1345,7 @@ module TencentCloud
|
|
1345
1345
|
# @type RequestId: String
|
1346
1346
|
|
1347
1347
|
attr_accessor :RequestId
|
1348
|
-
|
1348
|
+
|
1349
1349
|
def initialize(requestid=nil)
|
1350
1350
|
@RequestId = requestid
|
1351
1351
|
end
|
@@ -1373,7 +1373,7 @@ module TencentCloud
|
|
1373
1373
|
# @type RoutingKey: String
|
1374
1374
|
|
1375
1375
|
attr_accessor :ClusterId, :VHostId, :SourceExchange, :DestType, :DestValue, :Remark, :RoutingKey
|
1376
|
-
|
1376
|
+
|
1377
1377
|
def initialize(clusterid=nil, vhostid=nil, sourceexchange=nil, desttype=nil, destvalue=nil, remark=nil, routingkey=nil)
|
1378
1378
|
@ClusterId = clusterid
|
1379
1379
|
@VHostId = vhostid
|
@@ -1401,7 +1401,7 @@ module TencentCloud
|
|
1401
1401
|
# @type RequestId: String
|
1402
1402
|
|
1403
1403
|
attr_accessor :RequestId
|
1404
|
-
|
1404
|
+
|
1405
1405
|
def initialize(requestid=nil)
|
1406
1406
|
@RequestId = requestid
|
1407
1407
|
end
|
@@ -1423,7 +1423,7 @@ module TencentCloud
|
|
1423
1423
|
# @type Remark: String
|
1424
1424
|
|
1425
1425
|
attr_accessor :ClusterId, :VHostId, :MsgTtl, :Remark
|
1426
|
-
|
1426
|
+
|
1427
1427
|
def initialize(clusterid=nil, vhostid=nil, msgttl=nil, remark=nil)
|
1428
1428
|
@ClusterId = clusterid
|
1429
1429
|
@VHostId = vhostid
|
@@ -1445,7 +1445,7 @@ module TencentCloud
|
|
1445
1445
|
# @type RequestId: String
|
1446
1446
|
|
1447
1447
|
attr_accessor :RequestId
|
1448
|
-
|
1448
|
+
|
1449
1449
|
def initialize(requestid=nil)
|
1450
1450
|
@RequestId = requestid
|
1451
1451
|
end
|
@@ -1469,7 +1469,7 @@ module TencentCloud
|
|
1469
1469
|
# @type PublicAccessEnabled: Boolean
|
1470
1470
|
|
1471
1471
|
attr_accessor :ClusterName, :BindClusterId, :Remark, :Tags, :PublicAccessEnabled
|
1472
|
-
|
1472
|
+
|
1473
1473
|
def initialize(clustername=nil, bindclusterid=nil, remark=nil, tags=nil, publicaccessenabled=nil)
|
1474
1474
|
@ClusterName = clustername
|
1475
1475
|
@BindClusterId = bindclusterid
|
@@ -1502,7 +1502,7 @@ module TencentCloud
|
|
1502
1502
|
# @type RequestId: String
|
1503
1503
|
|
1504
1504
|
attr_accessor :ClusterId, :RequestId
|
1505
|
-
|
1505
|
+
|
1506
1506
|
def initialize(clusterid=nil, requestid=nil)
|
1507
1507
|
@ClusterId = clusterid
|
1508
1508
|
@RequestId = requestid
|
@@ -1552,7 +1552,7 @@ module TencentCloud
|
|
1552
1552
|
# @type RetentionSizeInMB: Integer
|
1553
1553
|
|
1554
1554
|
attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :Transaction, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :Policy, :MaxReceiveCount, :MaxTimeToLive, :Trace, :Tags, :RetentionSizeInMB
|
1555
|
-
|
1555
|
+
|
1556
1556
|
def initialize(queuename=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, msgretentionseconds=nil, rewindseconds=nil, transaction=nil, firstqueryinterval=nil, maxquerycount=nil, deadletterqueuename=nil, policy=nil, maxreceivecount=nil, maxtimetolive=nil, trace=nil, tags=nil, retentionsizeinmb=nil)
|
1557
1557
|
@QueueName = queuename
|
1558
1558
|
@MaxMsgHeapNum = maxmsgheapnum
|
@@ -1609,7 +1609,7 @@ module TencentCloud
|
|
1609
1609
|
# @type RequestId: String
|
1610
1610
|
|
1611
1611
|
attr_accessor :QueueId, :RequestId
|
1612
|
-
|
1612
|
+
|
1613
1613
|
def initialize(queueid=nil, requestid=nil)
|
1614
1614
|
@QueueId = queueid
|
1615
1615
|
@RequestId = requestid
|
@@ -1641,7 +1641,7 @@ module TencentCloud
|
|
1641
1641
|
# @type NotifyContentFormat: String
|
1642
1642
|
|
1643
1643
|
attr_accessor :TopicName, :SubscriptionName, :Protocol, :Endpoint, :NotifyStrategy, :FilterTag, :BindingKey, :NotifyContentFormat
|
1644
|
-
|
1644
|
+
|
1645
1645
|
def initialize(topicname=nil, subscriptionname=nil, protocol=nil, endpoint=nil, notifystrategy=nil, filtertag=nil, bindingkey=nil, notifycontentformat=nil)
|
1646
1646
|
@TopicName = topicname
|
1647
1647
|
@SubscriptionName = subscriptionname
|
@@ -1673,7 +1673,7 @@ module TencentCloud
|
|
1673
1673
|
# @type RequestId: String
|
1674
1674
|
|
1675
1675
|
attr_accessor :SubscriptionId, :RequestId
|
1676
|
-
|
1676
|
+
|
1677
1677
|
def initialize(subscriptionid=nil, requestid=nil)
|
1678
1678
|
@SubscriptionId = subscriptionid
|
1679
1679
|
@RequestId = requestid
|
@@ -1701,7 +1701,7 @@ module TencentCloud
|
|
1701
1701
|
# @type Tags: Array
|
1702
1702
|
|
1703
1703
|
attr_accessor :TopicName, :MaxMsgSize, :FilterType, :MsgRetentionSeconds, :Trace, :Tags
|
1704
|
-
|
1704
|
+
|
1705
1705
|
def initialize(topicname=nil, maxmsgsize=nil, filtertype=nil, msgretentionseconds=nil, trace=nil, tags=nil)
|
1706
1706
|
@TopicName = topicname
|
1707
1707
|
@MaxMsgSize = maxmsgsize
|
@@ -1736,7 +1736,7 @@ module TencentCloud
|
|
1736
1736
|
# @type RequestId: String
|
1737
1737
|
|
1738
1738
|
attr_accessor :TopicId, :RequestId
|
1739
|
-
|
1739
|
+
|
1740
1740
|
def initialize(topicid=nil, requestid=nil)
|
1741
1741
|
@TopicId = topicid
|
1742
1742
|
@RequestId = requestid
|
@@ -1764,7 +1764,7 @@ module TencentCloud
|
|
1764
1764
|
# @type AutoSubscriptionCreation: Boolean
|
1765
1765
|
|
1766
1766
|
attr_accessor :EnvironmentId, :MsgTTL, :Remark, :ClusterId, :RetentionPolicy, :AutoSubscriptionCreation
|
1767
|
-
|
1767
|
+
|
1768
1768
|
def initialize(environmentid=nil, msgttl=nil, remark=nil, clusterid=nil, retentionpolicy=nil, autosubscriptioncreation=nil)
|
1769
1769
|
@EnvironmentId = environmentid
|
1770
1770
|
@MsgTTL = msgttl
|
@@ -1802,7 +1802,7 @@ module TencentCloud
|
|
1802
1802
|
# @type RequestId: String
|
1803
1803
|
|
1804
1804
|
attr_accessor :EnvironmentId, :MsgTTL, :Remark, :NamespaceId, :RequestId
|
1805
|
-
|
1805
|
+
|
1806
1806
|
def initialize(environmentid=nil, msgttl=nil, remark=nil, namespaceid=nil, requestid=nil)
|
1807
1807
|
@EnvironmentId = environmentid
|
1808
1808
|
@MsgTTL = msgttl
|
@@ -1832,7 +1832,7 @@ module TencentCloud
|
|
1832
1832
|
# @type ClusterId: String
|
1833
1833
|
|
1834
1834
|
attr_accessor :EnvironmentId, :RoleName, :Permissions, :ClusterId
|
1835
|
-
|
1835
|
+
|
1836
1836
|
def initialize(environmentid=nil, rolename=nil, permissions=nil, clusterid=nil)
|
1837
1837
|
@EnvironmentId = environmentid
|
1838
1838
|
@RoleName = rolename
|
@@ -1854,7 +1854,7 @@ module TencentCloud
|
|
1854
1854
|
# @type RequestId: String
|
1855
1855
|
|
1856
1856
|
attr_accessor :RequestId
|
1857
|
-
|
1857
|
+
|
1858
1858
|
def initialize(requestid=nil)
|
1859
1859
|
@RequestId = requestid
|
1860
1860
|
end
|
@@ -1883,7 +1883,7 @@ module TencentCloud
|
|
1883
1883
|
# @type MaxChannels: Integer
|
1884
1884
|
|
1885
1885
|
attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :MaxConnections, :MaxChannels
|
1886
|
-
|
1886
|
+
|
1887
1887
|
def initialize(instanceid=nil, user=nil, password=nil, description=nil, tags=nil, maxconnections=nil, maxchannels=nil)
|
1888
1888
|
@InstanceId = instanceid
|
1889
1889
|
@User = user
|
@@ -1913,7 +1913,7 @@ module TencentCloud
|
|
1913
1913
|
# @type RequestId: String
|
1914
1914
|
|
1915
1915
|
attr_accessor :User, :RequestId
|
1916
|
-
|
1916
|
+
|
1917
1917
|
def initialize(user=nil, requestid=nil)
|
1918
1918
|
@User = user
|
1919
1919
|
@RequestId = requestid
|
@@ -1949,7 +1949,7 @@ module TencentCloud
|
|
1949
1949
|
# @type TimeSpan: Integer
|
1950
1950
|
|
1951
1951
|
attr_accessor :ZoneIds, :VpcId, :SubnetId, :ClusterName, :NodeSpec, :NodeNum, :StorageSize, :EnableCreateDefaultHaMirrorQueue, :AutoRenewFlag, :TimeSpan
|
1952
|
-
|
1952
|
+
|
1953
1953
|
def initialize(zoneids=nil, vpcid=nil, subnetid=nil, clustername=nil, nodespec=nil, nodenum=nil, storagesize=nil, enablecreatedefaulthamirrorqueue=nil, autorenewflag=nil, timespan=nil)
|
1954
1954
|
@ZoneIds = zoneids
|
1955
1955
|
@VpcId = vpcid
|
@@ -1989,7 +1989,7 @@ module TencentCloud
|
|
1989
1989
|
# @type RequestId: String
|
1990
1990
|
|
1991
1991
|
attr_accessor :TranId, :InstanceId, :RequestId
|
1992
|
-
|
1992
|
+
|
1993
1993
|
def initialize(tranid=nil, instanceid=nil, requestid=nil)
|
1994
1994
|
@TranId = tranid
|
1995
1995
|
@InstanceId = instanceid
|
@@ -2015,7 +2015,7 @@ module TencentCloud
|
|
2015
2015
|
# @type TraceFlag: Boolean
|
2016
2016
|
|
2017
2017
|
attr_accessor :InstanceId, :VirtualHost, :Description, :TraceFlag
|
2018
|
-
|
2018
|
+
|
2019
2019
|
def initialize(instanceid=nil, virtualhost=nil, description=nil, traceflag=nil)
|
2020
2020
|
@InstanceId = instanceid
|
2021
2021
|
@VirtualHost = virtualhost
|
@@ -2039,7 +2039,7 @@ module TencentCloud
|
|
2039
2039
|
# @type RequestId: String
|
2040
2040
|
|
2041
2041
|
attr_accessor :VirtualHost, :RequestId
|
2042
|
-
|
2042
|
+
|
2043
2043
|
def initialize(virtualhost=nil, requestid=nil)
|
2044
2044
|
@VirtualHost = virtualhost
|
2045
2045
|
@RequestId = requestid
|
@@ -2059,7 +2059,7 @@ module TencentCloud
|
|
2059
2059
|
# @type Remark: String
|
2060
2060
|
|
2061
2061
|
attr_accessor :Name, :Remark
|
2062
|
-
|
2062
|
+
|
2063
2063
|
def initialize(name=nil, remark=nil)
|
2064
2064
|
@Name = name
|
2065
2065
|
@Remark = remark
|
@@ -2079,7 +2079,7 @@ module TencentCloud
|
|
2079
2079
|
# @type RequestId: String
|
2080
2080
|
|
2081
2081
|
attr_accessor :ClusterId, :RequestId
|
2082
|
-
|
2082
|
+
|
2083
2083
|
def initialize(clusterid=nil, requestid=nil)
|
2084
2084
|
@ClusterId = clusterid
|
2085
2085
|
@RequestId = requestid
|
@@ -2111,7 +2111,7 @@ module TencentCloud
|
|
2111
2111
|
# @type RetryMaxTimes: Integer
|
2112
2112
|
|
2113
2113
|
attr_accessor :GroupId, :Namespaces, :ReadEnable, :BroadcastEnable, :ClusterId, :Remark, :GroupType, :RetryMaxTimes
|
2114
|
-
|
2114
|
+
|
2115
2115
|
def initialize(groupid=nil, namespaces=nil, readenable=nil, broadcastenable=nil, clusterid=nil, remark=nil, grouptype=nil, retrymaxtimes=nil)
|
2116
2116
|
@GroupId = groupid
|
2117
2117
|
@Namespaces = namespaces
|
@@ -2141,7 +2141,7 @@ module TencentCloud
|
|
2141
2141
|
# @type RequestId: String
|
2142
2142
|
|
2143
2143
|
attr_accessor :RequestId
|
2144
|
-
|
2144
|
+
|
2145
2145
|
def initialize(requestid=nil)
|
2146
2146
|
@RequestId = requestid
|
2147
2147
|
end
|
@@ -2165,7 +2165,7 @@ module TencentCloud
|
|
2165
2165
|
# @type Remark: String
|
2166
2166
|
|
2167
2167
|
attr_accessor :ClusterId, :NamespaceId, :Ttl, :RetentionTime, :Remark
|
2168
|
-
|
2168
|
+
|
2169
2169
|
def initialize(clusterid=nil, namespaceid=nil, ttl=nil, retentiontime=nil, remark=nil)
|
2170
2170
|
@ClusterId = clusterid
|
2171
2171
|
@NamespaceId = namespaceid
|
@@ -2189,7 +2189,7 @@ module TencentCloud
|
|
2189
2189
|
# @type RequestId: String
|
2190
2190
|
|
2191
2191
|
attr_accessor :RequestId
|
2192
|
-
|
2192
|
+
|
2193
2193
|
def initialize(requestid=nil)
|
2194
2194
|
@RequestId = requestid
|
2195
2195
|
end
|
@@ -2215,7 +2215,7 @@ module TencentCloud
|
|
2215
2215
|
# @type PartitionNum: Integer
|
2216
2216
|
|
2217
2217
|
attr_accessor :Topic, :Namespaces, :Type, :ClusterId, :Remark, :PartitionNum
|
2218
|
-
|
2218
|
+
|
2219
2219
|
def initialize(topic=nil, namespaces=nil, type=nil, clusterid=nil, remark=nil, partitionnum=nil)
|
2220
2220
|
@Topic = topic
|
2221
2221
|
@Namespaces = namespaces
|
@@ -2241,7 +2241,7 @@ module TencentCloud
|
|
2241
2241
|
# @type RequestId: String
|
2242
2242
|
|
2243
2243
|
attr_accessor :RequestId
|
2244
|
-
|
2244
|
+
|
2245
2245
|
def initialize(requestid=nil)
|
2246
2246
|
@RequestId = requestid
|
2247
2247
|
end
|
@@ -2261,7 +2261,7 @@ module TencentCloud
|
|
2261
2261
|
# @type ClusterId: String
|
2262
2262
|
|
2263
2263
|
attr_accessor :RoleName, :Remark, :ClusterId
|
2264
|
-
|
2264
|
+
|
2265
2265
|
def initialize(rolename=nil, remark=nil, clusterid=nil)
|
2266
2266
|
@RoleName = rolename
|
2267
2267
|
@Remark = remark
|
@@ -2288,7 +2288,7 @@ module TencentCloud
|
|
2288
2288
|
# @type RequestId: String
|
2289
2289
|
|
2290
2290
|
attr_accessor :RoleName, :Token, :Remark, :RequestId
|
2291
|
-
|
2291
|
+
|
2292
2292
|
def initialize(rolename=nil, token=nil, remark=nil, requestid=nil)
|
2293
2293
|
@RoleName = rolename
|
2294
2294
|
@Token = token
|
@@ -2324,7 +2324,7 @@ module TencentCloud
|
|
2324
2324
|
# @type PostFixPattern: String
|
2325
2325
|
|
2326
2326
|
attr_accessor :EnvironmentId, :TopicName, :SubscriptionName, :IsIdempotent, :Remark, :ClusterId, :AutoCreatePolicyTopic, :PostFixPattern
|
2327
|
-
|
2327
|
+
|
2328
2328
|
def initialize(environmentid=nil, topicname=nil, subscriptionname=nil, isidempotent=nil, remark=nil, clusterid=nil, autocreatepolicytopic=nil, postfixpattern=nil)
|
2329
2329
|
@EnvironmentId = environmentid
|
2330
2330
|
@TopicName = topicname
|
@@ -2356,7 +2356,7 @@ module TencentCloud
|
|
2356
2356
|
# @type RequestId: String
|
2357
2357
|
|
2358
2358
|
attr_accessor :Result, :RequestId
|
2359
|
-
|
2359
|
+
|
2360
2360
|
def initialize(result=nil, requestid=nil)
|
2361
2361
|
@Result = result
|
2362
2362
|
@RequestId = requestid
|
@@ -2395,7 +2395,7 @@ module TencentCloud
|
|
2395
2395
|
# @type PulsarTopicType: Integer
|
2396
2396
|
|
2397
2397
|
attr_accessor :EnvironmentId, :TopicName, :Partitions, :Remark, :TopicType, :ClusterId, :PulsarTopicType
|
2398
|
-
|
2398
|
+
|
2399
2399
|
def initialize(environmentid=nil, topicname=nil, partitions=nil, remark=nil, topictype=nil, clusterid=nil, pulsartopictype=nil)
|
2400
2400
|
@EnvironmentId = environmentid
|
2401
2401
|
@TopicName = topicname
|
@@ -2439,7 +2439,7 @@ module TencentCloud
|
|
2439
2439
|
# @type RequestId: String
|
2440
2440
|
|
2441
2441
|
attr_accessor :EnvironmentId, :TopicName, :Partitions, :Remark, :TopicType, :RequestId
|
2442
|
-
|
2442
|
+
|
2443
2443
|
def initialize(environmentid=nil, topicname=nil, partitions=nil, remark=nil, topictype=nil, requestid=nil)
|
2444
2444
|
@EnvironmentId = environmentid
|
2445
2445
|
@TopicName = topicname
|
@@ -2465,7 +2465,7 @@ module TencentCloud
|
|
2465
2465
|
# @type ClusterId: String
|
2466
2466
|
|
2467
2467
|
attr_accessor :ClusterId
|
2468
|
-
|
2468
|
+
|
2469
2469
|
def initialize(clusterid=nil)
|
2470
2470
|
@ClusterId = clusterid
|
2471
2471
|
end
|
@@ -2481,7 +2481,7 @@ module TencentCloud
|
|
2481
2481
|
# @type RequestId: String
|
2482
2482
|
|
2483
2483
|
attr_accessor :RequestId
|
2484
|
-
|
2484
|
+
|
2485
2485
|
def initialize(requestid=nil)
|
2486
2486
|
@RequestId = requestid
|
2487
2487
|
end
|
@@ -2501,7 +2501,7 @@ module TencentCloud
|
|
2501
2501
|
# @type Exchange: String
|
2502
2502
|
|
2503
2503
|
attr_accessor :ClusterId, :VHostId, :Exchange
|
2504
|
-
|
2504
|
+
|
2505
2505
|
def initialize(clusterid=nil, vhostid=nil, exchange=nil)
|
2506
2506
|
@ClusterId = clusterid
|
2507
2507
|
@VHostId = vhostid
|
@@ -2521,7 +2521,7 @@ module TencentCloud
|
|
2521
2521
|
# @type RequestId: String
|
2522
2522
|
|
2523
2523
|
attr_accessor :RequestId
|
2524
|
-
|
2524
|
+
|
2525
2525
|
def initialize(requestid=nil)
|
2526
2526
|
@RequestId = requestid
|
2527
2527
|
end
|
@@ -2541,7 +2541,7 @@ module TencentCloud
|
|
2541
2541
|
# @type Queue: String
|
2542
2542
|
|
2543
2543
|
attr_accessor :ClusterId, :VHostId, :Queue
|
2544
|
-
|
2544
|
+
|
2545
2545
|
def initialize(clusterid=nil, vhostid=nil, queue=nil)
|
2546
2546
|
@ClusterId = clusterid
|
2547
2547
|
@VHostId = vhostid
|
@@ -2561,7 +2561,7 @@ module TencentCloud
|
|
2561
2561
|
# @type RequestId: String
|
2562
2562
|
|
2563
2563
|
attr_accessor :RequestId
|
2564
|
-
|
2564
|
+
|
2565
2565
|
def initialize(requestid=nil)
|
2566
2566
|
@RequestId = requestid
|
2567
2567
|
end
|
@@ -2581,7 +2581,7 @@ module TencentCloud
|
|
2581
2581
|
# @type RouteRelationId: String
|
2582
2582
|
|
2583
2583
|
attr_accessor :ClusterId, :VHostId, :RouteRelationId
|
2584
|
-
|
2584
|
+
|
2585
2585
|
def initialize(clusterid=nil, vhostid=nil, routerelationid=nil)
|
2586
2586
|
@ClusterId = clusterid
|
2587
2587
|
@VHostId = vhostid
|
@@ -2601,7 +2601,7 @@ module TencentCloud
|
|
2601
2601
|
# @type RequestId: String
|
2602
2602
|
|
2603
2603
|
attr_accessor :RequestId
|
2604
|
-
|
2604
|
+
|
2605
2605
|
def initialize(requestid=nil)
|
2606
2606
|
@RequestId = requestid
|
2607
2607
|
end
|
@@ -2619,7 +2619,7 @@ module TencentCloud
|
|
2619
2619
|
# @type VHostId: String
|
2620
2620
|
|
2621
2621
|
attr_accessor :ClusterId, :VHostId
|
2622
|
-
|
2622
|
+
|
2623
2623
|
def initialize(clusterid=nil, vhostid=nil)
|
2624
2624
|
@ClusterId = clusterid
|
2625
2625
|
@VHostId = vhostid
|
@@ -2637,7 +2637,7 @@ module TencentCloud
|
|
2637
2637
|
# @type RequestId: String
|
2638
2638
|
|
2639
2639
|
attr_accessor :RequestId
|
2640
|
-
|
2640
|
+
|
2641
2641
|
def initialize(requestid=nil)
|
2642
2642
|
@RequestId = requestid
|
2643
2643
|
end
|
@@ -2653,7 +2653,7 @@ module TencentCloud
|
|
2653
2653
|
# @type ClusterId: String
|
2654
2654
|
|
2655
2655
|
attr_accessor :ClusterId
|
2656
|
-
|
2656
|
+
|
2657
2657
|
def initialize(clusterid=nil)
|
2658
2658
|
@ClusterId = clusterid
|
2659
2659
|
end
|
@@ -2671,7 +2671,7 @@ module TencentCloud
|
|
2671
2671
|
# @type RequestId: String
|
2672
2672
|
|
2673
2673
|
attr_accessor :ClusterId, :RequestId
|
2674
|
-
|
2674
|
+
|
2675
2675
|
def initialize(clusterid=nil, requestid=nil)
|
2676
2676
|
@ClusterId = clusterid
|
2677
2677
|
@RequestId = requestid
|
@@ -2689,7 +2689,7 @@ module TencentCloud
|
|
2689
2689
|
# @type QueueName: String
|
2690
2690
|
|
2691
2691
|
attr_accessor :QueueName
|
2692
|
-
|
2692
|
+
|
2693
2693
|
def initialize(queuename=nil)
|
2694
2694
|
@QueueName = queuename
|
2695
2695
|
end
|
@@ -2705,7 +2705,7 @@ module TencentCloud
|
|
2705
2705
|
# @type RequestId: String
|
2706
2706
|
|
2707
2707
|
attr_accessor :RequestId
|
2708
|
-
|
2708
|
+
|
2709
2709
|
def initialize(requestid=nil)
|
2710
2710
|
@RequestId = requestid
|
2711
2711
|
end
|
@@ -2723,7 +2723,7 @@ module TencentCloud
|
|
2723
2723
|
# @type SubscriptionName: String
|
2724
2724
|
|
2725
2725
|
attr_accessor :TopicName, :SubscriptionName
|
2726
|
-
|
2726
|
+
|
2727
2727
|
def initialize(topicname=nil, subscriptionname=nil)
|
2728
2728
|
@TopicName = topicname
|
2729
2729
|
@SubscriptionName = subscriptionname
|
@@ -2741,7 +2741,7 @@ module TencentCloud
|
|
2741
2741
|
# @type RequestId: String
|
2742
2742
|
|
2743
2743
|
attr_accessor :RequestId
|
2744
|
-
|
2744
|
+
|
2745
2745
|
def initialize(requestid=nil)
|
2746
2746
|
@RequestId = requestid
|
2747
2747
|
end
|
@@ -2757,7 +2757,7 @@ module TencentCloud
|
|
2757
2757
|
# @type TopicName: String
|
2758
2758
|
|
2759
2759
|
attr_accessor :TopicName
|
2760
|
-
|
2760
|
+
|
2761
2761
|
def initialize(topicname=nil)
|
2762
2762
|
@TopicName = topicname
|
2763
2763
|
end
|
@@ -2773,7 +2773,7 @@ module TencentCloud
|
|
2773
2773
|
# @type RequestId: String
|
2774
2774
|
|
2775
2775
|
attr_accessor :RequestId
|
2776
|
-
|
2776
|
+
|
2777
2777
|
def initialize(requestid=nil)
|
2778
2778
|
@RequestId = requestid
|
2779
2779
|
end
|
@@ -2793,7 +2793,7 @@ module TencentCloud
|
|
2793
2793
|
# @type ClusterId: String
|
2794
2794
|
|
2795
2795
|
attr_accessor :EnvironmentId, :RoleNames, :ClusterId
|
2796
|
-
|
2796
|
+
|
2797
2797
|
def initialize(environmentid=nil, rolenames=nil, clusterid=nil)
|
2798
2798
|
@EnvironmentId = environmentid
|
2799
2799
|
@RoleNames = rolenames
|
@@ -2813,7 +2813,7 @@ module TencentCloud
|
|
2813
2813
|
# @type RequestId: String
|
2814
2814
|
|
2815
2815
|
attr_accessor :RequestId
|
2816
|
-
|
2816
|
+
|
2817
2817
|
def initialize(requestid=nil)
|
2818
2818
|
@RequestId = requestid
|
2819
2819
|
end
|
@@ -2831,7 +2831,7 @@ module TencentCloud
|
|
2831
2831
|
# @type ClusterId: String
|
2832
2832
|
|
2833
2833
|
attr_accessor :EnvironmentIds, :ClusterId
|
2834
|
-
|
2834
|
+
|
2835
2835
|
def initialize(environmentids=nil, clusterid=nil)
|
2836
2836
|
@EnvironmentIds = environmentids
|
2837
2837
|
@ClusterId = clusterid
|
@@ -2851,7 +2851,7 @@ module TencentCloud
|
|
2851
2851
|
# @type RequestId: String
|
2852
2852
|
|
2853
2853
|
attr_accessor :EnvironmentIds, :RequestId
|
2854
|
-
|
2854
|
+
|
2855
2855
|
def initialize(environmentids=nil, requestid=nil)
|
2856
2856
|
@EnvironmentIds = environmentids
|
2857
2857
|
@RequestId = requestid
|
@@ -2863,13 +2863,85 @@ module TencentCloud
|
|
2863
2863
|
end
|
2864
2864
|
end
|
2865
2865
|
|
2866
|
+
# DeleteRabbitMQUser请求参数结构体
|
2867
|
+
class DeleteRabbitMQUserRequest < TencentCloud::Common::AbstractModel
|
2868
|
+
# @param InstanceId: 集群实例Id
|
2869
|
+
# @type InstanceId: String
|
2870
|
+
# @param User: 用户名,登录时使用
|
2871
|
+
# @type User: String
|
2872
|
+
|
2873
|
+
attr_accessor :InstanceId, :User
|
2874
|
+
|
2875
|
+
def initialize(instanceid=nil, user=nil)
|
2876
|
+
@InstanceId = instanceid
|
2877
|
+
@User = user
|
2878
|
+
end
|
2879
|
+
|
2880
|
+
def deserialize(params)
|
2881
|
+
@InstanceId = params['InstanceId']
|
2882
|
+
@User = params['User']
|
2883
|
+
end
|
2884
|
+
end
|
2885
|
+
|
2886
|
+
# DeleteRabbitMQUser返回参数结构体
|
2887
|
+
class DeleteRabbitMQUserResponse < TencentCloud::Common::AbstractModel
|
2888
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2889
|
+
# @type RequestId: String
|
2890
|
+
|
2891
|
+
attr_accessor :RequestId
|
2892
|
+
|
2893
|
+
def initialize(requestid=nil)
|
2894
|
+
@RequestId = requestid
|
2895
|
+
end
|
2896
|
+
|
2897
|
+
def deserialize(params)
|
2898
|
+
@RequestId = params['RequestId']
|
2899
|
+
end
|
2900
|
+
end
|
2901
|
+
|
2902
|
+
# DeleteRabbitMQVirtualHost请求参数结构体
|
2903
|
+
class DeleteRabbitMQVirtualHostRequest < TencentCloud::Common::AbstractModel
|
2904
|
+
# @param InstanceId: 集群实例Id
|
2905
|
+
# @type InstanceId: String
|
2906
|
+
# @param VirtualHost: vhost名
|
2907
|
+
# @type VirtualHost: String
|
2908
|
+
|
2909
|
+
attr_accessor :InstanceId, :VirtualHost
|
2910
|
+
|
2911
|
+
def initialize(instanceid=nil, virtualhost=nil)
|
2912
|
+
@InstanceId = instanceid
|
2913
|
+
@VirtualHost = virtualhost
|
2914
|
+
end
|
2915
|
+
|
2916
|
+
def deserialize(params)
|
2917
|
+
@InstanceId = params['InstanceId']
|
2918
|
+
@VirtualHost = params['VirtualHost']
|
2919
|
+
end
|
2920
|
+
end
|
2921
|
+
|
2922
|
+
# DeleteRabbitMQVirtualHost返回参数结构体
|
2923
|
+
class DeleteRabbitMQVirtualHostResponse < TencentCloud::Common::AbstractModel
|
2924
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2925
|
+
# @type RequestId: String
|
2926
|
+
|
2927
|
+
attr_accessor :RequestId
|
2928
|
+
|
2929
|
+
def initialize(requestid=nil)
|
2930
|
+
@RequestId = requestid
|
2931
|
+
end
|
2932
|
+
|
2933
|
+
def deserialize(params)
|
2934
|
+
@RequestId = params['RequestId']
|
2935
|
+
end
|
2936
|
+
end
|
2937
|
+
|
2866
2938
|
# DeleteRocketMQCluster请求参数结构体
|
2867
2939
|
class DeleteRocketMQClusterRequest < TencentCloud::Common::AbstractModel
|
2868
2940
|
# @param ClusterId: 待删除的集群Id。
|
2869
2941
|
# @type ClusterId: String
|
2870
2942
|
|
2871
2943
|
attr_accessor :ClusterId
|
2872
|
-
|
2944
|
+
|
2873
2945
|
def initialize(clusterid=nil)
|
2874
2946
|
@ClusterId = clusterid
|
2875
2947
|
end
|
@@ -2885,7 +2957,7 @@ module TencentCloud
|
|
2885
2957
|
# @type RequestId: String
|
2886
2958
|
|
2887
2959
|
attr_accessor :RequestId
|
2888
|
-
|
2960
|
+
|
2889
2961
|
def initialize(requestid=nil)
|
2890
2962
|
@RequestId = requestid
|
2891
2963
|
end
|
@@ -2905,7 +2977,7 @@ module TencentCloud
|
|
2905
2977
|
# @type GroupId: String
|
2906
2978
|
|
2907
2979
|
attr_accessor :ClusterId, :NamespaceId, :GroupId
|
2908
|
-
|
2980
|
+
|
2909
2981
|
def initialize(clusterid=nil, namespaceid=nil, groupid=nil)
|
2910
2982
|
@ClusterId = clusterid
|
2911
2983
|
@NamespaceId = namespaceid
|
@@ -2925,7 +2997,7 @@ module TencentCloud
|
|
2925
2997
|
# @type RequestId: String
|
2926
2998
|
|
2927
2999
|
attr_accessor :RequestId
|
2928
|
-
|
3000
|
+
|
2929
3001
|
def initialize(requestid=nil)
|
2930
3002
|
@RequestId = requestid
|
2931
3003
|
end
|
@@ -2943,7 +3015,7 @@ module TencentCloud
|
|
2943
3015
|
# @type NamespaceId: String
|
2944
3016
|
|
2945
3017
|
attr_accessor :ClusterId, :NamespaceId
|
2946
|
-
|
3018
|
+
|
2947
3019
|
def initialize(clusterid=nil, namespaceid=nil)
|
2948
3020
|
@ClusterId = clusterid
|
2949
3021
|
@NamespaceId = namespaceid
|
@@ -2961,7 +3033,7 @@ module TencentCloud
|
|
2961
3033
|
# @type RequestId: String
|
2962
3034
|
|
2963
3035
|
attr_accessor :RequestId
|
2964
|
-
|
3036
|
+
|
2965
3037
|
def initialize(requestid=nil)
|
2966
3038
|
@RequestId = requestid
|
2967
3039
|
end
|
@@ -2981,7 +3053,7 @@ module TencentCloud
|
|
2981
3053
|
# @type Topic: String
|
2982
3054
|
|
2983
3055
|
attr_accessor :ClusterId, :NamespaceId, :Topic
|
2984
|
-
|
3056
|
+
|
2985
3057
|
def initialize(clusterid=nil, namespaceid=nil, topic=nil)
|
2986
3058
|
@ClusterId = clusterid
|
2987
3059
|
@NamespaceId = namespaceid
|
@@ -3001,7 +3073,7 @@ module TencentCloud
|
|
3001
3073
|
# @type RequestId: String
|
3002
3074
|
|
3003
3075
|
attr_accessor :RequestId
|
3004
|
-
|
3076
|
+
|
3005
3077
|
def initialize(requestid=nil)
|
3006
3078
|
@RequestId = requestid
|
3007
3079
|
end
|
@@ -3019,7 +3091,7 @@ module TencentCloud
|
|
3019
3091
|
# @type ClusterId: String
|
3020
3092
|
|
3021
3093
|
attr_accessor :RoleNames, :ClusterId
|
3022
|
-
|
3094
|
+
|
3023
3095
|
def initialize(rolenames=nil, clusterid=nil)
|
3024
3096
|
@RoleNames = rolenames
|
3025
3097
|
@ClusterId = clusterid
|
@@ -3039,7 +3111,7 @@ module TencentCloud
|
|
3039
3111
|
# @type RequestId: String
|
3040
3112
|
|
3041
3113
|
attr_accessor :RoleNames, :RequestId
|
3042
|
-
|
3114
|
+
|
3043
3115
|
def initialize(rolenames=nil, requestid=nil)
|
3044
3116
|
@RoleNames = rolenames
|
3045
3117
|
@RequestId = requestid
|
@@ -3063,7 +3135,7 @@ module TencentCloud
|
|
3063
3135
|
# @type Force: Boolean
|
3064
3136
|
|
3065
3137
|
attr_accessor :SubscriptionTopicSets, :ClusterId, :EnvironmentId, :Force
|
3066
|
-
|
3138
|
+
|
3067
3139
|
def initialize(subscriptiontopicsets=nil, clusterid=nil, environmentid=nil, force=nil)
|
3068
3140
|
@SubscriptionTopicSets = subscriptiontopicsets
|
3069
3141
|
@ClusterId = clusterid
|
@@ -3094,7 +3166,7 @@ module TencentCloud
|
|
3094
3166
|
# @type RequestId: String
|
3095
3167
|
|
3096
3168
|
attr_accessor :SubscriptionTopicSets, :RequestId
|
3097
|
-
|
3169
|
+
|
3098
3170
|
def initialize(subscriptiontopicsets=nil, requestid=nil)
|
3099
3171
|
@SubscriptionTopicSets = subscriptiontopicsets
|
3100
3172
|
@RequestId = requestid
|
@@ -3125,7 +3197,7 @@ module TencentCloud
|
|
3125
3197
|
# @type Force: Boolean
|
3126
3198
|
|
3127
3199
|
attr_accessor :TopicSets, :ClusterId, :EnvironmentId, :Force
|
3128
|
-
|
3200
|
+
|
3129
3201
|
def initialize(topicsets=nil, clusterid=nil, environmentid=nil, force=nil)
|
3130
3202
|
@TopicSets = topicsets
|
3131
3203
|
@ClusterId = clusterid
|
@@ -3156,7 +3228,7 @@ module TencentCloud
|
|
3156
3228
|
# @type RequestId: String
|
3157
3229
|
|
3158
3230
|
attr_accessor :TopicSets, :RequestId
|
3159
|
-
|
3231
|
+
|
3160
3232
|
def initialize(topicsets=nil, requestid=nil)
|
3161
3233
|
@TopicSets = topicsets
|
3162
3234
|
@RequestId = requestid
|
@@ -3181,7 +3253,7 @@ module TencentCloud
|
|
3181
3253
|
# @type ClusterId: String
|
3182
3254
|
|
3183
3255
|
attr_accessor :ClusterId
|
3184
|
-
|
3256
|
+
|
3185
3257
|
def initialize(clusterid=nil)
|
3186
3258
|
@ClusterId = clusterid
|
3187
3259
|
end
|
@@ -3204,7 +3276,7 @@ module TencentCloud
|
|
3204
3276
|
# @type RequestId: String
|
3205
3277
|
|
3206
3278
|
attr_accessor :ClusterInfo, :ClusterConfig, :ClusterStats, :RequestId
|
3207
|
-
|
3279
|
+
|
3208
3280
|
def initialize(clusterinfo=nil, clusterconfig=nil, clusterstats=nil, requestid=nil)
|
3209
3281
|
@ClusterInfo = clusterinfo
|
3210
3282
|
@ClusterConfig = clusterconfig
|
@@ -3247,7 +3319,7 @@ module TencentCloud
|
|
3247
3319
|
# @type Filters: Array
|
3248
3320
|
|
3249
3321
|
attr_accessor :Offset, :Limit, :IdKeyword, :NameKeyword, :ClusterIdList, :IsTagFilter, :Filters
|
3250
|
-
|
3322
|
+
|
3251
3323
|
def initialize(offset=nil, limit=nil, idkeyword=nil, namekeyword=nil, clusteridlist=nil, istagfilter=nil, filters=nil)
|
3252
3324
|
@Offset = offset
|
3253
3325
|
@Limit = limit
|
@@ -3287,7 +3359,7 @@ module TencentCloud
|
|
3287
3359
|
# @type RequestId: String
|
3288
3360
|
|
3289
3361
|
attr_accessor :ClusterList, :TotalCount, :RequestId
|
3290
|
-
|
3362
|
+
|
3291
3363
|
def initialize(clusterlist=nil, totalcount=nil, requestid=nil)
|
3292
3364
|
@ClusterList = clusterlist
|
3293
3365
|
@TotalCount = totalcount
|
@@ -3311,7 +3383,7 @@ module TencentCloud
|
|
3311
3383
|
# DescribeAMQPCreateQuota请求参数结构体
|
3312
3384
|
class DescribeAMQPCreateQuotaRequest < TencentCloud::Common::AbstractModel
|
3313
3385
|
|
3314
|
-
|
3386
|
+
|
3315
3387
|
def initialize()
|
3316
3388
|
end
|
3317
3389
|
|
@@ -3335,7 +3407,7 @@ module TencentCloud
|
|
3335
3407
|
# @type RequestId: String
|
3336
3408
|
|
3337
3409
|
attr_accessor :MaxClusterNum, :UsedClusterNum, :ExchangeCapacity, :QueueCapacity, :MaxTpsPerVHost, :RequestId
|
3338
|
-
|
3410
|
+
|
3339
3411
|
def initialize(maxclusternum=nil, usedclusternum=nil, exchangecapacity=nil, queuecapacity=nil, maxtpspervhost=nil, requestid=nil)
|
3340
3412
|
@MaxClusterNum = maxclusternum
|
3341
3413
|
@UsedClusterNum = usedclusternum
|
@@ -3373,7 +3445,7 @@ module TencentCloud
|
|
3373
3445
|
# @type FilterInternal: Boolean
|
3374
3446
|
|
3375
3447
|
attr_accessor :Offset, :Limit, :ClusterId, :VHostId, :FilterType, :FilterName, :FilterInternal
|
3376
|
-
|
3448
|
+
|
3377
3449
|
def initialize(offset=nil, limit=nil, clusterid=nil, vhostid=nil, filtertype=nil, filtername=nil, filterinternal=nil)
|
3378
3450
|
@Offset = offset
|
3379
3451
|
@Limit = limit
|
@@ -3405,7 +3477,7 @@ module TencentCloud
|
|
3405
3477
|
# @type RequestId: String
|
3406
3478
|
|
3407
3479
|
attr_accessor :TotalCount, :Exchanges, :RequestId
|
3408
|
-
|
3480
|
+
|
3409
3481
|
def initialize(totalcount=nil, exchanges=nil, requestid=nil)
|
3410
3482
|
@TotalCount = totalcount
|
3411
3483
|
@Exchanges = exchanges
|
@@ -3446,7 +3518,7 @@ module TencentCloud
|
|
3446
3518
|
# @type FilterOneQueue: String
|
3447
3519
|
|
3448
3520
|
attr_accessor :Offset, :Limit, :ClusterId, :VHostId, :NameKeyword, :SortOrder, :SortedBy, :FilterOneQueue
|
3449
|
-
|
3521
|
+
|
3450
3522
|
def initialize(offset=nil, limit=nil, clusterid=nil, vhostid=nil, namekeyword=nil, sortorder=nil, sortedby=nil, filteronequeue=nil)
|
3451
3523
|
@Offset = offset
|
3452
3524
|
@Limit = limit
|
@@ -3480,7 +3552,7 @@ module TencentCloud
|
|
3480
3552
|
# @type RequestId: String
|
3481
3553
|
|
3482
3554
|
attr_accessor :TotalCount, :Queues, :RequestId
|
3483
|
-
|
3555
|
+
|
3484
3556
|
def initialize(totalcount=nil, queues=nil, requestid=nil)
|
3485
3557
|
@TotalCount = totalcount
|
3486
3558
|
@Queues = queues
|
@@ -3519,7 +3591,7 @@ module TencentCloud
|
|
3519
3591
|
# @type FilterDestValue: String
|
3520
3592
|
|
3521
3593
|
attr_accessor :Offset, :Limit, :ClusterId, :VHostId, :FilterSourceExchange, :FilterDestType, :FilterDestValue
|
3522
|
-
|
3594
|
+
|
3523
3595
|
def initialize(offset=nil, limit=nil, clusterid=nil, vhostid=nil, filtersourceexchange=nil, filterdesttype=nil, filterdestvalue=nil)
|
3524
3596
|
@Offset = offset
|
3525
3597
|
@Limit = limit
|
@@ -3551,7 +3623,7 @@ module TencentCloud
|
|
3551
3623
|
# @type RequestId: String
|
3552
3624
|
|
3553
3625
|
attr_accessor :TotalCount, :RouteRelations, :RequestId
|
3554
|
-
|
3626
|
+
|
3555
3627
|
def initialize(totalcount=nil, routerelations=nil, requestid=nil)
|
3556
3628
|
@TotalCount = totalcount
|
3557
3629
|
@RouteRelations = routerelations
|
@@ -3586,7 +3658,7 @@ module TencentCloud
|
|
3586
3658
|
# @type VHostIdList: Array
|
3587
3659
|
|
3588
3660
|
attr_accessor :ClusterId, :Offset, :Limit, :NameKeyword, :VHostIdList
|
3589
|
-
|
3661
|
+
|
3590
3662
|
def initialize(clusterid=nil, offset=nil, limit=nil, namekeyword=nil, vhostidlist=nil)
|
3591
3663
|
@ClusterId = clusterid
|
3592
3664
|
@Offset = offset
|
@@ -3614,7 +3686,7 @@ module TencentCloud
|
|
3614
3686
|
# @type RequestId: String
|
3615
3687
|
|
3616
3688
|
attr_accessor :VHosts, :TotalCount, :RequestId
|
3617
|
-
|
3689
|
+
|
3618
3690
|
def initialize(vhosts=nil, totalcount=nil, requestid=nil)
|
3619
3691
|
@VHosts = vhosts
|
3620
3692
|
@TotalCount = totalcount
|
@@ -3655,7 +3727,7 @@ module TencentCloud
|
|
3655
3727
|
# @type SortOrder: String
|
3656
3728
|
|
3657
3729
|
attr_accessor :Offset, :Limit, :ClusterName, :TenantId, :TenantName, :Types, :SortBy, :SortOrder
|
3658
|
-
|
3730
|
+
|
3659
3731
|
def initialize(offset=nil, limit=nil, clustername=nil, tenantid=nil, tenantname=nil, types=nil, sortby=nil, sortorder=nil)
|
3660
3732
|
@Offset = offset
|
3661
3733
|
@Limit = limit
|
@@ -3689,7 +3761,7 @@ module TencentCloud
|
|
3689
3761
|
# @type RequestId: String
|
3690
3762
|
|
3691
3763
|
attr_accessor :TotalCount, :Tenants, :RequestId
|
3692
|
-
|
3764
|
+
|
3693
3765
|
def initialize(totalcount=nil, tenants=nil, requestid=nil)
|
3694
3766
|
@TotalCount = totalcount
|
3695
3767
|
@Tenants = tenants
|
@@ -3713,7 +3785,7 @@ module TencentCloud
|
|
3713
3785
|
# DescribeBindClusters请求参数结构体
|
3714
3786
|
class DescribeBindClustersRequest < TencentCloud::Common::AbstractModel
|
3715
3787
|
|
3716
|
-
|
3788
|
+
|
3717
3789
|
def initialize()
|
3718
3790
|
end
|
3719
3791
|
|
@@ -3731,7 +3803,7 @@ module TencentCloud
|
|
3731
3803
|
# @type RequestId: String
|
3732
3804
|
|
3733
3805
|
attr_accessor :TotalCount, :ClusterSet, :RequestId
|
3734
|
-
|
3806
|
+
|
3735
3807
|
def initialize(totalcount=nil, clusterset=nil, requestid=nil)
|
3736
3808
|
@TotalCount = totalcount
|
3737
3809
|
@ClusterSet = clusterset
|
@@ -3762,7 +3834,7 @@ module TencentCloud
|
|
3762
3834
|
# @type ClusterId: String
|
3763
3835
|
|
3764
3836
|
attr_accessor :Offset, :Limit, :ClusterId
|
3765
|
-
|
3837
|
+
|
3766
3838
|
def initialize(offset=nil, limit=nil, clusterid=nil)
|
3767
3839
|
@Offset = offset
|
3768
3840
|
@Limit = limit
|
@@ -3786,7 +3858,7 @@ module TencentCloud
|
|
3786
3858
|
# @type RequestId: String
|
3787
3859
|
|
3788
3860
|
attr_accessor :TotalCount, :VpcSets, :RequestId
|
3789
|
-
|
3861
|
+
|
3790
3862
|
def initialize(totalcount=nil, vpcsets=nil, requestid=nil)
|
3791
3863
|
@TotalCount = totalcount
|
3792
3864
|
@VpcSets = vpcsets
|
@@ -3813,7 +3885,7 @@ module TencentCloud
|
|
3813
3885
|
# @type ClusterId: String
|
3814
3886
|
|
3815
3887
|
attr_accessor :ClusterId
|
3816
|
-
|
3888
|
+
|
3817
3889
|
def initialize(clusterid=nil)
|
3818
3890
|
@ClusterId = clusterid
|
3819
3891
|
end
|
@@ -3831,7 +3903,7 @@ module TencentCloud
|
|
3831
3903
|
# @type RequestId: String
|
3832
3904
|
|
3833
3905
|
attr_accessor :ClusterSet, :RequestId
|
3834
|
-
|
3906
|
+
|
3835
3907
|
def initialize(clusterset=nil, requestid=nil)
|
3836
3908
|
@ClusterSet = clusterset
|
3837
3909
|
@RequestId = requestid
|
@@ -3860,7 +3932,7 @@ module TencentCloud
|
|
3860
3932
|
# @type Filters: Array
|
3861
3933
|
|
3862
3934
|
attr_accessor :Offset, :Limit, :ClusterIdList, :IsTagFilter, :Filters
|
3863
|
-
|
3935
|
+
|
3864
3936
|
def initialize(offset=nil, limit=nil, clusteridlist=nil, istagfilter=nil, filters=nil)
|
3865
3937
|
@Offset = offset
|
3866
3938
|
@Limit = limit
|
@@ -3895,7 +3967,7 @@ module TencentCloud
|
|
3895
3967
|
# @type RequestId: String
|
3896
3968
|
|
3897
3969
|
attr_accessor :TotalCount, :ClusterSet, :RequestId
|
3898
|
-
|
3970
|
+
|
3899
3971
|
def initialize(totalcount=nil, clusterset=nil, requestid=nil)
|
3900
3972
|
@TotalCount = totalcount
|
3901
3973
|
@ClusterSet = clusterset
|
@@ -3928,7 +4000,7 @@ module TencentCloud
|
|
3928
4000
|
# @type SourceQueueName: String
|
3929
4001
|
|
3930
4002
|
attr_accessor :DeadLetterQueueName, :Limit, :Offset, :SourceQueueName
|
3931
|
-
|
4003
|
+
|
3932
4004
|
def initialize(deadletterqueuename=nil, limit=nil, offset=nil, sourcequeuename=nil)
|
3933
4005
|
@DeadLetterQueueName = deadletterqueuename
|
3934
4006
|
@Limit = limit
|
@@ -3954,7 +4026,7 @@ module TencentCloud
|
|
3954
4026
|
# @type RequestId: String
|
3955
4027
|
|
3956
4028
|
attr_accessor :TotalCount, :QueueSet, :RequestId
|
3957
|
-
|
4029
|
+
|
3958
4030
|
def initialize(totalcount=nil, queueset=nil, requestid=nil)
|
3959
4031
|
@TotalCount = totalcount
|
3960
4032
|
@QueueSet = queueset
|
@@ -3981,7 +4053,7 @@ module TencentCloud
|
|
3981
4053
|
# @type QueueName: String
|
3982
4054
|
|
3983
4055
|
attr_accessor :QueueName
|
3984
|
-
|
4056
|
+
|
3985
4057
|
def initialize(queuename=nil)
|
3986
4058
|
@QueueName = queuename
|
3987
4059
|
end
|
@@ -3999,7 +4071,7 @@ module TencentCloud
|
|
3999
4071
|
# @type RequestId: String
|
4000
4072
|
|
4001
4073
|
attr_accessor :QueueDescribe, :RequestId
|
4002
|
-
|
4074
|
+
|
4003
4075
|
def initialize(queuedescribe=nil, requestid=nil)
|
4004
4076
|
@QueueDescribe = queuedescribe
|
4005
4077
|
@RequestId = requestid
|
@@ -4030,7 +4102,7 @@ module TencentCloud
|
|
4030
4102
|
# @type Filters: Array
|
4031
4103
|
|
4032
4104
|
attr_accessor :Offset, :Limit, :QueueName, :QueueNameList, :IsTagFilter, :Filters
|
4033
|
-
|
4105
|
+
|
4034
4106
|
def initialize(offset=nil, limit=nil, queuename=nil, queuenamelist=nil, istagfilter=nil, filters=nil)
|
4035
4107
|
@Offset = offset
|
4036
4108
|
@Limit = limit
|
@@ -4068,7 +4140,7 @@ module TencentCloud
|
|
4068
4140
|
# @type RequestId: String
|
4069
4141
|
|
4070
4142
|
attr_accessor :TotalCount, :QueueList, :RequestId
|
4071
|
-
|
4143
|
+
|
4072
4144
|
def initialize(totalcount=nil, queuelist=nil, requestid=nil)
|
4073
4145
|
@TotalCount = totalcount
|
4074
4146
|
@QueueList = queuelist
|
@@ -4101,7 +4173,7 @@ module TencentCloud
|
|
4101
4173
|
# @type SubscriptionName: String
|
4102
4174
|
|
4103
4175
|
attr_accessor :TopicName, :Offset, :Limit, :SubscriptionName
|
4104
|
-
|
4176
|
+
|
4105
4177
|
def initialize(topicname=nil, offset=nil, limit=nil, subscriptionname=nil)
|
4106
4178
|
@TopicName = topicname
|
4107
4179
|
@Offset = offset
|
@@ -4128,7 +4200,7 @@ module TencentCloud
|
|
4128
4200
|
# @type RequestId: String
|
4129
4201
|
|
4130
4202
|
attr_accessor :TotalCount, :SubscriptionSet, :RequestId
|
4131
|
-
|
4203
|
+
|
4132
4204
|
def initialize(totalcount=nil, subscriptionset=nil, requestid=nil)
|
4133
4205
|
@TotalCount = totalcount
|
4134
4206
|
@SubscriptionSet = subscriptionset
|
@@ -4155,7 +4227,7 @@ module TencentCloud
|
|
4155
4227
|
# @type TopicName: String
|
4156
4228
|
|
4157
4229
|
attr_accessor :TopicName
|
4158
|
-
|
4230
|
+
|
4159
4231
|
def initialize(topicname=nil)
|
4160
4232
|
@TopicName = topicname
|
4161
4233
|
end
|
@@ -4173,7 +4245,7 @@ module TencentCloud
|
|
4173
4245
|
# @type RequestId: String
|
4174
4246
|
|
4175
4247
|
attr_accessor :TopicDescribe, :RequestId
|
4176
|
-
|
4248
|
+
|
4177
4249
|
def initialize(topicdescribe=nil, requestid=nil)
|
4178
4250
|
@TopicDescribe = topicdescribe
|
4179
4251
|
@RequestId = requestid
|
@@ -4204,7 +4276,7 @@ module TencentCloud
|
|
4204
4276
|
# @type Filters: Array
|
4205
4277
|
|
4206
4278
|
attr_accessor :Offset, :Limit, :TopicName, :TopicNameList, :IsTagFilter, :Filters
|
4207
|
-
|
4279
|
+
|
4208
4280
|
def initialize(offset=nil, limit=nil, topicname=nil, topicnamelist=nil, istagfilter=nil, filters=nil)
|
4209
4281
|
@Offset = offset
|
4210
4282
|
@Limit = limit
|
@@ -4242,7 +4314,7 @@ module TencentCloud
|
|
4242
4314
|
# @type RequestId: String
|
4243
4315
|
|
4244
4316
|
attr_accessor :TopicList, :TotalCount, :RequestId
|
4245
|
-
|
4317
|
+
|
4246
4318
|
def initialize(topiclist=nil, totalcount=nil, requestid=nil)
|
4247
4319
|
@TopicList = topiclist
|
4248
4320
|
@TotalCount = totalcount
|
@@ -4271,7 +4343,7 @@ module TencentCloud
|
|
4271
4343
|
# @type ClusterId: String
|
4272
4344
|
|
4273
4345
|
attr_accessor :EnvironmentId, :ClusterId
|
4274
|
-
|
4346
|
+
|
4275
4347
|
def initialize(environmentid=nil, clusterid=nil)
|
4276
4348
|
@EnvironmentId = environmentid
|
4277
4349
|
@ClusterId = clusterid
|
@@ -4305,7 +4377,7 @@ module TencentCloud
|
|
4305
4377
|
# @type RequestId: String
|
4306
4378
|
|
4307
4379
|
attr_accessor :MsgTTL, :RateInByte, :RateInSize, :RetentionHours, :RetentionSize, :EnvironmentId, :Replicas, :Remark, :RequestId
|
4308
|
-
|
4380
|
+
|
4309
4381
|
def initialize(msgttl=nil, rateinbyte=nil, rateinsize=nil, retentionhours=nil, retentionsize=nil, environmentid=nil, replicas=nil, remark=nil, requestid=nil)
|
4310
4382
|
@MsgTTL = msgttl
|
4311
4383
|
@RateInByte = rateinbyte
|
@@ -4350,7 +4422,7 @@ module TencentCloud
|
|
4350
4422
|
# @type Filters: Array
|
4351
4423
|
|
4352
4424
|
attr_accessor :EnvironmentId, :Offset, :Limit, :ClusterId, :RoleName, :Filters
|
4353
|
-
|
4425
|
+
|
4354
4426
|
def initialize(environmentid=nil, offset=nil, limit=nil, clusterid=nil, rolename=nil, filters=nil)
|
4355
4427
|
@EnvironmentId = environmentid
|
4356
4428
|
@Offset = offset
|
@@ -4387,7 +4459,7 @@ module TencentCloud
|
|
4387
4459
|
# @type RequestId: String
|
4388
4460
|
|
4389
4461
|
attr_accessor :TotalCount, :EnvironmentRoleSets, :RequestId
|
4390
|
-
|
4462
|
+
|
4391
4463
|
def initialize(totalcount=nil, environmentrolesets=nil, requestid=nil)
|
4392
4464
|
@TotalCount = totalcount
|
4393
4465
|
@EnvironmentRoleSets = environmentrolesets
|
@@ -4425,7 +4497,7 @@ module TencentCloud
|
|
4425
4497
|
# @type Filters: Array
|
4426
4498
|
|
4427
4499
|
attr_accessor :EnvironmentId, :Offset, :Limit, :ClusterId, :Filters
|
4428
|
-
|
4500
|
+
|
4429
4501
|
def initialize(environmentid=nil, offset=nil, limit=nil, clusterid=nil, filters=nil)
|
4430
4502
|
@EnvironmentId = environmentid
|
4431
4503
|
@Offset = offset
|
@@ -4460,7 +4532,7 @@ module TencentCloud
|
|
4460
4532
|
# @type RequestId: String
|
4461
4533
|
|
4462
4534
|
attr_accessor :TotalCount, :EnvironmentSet, :RequestId
|
4463
|
-
|
4535
|
+
|
4464
4536
|
def initialize(totalcount=nil, environmentset=nil, requestid=nil)
|
4465
4537
|
@TotalCount = totalcount
|
4466
4538
|
@EnvironmentSet = environmentset
|
@@ -4501,7 +4573,7 @@ module TencentCloud
|
|
4501
4573
|
# @type OwnerBroker: String
|
4502
4574
|
|
4503
4575
|
attr_accessor :ClusterName, :TenantId, :NamespaceName, :NeedMetrics, :Limit, :Offset, :Bundle, :OwnerBroker
|
4504
|
-
|
4576
|
+
|
4505
4577
|
def initialize(clustername=nil, tenantid=nil, namespacename=nil, needmetrics=nil, limit=nil, offset=nil, bundle=nil, ownerbroker=nil)
|
4506
4578
|
@ClusterName = clustername
|
4507
4579
|
@TenantId = tenantid
|
@@ -4535,7 +4607,7 @@ module TencentCloud
|
|
4535
4607
|
# @type RequestId: String
|
4536
4608
|
|
4537
4609
|
attr_accessor :TotalCount, :BundleSet, :RequestId
|
4538
|
-
|
4610
|
+
|
4539
4611
|
def initialize(totalcount=nil, bundleset=nil, requestid=nil)
|
4540
4612
|
@TotalCount = totalcount
|
4541
4613
|
@BundleSet = bundleset
|
@@ -4562,7 +4634,7 @@ module TencentCloud
|
|
4562
4634
|
# @type InstanceId: String
|
4563
4635
|
|
4564
4636
|
attr_accessor :InstanceId
|
4565
|
-
|
4637
|
+
|
4566
4638
|
def initialize(instanceid=nil)
|
4567
4639
|
@InstanceId = instanceid
|
4568
4640
|
end
|
@@ -4582,7 +4654,7 @@ module TencentCloud
|
|
4582
4654
|
# @type RequestId: String
|
4583
4655
|
|
4584
4656
|
attr_accessor :NodeState, :LatestHealthCheckTime, :RequestId
|
4585
|
-
|
4657
|
+
|
4586
4658
|
def initialize(nodestate=nil, latesthealthchecktime=nil, requestid=nil)
|
4587
4659
|
@NodeState = nodestate
|
4588
4660
|
@LatestHealthCheckTime = latesthealthchecktime
|
@@ -4606,7 +4678,7 @@ module TencentCloud
|
|
4606
4678
|
# @type Topic: String
|
4607
4679
|
|
4608
4680
|
attr_accessor :ClusterId, :Namespace, :Topic
|
4609
|
-
|
4681
|
+
|
4610
4682
|
def initialize(clusterid=nil, namespace=nil, topic=nil)
|
4611
4683
|
@ClusterId = clusterid
|
4612
4684
|
@Namespace = namespace
|
@@ -4638,7 +4710,7 @@ module TencentCloud
|
|
4638
4710
|
# @type RequestId: String
|
4639
4711
|
|
4640
4712
|
attr_accessor :MsgRateIn, :MsgThroughputIn, :PublisherCount, :StorageSize, :RequestId
|
4641
|
-
|
4713
|
+
|
4642
4714
|
def initialize(msgratein=nil, msgthroughputin=nil, publishercount=nil, storagesize=nil, requestid=nil)
|
4643
4715
|
@MsgRateIn = msgratein
|
4644
4716
|
@MsgThroughputIn = msgthroughputin
|
@@ -4674,7 +4746,7 @@ module TencentCloud
|
|
4674
4746
|
# @type Sort: :class:`Tencentcloud::Tdmq.v20200217.models.Sort`
|
4675
4747
|
|
4676
4748
|
attr_accessor :ClusterId, :Namespace, :Topic, :Filters, :Offset, :Limit, :Sort
|
4677
|
-
|
4749
|
+
|
4678
4750
|
def initialize(clusterid=nil, namespace=nil, topic=nil, filters=nil, offset=nil, limit=nil, sort=nil)
|
4679
4751
|
@ClusterId = clusterid
|
4680
4752
|
@Namespace = namespace
|
@@ -4717,7 +4789,7 @@ module TencentCloud
|
|
4717
4789
|
# @type RequestId: String
|
4718
4790
|
|
4719
4791
|
attr_accessor :TotalCount, :Publishers, :RequestId
|
4720
|
-
|
4792
|
+
|
4721
4793
|
def initialize(totalcount=nil, publishers=nil, requestid=nil)
|
4722
4794
|
@TotalCount = totalcount
|
4723
4795
|
@Publishers = publishers
|
@@ -4744,7 +4816,7 @@ module TencentCloud
|
|
4744
4816
|
# @type ClusterId: String
|
4745
4817
|
|
4746
4818
|
attr_accessor :ClusterId
|
4747
|
-
|
4819
|
+
|
4748
4820
|
def initialize(clusterid=nil)
|
4749
4821
|
@ClusterId = clusterid
|
4750
4822
|
end
|
@@ -4768,7 +4840,7 @@ module TencentCloud
|
|
4768
4840
|
# @type RequestId: String
|
4769
4841
|
|
4770
4842
|
attr_accessor :ClusterInfo, :NetworkAccessPointInfos, :ClusterSpecInfo, :RequestId
|
4771
|
-
|
4843
|
+
|
4772
4844
|
def initialize(clusterinfo=nil, networkaccesspointinfos=nil, clusterspecinfo=nil, requestid=nil)
|
4773
4845
|
@ClusterInfo = clusterinfo
|
4774
4846
|
@NetworkAccessPointInfos = networkaccesspointinfos
|
@@ -4807,7 +4879,7 @@ module TencentCloud
|
|
4807
4879
|
# @type Offset: Integer
|
4808
4880
|
|
4809
4881
|
attr_accessor :Filters, :Limit, :Offset
|
4810
|
-
|
4882
|
+
|
4811
4883
|
def initialize(filters=nil, limit=nil, offset=nil)
|
4812
4884
|
@Filters = filters
|
4813
4885
|
@Limit = limit
|
@@ -4838,7 +4910,7 @@ module TencentCloud
|
|
4838
4910
|
# @type RequestId: String
|
4839
4911
|
|
4840
4912
|
attr_accessor :TotalCount, :Instances, :RequestId
|
4841
|
-
|
4913
|
+
|
4842
4914
|
def initialize(totalcount=nil, instances=nil, requestid=nil)
|
4843
4915
|
@TotalCount = totalcount
|
4844
4916
|
@Instances = instances
|
@@ -4882,7 +4954,7 @@ module TencentCloud
|
|
4882
4954
|
# @type SortOrder: String
|
4883
4955
|
|
4884
4956
|
attr_accessor :InstanceId, :Offset, :Limit, :NodeName, :Filters, :SortElement, :SortOrder
|
4885
|
-
|
4957
|
+
|
4886
4958
|
def initialize(instanceid=nil, offset=nil, limit=nil, nodename=nil, filters=nil, sortelement=nil, sortorder=nil)
|
4887
4959
|
@InstanceId = instanceid
|
4888
4960
|
@Offset = offset
|
@@ -4922,7 +4994,7 @@ module TencentCloud
|
|
4922
4994
|
# @type RequestId: String
|
4923
4995
|
|
4924
4996
|
attr_accessor :TotalCount, :NodeList, :RequestId
|
4925
|
-
|
4997
|
+
|
4926
4998
|
def initialize(totalcount=nil, nodelist=nil, requestid=nil)
|
4927
4999
|
@TotalCount = totalcount
|
4928
5000
|
@NodeList = nodelist
|
@@ -4943,34 +5015,101 @@ module TencentCloud
|
|
4943
5015
|
end
|
4944
5016
|
end
|
4945
5017
|
|
4946
|
-
#
|
4947
|
-
class
|
4948
|
-
# @param
|
4949
|
-
# @type
|
5018
|
+
# DescribeRabbitMQUser请求参数结构体
|
5019
|
+
class DescribeRabbitMQUserRequest < TencentCloud::Common::AbstractModel
|
5020
|
+
# @param InstanceId: 集群实例Id
|
5021
|
+
# @type InstanceId: String
|
5022
|
+
# @param SearchUser: 用户名检索,支持前缀匹配,后缀匹配
|
5023
|
+
# @type SearchUser: String
|
5024
|
+
# @param Offset: 分页Offset
|
5025
|
+
# @type Offset: Integer
|
5026
|
+
# @param Limit: 分页Limit
|
5027
|
+
# @type Limit: Integer
|
5028
|
+
# @param User: 用户名,精确查询
|
5029
|
+
# @type User: String
|
5030
|
+
# @param Tags: 用户标签,根据标签过滤列表
|
5031
|
+
# @type Tags: Array
|
4950
5032
|
|
4951
|
-
attr_accessor :
|
4952
|
-
|
4953
|
-
def initialize(
|
4954
|
-
@
|
5033
|
+
attr_accessor :InstanceId, :SearchUser, :Offset, :Limit, :User, :Tags
|
5034
|
+
|
5035
|
+
def initialize(instanceid=nil, searchuser=nil, offset=nil, limit=nil, user=nil, tags=nil)
|
5036
|
+
@InstanceId = instanceid
|
5037
|
+
@SearchUser = searchuser
|
5038
|
+
@Offset = offset
|
5039
|
+
@Limit = limit
|
5040
|
+
@User = user
|
5041
|
+
@Tags = tags
|
4955
5042
|
end
|
4956
5043
|
|
4957
5044
|
def deserialize(params)
|
4958
|
-
@
|
5045
|
+
@InstanceId = params['InstanceId']
|
5046
|
+
@SearchUser = params['SearchUser']
|
5047
|
+
@Offset = params['Offset']
|
5048
|
+
@Limit = params['Limit']
|
5049
|
+
@User = params['User']
|
5050
|
+
@Tags = params['Tags']
|
4959
5051
|
end
|
4960
5052
|
end
|
4961
5053
|
|
4962
|
-
#
|
4963
|
-
class
|
4964
|
-
# @param
|
4965
|
-
# @type
|
4966
|
-
# @param
|
4967
|
-
# @type
|
4968
|
-
# @param
|
4969
|
-
#
|
4970
|
-
|
4971
|
-
|
4972
|
-
|
4973
|
-
|
5054
|
+
# DescribeRabbitMQUser返回参数结构体
|
5055
|
+
class DescribeRabbitMQUserResponse < TencentCloud::Common::AbstractModel
|
5056
|
+
# @param TotalCount: 返回的User数量
|
5057
|
+
# @type TotalCount: Integer
|
5058
|
+
# @param RabbitMQUserList: 当前已创建的RabbitMQ用户列表
|
5059
|
+
# @type RabbitMQUserList: Array
|
5060
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5061
|
+
# @type RequestId: String
|
5062
|
+
|
5063
|
+
attr_accessor :TotalCount, :RabbitMQUserList, :RequestId
|
5064
|
+
|
5065
|
+
def initialize(totalcount=nil, rabbitmquserlist=nil, requestid=nil)
|
5066
|
+
@TotalCount = totalcount
|
5067
|
+
@RabbitMQUserList = rabbitmquserlist
|
5068
|
+
@RequestId = requestid
|
5069
|
+
end
|
5070
|
+
|
5071
|
+
def deserialize(params)
|
5072
|
+
@TotalCount = params['TotalCount']
|
5073
|
+
unless params['RabbitMQUserList'].nil?
|
5074
|
+
@RabbitMQUserList = []
|
5075
|
+
params['RabbitMQUserList'].each do |i|
|
5076
|
+
rabbitmquser_tmp = RabbitMQUser.new
|
5077
|
+
rabbitmquser_tmp.deserialize(i)
|
5078
|
+
@RabbitMQUserList << rabbitmquser_tmp
|
5079
|
+
end
|
5080
|
+
end
|
5081
|
+
@RequestId = params['RequestId']
|
5082
|
+
end
|
5083
|
+
end
|
5084
|
+
|
5085
|
+
# DescribeRabbitMQVipInstance请求参数结构体
|
5086
|
+
class DescribeRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
|
5087
|
+
# @param ClusterId: 集群ID
|
5088
|
+
# @type ClusterId: String
|
5089
|
+
|
5090
|
+
attr_accessor :ClusterId
|
5091
|
+
|
5092
|
+
def initialize(clusterid=nil)
|
5093
|
+
@ClusterId = clusterid
|
5094
|
+
end
|
5095
|
+
|
5096
|
+
def deserialize(params)
|
5097
|
+
@ClusterId = params['ClusterId']
|
5098
|
+
end
|
5099
|
+
end
|
5100
|
+
|
5101
|
+
# DescribeRabbitMQVipInstance返回参数结构体
|
5102
|
+
class DescribeRabbitMQVipInstanceResponse < TencentCloud::Common::AbstractModel
|
5103
|
+
# @param ClusterInfo: 集群信息
|
5104
|
+
# @type ClusterInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterInfo`
|
5105
|
+
# @param ClusterSpecInfo: 集群规格信息
|
5106
|
+
# @type ClusterSpecInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterSpecInfo`
|
5107
|
+
# @param ClusterNetInfo: 集群访问
|
5108
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5109
|
+
# @type ClusterNetInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterAccessInfo`
|
5110
|
+
# @param ClusterWhiteListInfo: 集群白名单
|
5111
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5112
|
+
# @type ClusterWhiteListInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterWhiteListInfo`
|
4974
5113
|
# @param VirtualHostQuota: vhost配额信息
|
4975
5114
|
# @type VirtualHostQuota: :class:`Tencentcloud::Tdmq.v20200217.models.VirtualHostQuota`
|
4976
5115
|
# @param ExchangeQuota: exchange配额信息
|
@@ -4981,7 +5120,7 @@ module TencentCloud
|
|
4981
5120
|
# @type RequestId: String
|
4982
5121
|
|
4983
5122
|
attr_accessor :ClusterInfo, :ClusterSpecInfo, :ClusterNetInfo, :ClusterWhiteListInfo, :VirtualHostQuota, :ExchangeQuota, :QueueQuota, :RequestId
|
4984
|
-
|
5123
|
+
|
4985
5124
|
def initialize(clusterinfo=nil, clusterspecinfo=nil, clusternetinfo=nil, clusterwhitelistinfo=nil, virtualhostquota=nil, exchangequota=nil, queuequota=nil, requestid=nil)
|
4986
5125
|
@ClusterInfo = clusterinfo
|
4987
5126
|
@ClusterSpecInfo = clusterspecinfo
|
@@ -5036,7 +5175,7 @@ module TencentCloud
|
|
5036
5175
|
# @type Offset: Integer
|
5037
5176
|
|
5038
5177
|
attr_accessor :Filters, :Limit, :Offset
|
5039
|
-
|
5178
|
+
|
5040
5179
|
def initialize(filters=nil, limit=nil, offset=nil)
|
5041
5180
|
@Filters = filters
|
5042
5181
|
@Limit = limit
|
@@ -5067,7 +5206,7 @@ module TencentCloud
|
|
5067
5206
|
# @type RequestId: String
|
5068
5207
|
|
5069
5208
|
attr_accessor :TotalCount, :Instances, :RequestId
|
5070
|
-
|
5209
|
+
|
5071
5210
|
def initialize(totalcount=nil, instances=nil, requestid=nil)
|
5072
5211
|
@TotalCount = totalcount
|
5073
5212
|
@Instances = instances
|
@@ -5088,13 +5227,135 @@ module TencentCloud
|
|
5088
5227
|
end
|
5089
5228
|
end
|
5090
5229
|
|
5230
|
+
# DescribeRabbitMQVirtualHostList请求参数结构体
|
5231
|
+
class DescribeRabbitMQVirtualHostListRequest < TencentCloud::Common::AbstractModel
|
5232
|
+
# @param InstanceId: 不适用,默认参数
|
5233
|
+
# @type InstanceId: String
|
5234
|
+
# @param Offset: 偏移量
|
5235
|
+
# @type Offset: Integer
|
5236
|
+
# @param Limit: 一页限制
|
5237
|
+
# @type Limit: Integer
|
5238
|
+
|
5239
|
+
attr_accessor :InstanceId, :Offset, :Limit
|
5240
|
+
|
5241
|
+
def initialize(instanceid=nil, offset=nil, limit=nil)
|
5242
|
+
@InstanceId = instanceid
|
5243
|
+
@Offset = offset
|
5244
|
+
@Limit = limit
|
5245
|
+
end
|
5246
|
+
|
5247
|
+
def deserialize(params)
|
5248
|
+
@InstanceId = params['InstanceId']
|
5249
|
+
@Offset = params['Offset']
|
5250
|
+
@Limit = params['Limit']
|
5251
|
+
end
|
5252
|
+
end
|
5253
|
+
|
5254
|
+
# DescribeRabbitMQVirtualHostList返回参数结构体
|
5255
|
+
class DescribeRabbitMQVirtualHostListResponse < TencentCloud::Common::AbstractModel
|
5256
|
+
# @param TotalCount: 集群列表数量
|
5257
|
+
# @type TotalCount: Integer
|
5258
|
+
# @param VirtualHostList: 集群列表
|
5259
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5260
|
+
# @type VirtualHostList: Array
|
5261
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5262
|
+
# @type RequestId: String
|
5263
|
+
|
5264
|
+
attr_accessor :TotalCount, :VirtualHostList, :RequestId
|
5265
|
+
|
5266
|
+
def initialize(totalcount=nil, virtualhostlist=nil, requestid=nil)
|
5267
|
+
@TotalCount = totalcount
|
5268
|
+
@VirtualHostList = virtualhostlist
|
5269
|
+
@RequestId = requestid
|
5270
|
+
end
|
5271
|
+
|
5272
|
+
def deserialize(params)
|
5273
|
+
@TotalCount = params['TotalCount']
|
5274
|
+
unless params['VirtualHostList'].nil?
|
5275
|
+
@VirtualHostList = []
|
5276
|
+
params['VirtualHostList'].each do |i|
|
5277
|
+
rabbitmqprivatevirtualhost_tmp = RabbitMQPrivateVirtualHost.new
|
5278
|
+
rabbitmqprivatevirtualhost_tmp.deserialize(i)
|
5279
|
+
@VirtualHostList << rabbitmqprivatevirtualhost_tmp
|
5280
|
+
end
|
5281
|
+
end
|
5282
|
+
@RequestId = params['RequestId']
|
5283
|
+
end
|
5284
|
+
end
|
5285
|
+
|
5286
|
+
# DescribeRabbitMQVirtualHost请求参数结构体
|
5287
|
+
class DescribeRabbitMQVirtualHostRequest < TencentCloud::Common::AbstractModel
|
5288
|
+
# @param InstanceId: 集群实例Id
|
5289
|
+
# @type InstanceId: String
|
5290
|
+
# @param VirtualHost: vhost名,不传则查询全部
|
5291
|
+
# @type VirtualHost: String
|
5292
|
+
# @param Offset: 分页Offset
|
5293
|
+
# @type Offset: Integer
|
5294
|
+
# @param Limit: 分页Limit
|
5295
|
+
# @type Limit: Integer
|
5296
|
+
# @param Filters: search-virtual-host:vhost名称模糊查询,之前前缀和后缀匹配
|
5297
|
+
# @type Filters: :class:`Tencentcloud::Tdmq.v20200217.models.Filter`
|
5298
|
+
|
5299
|
+
attr_accessor :InstanceId, :VirtualHost, :Offset, :Limit, :Filters
|
5300
|
+
|
5301
|
+
def initialize(instanceid=nil, virtualhost=nil, offset=nil, limit=nil, filters=nil)
|
5302
|
+
@InstanceId = instanceid
|
5303
|
+
@VirtualHost = virtualhost
|
5304
|
+
@Offset = offset
|
5305
|
+
@Limit = limit
|
5306
|
+
@Filters = filters
|
5307
|
+
end
|
5308
|
+
|
5309
|
+
def deserialize(params)
|
5310
|
+
@InstanceId = params['InstanceId']
|
5311
|
+
@VirtualHost = params['VirtualHost']
|
5312
|
+
@Offset = params['Offset']
|
5313
|
+
@Limit = params['Limit']
|
5314
|
+
unless params['Filters'].nil?
|
5315
|
+
@Filters = Filter.new
|
5316
|
+
@Filters.deserialize(params['Filters'])
|
5317
|
+
end
|
5318
|
+
end
|
5319
|
+
end
|
5320
|
+
|
5321
|
+
# DescribeRabbitMQVirtualHost返回参数结构体
|
5322
|
+
class DescribeRabbitMQVirtualHostResponse < TencentCloud::Common::AbstractModel
|
5323
|
+
# @param TotalCount: 返回vhost数量
|
5324
|
+
# @type TotalCount: Integer
|
5325
|
+
# @param VirtualHostList: vhost详情列表
|
5326
|
+
# @type VirtualHostList: Array
|
5327
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5328
|
+
# @type RequestId: String
|
5329
|
+
|
5330
|
+
attr_accessor :TotalCount, :VirtualHostList, :RequestId
|
5331
|
+
|
5332
|
+
def initialize(totalcount=nil, virtualhostlist=nil, requestid=nil)
|
5333
|
+
@TotalCount = totalcount
|
5334
|
+
@VirtualHostList = virtualhostlist
|
5335
|
+
@RequestId = requestid
|
5336
|
+
end
|
5337
|
+
|
5338
|
+
def deserialize(params)
|
5339
|
+
@TotalCount = params['TotalCount']
|
5340
|
+
unless params['VirtualHostList'].nil?
|
5341
|
+
@VirtualHostList = []
|
5342
|
+
params['VirtualHostList'].each do |i|
|
5343
|
+
rabbitmqvirtualhostinfo_tmp = RabbitMQVirtualHostInfo.new
|
5344
|
+
rabbitmqvirtualhostinfo_tmp.deserialize(i)
|
5345
|
+
@VirtualHostList << rabbitmqvirtualhostinfo_tmp
|
5346
|
+
end
|
5347
|
+
end
|
5348
|
+
@RequestId = params['RequestId']
|
5349
|
+
end
|
5350
|
+
end
|
5351
|
+
|
5091
5352
|
# DescribeRocketMQCluster请求参数结构体
|
5092
5353
|
class DescribeRocketMQClusterRequest < TencentCloud::Common::AbstractModel
|
5093
5354
|
# @param ClusterId: 集群ID
|
5094
5355
|
# @type ClusterId: String
|
5095
5356
|
|
5096
5357
|
attr_accessor :ClusterId
|
5097
|
-
|
5358
|
+
|
5098
5359
|
def initialize(clusterid=nil)
|
5099
5360
|
@ClusterId = clusterid
|
5100
5361
|
end
|
@@ -5117,7 +5378,7 @@ module TencentCloud
|
|
5117
5378
|
# @type RequestId: String
|
5118
5379
|
|
5119
5380
|
attr_accessor :ClusterInfo, :ClusterConfig, :ClusterStats, :RequestId
|
5120
|
-
|
5381
|
+
|
5121
5382
|
def initialize(clusterinfo=nil, clusterconfig=nil, clusterstats=nil, requestid=nil)
|
5122
5383
|
@ClusterInfo = clusterinfo
|
5123
5384
|
@ClusterConfig = clusterconfig
|
@@ -5160,7 +5421,7 @@ module TencentCloud
|
|
5160
5421
|
# @type Filters: Array
|
5161
5422
|
|
5162
5423
|
attr_accessor :Offset, :Limit, :IdKeyword, :NameKeyword, :ClusterIdList, :IsTagFilter, :Filters
|
5163
|
-
|
5424
|
+
|
5164
5425
|
def initialize(offset=nil, limit=nil, idkeyword=nil, namekeyword=nil, clusteridlist=nil, istagfilter=nil, filters=nil)
|
5165
5426
|
@Offset = offset
|
5166
5427
|
@Limit = limit
|
@@ -5200,7 +5461,7 @@ module TencentCloud
|
|
5200
5461
|
# @type RequestId: String
|
5201
5462
|
|
5202
5463
|
attr_accessor :ClusterList, :TotalCount, :RequestId
|
5203
|
-
|
5464
|
+
|
5204
5465
|
def initialize(clusterlist=nil, totalcount=nil, requestid=nil)
|
5205
5466
|
@ClusterList = clusterlist
|
5206
5467
|
@TotalCount = totalcount
|
@@ -5245,7 +5506,7 @@ module TencentCloud
|
|
5245
5506
|
# @type Types: Array
|
5246
5507
|
|
5247
5508
|
attr_accessor :ClusterId, :NamespaceId, :Offset, :Limit, :FilterTopic, :FilterGroup, :SortedBy, :SortOrder, :FilterOneGroup, :Types
|
5248
|
-
|
5509
|
+
|
5249
5510
|
def initialize(clusterid=nil, namespaceid=nil, offset=nil, limit=nil, filtertopic=nil, filtergroup=nil, sortedby=nil, sortorder=nil, filteronegroup=nil, types=nil)
|
5250
5511
|
@ClusterId = clusterid
|
5251
5512
|
@NamespaceId = namespaceid
|
@@ -5283,7 +5544,7 @@ module TencentCloud
|
|
5283
5544
|
# @type RequestId: String
|
5284
5545
|
|
5285
5546
|
attr_accessor :TotalCount, :Groups, :RequestId
|
5286
|
-
|
5547
|
+
|
5287
5548
|
def initialize(totalcount=nil, groups=nil, requestid=nil)
|
5288
5549
|
@TotalCount = totalcount
|
5289
5550
|
@Groups = groups
|
@@ -5320,7 +5581,7 @@ module TencentCloud
|
|
5320
5581
|
# @type QueryDlqMsg: Boolean
|
5321
5582
|
|
5322
5583
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :PulsarMsgId, :QueryDlqMsg
|
5323
|
-
|
5584
|
+
|
5324
5585
|
def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, pulsarmsgid=nil, querydlqmsg=nil)
|
5325
5586
|
@ClusterId = clusterid
|
5326
5587
|
@EnvironmentId = environmentid
|
@@ -5362,7 +5623,7 @@ module TencentCloud
|
|
5362
5623
|
# @type RequestId: String
|
5363
5624
|
|
5364
5625
|
attr_accessor :Body, :Properties, :ProduceTime, :MsgId, :ProducerAddr, :MessageTracks, :ShowTopicName, :RequestId
|
5365
|
-
|
5626
|
+
|
5366
5627
|
def initialize(body=nil, properties=nil, producetime=nil, msgid=nil, produceraddr=nil, messagetracks=nil, showtopicname=nil, requestid=nil)
|
5367
5628
|
@Body = body
|
5368
5629
|
@Properties = properties
|
@@ -5405,7 +5666,7 @@ module TencentCloud
|
|
5405
5666
|
# @type NameKeyword: String
|
5406
5667
|
|
5407
5668
|
attr_accessor :ClusterId, :Offset, :Limit, :NameKeyword
|
5408
|
-
|
5669
|
+
|
5409
5670
|
def initialize(clusterid=nil, offset=nil, limit=nil, namekeyword=nil)
|
5410
5671
|
@ClusterId = clusterid
|
5411
5672
|
@Offset = offset
|
@@ -5431,7 +5692,7 @@ module TencentCloud
|
|
5431
5692
|
# @type RequestId: String
|
5432
5693
|
|
5433
5694
|
attr_accessor :Namespaces, :TotalCount, :RequestId
|
5434
|
-
|
5695
|
+
|
5435
5696
|
def initialize(namespaces=nil, totalcount=nil, requestid=nil)
|
5436
5697
|
@Namespaces = namespaces
|
5437
5698
|
@TotalCount = totalcount
|
@@ -5468,7 +5729,7 @@ module TencentCloud
|
|
5468
5729
|
# @type FilterName: String
|
5469
5730
|
|
5470
5731
|
attr_accessor :Offset, :Limit, :ClusterId, :NamespaceId, :FilterType, :FilterName
|
5471
|
-
|
5732
|
+
|
5472
5733
|
def initialize(offset=nil, limit=nil, clusterid=nil, namespaceid=nil, filtertype=nil, filtername=nil)
|
5473
5734
|
@Offset = offset
|
5474
5735
|
@Limit = limit
|
@@ -5498,7 +5759,7 @@ module TencentCloud
|
|
5498
5759
|
# @type RequestId: String
|
5499
5760
|
|
5500
5761
|
attr_accessor :TotalCount, :Topics, :RequestId
|
5501
|
-
|
5762
|
+
|
5502
5763
|
def initialize(totalcount=nil, topics=nil, requestid=nil)
|
5503
5764
|
@TotalCount = totalcount
|
5504
5765
|
@Topics = topics
|
@@ -5525,7 +5786,7 @@ module TencentCloud
|
|
5525
5786
|
# @type ClusterId: String
|
5526
5787
|
|
5527
5788
|
attr_accessor :ClusterId
|
5528
|
-
|
5789
|
+
|
5529
5790
|
def initialize(clusterid=nil)
|
5530
5791
|
@ClusterId = clusterid
|
5531
5792
|
end
|
@@ -5545,7 +5806,7 @@ module TencentCloud
|
|
5545
5806
|
# @type RequestId: String
|
5546
5807
|
|
5547
5808
|
attr_accessor :ClusterInfo, :InstanceConfig, :RequestId
|
5548
|
-
|
5809
|
+
|
5549
5810
|
def initialize(clusterinfo=nil, instanceconfig=nil, requestid=nil)
|
5550
5811
|
@ClusterInfo = clusterinfo
|
5551
5812
|
@InstanceConfig = instanceconfig
|
@@ -5577,7 +5838,7 @@ module TencentCloud
|
|
5577
5838
|
# @type Offset: Integer
|
5578
5839
|
|
5579
5840
|
attr_accessor :Filters, :Limit, :Offset
|
5580
|
-
|
5841
|
+
|
5581
5842
|
def initialize(filters=nil, limit=nil, offset=nil)
|
5582
5843
|
@Filters = filters
|
5583
5844
|
@Limit = limit
|
@@ -5608,7 +5869,7 @@ module TencentCloud
|
|
5608
5869
|
# @type RequestId: String
|
5609
5870
|
|
5610
5871
|
attr_accessor :TotalCount, :Instances, :RequestId
|
5611
|
-
|
5872
|
+
|
5612
5873
|
def initialize(totalcount=nil, instances=nil, requestid=nil)
|
5613
5874
|
@TotalCount = totalcount
|
5614
5875
|
@Instances = instances
|
@@ -5646,7 +5907,7 @@ module TencentCloud
|
|
5646
5907
|
# @type Filters: Array
|
5647
5908
|
|
5648
5909
|
attr_accessor :RoleName, :Offset, :Limit, :ClusterId, :Filters
|
5649
|
-
|
5910
|
+
|
5650
5911
|
def initialize(rolename=nil, offset=nil, limit=nil, clusterid=nil, filters=nil)
|
5651
5912
|
@RoleName = rolename
|
5652
5913
|
@Offset = offset
|
@@ -5681,7 +5942,7 @@ module TencentCloud
|
|
5681
5942
|
# @type RequestId: String
|
5682
5943
|
|
5683
5944
|
attr_accessor :TotalCount, :RoleSets, :RequestId
|
5684
|
-
|
5945
|
+
|
5685
5946
|
def initialize(totalcount=nil, rolesets=nil, requestid=nil)
|
5686
5947
|
@TotalCount = totalcount
|
5687
5948
|
@RoleSets = rolesets
|
@@ -5720,7 +5981,7 @@ module TencentCloud
|
|
5720
5981
|
# @type ClusterId: String
|
5721
5982
|
|
5722
5983
|
attr_accessor :EnvironmentId, :TopicName, :Offset, :Limit, :SubscriptionName, :Filters, :ClusterId
|
5723
|
-
|
5984
|
+
|
5724
5985
|
def initialize(environmentid=nil, topicname=nil, offset=nil, limit=nil, subscriptionname=nil, filters=nil, clusterid=nil)
|
5725
5986
|
@EnvironmentId = environmentid
|
5726
5987
|
@TopicName = topicname
|
@@ -5759,7 +6020,7 @@ module TencentCloud
|
|
5759
6020
|
# @type RequestId: String
|
5760
6021
|
|
5761
6022
|
attr_accessor :SubscriptionSets, :TotalCount, :RequestId
|
5762
|
-
|
6023
|
+
|
5763
6024
|
def initialize(subscriptionsets=nil, totalcount=nil, requestid=nil)
|
5764
6025
|
@SubscriptionSets = subscriptionsets
|
5765
6026
|
@TotalCount = totalcount
|
@@ -5809,7 +6070,7 @@ module TencentCloud
|
|
5809
6070
|
# @type TopicCreator: Integer
|
5810
6071
|
|
5811
6072
|
attr_accessor :EnvironmentId, :ClusterId, :TopicName, :Offset, :Limit, :TopicType, :Filters, :TopicCreator
|
5812
|
-
|
6073
|
+
|
5813
6074
|
def initialize(environmentid=nil, clusterid=nil, topicname=nil, offset=nil, limit=nil, topictype=nil, filters=nil, topiccreator=nil)
|
5814
6075
|
@EnvironmentId = environmentid
|
5815
6076
|
@ClusterId = clusterid
|
@@ -5850,7 +6111,7 @@ module TencentCloud
|
|
5850
6111
|
# @type RequestId: String
|
5851
6112
|
|
5852
6113
|
attr_accessor :TopicSets, :TotalCount, :RequestId
|
5853
|
-
|
6114
|
+
|
5854
6115
|
def initialize(topicsets=nil, totalcount=nil, requestid=nil)
|
5855
6116
|
@TopicSets = topicsets
|
5856
6117
|
@TotalCount = totalcount
|
@@ -5898,7 +6159,7 @@ module TencentCloud
|
|
5898
6159
|
# @type AutoSubscriptionCreation: Boolean
|
5899
6160
|
|
5900
6161
|
attr_accessor :EnvironmentId, :Remark, :MsgTTL, :CreateTime, :UpdateTime, :NamespaceId, :NamespaceName, :TopicNum, :RetentionPolicy, :AutoSubscriptionCreation
|
5901
|
-
|
6162
|
+
|
5902
6163
|
def initialize(environmentid=nil, remark=nil, msgttl=nil, createtime=nil, updatetime=nil, namespaceid=nil, namespacename=nil, topicnum=nil, retentionpolicy=nil, autosubscriptioncreation=nil)
|
5903
6164
|
@EnvironmentId = environmentid
|
5904
6165
|
@Remark = remark
|
@@ -5945,7 +6206,7 @@ module TencentCloud
|
|
5945
6206
|
# @type UpdateTime: String
|
5946
6207
|
|
5947
6208
|
attr_accessor :EnvironmentId, :RoleName, :Permissions, :RoleDescribe, :CreateTime, :UpdateTime
|
5948
|
-
|
6209
|
+
|
5949
6210
|
def initialize(environmentid=nil, rolename=nil, permissions=nil, roledescribe=nil, createtime=nil, updatetime=nil)
|
5950
6211
|
@EnvironmentId = environmentid
|
5951
6212
|
@RoleName = rolename
|
@@ -5974,7 +6235,7 @@ module TencentCloud
|
|
5974
6235
|
# @type UsedExchange: Integer
|
5975
6236
|
|
5976
6237
|
attr_accessor :MaxExchange, :UsedExchange
|
5977
|
-
|
6238
|
+
|
5978
6239
|
def initialize(maxexchange=nil, usedexchange=nil)
|
5979
6240
|
@MaxExchange = maxexchange
|
5980
6241
|
@UsedExchange = usedexchange
|
@@ -5994,7 +6255,7 @@ module TencentCloud
|
|
5994
6255
|
# @type Values: Array
|
5995
6256
|
|
5996
6257
|
attr_accessor :Name, :Values
|
5997
|
-
|
6258
|
+
|
5998
6259
|
def initialize(name=nil, values=nil)
|
5999
6260
|
@Name = name
|
6000
6261
|
@Values = values
|
@@ -6018,7 +6279,7 @@ module TencentCloud
|
|
6018
6279
|
# @type SubscriptionNames: Array
|
6019
6280
|
|
6020
6281
|
attr_accessor :ConsumerHasCount, :ConsumerHasBacklog, :ConsumerHasExpired, :SubscriptionNames
|
6021
|
-
|
6282
|
+
|
6022
6283
|
def initialize(consumerhascount=nil, consumerhasbacklog=nil, consumerhasexpired=nil, subscriptionnames=nil)
|
6023
6284
|
@ConsumerHasCount = consumerhascount
|
6024
6285
|
@ConsumerHasBacklog = consumerhasbacklog
|
@@ -6044,7 +6305,7 @@ module TencentCloud
|
|
6044
6305
|
# @type NodeCount: Integer
|
6045
6306
|
|
6046
6307
|
attr_accessor :ZoneName, :ZoneId, :NodeCount
|
6047
|
-
|
6308
|
+
|
6048
6309
|
def initialize(zonename=nil, zoneid=nil, nodecount=nil)
|
6049
6310
|
@ZoneName = zonename
|
6050
6311
|
@ZoneId = zoneid
|
@@ -6110,7 +6371,7 @@ module TencentCloud
|
|
6110
6371
|
# @type PublicAccessEnabled: Boolean
|
6111
6372
|
|
6112
6373
|
attr_accessor :TenantId, :TenantName, :CustomerUin, :CustomerAppId, :ClusterName, :Type, :MaxNamespaces, :UsedNamespaces, :MaxTopics, :UsedTopics, :MaxPartitions, :UsedPartitions, :MaxMsgBacklogSize, :MaxPublishTps, :MaxRetention, :CreateTime, :UpdateTime, :MaxDispatchTps, :MaxDispatchRateInBytes, :MaxPublishRateInBytes, :MaxRetentionSizeInMB, :PublicAccessEnabled
|
6113
|
-
|
6374
|
+
|
6114
6375
|
def initialize(tenantid=nil, tenantname=nil, customeruin=nil, customerappid=nil, clustername=nil, type=nil, maxnamespaces=nil, usednamespaces=nil, maxtopics=nil, usedtopics=nil, maxpartitions=nil, usedpartitions=nil, maxmsgbacklogsize=nil, maxpublishtps=nil, maxretention=nil, createtime=nil, updatetime=nil, maxdispatchtps=nil, maxdispatchrateinbytes=nil, maxpublishrateinbytes=nil, maxretentionsizeinmb=nil, publicaccessenabled=nil)
|
6115
6376
|
@TenantId = tenantid
|
6116
6377
|
@TenantName = tenantname
|
@@ -6172,7 +6433,7 @@ module TencentCloud
|
|
6172
6433
|
# @type Remark: String
|
6173
6434
|
|
6174
6435
|
attr_accessor :ClusterId, :ClusterName, :Remark
|
6175
|
-
|
6436
|
+
|
6176
6437
|
def initialize(clusterid=nil, clustername=nil, remark=nil)
|
6177
6438
|
@ClusterId = clusterid
|
6178
6439
|
@ClusterName = clustername
|
@@ -6192,7 +6453,7 @@ module TencentCloud
|
|
6192
6453
|
# @type RequestId: String
|
6193
6454
|
|
6194
6455
|
attr_accessor :RequestId
|
6195
|
-
|
6456
|
+
|
6196
6457
|
def initialize(requestid=nil)
|
6197
6458
|
@RequestId = requestid
|
6198
6459
|
end
|
@@ -6214,7 +6475,7 @@ module TencentCloud
|
|
6214
6475
|
# @type Remark: String
|
6215
6476
|
|
6216
6477
|
attr_accessor :ClusterId, :VHostId, :Exchange, :Remark
|
6217
|
-
|
6478
|
+
|
6218
6479
|
def initialize(clusterid=nil, vhostid=nil, exchange=nil, remark=nil)
|
6219
6480
|
@ClusterId = clusterid
|
6220
6481
|
@VHostId = vhostid
|
@@ -6236,7 +6497,7 @@ module TencentCloud
|
|
6236
6497
|
# @type RequestId: String
|
6237
6498
|
|
6238
6499
|
attr_accessor :RequestId
|
6239
|
-
|
6500
|
+
|
6240
6501
|
def initialize(requestid=nil)
|
6241
6502
|
@RequestId = requestid
|
6242
6503
|
end
|
@@ -6264,7 +6525,7 @@ module TencentCloud
|
|
6264
6525
|
# @type DeadLetterRoutingKey: String
|
6265
6526
|
|
6266
6527
|
attr_accessor :ClusterId, :VHostId, :Queue, :AutoDelete, :Remark, :DeadLetterExchange, :DeadLetterRoutingKey
|
6267
|
-
|
6528
|
+
|
6268
6529
|
def initialize(clusterid=nil, vhostid=nil, queue=nil, autodelete=nil, remark=nil, deadletterexchange=nil, deadletterroutingkey=nil)
|
6269
6530
|
@ClusterId = clusterid
|
6270
6531
|
@VHostId = vhostid
|
@@ -6292,7 +6553,7 @@ module TencentCloud
|
|
6292
6553
|
# @type RequestId: String
|
6293
6554
|
|
6294
6555
|
attr_accessor :RequestId
|
6295
|
-
|
6556
|
+
|
6296
6557
|
def initialize(requestid=nil)
|
6297
6558
|
@RequestId = requestid
|
6298
6559
|
end
|
@@ -6314,7 +6575,7 @@ module TencentCloud
|
|
6314
6575
|
# @type Remark: String
|
6315
6576
|
|
6316
6577
|
attr_accessor :ClusterId, :VHostId, :MsgTtl, :Remark
|
6317
|
-
|
6578
|
+
|
6318
6579
|
def initialize(clusterid=nil, vhostid=nil, msgttl=nil, remark=nil)
|
6319
6580
|
@ClusterId = clusterid
|
6320
6581
|
@VHostId = vhostid
|
@@ -6336,7 +6597,7 @@ module TencentCloud
|
|
6336
6597
|
# @type RequestId: String
|
6337
6598
|
|
6338
6599
|
attr_accessor :RequestId
|
6339
|
-
|
6600
|
+
|
6340
6601
|
def initialize(requestid=nil)
|
6341
6602
|
@RequestId = requestid
|
6342
6603
|
end
|
@@ -6358,7 +6619,7 @@ module TencentCloud
|
|
6358
6619
|
# @type PublicAccessEnabled: Boolean
|
6359
6620
|
|
6360
6621
|
attr_accessor :ClusterId, :ClusterName, :Remark, :PublicAccessEnabled
|
6361
|
-
|
6622
|
+
|
6362
6623
|
def initialize(clusterid=nil, clustername=nil, remark=nil, publicaccessenabled=nil)
|
6363
6624
|
@ClusterId = clusterid
|
6364
6625
|
@ClusterName = clustername
|
@@ -6382,7 +6643,7 @@ module TencentCloud
|
|
6382
6643
|
# @type RequestId: String
|
6383
6644
|
|
6384
6645
|
attr_accessor :ClusterId, :RequestId
|
6385
|
-
|
6646
|
+
|
6386
6647
|
def initialize(clusterid=nil, requestid=nil)
|
6387
6648
|
@ClusterId = clusterid
|
6388
6649
|
@RequestId = requestid
|
@@ -6430,7 +6691,7 @@ module TencentCloud
|
|
6430
6691
|
# @type RetentionSizeInMB: Integer
|
6431
6692
|
|
6432
6693
|
attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :MaxTimeToLive, :MaxReceiveCount, :Policy, :Trace, :Transaction, :RetentionSizeInMB
|
6433
|
-
|
6694
|
+
|
6434
6695
|
def initialize(queuename=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, msgretentionseconds=nil, rewindseconds=nil, firstqueryinterval=nil, maxquerycount=nil, deadletterqueuename=nil, maxtimetolive=nil, maxreceivecount=nil, policy=nil, trace=nil, transaction=nil, retentionsizeinmb=nil)
|
6435
6696
|
@QueueName = queuename
|
6436
6697
|
@MaxMsgHeapNum = maxmsgheapnum
|
@@ -6476,7 +6737,7 @@ module TencentCloud
|
|
6476
6737
|
# @type RequestId: String
|
6477
6738
|
|
6478
6739
|
attr_accessor :RequestId
|
6479
|
-
|
6740
|
+
|
6480
6741
|
def initialize(requestid=nil)
|
6481
6742
|
@RequestId = requestid
|
6482
6743
|
end
|
@@ -6504,7 +6765,7 @@ module TencentCloud
|
|
6504
6765
|
# @type BindingKey: Array
|
6505
6766
|
|
6506
6767
|
attr_accessor :TopicName, :SubscriptionName, :NotifyStrategy, :NotifyContentFormat, :FilterTags, :BindingKey
|
6507
|
-
|
6768
|
+
|
6508
6769
|
def initialize(topicname=nil, subscriptionname=nil, notifystrategy=nil, notifycontentformat=nil, filtertags=nil, bindingkey=nil)
|
6509
6770
|
@TopicName = topicname
|
6510
6771
|
@SubscriptionName = subscriptionname
|
@@ -6530,7 +6791,7 @@ module TencentCloud
|
|
6530
6791
|
# @type RequestId: String
|
6531
6792
|
|
6532
6793
|
attr_accessor :RequestId
|
6533
|
-
|
6794
|
+
|
6534
6795
|
def initialize(requestid=nil)
|
6535
6796
|
@RequestId = requestid
|
6536
6797
|
end
|
@@ -6552,7 +6813,7 @@ module TencentCloud
|
|
6552
6813
|
# @type Trace: Boolean
|
6553
6814
|
|
6554
6815
|
attr_accessor :TopicName, :MaxMsgSize, :MsgRetentionSeconds, :Trace
|
6555
|
-
|
6816
|
+
|
6556
6817
|
def initialize(topicname=nil, maxmsgsize=nil, msgretentionseconds=nil, trace=nil)
|
6557
6818
|
@TopicName = topicname
|
6558
6819
|
@MaxMsgSize = maxmsgsize
|
@@ -6574,7 +6835,7 @@ module TencentCloud
|
|
6574
6835
|
# @type RequestId: String
|
6575
6836
|
|
6576
6837
|
attr_accessor :RequestId
|
6577
|
-
|
6838
|
+
|
6578
6839
|
def initialize(requestid=nil)
|
6579
6840
|
@RequestId = requestid
|
6580
6841
|
end
|
@@ -6600,7 +6861,7 @@ module TencentCloud
|
|
6600
6861
|
# @type AutoSubscriptionCreation: Boolean
|
6601
6862
|
|
6602
6863
|
attr_accessor :EnvironmentId, :MsgTTL, :Remark, :ClusterId, :RetentionPolicy, :AutoSubscriptionCreation
|
6603
|
-
|
6864
|
+
|
6604
6865
|
def initialize(environmentid=nil, msgttl=nil, remark=nil, clusterid=nil, retentionpolicy=nil, autosubscriptioncreation=nil)
|
6605
6866
|
@EnvironmentId = environmentid
|
6606
6867
|
@MsgTTL = msgttl
|
@@ -6639,7 +6900,7 @@ module TencentCloud
|
|
6639
6900
|
# @type RequestId: String
|
6640
6901
|
|
6641
6902
|
attr_accessor :EnvironmentId, :MsgTTL, :Remark, :NamespaceId, :RequestId
|
6642
|
-
|
6903
|
+
|
6643
6904
|
def initialize(environmentid=nil, msgttl=nil, remark=nil, namespaceid=nil, requestid=nil)
|
6644
6905
|
@EnvironmentId = environmentid
|
6645
6906
|
@MsgTTL = msgttl
|
@@ -6669,7 +6930,7 @@ module TencentCloud
|
|
6669
6930
|
# @type ClusterId: String
|
6670
6931
|
|
6671
6932
|
attr_accessor :EnvironmentId, :RoleName, :Permissions, :ClusterId
|
6672
|
-
|
6933
|
+
|
6673
6934
|
def initialize(environmentid=nil, rolename=nil, permissions=nil, clusterid=nil)
|
6674
6935
|
@EnvironmentId = environmentid
|
6675
6936
|
@RoleName = rolename
|
@@ -6691,7 +6952,63 @@ module TencentCloud
|
|
6691
6952
|
# @type RequestId: String
|
6692
6953
|
|
6693
6954
|
attr_accessor :RequestId
|
6694
|
-
|
6955
|
+
|
6956
|
+
def initialize(requestid=nil)
|
6957
|
+
@RequestId = requestid
|
6958
|
+
end
|
6959
|
+
|
6960
|
+
def deserialize(params)
|
6961
|
+
@RequestId = params['RequestId']
|
6962
|
+
end
|
6963
|
+
end
|
6964
|
+
|
6965
|
+
# ModifyRabbitMQUser请求参数结构体
|
6966
|
+
class ModifyRabbitMQUserRequest < TencentCloud::Common::AbstractModel
|
6967
|
+
# @param InstanceId: 集群实例Id
|
6968
|
+
# @type InstanceId: String
|
6969
|
+
# @param User: 用户名,登录时使用
|
6970
|
+
# @type User: String
|
6971
|
+
# @param Password: 密码,登录时使用
|
6972
|
+
# @type Password: String
|
6973
|
+
# @param Description: 描述,不传则不修改
|
6974
|
+
# @type Description: String
|
6975
|
+
# @param Tags: 用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改
|
6976
|
+
# @type Tags: Array
|
6977
|
+
# @param MaxConnections: 该用户的最大连接数,不传则不修改
|
6978
|
+
# @type MaxConnections: Integer
|
6979
|
+
# @param MaxChannels: 该用户的最大channel数,不传则不修改
|
6980
|
+
# @type MaxChannels: Integer
|
6981
|
+
|
6982
|
+
attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :MaxConnections, :MaxChannels
|
6983
|
+
|
6984
|
+
def initialize(instanceid=nil, user=nil, password=nil, description=nil, tags=nil, maxconnections=nil, maxchannels=nil)
|
6985
|
+
@InstanceId = instanceid
|
6986
|
+
@User = user
|
6987
|
+
@Password = password
|
6988
|
+
@Description = description
|
6989
|
+
@Tags = tags
|
6990
|
+
@MaxConnections = maxconnections
|
6991
|
+
@MaxChannels = maxchannels
|
6992
|
+
end
|
6993
|
+
|
6994
|
+
def deserialize(params)
|
6995
|
+
@InstanceId = params['InstanceId']
|
6996
|
+
@User = params['User']
|
6997
|
+
@Password = params['Password']
|
6998
|
+
@Description = params['Description']
|
6999
|
+
@Tags = params['Tags']
|
7000
|
+
@MaxConnections = params['MaxConnections']
|
7001
|
+
@MaxChannels = params['MaxChannels']
|
7002
|
+
end
|
7003
|
+
end
|
7004
|
+
|
7005
|
+
# ModifyRabbitMQUser返回参数结构体
|
7006
|
+
class ModifyRabbitMQUserResponse < TencentCloud::Common::AbstractModel
|
7007
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
7008
|
+
# @type RequestId: String
|
7009
|
+
|
7010
|
+
attr_accessor :RequestId
|
7011
|
+
|
6695
7012
|
def initialize(requestid=nil)
|
6696
7013
|
@RequestId = requestid
|
6697
7014
|
end
|
@@ -6711,7 +7028,7 @@ module TencentCloud
|
|
6711
7028
|
# @type Remark: String
|
6712
7029
|
|
6713
7030
|
attr_accessor :InstanceId, :ClusterName, :Remark
|
6714
|
-
|
7031
|
+
|
6715
7032
|
def initialize(instanceid=nil, clustername=nil, remark=nil)
|
6716
7033
|
@InstanceId = instanceid
|
6717
7034
|
@ClusterName = clustername
|
@@ -6734,7 +7051,7 @@ module TencentCloud
|
|
6734
7051
|
# @type RequestId: String
|
6735
7052
|
|
6736
7053
|
attr_accessor :InstanceId, :RequestId
|
6737
|
-
|
7054
|
+
|
6738
7055
|
def initialize(instanceid=nil, requestid=nil)
|
6739
7056
|
@InstanceId = instanceid
|
6740
7057
|
@RequestId = requestid
|
@@ -6746,6 +7063,50 @@ module TencentCloud
|
|
6746
7063
|
end
|
6747
7064
|
end
|
6748
7065
|
|
7066
|
+
# ModifyRabbitMQVirtualHost请求参数结构体
|
7067
|
+
class ModifyRabbitMQVirtualHostRequest < TencentCloud::Common::AbstractModel
|
7068
|
+
# @param InstanceId: 集群实例Id
|
7069
|
+
# @type InstanceId: String
|
7070
|
+
# @param VirtualHost: vhost名
|
7071
|
+
# @type VirtualHost: String
|
7072
|
+
# @param Description: 描述
|
7073
|
+
# @type Description: String
|
7074
|
+
# @param TraceFlag: 消息轨迹开关,true打开,false关闭
|
7075
|
+
# @type TraceFlag: Boolean
|
7076
|
+
|
7077
|
+
attr_accessor :InstanceId, :VirtualHost, :Description, :TraceFlag
|
7078
|
+
|
7079
|
+
def initialize(instanceid=nil, virtualhost=nil, description=nil, traceflag=nil)
|
7080
|
+
@InstanceId = instanceid
|
7081
|
+
@VirtualHost = virtualhost
|
7082
|
+
@Description = description
|
7083
|
+
@TraceFlag = traceflag
|
7084
|
+
end
|
7085
|
+
|
7086
|
+
def deserialize(params)
|
7087
|
+
@InstanceId = params['InstanceId']
|
7088
|
+
@VirtualHost = params['VirtualHost']
|
7089
|
+
@Description = params['Description']
|
7090
|
+
@TraceFlag = params['TraceFlag']
|
7091
|
+
end
|
7092
|
+
end
|
7093
|
+
|
7094
|
+
# ModifyRabbitMQVirtualHost返回参数结构体
|
7095
|
+
class ModifyRabbitMQVirtualHostResponse < TencentCloud::Common::AbstractModel
|
7096
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
7097
|
+
# @type RequestId: String
|
7098
|
+
|
7099
|
+
attr_accessor :RequestId
|
7100
|
+
|
7101
|
+
def initialize(requestid=nil)
|
7102
|
+
@RequestId = requestid
|
7103
|
+
end
|
7104
|
+
|
7105
|
+
def deserialize(params)
|
7106
|
+
@RequestId = params['RequestId']
|
7107
|
+
end
|
7108
|
+
end
|
7109
|
+
|
6749
7110
|
# ModifyRocketMQCluster请求参数结构体
|
6750
7111
|
class ModifyRocketMQClusterRequest < TencentCloud::Common::AbstractModel
|
6751
7112
|
# @param ClusterId: RocketMQ集群ID
|
@@ -6756,7 +7117,7 @@ module TencentCloud
|
|
6756
7117
|
# @type Remark: String
|
6757
7118
|
|
6758
7119
|
attr_accessor :ClusterId, :ClusterName, :Remark
|
6759
|
-
|
7120
|
+
|
6760
7121
|
def initialize(clusterid=nil, clustername=nil, remark=nil)
|
6761
7122
|
@ClusterId = clusterid
|
6762
7123
|
@ClusterName = clustername
|
@@ -6776,7 +7137,7 @@ module TencentCloud
|
|
6776
7137
|
# @type RequestId: String
|
6777
7138
|
|
6778
7139
|
attr_accessor :RequestId
|
6779
|
-
|
7140
|
+
|
6780
7141
|
def initialize(requestid=nil)
|
6781
7142
|
@RequestId = requestid
|
6782
7143
|
end
|
@@ -6804,7 +7165,7 @@ module TencentCloud
|
|
6804
7165
|
# @type RetryMaxTimes: Integer
|
6805
7166
|
|
6806
7167
|
attr_accessor :ClusterId, :NamespaceId, :GroupId, :Remark, :ReadEnable, :BroadcastEnable, :RetryMaxTimes
|
6807
|
-
|
7168
|
+
|
6808
7169
|
def initialize(clusterid=nil, namespaceid=nil, groupid=nil, remark=nil, readenable=nil, broadcastenable=nil, retrymaxtimes=nil)
|
6809
7170
|
@ClusterId = clusterid
|
6810
7171
|
@NamespaceId = namespaceid
|
@@ -6832,7 +7193,7 @@ module TencentCloud
|
|
6832
7193
|
# @type RequestId: String
|
6833
7194
|
|
6834
7195
|
attr_accessor :RequestId
|
6835
|
-
|
7196
|
+
|
6836
7197
|
def initialize(requestid=nil)
|
6837
7198
|
@RequestId = requestid
|
6838
7199
|
end
|
@@ -6858,7 +7219,7 @@ module TencentCloud
|
|
6858
7219
|
# @type StorageSize: Integer
|
6859
7220
|
|
6860
7221
|
attr_accessor :InstanceId, :Specification, :NodeCount, :StorageSize
|
6861
|
-
|
7222
|
+
|
6862
7223
|
def initialize(instanceid=nil, specification=nil, nodecount=nil, storagesize=nil)
|
6863
7224
|
@InstanceId = instanceid
|
6864
7225
|
@Specification = specification
|
@@ -6883,7 +7244,7 @@ module TencentCloud
|
|
6883
7244
|
# @type RequestId: String
|
6884
7245
|
|
6885
7246
|
attr_accessor :OrderId, :RequestId
|
6886
|
-
|
7247
|
+
|
6887
7248
|
def initialize(orderid=nil, requestid=nil)
|
6888
7249
|
@OrderId = orderid
|
6889
7250
|
@RequestId = requestid
|
@@ -6909,7 +7270,7 @@ module TencentCloud
|
|
6909
7270
|
# @type Remark: String
|
6910
7271
|
|
6911
7272
|
attr_accessor :ClusterId, :NamespaceId, :Ttl, :RetentionTime, :Remark
|
6912
|
-
|
7273
|
+
|
6913
7274
|
def initialize(clusterid=nil, namespaceid=nil, ttl=nil, retentiontime=nil, remark=nil)
|
6914
7275
|
@ClusterId = clusterid
|
6915
7276
|
@NamespaceId = namespaceid
|
@@ -6933,7 +7294,7 @@ module TencentCloud
|
|
6933
7294
|
# @type RequestId: String
|
6934
7295
|
|
6935
7296
|
attr_accessor :RequestId
|
6936
|
-
|
7297
|
+
|
6937
7298
|
def initialize(requestid=nil)
|
6938
7299
|
@RequestId = requestid
|
6939
7300
|
end
|
@@ -6957,7 +7318,7 @@ module TencentCloud
|
|
6957
7318
|
# @type PartitionNum: Integer
|
6958
7319
|
|
6959
7320
|
attr_accessor :ClusterId, :NamespaceId, :Topic, :Remark, :PartitionNum
|
6960
|
-
|
7321
|
+
|
6961
7322
|
def initialize(clusterid=nil, namespaceid=nil, topic=nil, remark=nil, partitionnum=nil)
|
6962
7323
|
@ClusterId = clusterid
|
6963
7324
|
@NamespaceId = namespaceid
|
@@ -6981,7 +7342,7 @@ module TencentCloud
|
|
6981
7342
|
# @type RequestId: String
|
6982
7343
|
|
6983
7344
|
attr_accessor :RequestId
|
6984
|
-
|
7345
|
+
|
6985
7346
|
def initialize(requestid=nil)
|
6986
7347
|
@RequestId = requestid
|
6987
7348
|
end
|
@@ -7001,7 +7362,7 @@ module TencentCloud
|
|
7001
7362
|
# @type ClusterId: String
|
7002
7363
|
|
7003
7364
|
attr_accessor :RoleName, :Remark, :ClusterId
|
7004
|
-
|
7365
|
+
|
7005
7366
|
def initialize(rolename=nil, remark=nil, clusterid=nil)
|
7006
7367
|
@RoleName = rolename
|
7007
7368
|
@Remark = remark
|
@@ -7025,7 +7386,7 @@ module TencentCloud
|
|
7025
7386
|
# @type RequestId: String
|
7026
7387
|
|
7027
7388
|
attr_accessor :RoleName, :Remark, :RequestId
|
7028
|
-
|
7389
|
+
|
7029
7390
|
def initialize(rolename=nil, remark=nil, requestid=nil)
|
7030
7391
|
@RoleName = rolename
|
7031
7392
|
@Remark = remark
|
@@ -7053,7 +7414,7 @@ module TencentCloud
|
|
7053
7414
|
# @type ClusterId: String
|
7054
7415
|
|
7055
7416
|
attr_accessor :EnvironmentId, :TopicName, :Partitions, :Remark, :ClusterId
|
7056
|
-
|
7417
|
+
|
7057
7418
|
def initialize(environmentid=nil, topicname=nil, partitions=nil, remark=nil, clusterid=nil)
|
7058
7419
|
@EnvironmentId = environmentid
|
7059
7420
|
@TopicName = topicname
|
@@ -7081,7 +7442,7 @@ module TencentCloud
|
|
7081
7442
|
# @type RequestId: String
|
7082
7443
|
|
7083
7444
|
attr_accessor :Partitions, :Remark, :RequestId
|
7084
|
-
|
7445
|
+
|
7085
7446
|
def initialize(partitions=nil, remark=nil, requestid=nil)
|
7086
7447
|
@Partitions = partitions
|
7087
7448
|
@Remark = remark
|
@@ -7138,7 +7499,7 @@ module TencentCloud
|
|
7138
7499
|
# @type TopicType: Integer
|
7139
7500
|
|
7140
7501
|
attr_accessor :AverageMsgSize, :ConsumerCount, :LastConfirmedEntry, :LastLedgerCreatedTimestamp, :MsgRateIn, :MsgRateOut, :MsgThroughputIn, :MsgThroughputOut, :NumberOfEntries, :Partitions, :ProducerCount, :TotalSize, :TopicType
|
7141
|
-
|
7502
|
+
|
7142
7503
|
def initialize(averagemsgsize=nil, consumercount=nil, lastconfirmedentry=nil, lastledgercreatedtimestamp=nil, msgratein=nil, msgrateout=nil, msgthroughputin=nil, msgthroughputout=nil, numberofentries=nil, partitions=nil, producercount=nil, totalsize=nil, topictype=nil)
|
7143
7504
|
@AverageMsgSize = averagemsgsize
|
7144
7505
|
@ConsumerCount = consumercount
|
@@ -7188,7 +7549,7 @@ module TencentCloud
|
|
7188
7549
|
# @type VpcEndpointInfo: :class:`Tencentcloud::Tdmq.v20200217.models.VpcEndpointInfo`
|
7189
7550
|
|
7190
7551
|
attr_accessor :PrometheusEndpointStatus, :VpcPrometheusEndpoint, :NodePrometheusAddress, :VpcEndpointInfo
|
7191
|
-
|
7552
|
+
|
7192
7553
|
def initialize(prometheusendpointstatus=nil, vpcprometheusendpoint=nil, nodeprometheusaddress=nil, vpcendpointinfo=nil)
|
7193
7554
|
@PrometheusEndpointStatus = prometheusendpointstatus
|
7194
7555
|
@VpcPrometheusEndpoint = vpcprometheusendpoint
|
@@ -7217,7 +7578,7 @@ module TencentCloud
|
|
7217
7578
|
# @type MsgTag: Array
|
7218
7579
|
|
7219
7580
|
attr_accessor :TopicName, :MsgContent, :MsgTag
|
7220
|
-
|
7581
|
+
|
7221
7582
|
def initialize(topicname=nil, msgcontent=nil, msgtag=nil)
|
7222
7583
|
@TopicName = topicname
|
7223
7584
|
@MsgContent = msgcontent
|
@@ -7241,7 +7602,7 @@ module TencentCloud
|
|
7241
7602
|
# @type RequestId: String
|
7242
7603
|
|
7243
7604
|
attr_accessor :Result, :MsgId, :RequestId
|
7244
|
-
|
7605
|
+
|
7245
7606
|
def initialize(result=nil, msgid=nil, requestid=nil)
|
7246
7607
|
@Result = result
|
7247
7608
|
@MsgId = msgid
|
@@ -7286,7 +7647,7 @@ module TencentCloud
|
|
7286
7647
|
# @type Partition: Integer
|
7287
7648
|
|
7288
7649
|
attr_accessor :ProducerId, :ProducerName, :Address, :ClientVersion, :MsgRateIn, :MsgThroughputIn, :AverageMsgSize, :ConnectedSince, :Partition
|
7289
|
-
|
7650
|
+
|
7290
7651
|
def initialize(producerid=nil, producername=nil, address=nil, clientversion=nil, msgratein=nil, msgthroughputin=nil, averagemsgsize=nil, connectedsince=nil, partition=nil)
|
7291
7652
|
@ProducerId = producerid
|
7292
7653
|
@ProducerName = producername
|
@@ -7331,7 +7692,7 @@ module TencentCloud
|
|
7331
7692
|
# @type RouteType: Integer
|
7332
7693
|
|
7333
7694
|
attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType
|
7334
|
-
|
7695
|
+
|
7335
7696
|
def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil)
|
7336
7697
|
@VpcId = vpcid
|
7337
7698
|
@SubnetId = subnetid
|
@@ -7373,7 +7734,7 @@ module TencentCloud
|
|
7373
7734
|
# @type CanEditRoute: Boolean
|
7374
7735
|
|
7375
7736
|
attr_accessor :ClusterId, :ClusterName, :Remark, :CreateTime, :Status, :Version, :NodeDistribution, :MaxStorage, :CanEditRoute
|
7376
|
-
|
7737
|
+
|
7377
7738
|
def initialize(clusterid=nil, clustername=nil, remark=nil, createtime=nil, status=nil, version=nil, nodedistribution=nil, maxstorage=nil, caneditroute=nil)
|
7378
7739
|
@ClusterId = clusterid
|
7379
7740
|
@ClusterName = clustername
|
@@ -7423,7 +7784,7 @@ module TencentCloud
|
|
7423
7784
|
# @type ScalableTps: Integer
|
7424
7785
|
|
7425
7786
|
attr_accessor :SpecName, :MaxTps, :MaxBandWidth, :MaxNamespaces, :MaxTopics, :ScalableTps
|
7426
|
-
|
7787
|
+
|
7427
7788
|
def initialize(specname=nil, maxtps=nil, maxbandwidth=nil, maxnamespaces=nil, maxtopics=nil, scalabletps=nil)
|
7428
7789
|
@SpecName = specname
|
7429
7790
|
@MaxTps = maxtps
|
@@ -7483,7 +7844,7 @@ module TencentCloud
|
|
7483
7844
|
# @type MaxBandWidth: Integer
|
7484
7845
|
|
7485
7846
|
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :ConfigDisplay, :MaxTps, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ScalableTps, :VpcId, :SubnetId, :MaxBandWidth
|
7486
|
-
|
7847
|
+
|
7487
7848
|
def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, configdisplay=nil, maxtps=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, scalabletps=nil, vpcid=nil, subnetid=nil, maxbandwidth=nil)
|
7488
7849
|
@InstanceId = instanceid
|
7489
7850
|
@InstanceName = instancename
|
@@ -7532,7 +7893,7 @@ module TencentCloud
|
|
7532
7893
|
# @type UsedQueue: Integer
|
7533
7894
|
|
7534
7895
|
attr_accessor :MaxQueue, :UsedQueue
|
7535
|
-
|
7896
|
+
|
7536
7897
|
def initialize(maxqueue=nil, usedqueue=nil)
|
7537
7898
|
@MaxQueue = maxqueue
|
7538
7899
|
@UsedQueue = usedqueue
|
@@ -7578,7 +7939,7 @@ module TencentCloud
|
|
7578
7939
|
# @type PrometheusEndpointInfo: :class:`Tencentcloud::Tdmq.v20200217.models.PrometheusEndpointInfo`
|
7579
7940
|
|
7580
7941
|
attr_accessor :PublicAccessEndpoint, :WebConsoleEndpoint, :WebConsoleUsername, :WebConsolePassword, :PublicAccessEndpointStatus, :PublicControlConsoleSwitchStatus, :VpcControlConsoleSwitchStatus, :VpcWebConsoleEndpoint, :PublicWebConsoleSwitchStatus, :VpcWebConsoleSwitchStatus, :PublicDataStreamStatus, :PrometheusEndpointInfo
|
7581
|
-
|
7942
|
+
|
7582
7943
|
def initialize(publicaccessendpoint=nil, webconsoleendpoint=nil, webconsoleusername=nil, webconsolepassword=nil, publicaccessendpointstatus=nil, publiccontrolconsoleswitchstatus=nil, vpccontrolconsoleswitchstatus=nil, vpcwebconsoleendpoint=nil, publicwebconsoleswitchstatus=nil, vpcwebconsoleswitchstatus=nil, publicdatastreamstatus=nil, prometheusendpointinfo=nil)
|
7583
7944
|
@PublicAccessEndpoint = publicaccessendpoint
|
7584
7945
|
@WebConsoleEndpoint = webconsoleendpoint
|
@@ -7654,7 +8015,7 @@ module TencentCloud
|
|
7654
8015
|
# @type ClusterStatus: Integer
|
7655
8016
|
|
7656
8017
|
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :Vpcs, :VirtualHostNumber, :QueueNumber, :MessagePublishRate, :MessageStackNumber, :ExpireTime, :ChannelNumber, :ConnectionNumber, :ConsumerNumber, :ExchangeNumber, :ExceptionInformation, :ClusterStatus
|
7657
|
-
|
8018
|
+
|
7658
8019
|
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, vpcs=nil, virtualhostnumber=nil, queuenumber=nil, messagepublishrate=nil, messagestacknumber=nil, expiretime=nil, channelnumber=nil, connectionnumber=nil, consumernumber=nil, exchangenumber=nil, exceptioninformation=nil, clusterstatus=nil)
|
7659
8020
|
@ClusterId = clusterid
|
7660
8021
|
@ClusterName = clustername
|
@@ -7719,7 +8080,7 @@ module TencentCloud
|
|
7719
8080
|
# @type PublicNetworkTps: Integer
|
7720
8081
|
|
7721
8082
|
attr_accessor :SpecName, :NodeCount, :MaxTps, :MaxBandWidth, :MaxStorage, :PublicNetworkTps
|
7722
|
-
|
8083
|
+
|
7723
8084
|
def initialize(specname=nil, nodecount=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, publicnetworktps=nil)
|
7724
8085
|
@SpecName = specname
|
7725
8086
|
@NodeCount = nodecount
|
@@ -7758,7 +8119,7 @@ module TencentCloud
|
|
7758
8119
|
# @type PublicDataStreamWhiteListStatus: String
|
7759
8120
|
|
7760
8121
|
attr_accessor :WhiteList, :PublicControlConsoleWhiteList, :PublicDataStreamWhiteList, :PublicControlConsoleWhiteListStatus, :PublicDataStreamWhiteListStatus
|
7761
|
-
|
8122
|
+
|
7762
8123
|
def initialize(whitelist=nil, publiccontrolconsolewhitelist=nil, publicdatastreamwhitelist=nil, publiccontrolconsolewhiteliststatus=nil, publicdatastreamwhiteliststatus=nil)
|
7763
8124
|
@WhiteList = whitelist
|
7764
8125
|
@PublicControlConsoleWhiteList = publiccontrolconsolewhitelist
|
@@ -7798,7 +8159,7 @@ module TencentCloud
|
|
7798
8159
|
# @type ProcessNumber: Integer
|
7799
8160
|
|
7800
8161
|
attr_accessor :NodeName, :NodeStatus, :CPUUsage, :Memory, :DiskUsage, :ProcessNumber
|
7801
|
-
|
8162
|
+
|
7802
8163
|
def initialize(nodename=nil, nodestatus=nil, cpuusage=nil, memory=nil, diskusage=nil, processnumber=nil)
|
7803
8164
|
@NodeName = nodename
|
7804
8165
|
@NodeStatus = nodestatus
|
@@ -7818,6 +8179,74 @@ module TencentCloud
|
|
7818
8179
|
end
|
7819
8180
|
end
|
7820
8181
|
|
8182
|
+
# RabbitMQ专享版虚拟机
|
8183
|
+
class RabbitMQPrivateVirtualHost < TencentCloud::Common::AbstractModel
|
8184
|
+
# @param VirtualHostName: 虚拟主机的名字
|
8185
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8186
|
+
# @type VirtualHostName: String
|
8187
|
+
# @param Description: 虚拟主机的描述
|
8188
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8189
|
+
# @type Description: String
|
8190
|
+
|
8191
|
+
attr_accessor :VirtualHostName, :Description
|
8192
|
+
|
8193
|
+
def initialize(virtualhostname=nil, description=nil)
|
8194
|
+
@VirtualHostName = virtualhostname
|
8195
|
+
@Description = description
|
8196
|
+
end
|
8197
|
+
|
8198
|
+
def deserialize(params)
|
8199
|
+
@VirtualHostName = params['VirtualHostName']
|
8200
|
+
@Description = params['Description']
|
8201
|
+
end
|
8202
|
+
end
|
8203
|
+
|
8204
|
+
# RabbitMQ用户实体详情
|
8205
|
+
class RabbitMQUser < TencentCloud::Common::AbstractModel
|
8206
|
+
# @param InstanceId: 集群实例Id
|
8207
|
+
# @type InstanceId: String
|
8208
|
+
# @param User: 用户名,登录时使用
|
8209
|
+
# @type User: String
|
8210
|
+
# @param Password: 密码,登录时使用
|
8211
|
+
# @type Password: String
|
8212
|
+
# @param Description: 用户描述
|
8213
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8214
|
+
# @type Description: String
|
8215
|
+
# @param Tags: 用户标签,用于决定改用户访问RabbitMQ Management的权限范围
|
8216
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8217
|
+
# @type Tags: Array
|
8218
|
+
# @param CreateTime: 用户创建时间
|
8219
|
+
# @type CreateTime: String
|
8220
|
+
# @param ModifyTime: 用户最后修改时间
|
8221
|
+
# @type ModifyTime: String
|
8222
|
+
# @param Type: 用户类型,System:系统创建,User:用户创建
|
8223
|
+
# @type Type: String
|
8224
|
+
|
8225
|
+
attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :CreateTime, :ModifyTime, :Type
|
8226
|
+
|
8227
|
+
def initialize(instanceid=nil, user=nil, password=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, type=nil)
|
8228
|
+
@InstanceId = instanceid
|
8229
|
+
@User = user
|
8230
|
+
@Password = password
|
8231
|
+
@Description = description
|
8232
|
+
@Tags = tags
|
8233
|
+
@CreateTime = createtime
|
8234
|
+
@ModifyTime = modifytime
|
8235
|
+
@Type = type
|
8236
|
+
end
|
8237
|
+
|
8238
|
+
def deserialize(params)
|
8239
|
+
@InstanceId = params['InstanceId']
|
8240
|
+
@User = params['User']
|
8241
|
+
@Password = params['Password']
|
8242
|
+
@Description = params['Description']
|
8243
|
+
@Tags = params['Tags']
|
8244
|
+
@CreateTime = params['CreateTime']
|
8245
|
+
@ModifyTime = params['ModifyTime']
|
8246
|
+
@Type = params['Type']
|
8247
|
+
end
|
8248
|
+
end
|
8249
|
+
|
7821
8250
|
# RabbitMQ专享实例信息
|
7822
8251
|
class RabbitMQVipInstance < TencentCloud::Common::AbstractModel
|
7823
8252
|
# @param InstanceId: 实例id
|
@@ -7858,7 +8287,7 @@ module TencentCloud
|
|
7858
8287
|
# @type ClusterStatus: Integer
|
7859
8288
|
|
7860
8289
|
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :ClusterStatus
|
7861
|
-
|
8290
|
+
|
7862
8291
|
def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, nodecount=nil, configdisplay=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, exceptioninformation=nil, clusterstatus=nil)
|
7863
8292
|
@InstanceId = instanceid
|
7864
8293
|
@InstanceName = instancename
|
@@ -7898,6 +8327,86 @@ module TencentCloud
|
|
7898
8327
|
end
|
7899
8328
|
end
|
7900
8329
|
|
8330
|
+
# RabbitMQ的vhost详情
|
8331
|
+
class RabbitMQVirtualHostInfo < TencentCloud::Common::AbstractModel
|
8332
|
+
# @param InstanceId: 集群实例Id
|
8333
|
+
# @type InstanceId: String
|
8334
|
+
# @param VirtualHost: vhost名
|
8335
|
+
# @type VirtualHost: String
|
8336
|
+
# @param Description: vhost描述信息
|
8337
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8338
|
+
# @type Description: String
|
8339
|
+
# @param Tags: vhost标签
|
8340
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8341
|
+
# @type Tags: Array
|
8342
|
+
# @param CreateTime: 创建时间
|
8343
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8344
|
+
# @type CreateTime: String
|
8345
|
+
# @param ModifyTime: 修改时间
|
8346
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8347
|
+
# @type ModifyTime: String
|
8348
|
+
# @param VirtualHostStatistics: vhost概览统计信息
|
8349
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8350
|
+
# @type VirtualHostStatistics: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQVirtualHostStatistics`
|
8351
|
+
|
8352
|
+
attr_accessor :InstanceId, :VirtualHost, :Description, :Tags, :CreateTime, :ModifyTime, :VirtualHostStatistics
|
8353
|
+
|
8354
|
+
def initialize(instanceid=nil, virtualhost=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, virtualhoststatistics=nil)
|
8355
|
+
@InstanceId = instanceid
|
8356
|
+
@VirtualHost = virtualhost
|
8357
|
+
@Description = description
|
8358
|
+
@Tags = tags
|
8359
|
+
@CreateTime = createtime
|
8360
|
+
@ModifyTime = modifytime
|
8361
|
+
@VirtualHostStatistics = virtualhoststatistics
|
8362
|
+
end
|
8363
|
+
|
8364
|
+
def deserialize(params)
|
8365
|
+
@InstanceId = params['InstanceId']
|
8366
|
+
@VirtualHost = params['VirtualHost']
|
8367
|
+
@Description = params['Description']
|
8368
|
+
@Tags = params['Tags']
|
8369
|
+
@CreateTime = params['CreateTime']
|
8370
|
+
@ModifyTime = params['ModifyTime']
|
8371
|
+
unless params['VirtualHostStatistics'].nil?
|
8372
|
+
@VirtualHostStatistics = RabbitMQVirtualHostStatistics.new
|
8373
|
+
@VirtualHostStatistics.deserialize(params['VirtualHostStatistics'])
|
8374
|
+
end
|
8375
|
+
end
|
8376
|
+
end
|
8377
|
+
|
8378
|
+
# vhost概览统计信息
|
8379
|
+
class RabbitMQVirtualHostStatistics < TencentCloud::Common::AbstractModel
|
8380
|
+
# @param CurrentQueues: 当前vhost的queue数量
|
8381
|
+
# @type CurrentQueues: Integer
|
8382
|
+
# @param CurrentExchanges: 当前vhost的exchange数量
|
8383
|
+
# @type CurrentExchanges: Integer
|
8384
|
+
# @param CurrentConnections: 当前vhost的连接数量
|
8385
|
+
# @type CurrentConnections: Integer
|
8386
|
+
# @param CurrentChannels: 当前vhost的channel数量
|
8387
|
+
# @type CurrentChannels: Integer
|
8388
|
+
# @param CurrentUsers: 当前vhost的用户数量
|
8389
|
+
# @type CurrentUsers: Integer
|
8390
|
+
|
8391
|
+
attr_accessor :CurrentQueues, :CurrentExchanges, :CurrentConnections, :CurrentChannels, :CurrentUsers
|
8392
|
+
|
8393
|
+
def initialize(currentqueues=nil, currentexchanges=nil, currentconnections=nil, currentchannels=nil, currentusers=nil)
|
8394
|
+
@CurrentQueues = currentqueues
|
8395
|
+
@CurrentExchanges = currentexchanges
|
8396
|
+
@CurrentConnections = currentconnections
|
8397
|
+
@CurrentChannels = currentchannels
|
8398
|
+
@CurrentUsers = currentusers
|
8399
|
+
end
|
8400
|
+
|
8401
|
+
def deserialize(params)
|
8402
|
+
@CurrentQueues = params['CurrentQueues']
|
8403
|
+
@CurrentExchanges = params['CurrentExchanges']
|
8404
|
+
@CurrentConnections = params['CurrentConnections']
|
8405
|
+
@CurrentChannels = params['CurrentChannels']
|
8406
|
+
@CurrentUsers = params['CurrentUsers']
|
8407
|
+
end
|
8408
|
+
end
|
8409
|
+
|
7901
8410
|
# ReceiveMessage请求参数结构体
|
7902
8411
|
class ReceiveMessageRequest < TencentCloud::Common::AbstractModel
|
7903
8412
|
# @param Topic: 接收消息的topic的名字, 这里尽量需要使用topic的全路径,如果不指定,即:tenant/namespace/topic。默认使用的是:public/default
|
@@ -7916,7 +8425,7 @@ module TencentCloud
|
|
7916
8425
|
# @type Timeout: Integer
|
7917
8426
|
|
7918
8427
|
attr_accessor :Topic, :SubscriptionName, :ReceiverQueueSize, :SubInitialPosition, :MaxNumMessages, :MaxNumBytes, :Timeout
|
7919
|
-
|
8428
|
+
|
7920
8429
|
def initialize(topic=nil, subscriptionname=nil, receiverqueuesize=nil, subinitialposition=nil, maxnummessages=nil, maxnumbytes=nil, timeout=nil)
|
7921
8430
|
@Topic = topic
|
7922
8431
|
@SubscriptionName = subscriptionname
|
@@ -7962,7 +8471,7 @@ module TencentCloud
|
|
7962
8471
|
# @type RequestId: String
|
7963
8472
|
|
7964
8473
|
attr_accessor :MessageID, :MessagePayload, :AckTopic, :ErrorMsg, :SubName, :MessageIDList, :MessagesPayload, :RequestId
|
7965
|
-
|
8474
|
+
|
7966
8475
|
def initialize(messageid=nil, messagepayload=nil, acktopic=nil, errormsg=nil, subname=nil, messageidlist=nil, messagespayload=nil, requestid=nil)
|
7967
8476
|
@MessageID = messageid
|
7968
8477
|
@MessagePayload = messagepayload
|
@@ -8000,7 +8509,7 @@ module TencentCloud
|
|
8000
8509
|
# @type ClusterId: String
|
8001
8510
|
|
8002
8511
|
attr_accessor :EnvironmentId, :TopicName, :Subscription, :ToTimestamp, :ClusterId
|
8003
|
-
|
8512
|
+
|
8004
8513
|
def initialize(environmentid=nil, topicname=nil, subscription=nil, totimestamp=nil, clusterid=nil)
|
8005
8514
|
@EnvironmentId = environmentid
|
8006
8515
|
@TopicName = topicname
|
@@ -8027,7 +8536,7 @@ module TencentCloud
|
|
8027
8536
|
# @type RequestId: String
|
8028
8537
|
|
8029
8538
|
attr_accessor :Result, :RequestId
|
8030
|
-
|
8539
|
+
|
8031
8540
|
def initialize(result=nil, requestid=nil)
|
8032
8541
|
@Result = result
|
8033
8542
|
@RequestId = requestid
|
@@ -8055,7 +8564,7 @@ module TencentCloud
|
|
8055
8564
|
# @type ResetTimestamp: Integer
|
8056
8565
|
|
8057
8566
|
attr_accessor :ClusterId, :NamespaceId, :GroupId, :Topic, :Type, :ResetTimestamp
|
8058
|
-
|
8567
|
+
|
8059
8568
|
def initialize(clusterid=nil, namespaceid=nil, groupid=nil, topic=nil, type=nil, resettimestamp=nil)
|
8060
8569
|
@ClusterId = clusterid
|
8061
8570
|
@NamespaceId = namespaceid
|
@@ -8081,7 +8590,7 @@ module TencentCloud
|
|
8081
8590
|
# @type RequestId: String
|
8082
8591
|
|
8083
8592
|
attr_accessor :RequestId
|
8084
|
-
|
8593
|
+
|
8085
8594
|
def initialize(requestid=nil)
|
8086
8595
|
@RequestId = requestid
|
8087
8596
|
end
|
@@ -8099,7 +8608,7 @@ module TencentCloud
|
|
8099
8608
|
# @type SizeInMB: Integer
|
8100
8609
|
|
8101
8610
|
attr_accessor :TimeInMinutes, :SizeInMB
|
8102
|
-
|
8611
|
+
|
8103
8612
|
def initialize(timeinminutes=nil, sizeinmb=nil)
|
8104
8613
|
@TimeInMinutes = timeinminutes
|
8105
8614
|
@SizeInMB = sizeinmb
|
@@ -8119,7 +8628,7 @@ module TencentCloud
|
|
8119
8628
|
# @type StartConsumeTime: Integer
|
8120
8629
|
|
8121
8630
|
attr_accessor :QueueName, :StartConsumeTime
|
8122
|
-
|
8631
|
+
|
8123
8632
|
def initialize(queuename=nil, startconsumetime=nil)
|
8124
8633
|
@QueueName = queuename
|
8125
8634
|
@StartConsumeTime = startconsumetime
|
@@ -8137,7 +8646,7 @@ module TencentCloud
|
|
8137
8646
|
# @type RequestId: String
|
8138
8647
|
|
8139
8648
|
attr_accessor :RequestId
|
8140
|
-
|
8649
|
+
|
8141
8650
|
def initialize(requestid=nil)
|
8142
8651
|
@RequestId = requestid
|
8143
8652
|
end
|
@@ -8172,7 +8681,7 @@ module TencentCloud
|
|
8172
8681
|
# @type MaxQueuesPerTopic: Integer
|
8173
8682
|
|
8174
8683
|
attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic
|
8175
|
-
|
8684
|
+
|
8176
8685
|
def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, maxretentiontime=nil, maxlatencytime=nil, maxqueuespertopic=nil)
|
8177
8686
|
@MaxTpsPerNamespace = maxtpspernamespace
|
8178
8687
|
@MaxNamespaceNum = maxnamespacenum
|
@@ -8211,7 +8720,7 @@ module TencentCloud
|
|
8211
8720
|
# @type Status: Integer
|
8212
8721
|
|
8213
8722
|
attr_accessor :Info, :Config, :Status
|
8214
|
-
|
8723
|
+
|
8215
8724
|
def initialize(info=nil, config=nil, status=nil)
|
8216
8725
|
@Info = info
|
8217
8726
|
@Config = config
|
@@ -8280,7 +8789,7 @@ module TencentCloud
|
|
8280
8789
|
# @type HttpInternalEndpoint: String
|
8281
8790
|
|
8282
8791
|
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip, :RocketMQFlag, :Status, :IsolateTime, :HttpPublicEndpoint, :HttpVpcEndpoint, :InternalEndpoint, :HttpInternalEndpoint
|
8283
|
-
|
8792
|
+
|
8284
8793
|
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, supportnamespaceendpoint=nil, vpcs=nil, isvip=nil, rocketmqflag=nil, status=nil, isolatetime=nil, httppublicendpoint=nil, httpvpcendpoint=nil, internalendpoint=nil, httpinternalendpoint=nil)
|
8285
8794
|
@ClusterId = clusterid
|
8286
8795
|
@ClusterName = clustername
|
@@ -8341,7 +8850,7 @@ module TencentCloud
|
|
8341
8850
|
# @type AccumulativeMsgNum: Integer
|
8342
8851
|
|
8343
8852
|
attr_accessor :TopicNum, :ProducedMsgNum, :ConsumedMsgNum, :AccumulativeMsgNum
|
8344
|
-
|
8853
|
+
|
8345
8854
|
def initialize(topicnum=nil, producedmsgnum=nil, consumedmsgnum=nil, accumulativemsgnum=nil)
|
8346
8855
|
@TopicNum = topicnum
|
8347
8856
|
@ProducedMsgNum = producedmsgnum
|
@@ -8396,7 +8905,7 @@ module TencentCloud
|
|
8396
8905
|
# @type RetryMaxTimes: Integer
|
8397
8906
|
|
8398
8907
|
attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled, :GroupType, :RetryMaxTimes
|
8399
|
-
|
8908
|
+
|
8400
8909
|
def initialize(name=nil, consumernum=nil, tps=nil, totalaccumulative=nil, consumptionmode=nil, readenabled=nil, retrypartitionnum=nil, createtime=nil, updatetime=nil, clientprotocol=nil, remark=nil, consumertype=nil, broadcastenabled=nil, grouptype=nil, retrymaxtimes=nil)
|
8401
8910
|
@Name = name
|
8402
8911
|
@ConsumerNum = consumernum
|
@@ -8463,7 +8972,7 @@ module TencentCloud
|
|
8463
8972
|
# @type MaxQueuesPerTopic: Integer
|
8464
8973
|
|
8465
8974
|
attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :ConfigDisplay, :NodeCount, :NodeDistribution, :TopicDistribution, :MaxQueuesPerTopic
|
8466
|
-
|
8975
|
+
|
8467
8976
|
def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, configdisplay=nil, nodecount=nil, nodedistribution=nil, topicdistribution=nil, maxqueuespertopic=nil)
|
8468
8977
|
@MaxTpsPerNamespace = maxtpspernamespace
|
8469
8978
|
@MaxNamespaceNum = maxnamespacenum
|
@@ -8522,7 +9031,7 @@ module TencentCloud
|
|
8522
9031
|
# @type ExceptionDesc: String
|
8523
9032
|
|
8524
9033
|
attr_accessor :Group, :ConsumeStatus, :TrackType, :ExceptionDesc
|
8525
|
-
|
9034
|
+
|
8526
9035
|
def initialize(group=nil, consumestatus=nil, tracktype=nil, exceptiondesc=nil)
|
8527
9036
|
@Group = group
|
8528
9037
|
@ConsumeStatus = consumestatus
|
@@ -8560,7 +9069,7 @@ module TencentCloud
|
|
8560
9069
|
# @type InternalEndpoint: String
|
8561
9070
|
|
8562
9071
|
attr_accessor :NamespaceId, :Ttl, :RetentionTime, :Remark, :PublicEndpoint, :VpcEndpoint, :InternalEndpoint
|
8563
|
-
|
9072
|
+
|
8564
9073
|
def initialize(namespaceid=nil, ttl=nil, retentiontime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, internalendpoint=nil)
|
8565
9074
|
@NamespaceId = namespaceid
|
8566
9075
|
@Ttl = ttl
|
@@ -8601,7 +9110,7 @@ module TencentCloud
|
|
8601
9110
|
# @type UpdateTime: Integer
|
8602
9111
|
|
8603
9112
|
attr_accessor :Name, :Type, :GroupNum, :Remark, :PartitionNum, :CreateTime, :UpdateTime
|
8604
|
-
|
9113
|
+
|
8605
9114
|
def initialize(name=nil, type=nil, groupnum=nil, remark=nil, partitionnum=nil, createtime=nil, updatetime=nil)
|
8606
9115
|
@Name = name
|
8607
9116
|
@Type = type
|
@@ -8631,7 +9140,7 @@ module TencentCloud
|
|
8631
9140
|
# @type Count: Integer
|
8632
9141
|
|
8633
9142
|
attr_accessor :TopicType, :Count
|
8634
|
-
|
9143
|
+
|
8635
9144
|
def initialize(topictype=nil, count=nil)
|
8636
9145
|
@TopicType = topictype
|
8637
9146
|
@Count = count
|
@@ -8686,7 +9195,7 @@ module TencentCloud
|
|
8686
9195
|
# @type Retention: Integer
|
8687
9196
|
|
8688
9197
|
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :MaxRetention, :MinRetention, :Retention
|
8689
|
-
|
9198
|
+
|
8690
9199
|
def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, nodecount=nil, configdisplay=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, maxretention=nil, minretention=nil, retention=nil)
|
8691
9200
|
@InstanceId = instanceid
|
8692
9201
|
@InstanceName = instancename
|
@@ -8742,7 +9251,7 @@ module TencentCloud
|
|
8742
9251
|
# @type UpdateTime: String
|
8743
9252
|
|
8744
9253
|
attr_accessor :RoleName, :Token, :Remark, :CreateTime, :UpdateTime
|
8745
|
-
|
9254
|
+
|
8746
9255
|
def initialize(rolename=nil, token=nil, remark=nil, createtime=nil, updatetime=nil)
|
8747
9256
|
@RoleName = rolename
|
8748
9257
|
@Token = token
|
@@ -8782,7 +9291,7 @@ module TencentCloud
|
|
8782
9291
|
# @type BatchingMaxBytes: Integer
|
8783
9292
|
|
8784
9293
|
attr_accessor :Topic, :Payload, :StringToken, :ProducerName, :SendTimeout, :MaxPendingMessages, :BatchingMaxMessages, :BatchingMaxPublishDelay, :BatchingMaxBytes
|
8785
|
-
|
9294
|
+
|
8786
9295
|
def initialize(topic=nil, payload=nil, stringtoken=nil, producername=nil, sendtimeout=nil, maxpendingmessages=nil, batchingmaxmessages=nil, batchingmaxpublishdelay=nil, batchingmaxbytes=nil)
|
8787
9296
|
@Topic = topic
|
8788
9297
|
@Payload = payload
|
@@ -8820,7 +9329,7 @@ module TencentCloud
|
|
8820
9329
|
# @type RequestId: String
|
8821
9330
|
|
8822
9331
|
attr_accessor :MessageId, :ErrorMsg, :RequestId
|
8823
|
-
|
9332
|
+
|
8824
9333
|
def initialize(messageid=nil, errormsg=nil, requestid=nil)
|
8825
9334
|
@MessageId = messageid
|
8826
9335
|
@ErrorMsg = errormsg
|
@@ -8844,7 +9353,7 @@ module TencentCloud
|
|
8844
9353
|
# @type DelaySeconds: Integer
|
8845
9354
|
|
8846
9355
|
attr_accessor :QueueName, :MsgContent, :DelaySeconds
|
8847
|
-
|
9356
|
+
|
8848
9357
|
def initialize(queuename=nil, msgcontent=nil, delayseconds=nil)
|
8849
9358
|
@QueueName = queuename
|
8850
9359
|
@MsgContent = msgcontent
|
@@ -8868,7 +9377,7 @@ module TencentCloud
|
|
8868
9377
|
# @type RequestId: String
|
8869
9378
|
|
8870
9379
|
attr_accessor :Result, :MsgId, :RequestId
|
8871
|
-
|
9380
|
+
|
8872
9381
|
def initialize(result=nil, msgid=nil, requestid=nil)
|
8873
9382
|
@Result = result
|
8874
9383
|
@MsgId = msgid
|
@@ -8899,7 +9408,7 @@ module TencentCloud
|
|
8899
9408
|
# @type MaxPendingMessages: Integer
|
8900
9409
|
|
8901
9410
|
attr_accessor :Topic, :Payload, :StringToken, :ProducerName, :SendTimeout, :MaxPendingMessages
|
8902
|
-
|
9411
|
+
|
8903
9412
|
def initialize(topic=nil, payload=nil, stringtoken=nil, producername=nil, sendtimeout=nil, maxpendingmessages=nil)
|
8904
9413
|
@Topic = topic
|
8905
9414
|
@Payload = payload
|
@@ -8931,7 +9440,7 @@ module TencentCloud
|
|
8931
9440
|
# @type RequestId: String
|
8932
9441
|
|
8933
9442
|
attr_accessor :MessageId, :ErrorMsg, :RequestId
|
8934
|
-
|
9443
|
+
|
8935
9444
|
def initialize(messageid=nil, errormsg=nil, requestid=nil)
|
8936
9445
|
@MessageId = messageid
|
8937
9446
|
@ErrorMsg = errormsg
|
@@ -8957,7 +9466,7 @@ module TencentCloud
|
|
8957
9466
|
# @type ClusterId: String
|
8958
9467
|
|
8959
9468
|
attr_accessor :EnvironmentId, :TopicName, :MsgContent, :ClusterId
|
8960
|
-
|
9469
|
+
|
8961
9470
|
def initialize(environmentid=nil, topicname=nil, msgcontent=nil, clusterid=nil)
|
8962
9471
|
@EnvironmentId = environmentid
|
8963
9472
|
@TopicName = topicname
|
@@ -8979,7 +9488,7 @@ module TencentCloud
|
|
8979
9488
|
# @type RequestId: String
|
8980
9489
|
|
8981
9490
|
attr_accessor :RequestId
|
8982
|
-
|
9491
|
+
|
8983
9492
|
def initialize(requestid=nil)
|
8984
9493
|
@RequestId = requestid
|
8985
9494
|
end
|
@@ -8997,7 +9506,7 @@ module TencentCloud
|
|
8997
9506
|
# @type Order: String
|
8998
9507
|
|
8999
9508
|
attr_accessor :Name, :Order
|
9000
|
-
|
9509
|
+
|
9001
9510
|
def initialize(name=nil, order=nil)
|
9002
9511
|
@Name = name
|
9003
9512
|
@Order = order
|
@@ -9071,7 +9580,7 @@ module TencentCloud
|
|
9071
9580
|
# @type MaxUnackedMsgNum: Integer
|
9072
9581
|
|
9073
9582
|
attr_accessor :TopicName, :EnvironmentId, :ConnectedSince, :ConsumerAddr, :ConsumerCount, :ConsumerName, :MsgBacklog, :MsgRateExpired, :MsgRateOut, :MsgThroughputOut, :SubscriptionName, :ConsumerSets, :IsOnline, :ConsumersScheduleSets, :Remark, :CreateTime, :UpdateTime, :SubType, :BlockedSubscriptionOnUnackedMsgs, :MaxUnackedMsgNum
|
9074
|
-
|
9583
|
+
|
9075
9584
|
def initialize(topicname=nil, environmentid=nil, connectedsince=nil, consumeraddr=nil, consumercount=nil, consumername=nil, msgbacklog=nil, msgrateexpired=nil, msgrateout=nil, msgthroughputout=nil, subscriptionname=nil, consumersets=nil, isonline=nil, consumersschedulesets=nil, remark=nil, createtime=nil, updatetime=nil, subtype=nil, blockedsubscriptiononunackedmsgs=nil, maxunackedmsgnum=nil)
|
9076
9585
|
@TopicName = topicname
|
9077
9586
|
@EnvironmentId = environmentid
|
@@ -9143,7 +9652,7 @@ module TencentCloud
|
|
9143
9652
|
# @type SubscriptionName: String
|
9144
9653
|
|
9145
9654
|
attr_accessor :EnvironmentId, :TopicName, :SubscriptionName
|
9146
|
-
|
9655
|
+
|
9147
9656
|
def initialize(environmentid=nil, topicname=nil, subscriptionname=nil)
|
9148
9657
|
@EnvironmentId = environmentid
|
9149
9658
|
@TopicName = topicname
|
@@ -9165,7 +9674,7 @@ module TencentCloud
|
|
9165
9674
|
# @type TagValue: String
|
9166
9675
|
|
9167
9676
|
attr_accessor :TagKey, :TagValue
|
9168
|
-
|
9677
|
+
|
9169
9678
|
def initialize(tagkey=nil, tagvalue=nil)
|
9170
9679
|
@TagKey = tagkey
|
9171
9680
|
@TagValue = tagvalue
|
@@ -9256,7 +9765,7 @@ module TencentCloud
|
|
9256
9765
|
# @type PulsarTopicType: Integer
|
9257
9766
|
|
9258
9767
|
attr_accessor :AverageMsgSize, :ConsumerCount, :LastConfirmedEntry, :LastLedgerCreatedTimestamp, :MsgRateIn, :MsgRateOut, :MsgThroughputIn, :MsgThroughputOut, :NumberOfEntries, :Partitions, :ProducerCount, :TotalSize, :SubTopicSets, :TopicType, :EnvironmentId, :TopicName, :Remark, :CreateTime, :UpdateTime, :ProducerLimit, :ConsumerLimit, :PulsarTopicType
|
9259
|
-
|
9768
|
+
|
9260
9769
|
def initialize(averagemsgsize=nil, consumercount=nil, lastconfirmedentry=nil, lastledgercreatedtimestamp=nil, msgratein=nil, msgrateout=nil, msgthroughputin=nil, msgthroughputout=nil, numberofentries=nil, partitions=nil, producercount=nil, totalsize=nil, subtopicsets=nil, topictype=nil, environmentid=nil, topicname=nil, remark=nil, createtime=nil, updatetime=nil, producerlimit=nil, consumerlimit=nil, pulsartopictype=nil)
|
9261
9770
|
@AverageMsgSize = averagemsgsize
|
9262
9771
|
@ConsumerCount = consumercount
|
@@ -9323,7 +9832,7 @@ module TencentCloud
|
|
9323
9832
|
# @type TopicName: String
|
9324
9833
|
|
9325
9834
|
attr_accessor :EnvironmentId, :TopicName
|
9326
|
-
|
9835
|
+
|
9327
9836
|
def initialize(environmentid=nil, topicname=nil)
|
9328
9837
|
@EnvironmentId = environmentid
|
9329
9838
|
@TopicName = topicname
|
@@ -9341,7 +9850,7 @@ module TencentCloud
|
|
9341
9850
|
# @type SourceQueueName: String
|
9342
9851
|
|
9343
9852
|
attr_accessor :SourceQueueName
|
9344
|
-
|
9853
|
+
|
9345
9854
|
def initialize(sourcequeuename=nil)
|
9346
9855
|
@SourceQueueName = sourcequeuename
|
9347
9856
|
end
|
@@ -9357,7 +9866,7 @@ module TencentCloud
|
|
9357
9866
|
# @type RequestId: String
|
9358
9867
|
|
9359
9868
|
attr_accessor :RequestId
|
9360
|
-
|
9869
|
+
|
9361
9870
|
def initialize(requestid=nil)
|
9362
9871
|
@RequestId = requestid
|
9363
9872
|
end
|
@@ -9376,7 +9885,7 @@ module TencentCloud
|
|
9376
9885
|
# @type UsedVirtualHost: Integer
|
9377
9886
|
|
9378
9887
|
attr_accessor :MaxVirtualHost, :UsedVirtualHost
|
9379
|
-
|
9888
|
+
|
9380
9889
|
def initialize(maxvirtualhost=nil, usedvirtualhost=nil)
|
9381
9890
|
@MaxVirtualHost = maxvirtualhost
|
9382
9891
|
@UsedVirtualHost = usedvirtualhost
|
@@ -9405,7 +9914,7 @@ module TencentCloud
|
|
9405
9914
|
# @type Remark: String
|
9406
9915
|
|
9407
9916
|
attr_accessor :UniqueVpcId, :UniqueSubnetId, :RouterId, :Ip, :Port, :Remark
|
9408
|
-
|
9917
|
+
|
9409
9918
|
def initialize(uniquevpcid=nil, uniquesubnetid=nil, routerid=nil, ip=nil, port=nil, remark=nil)
|
9410
9919
|
@UniqueVpcId = uniquevpcid
|
9411
9920
|
@UniqueSubnetId = uniquesubnetid
|
@@ -9433,7 +9942,7 @@ module TencentCloud
|
|
9433
9942
|
# @type SubnetId: String
|
9434
9943
|
|
9435
9944
|
attr_accessor :VpcId, :SubnetId
|
9436
|
-
|
9945
|
+
|
9437
9946
|
def initialize(vpcid=nil, subnetid=nil)
|
9438
9947
|
@VpcId = vpcid
|
9439
9948
|
@SubnetId = subnetid
|
@@ -9459,7 +9968,7 @@ module TencentCloud
|
|
9459
9968
|
# @type VpcDataStreamEndpointStatus: String
|
9460
9969
|
|
9461
9970
|
attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus
|
9462
|
-
|
9971
|
+
|
9463
9972
|
def initialize(vpcid=nil, subnetid=nil, vpcendpoint=nil, vpcdatastreamendpointstatus=nil)
|
9464
9973
|
@VpcId = vpcid
|
9465
9974
|
@SubnetId = subnetid
|