tencentcloud-sdk-tdmq 3.0.590 → 3.0.592

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
- # DescribeRabbitMQVipInstance请求参数结构体
4947
- class DescribeRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
4948
- # @param ClusterId: 集群ID
4949
- # @type ClusterId: String
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 :ClusterId
4952
-
4953
- def initialize(clusterid=nil)
4954
- @ClusterId = clusterid
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
- @ClusterId = params['ClusterId']
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
- # DescribeRabbitMQVipInstance返回参数结构体
4963
- class DescribeRabbitMQVipInstanceResponse < TencentCloud::Common::AbstractModel
4964
- # @param ClusterInfo: 集群信息
4965
- # @type ClusterInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterInfo`
4966
- # @param ClusterSpecInfo: 集群规格信息
4967
- # @type ClusterSpecInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterSpecInfo`
4968
- # @param ClusterNetInfo: 集群访问
4969
- # 注意:此字段可能返回 null,表示取不到有效值。
4970
- # @type ClusterNetInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterAccessInfo`
4971
- # @param ClusterWhiteListInfo: 集群白名单
4972
- # 注意:此字段可能返回 null,表示取不到有效值。
4973
- # @type ClusterWhiteListInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterWhiteListInfo`
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,51 +6553,7 @@ module TencentCloud
6292
6553
  # @type RequestId: String
6293
6554
 
6294
6555
  attr_accessor :RequestId
6295
-
6296
- def initialize(requestid=nil)
6297
- @RequestId = requestid
6298
- end
6299
-
6300
- def deserialize(params)
6301
- @RequestId = params['RequestId']
6302
- end
6303
- end
6304
-
6305
- # ModifyAMQPVHost请求参数结构体
6306
- class ModifyAMQPVHostRequest < TencentCloud::Common::AbstractModel
6307
- # @param ClusterId: 集群ID
6308
- # @type ClusterId: String
6309
- # @param VHostId: vhost名称,3-64个字符,只能包含字母、数字、“-”及“_”
6310
- # @type VHostId: String
6311
- # @param MsgTtl: 未消费消息的保留时间,以毫秒为单位,60秒-15天
6312
- # @type MsgTtl: Integer
6313
- # @param Remark: 说明,最大128个字符
6314
- # @type Remark: String
6315
6556
 
6316
- attr_accessor :ClusterId, :VHostId, :MsgTtl, :Remark
6317
-
6318
- def initialize(clusterid=nil, vhostid=nil, msgttl=nil, remark=nil)
6319
- @ClusterId = clusterid
6320
- @VHostId = vhostid
6321
- @MsgTtl = msgttl
6322
- @Remark = remark
6323
- end
6324
-
6325
- def deserialize(params)
6326
- @ClusterId = params['ClusterId']
6327
- @VHostId = params['VHostId']
6328
- @MsgTtl = params['MsgTtl']
6329
- @Remark = params['Remark']
6330
- end
6331
- end
6332
-
6333
- # ModifyAMQPVHost返回参数结构体
6334
- class ModifyAMQPVHostResponse < TencentCloud::Common::AbstractModel
6335
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6336
- # @type RequestId: String
6337
-
6338
- attr_accessor :RequestId
6339
-
6340
6557
  def initialize(requestid=nil)
6341
6558
  @RequestId = requestid
6342
6559
  end
@@ -6358,7 +6575,7 @@ module TencentCloud
6358
6575
  # @type PublicAccessEnabled: Boolean
6359
6576
 
6360
6577
  attr_accessor :ClusterId, :ClusterName, :Remark, :PublicAccessEnabled
6361
-
6578
+
6362
6579
  def initialize(clusterid=nil, clustername=nil, remark=nil, publicaccessenabled=nil)
6363
6580
  @ClusterId = clusterid
6364
6581
  @ClusterName = clustername
@@ -6382,7 +6599,7 @@ module TencentCloud
6382
6599
  # @type RequestId: String
6383
6600
 
6384
6601
  attr_accessor :ClusterId, :RequestId
6385
-
6602
+
6386
6603
  def initialize(clusterid=nil, requestid=nil)
6387
6604
  @ClusterId = clusterid
6388
6605
  @RequestId = requestid
@@ -6430,7 +6647,7 @@ module TencentCloud
6430
6647
  # @type RetentionSizeInMB: Integer
6431
6648
 
6432
6649
  attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :MaxTimeToLive, :MaxReceiveCount, :Policy, :Trace, :Transaction, :RetentionSizeInMB
6433
-
6650
+
6434
6651
  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
6652
  @QueueName = queuename
6436
6653
  @MaxMsgHeapNum = maxmsgheapnum
@@ -6476,7 +6693,7 @@ module TencentCloud
6476
6693
  # @type RequestId: String
6477
6694
 
6478
6695
  attr_accessor :RequestId
6479
-
6696
+
6480
6697
  def initialize(requestid=nil)
6481
6698
  @RequestId = requestid
6482
6699
  end
@@ -6504,7 +6721,7 @@ module TencentCloud
6504
6721
  # @type BindingKey: Array
6505
6722
 
6506
6723
  attr_accessor :TopicName, :SubscriptionName, :NotifyStrategy, :NotifyContentFormat, :FilterTags, :BindingKey
6507
-
6724
+
6508
6725
  def initialize(topicname=nil, subscriptionname=nil, notifystrategy=nil, notifycontentformat=nil, filtertags=nil, bindingkey=nil)
6509
6726
  @TopicName = topicname
6510
6727
  @SubscriptionName = subscriptionname
@@ -6530,7 +6747,7 @@ module TencentCloud
6530
6747
  # @type RequestId: String
6531
6748
 
6532
6749
  attr_accessor :RequestId
6533
-
6750
+
6534
6751
  def initialize(requestid=nil)
6535
6752
  @RequestId = requestid
6536
6753
  end
@@ -6552,7 +6769,7 @@ module TencentCloud
6552
6769
  # @type Trace: Boolean
6553
6770
 
6554
6771
  attr_accessor :TopicName, :MaxMsgSize, :MsgRetentionSeconds, :Trace
6555
-
6772
+
6556
6773
  def initialize(topicname=nil, maxmsgsize=nil, msgretentionseconds=nil, trace=nil)
6557
6774
  @TopicName = topicname
6558
6775
  @MaxMsgSize = maxmsgsize
@@ -6574,7 +6791,7 @@ module TencentCloud
6574
6791
  # @type RequestId: String
6575
6792
 
6576
6793
  attr_accessor :RequestId
6577
-
6794
+
6578
6795
  def initialize(requestid=nil)
6579
6796
  @RequestId = requestid
6580
6797
  end
@@ -6600,7 +6817,7 @@ module TencentCloud
6600
6817
  # @type AutoSubscriptionCreation: Boolean
6601
6818
 
6602
6819
  attr_accessor :EnvironmentId, :MsgTTL, :Remark, :ClusterId, :RetentionPolicy, :AutoSubscriptionCreation
6603
-
6820
+
6604
6821
  def initialize(environmentid=nil, msgttl=nil, remark=nil, clusterid=nil, retentionpolicy=nil, autosubscriptioncreation=nil)
6605
6822
  @EnvironmentId = environmentid
6606
6823
  @MsgTTL = msgttl
@@ -6639,7 +6856,7 @@ module TencentCloud
6639
6856
  # @type RequestId: String
6640
6857
 
6641
6858
  attr_accessor :EnvironmentId, :MsgTTL, :Remark, :NamespaceId, :RequestId
6642
-
6859
+
6643
6860
  def initialize(environmentid=nil, msgttl=nil, remark=nil, namespaceid=nil, requestid=nil)
6644
6861
  @EnvironmentId = environmentid
6645
6862
  @MsgTTL = msgttl
@@ -6669,7 +6886,7 @@ module TencentCloud
6669
6886
  # @type ClusterId: String
6670
6887
 
6671
6888
  attr_accessor :EnvironmentId, :RoleName, :Permissions, :ClusterId
6672
-
6889
+
6673
6890
  def initialize(environmentid=nil, rolename=nil, permissions=nil, clusterid=nil)
6674
6891
  @EnvironmentId = environmentid
6675
6892
  @RoleName = rolename
@@ -6691,7 +6908,63 @@ module TencentCloud
6691
6908
  # @type RequestId: String
6692
6909
 
6693
6910
  attr_accessor :RequestId
6694
-
6911
+
6912
+ def initialize(requestid=nil)
6913
+ @RequestId = requestid
6914
+ end
6915
+
6916
+ def deserialize(params)
6917
+ @RequestId = params['RequestId']
6918
+ end
6919
+ end
6920
+
6921
+ # ModifyRabbitMQUser请求参数结构体
6922
+ class ModifyRabbitMQUserRequest < TencentCloud::Common::AbstractModel
6923
+ # @param InstanceId: 集群实例Id
6924
+ # @type InstanceId: String
6925
+ # @param User: 用户名,登录时使用
6926
+ # @type User: String
6927
+ # @param Password: 密码,登录时使用
6928
+ # @type Password: String
6929
+ # @param Description: 描述,不传则不修改
6930
+ # @type Description: String
6931
+ # @param Tags: 用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改
6932
+ # @type Tags: Array
6933
+ # @param MaxConnections: 该用户的最大连接数,不传则不修改
6934
+ # @type MaxConnections: Integer
6935
+ # @param MaxChannels: 该用户的最大channel数,不传则不修改
6936
+ # @type MaxChannels: Integer
6937
+
6938
+ attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :MaxConnections, :MaxChannels
6939
+
6940
+ def initialize(instanceid=nil, user=nil, password=nil, description=nil, tags=nil, maxconnections=nil, maxchannels=nil)
6941
+ @InstanceId = instanceid
6942
+ @User = user
6943
+ @Password = password
6944
+ @Description = description
6945
+ @Tags = tags
6946
+ @MaxConnections = maxconnections
6947
+ @MaxChannels = maxchannels
6948
+ end
6949
+
6950
+ def deserialize(params)
6951
+ @InstanceId = params['InstanceId']
6952
+ @User = params['User']
6953
+ @Password = params['Password']
6954
+ @Description = params['Description']
6955
+ @Tags = params['Tags']
6956
+ @MaxConnections = params['MaxConnections']
6957
+ @MaxChannels = params['MaxChannels']
6958
+ end
6959
+ end
6960
+
6961
+ # ModifyRabbitMQUser返回参数结构体
6962
+ class ModifyRabbitMQUserResponse < TencentCloud::Common::AbstractModel
6963
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6964
+ # @type RequestId: String
6965
+
6966
+ attr_accessor :RequestId
6967
+
6695
6968
  def initialize(requestid=nil)
6696
6969
  @RequestId = requestid
6697
6970
  end
@@ -6711,7 +6984,7 @@ module TencentCloud
6711
6984
  # @type Remark: String
6712
6985
 
6713
6986
  attr_accessor :InstanceId, :ClusterName, :Remark
6714
-
6987
+
6715
6988
  def initialize(instanceid=nil, clustername=nil, remark=nil)
6716
6989
  @InstanceId = instanceid
6717
6990
  @ClusterName = clustername
@@ -6734,7 +7007,7 @@ module TencentCloud
6734
7007
  # @type RequestId: String
6735
7008
 
6736
7009
  attr_accessor :InstanceId, :RequestId
6737
-
7010
+
6738
7011
  def initialize(instanceid=nil, requestid=nil)
6739
7012
  @InstanceId = instanceid
6740
7013
  @RequestId = requestid
@@ -6746,6 +7019,50 @@ module TencentCloud
6746
7019
  end
6747
7020
  end
6748
7021
 
7022
+ # ModifyRabbitMQVirtualHost请求参数结构体
7023
+ class ModifyRabbitMQVirtualHostRequest < TencentCloud::Common::AbstractModel
7024
+ # @param InstanceId: 集群实例Id
7025
+ # @type InstanceId: String
7026
+ # @param VirtualHost: vhost名
7027
+ # @type VirtualHost: String
7028
+ # @param Description: 描述
7029
+ # @type Description: String
7030
+ # @param TraceFlag: 消息轨迹开关,true打开,false关闭
7031
+ # @type TraceFlag: Boolean
7032
+
7033
+ attr_accessor :InstanceId, :VirtualHost, :Description, :TraceFlag
7034
+
7035
+ def initialize(instanceid=nil, virtualhost=nil, description=nil, traceflag=nil)
7036
+ @InstanceId = instanceid
7037
+ @VirtualHost = virtualhost
7038
+ @Description = description
7039
+ @TraceFlag = traceflag
7040
+ end
7041
+
7042
+ def deserialize(params)
7043
+ @InstanceId = params['InstanceId']
7044
+ @VirtualHost = params['VirtualHost']
7045
+ @Description = params['Description']
7046
+ @TraceFlag = params['TraceFlag']
7047
+ end
7048
+ end
7049
+
7050
+ # ModifyRabbitMQVirtualHost返回参数结构体
7051
+ class ModifyRabbitMQVirtualHostResponse < TencentCloud::Common::AbstractModel
7052
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7053
+ # @type RequestId: String
7054
+
7055
+ attr_accessor :RequestId
7056
+
7057
+ def initialize(requestid=nil)
7058
+ @RequestId = requestid
7059
+ end
7060
+
7061
+ def deserialize(params)
7062
+ @RequestId = params['RequestId']
7063
+ end
7064
+ end
7065
+
6749
7066
  # ModifyRocketMQCluster请求参数结构体
6750
7067
  class ModifyRocketMQClusterRequest < TencentCloud::Common::AbstractModel
6751
7068
  # @param ClusterId: RocketMQ集群ID
@@ -6756,7 +7073,7 @@ module TencentCloud
6756
7073
  # @type Remark: String
6757
7074
 
6758
7075
  attr_accessor :ClusterId, :ClusterName, :Remark
6759
-
7076
+
6760
7077
  def initialize(clusterid=nil, clustername=nil, remark=nil)
6761
7078
  @ClusterId = clusterid
6762
7079
  @ClusterName = clustername
@@ -6776,7 +7093,7 @@ module TencentCloud
6776
7093
  # @type RequestId: String
6777
7094
 
6778
7095
  attr_accessor :RequestId
6779
-
7096
+
6780
7097
  def initialize(requestid=nil)
6781
7098
  @RequestId = requestid
6782
7099
  end
@@ -6804,7 +7121,7 @@ module TencentCloud
6804
7121
  # @type RetryMaxTimes: Integer
6805
7122
 
6806
7123
  attr_accessor :ClusterId, :NamespaceId, :GroupId, :Remark, :ReadEnable, :BroadcastEnable, :RetryMaxTimes
6807
-
7124
+
6808
7125
  def initialize(clusterid=nil, namespaceid=nil, groupid=nil, remark=nil, readenable=nil, broadcastenable=nil, retrymaxtimes=nil)
6809
7126
  @ClusterId = clusterid
6810
7127
  @NamespaceId = namespaceid
@@ -6832,7 +7149,7 @@ module TencentCloud
6832
7149
  # @type RequestId: String
6833
7150
 
6834
7151
  attr_accessor :RequestId
6835
-
7152
+
6836
7153
  def initialize(requestid=nil)
6837
7154
  @RequestId = requestid
6838
7155
  end
@@ -6858,7 +7175,7 @@ module TencentCloud
6858
7175
  # @type StorageSize: Integer
6859
7176
 
6860
7177
  attr_accessor :InstanceId, :Specification, :NodeCount, :StorageSize
6861
-
7178
+
6862
7179
  def initialize(instanceid=nil, specification=nil, nodecount=nil, storagesize=nil)
6863
7180
  @InstanceId = instanceid
6864
7181
  @Specification = specification
@@ -6883,7 +7200,7 @@ module TencentCloud
6883
7200
  # @type RequestId: String
6884
7201
 
6885
7202
  attr_accessor :OrderId, :RequestId
6886
-
7203
+
6887
7204
  def initialize(orderid=nil, requestid=nil)
6888
7205
  @OrderId = orderid
6889
7206
  @RequestId = requestid
@@ -6909,7 +7226,7 @@ module TencentCloud
6909
7226
  # @type Remark: String
6910
7227
 
6911
7228
  attr_accessor :ClusterId, :NamespaceId, :Ttl, :RetentionTime, :Remark
6912
-
7229
+
6913
7230
  def initialize(clusterid=nil, namespaceid=nil, ttl=nil, retentiontime=nil, remark=nil)
6914
7231
  @ClusterId = clusterid
6915
7232
  @NamespaceId = namespaceid
@@ -6933,7 +7250,7 @@ module TencentCloud
6933
7250
  # @type RequestId: String
6934
7251
 
6935
7252
  attr_accessor :RequestId
6936
-
7253
+
6937
7254
  def initialize(requestid=nil)
6938
7255
  @RequestId = requestid
6939
7256
  end
@@ -6957,7 +7274,7 @@ module TencentCloud
6957
7274
  # @type PartitionNum: Integer
6958
7275
 
6959
7276
  attr_accessor :ClusterId, :NamespaceId, :Topic, :Remark, :PartitionNum
6960
-
7277
+
6961
7278
  def initialize(clusterid=nil, namespaceid=nil, topic=nil, remark=nil, partitionnum=nil)
6962
7279
  @ClusterId = clusterid
6963
7280
  @NamespaceId = namespaceid
@@ -6981,7 +7298,7 @@ module TencentCloud
6981
7298
  # @type RequestId: String
6982
7299
 
6983
7300
  attr_accessor :RequestId
6984
-
7301
+
6985
7302
  def initialize(requestid=nil)
6986
7303
  @RequestId = requestid
6987
7304
  end
@@ -7001,7 +7318,7 @@ module TencentCloud
7001
7318
  # @type ClusterId: String
7002
7319
 
7003
7320
  attr_accessor :RoleName, :Remark, :ClusterId
7004
-
7321
+
7005
7322
  def initialize(rolename=nil, remark=nil, clusterid=nil)
7006
7323
  @RoleName = rolename
7007
7324
  @Remark = remark
@@ -7025,7 +7342,7 @@ module TencentCloud
7025
7342
  # @type RequestId: String
7026
7343
 
7027
7344
  attr_accessor :RoleName, :Remark, :RequestId
7028
-
7345
+
7029
7346
  def initialize(rolename=nil, remark=nil, requestid=nil)
7030
7347
  @RoleName = rolename
7031
7348
  @Remark = remark
@@ -7053,7 +7370,7 @@ module TencentCloud
7053
7370
  # @type ClusterId: String
7054
7371
 
7055
7372
  attr_accessor :EnvironmentId, :TopicName, :Partitions, :Remark, :ClusterId
7056
-
7373
+
7057
7374
  def initialize(environmentid=nil, topicname=nil, partitions=nil, remark=nil, clusterid=nil)
7058
7375
  @EnvironmentId = environmentid
7059
7376
  @TopicName = topicname
@@ -7081,7 +7398,7 @@ module TencentCloud
7081
7398
  # @type RequestId: String
7082
7399
 
7083
7400
  attr_accessor :Partitions, :Remark, :RequestId
7084
-
7401
+
7085
7402
  def initialize(partitions=nil, remark=nil, requestid=nil)
7086
7403
  @Partitions = partitions
7087
7404
  @Remark = remark
@@ -7138,7 +7455,7 @@ module TencentCloud
7138
7455
  # @type TopicType: Integer
7139
7456
 
7140
7457
  attr_accessor :AverageMsgSize, :ConsumerCount, :LastConfirmedEntry, :LastLedgerCreatedTimestamp, :MsgRateIn, :MsgRateOut, :MsgThroughputIn, :MsgThroughputOut, :NumberOfEntries, :Partitions, :ProducerCount, :TotalSize, :TopicType
7141
-
7458
+
7142
7459
  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
7460
  @AverageMsgSize = averagemsgsize
7144
7461
  @ConsumerCount = consumercount
@@ -7188,7 +7505,7 @@ module TencentCloud
7188
7505
  # @type VpcEndpointInfo: :class:`Tencentcloud::Tdmq.v20200217.models.VpcEndpointInfo`
7189
7506
 
7190
7507
  attr_accessor :PrometheusEndpointStatus, :VpcPrometheusEndpoint, :NodePrometheusAddress, :VpcEndpointInfo
7191
-
7508
+
7192
7509
  def initialize(prometheusendpointstatus=nil, vpcprometheusendpoint=nil, nodeprometheusaddress=nil, vpcendpointinfo=nil)
7193
7510
  @PrometheusEndpointStatus = prometheusendpointstatus
7194
7511
  @VpcPrometheusEndpoint = vpcprometheusendpoint
@@ -7217,7 +7534,7 @@ module TencentCloud
7217
7534
  # @type MsgTag: Array
7218
7535
 
7219
7536
  attr_accessor :TopicName, :MsgContent, :MsgTag
7220
-
7537
+
7221
7538
  def initialize(topicname=nil, msgcontent=nil, msgtag=nil)
7222
7539
  @TopicName = topicname
7223
7540
  @MsgContent = msgcontent
@@ -7241,7 +7558,7 @@ module TencentCloud
7241
7558
  # @type RequestId: String
7242
7559
 
7243
7560
  attr_accessor :Result, :MsgId, :RequestId
7244
-
7561
+
7245
7562
  def initialize(result=nil, msgid=nil, requestid=nil)
7246
7563
  @Result = result
7247
7564
  @MsgId = msgid
@@ -7286,7 +7603,7 @@ module TencentCloud
7286
7603
  # @type Partition: Integer
7287
7604
 
7288
7605
  attr_accessor :ProducerId, :ProducerName, :Address, :ClientVersion, :MsgRateIn, :MsgThroughputIn, :AverageMsgSize, :ConnectedSince, :Partition
7289
-
7606
+
7290
7607
  def initialize(producerid=nil, producername=nil, address=nil, clientversion=nil, msgratein=nil, msgthroughputin=nil, averagemsgsize=nil, connectedsince=nil, partition=nil)
7291
7608
  @ProducerId = producerid
7292
7609
  @ProducerName = producername
@@ -7331,7 +7648,7 @@ module TencentCloud
7331
7648
  # @type RouteType: Integer
7332
7649
 
7333
7650
  attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType
7334
-
7651
+
7335
7652
  def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil)
7336
7653
  @VpcId = vpcid
7337
7654
  @SubnetId = subnetid
@@ -7373,7 +7690,7 @@ module TencentCloud
7373
7690
  # @type CanEditRoute: Boolean
7374
7691
 
7375
7692
  attr_accessor :ClusterId, :ClusterName, :Remark, :CreateTime, :Status, :Version, :NodeDistribution, :MaxStorage, :CanEditRoute
7376
-
7693
+
7377
7694
  def initialize(clusterid=nil, clustername=nil, remark=nil, createtime=nil, status=nil, version=nil, nodedistribution=nil, maxstorage=nil, caneditroute=nil)
7378
7695
  @ClusterId = clusterid
7379
7696
  @ClusterName = clustername
@@ -7423,7 +7740,7 @@ module TencentCloud
7423
7740
  # @type ScalableTps: Integer
7424
7741
 
7425
7742
  attr_accessor :SpecName, :MaxTps, :MaxBandWidth, :MaxNamespaces, :MaxTopics, :ScalableTps
7426
-
7743
+
7427
7744
  def initialize(specname=nil, maxtps=nil, maxbandwidth=nil, maxnamespaces=nil, maxtopics=nil, scalabletps=nil)
7428
7745
  @SpecName = specname
7429
7746
  @MaxTps = maxtps
@@ -7483,7 +7800,7 @@ module TencentCloud
7483
7800
  # @type MaxBandWidth: Integer
7484
7801
 
7485
7802
  attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :ConfigDisplay, :MaxTps, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ScalableTps, :VpcId, :SubnetId, :MaxBandWidth
7486
-
7803
+
7487
7804
  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
7805
  @InstanceId = instanceid
7489
7806
  @InstanceName = instancename
@@ -7532,7 +7849,7 @@ module TencentCloud
7532
7849
  # @type UsedQueue: Integer
7533
7850
 
7534
7851
  attr_accessor :MaxQueue, :UsedQueue
7535
-
7852
+
7536
7853
  def initialize(maxqueue=nil, usedqueue=nil)
7537
7854
  @MaxQueue = maxqueue
7538
7855
  @UsedQueue = usedqueue
@@ -7578,7 +7895,7 @@ module TencentCloud
7578
7895
  # @type PrometheusEndpointInfo: :class:`Tencentcloud::Tdmq.v20200217.models.PrometheusEndpointInfo`
7579
7896
 
7580
7897
  attr_accessor :PublicAccessEndpoint, :WebConsoleEndpoint, :WebConsoleUsername, :WebConsolePassword, :PublicAccessEndpointStatus, :PublicControlConsoleSwitchStatus, :VpcControlConsoleSwitchStatus, :VpcWebConsoleEndpoint, :PublicWebConsoleSwitchStatus, :VpcWebConsoleSwitchStatus, :PublicDataStreamStatus, :PrometheusEndpointInfo
7581
-
7898
+
7582
7899
  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
7900
  @PublicAccessEndpoint = publicaccessendpoint
7584
7901
  @WebConsoleEndpoint = webconsoleendpoint
@@ -7654,7 +7971,7 @@ module TencentCloud
7654
7971
  # @type ClusterStatus: Integer
7655
7972
 
7656
7973
  attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :Vpcs, :VirtualHostNumber, :QueueNumber, :MessagePublishRate, :MessageStackNumber, :ExpireTime, :ChannelNumber, :ConnectionNumber, :ConsumerNumber, :ExchangeNumber, :ExceptionInformation, :ClusterStatus
7657
-
7974
+
7658
7975
  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
7976
  @ClusterId = clusterid
7660
7977
  @ClusterName = clustername
@@ -7719,7 +8036,7 @@ module TencentCloud
7719
8036
  # @type PublicNetworkTps: Integer
7720
8037
 
7721
8038
  attr_accessor :SpecName, :NodeCount, :MaxTps, :MaxBandWidth, :MaxStorage, :PublicNetworkTps
7722
-
8039
+
7723
8040
  def initialize(specname=nil, nodecount=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, publicnetworktps=nil)
7724
8041
  @SpecName = specname
7725
8042
  @NodeCount = nodecount
@@ -7758,7 +8075,7 @@ module TencentCloud
7758
8075
  # @type PublicDataStreamWhiteListStatus: String
7759
8076
 
7760
8077
  attr_accessor :WhiteList, :PublicControlConsoleWhiteList, :PublicDataStreamWhiteList, :PublicControlConsoleWhiteListStatus, :PublicDataStreamWhiteListStatus
7761
-
8078
+
7762
8079
  def initialize(whitelist=nil, publiccontrolconsolewhitelist=nil, publicdatastreamwhitelist=nil, publiccontrolconsolewhiteliststatus=nil, publicdatastreamwhiteliststatus=nil)
7763
8080
  @WhiteList = whitelist
7764
8081
  @PublicControlConsoleWhiteList = publiccontrolconsolewhitelist
@@ -7798,7 +8115,7 @@ module TencentCloud
7798
8115
  # @type ProcessNumber: Integer
7799
8116
 
7800
8117
  attr_accessor :NodeName, :NodeStatus, :CPUUsage, :Memory, :DiskUsage, :ProcessNumber
7801
-
8118
+
7802
8119
  def initialize(nodename=nil, nodestatus=nil, cpuusage=nil, memory=nil, diskusage=nil, processnumber=nil)
7803
8120
  @NodeName = nodename
7804
8121
  @NodeStatus = nodestatus
@@ -7818,6 +8135,74 @@ module TencentCloud
7818
8135
  end
7819
8136
  end
7820
8137
 
8138
+ # RabbitMQ专享版虚拟机
8139
+ class RabbitMQPrivateVirtualHost < TencentCloud::Common::AbstractModel
8140
+ # @param VirtualHostName: 虚拟主机的名字
8141
+ # 注意:此字段可能返回 null,表示取不到有效值。
8142
+ # @type VirtualHostName: String
8143
+ # @param Description: 虚拟主机的描述
8144
+ # 注意:此字段可能返回 null,表示取不到有效值。
8145
+ # @type Description: String
8146
+
8147
+ attr_accessor :VirtualHostName, :Description
8148
+
8149
+ def initialize(virtualhostname=nil, description=nil)
8150
+ @VirtualHostName = virtualhostname
8151
+ @Description = description
8152
+ end
8153
+
8154
+ def deserialize(params)
8155
+ @VirtualHostName = params['VirtualHostName']
8156
+ @Description = params['Description']
8157
+ end
8158
+ end
8159
+
8160
+ # RabbitMQ用户实体详情
8161
+ class RabbitMQUser < TencentCloud::Common::AbstractModel
8162
+ # @param InstanceId: 集群实例Id
8163
+ # @type InstanceId: String
8164
+ # @param User: 用户名,登录时使用
8165
+ # @type User: String
8166
+ # @param Password: 密码,登录时使用
8167
+ # @type Password: String
8168
+ # @param Description: 用户描述
8169
+ # 注意:此字段可能返回 null,表示取不到有效值。
8170
+ # @type Description: String
8171
+ # @param Tags: 用户标签,用于决定改用户访问RabbitMQ Management的权限范围
8172
+ # 注意:此字段可能返回 null,表示取不到有效值。
8173
+ # @type Tags: Array
8174
+ # @param CreateTime: 用户创建时间
8175
+ # @type CreateTime: String
8176
+ # @param ModifyTime: 用户最后修改时间
8177
+ # @type ModifyTime: String
8178
+ # @param Type: 用户类型,System:系统创建,User:用户创建
8179
+ # @type Type: String
8180
+
8181
+ attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :CreateTime, :ModifyTime, :Type
8182
+
8183
+ def initialize(instanceid=nil, user=nil, password=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, type=nil)
8184
+ @InstanceId = instanceid
8185
+ @User = user
8186
+ @Password = password
8187
+ @Description = description
8188
+ @Tags = tags
8189
+ @CreateTime = createtime
8190
+ @ModifyTime = modifytime
8191
+ @Type = type
8192
+ end
8193
+
8194
+ def deserialize(params)
8195
+ @InstanceId = params['InstanceId']
8196
+ @User = params['User']
8197
+ @Password = params['Password']
8198
+ @Description = params['Description']
8199
+ @Tags = params['Tags']
8200
+ @CreateTime = params['CreateTime']
8201
+ @ModifyTime = params['ModifyTime']
8202
+ @Type = params['Type']
8203
+ end
8204
+ end
8205
+
7821
8206
  # RabbitMQ专享实例信息
7822
8207
  class RabbitMQVipInstance < TencentCloud::Common::AbstractModel
7823
8208
  # @param InstanceId: 实例id
@@ -7858,7 +8243,7 @@ module TencentCloud
7858
8243
  # @type ClusterStatus: Integer
7859
8244
 
7860
8245
  attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :ClusterStatus
7861
-
8246
+
7862
8247
  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
8248
  @InstanceId = instanceid
7864
8249
  @InstanceName = instancename
@@ -7898,6 +8283,86 @@ module TencentCloud
7898
8283
  end
7899
8284
  end
7900
8285
 
8286
+ # RabbitMQ的vhost详情
8287
+ class RabbitMQVirtualHostInfo < TencentCloud::Common::AbstractModel
8288
+ # @param InstanceId: 集群实例Id
8289
+ # @type InstanceId: String
8290
+ # @param VirtualHost: vhost名
8291
+ # @type VirtualHost: String
8292
+ # @param Description: vhost描述信息
8293
+ # 注意:此字段可能返回 null,表示取不到有效值。
8294
+ # @type Description: String
8295
+ # @param Tags: vhost标签
8296
+ # 注意:此字段可能返回 null,表示取不到有效值。
8297
+ # @type Tags: Array
8298
+ # @param CreateTime: 创建时间
8299
+ # 注意:此字段可能返回 null,表示取不到有效值。
8300
+ # @type CreateTime: String
8301
+ # @param ModifyTime: 修改时间
8302
+ # 注意:此字段可能返回 null,表示取不到有效值。
8303
+ # @type ModifyTime: String
8304
+ # @param VirtualHostStatistics: vhost概览统计信息
8305
+ # 注意:此字段可能返回 null,表示取不到有效值。
8306
+ # @type VirtualHostStatistics: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQVirtualHostStatistics`
8307
+
8308
+ attr_accessor :InstanceId, :VirtualHost, :Description, :Tags, :CreateTime, :ModifyTime, :VirtualHostStatistics
8309
+
8310
+ def initialize(instanceid=nil, virtualhost=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, virtualhoststatistics=nil)
8311
+ @InstanceId = instanceid
8312
+ @VirtualHost = virtualhost
8313
+ @Description = description
8314
+ @Tags = tags
8315
+ @CreateTime = createtime
8316
+ @ModifyTime = modifytime
8317
+ @VirtualHostStatistics = virtualhoststatistics
8318
+ end
8319
+
8320
+ def deserialize(params)
8321
+ @InstanceId = params['InstanceId']
8322
+ @VirtualHost = params['VirtualHost']
8323
+ @Description = params['Description']
8324
+ @Tags = params['Tags']
8325
+ @CreateTime = params['CreateTime']
8326
+ @ModifyTime = params['ModifyTime']
8327
+ unless params['VirtualHostStatistics'].nil?
8328
+ @VirtualHostStatistics = RabbitMQVirtualHostStatistics.new
8329
+ @VirtualHostStatistics.deserialize(params['VirtualHostStatistics'])
8330
+ end
8331
+ end
8332
+ end
8333
+
8334
+ # vhost概览统计信息
8335
+ class RabbitMQVirtualHostStatistics < TencentCloud::Common::AbstractModel
8336
+ # @param CurrentQueues: 当前vhost的queue数量
8337
+ # @type CurrentQueues: Integer
8338
+ # @param CurrentExchanges: 当前vhost的exchange数量
8339
+ # @type CurrentExchanges: Integer
8340
+ # @param CurrentConnections: 当前vhost的连接数量
8341
+ # @type CurrentConnections: Integer
8342
+ # @param CurrentChannels: 当前vhost的channel数量
8343
+ # @type CurrentChannels: Integer
8344
+ # @param CurrentUsers: 当前vhost的用户数量
8345
+ # @type CurrentUsers: Integer
8346
+
8347
+ attr_accessor :CurrentQueues, :CurrentExchanges, :CurrentConnections, :CurrentChannels, :CurrentUsers
8348
+
8349
+ def initialize(currentqueues=nil, currentexchanges=nil, currentconnections=nil, currentchannels=nil, currentusers=nil)
8350
+ @CurrentQueues = currentqueues
8351
+ @CurrentExchanges = currentexchanges
8352
+ @CurrentConnections = currentconnections
8353
+ @CurrentChannels = currentchannels
8354
+ @CurrentUsers = currentusers
8355
+ end
8356
+
8357
+ def deserialize(params)
8358
+ @CurrentQueues = params['CurrentQueues']
8359
+ @CurrentExchanges = params['CurrentExchanges']
8360
+ @CurrentConnections = params['CurrentConnections']
8361
+ @CurrentChannels = params['CurrentChannels']
8362
+ @CurrentUsers = params['CurrentUsers']
8363
+ end
8364
+ end
8365
+
7901
8366
  # ReceiveMessage请求参数结构体
7902
8367
  class ReceiveMessageRequest < TencentCloud::Common::AbstractModel
7903
8368
  # @param Topic: 接收消息的topic的名字, 这里尽量需要使用topic的全路径,如果不指定,即:tenant/namespace/topic。默认使用的是:public/default
@@ -7916,7 +8381,7 @@ module TencentCloud
7916
8381
  # @type Timeout: Integer
7917
8382
 
7918
8383
  attr_accessor :Topic, :SubscriptionName, :ReceiverQueueSize, :SubInitialPosition, :MaxNumMessages, :MaxNumBytes, :Timeout
7919
-
8384
+
7920
8385
  def initialize(topic=nil, subscriptionname=nil, receiverqueuesize=nil, subinitialposition=nil, maxnummessages=nil, maxnumbytes=nil, timeout=nil)
7921
8386
  @Topic = topic
7922
8387
  @SubscriptionName = subscriptionname
@@ -7962,7 +8427,7 @@ module TencentCloud
7962
8427
  # @type RequestId: String
7963
8428
 
7964
8429
  attr_accessor :MessageID, :MessagePayload, :AckTopic, :ErrorMsg, :SubName, :MessageIDList, :MessagesPayload, :RequestId
7965
-
8430
+
7966
8431
  def initialize(messageid=nil, messagepayload=nil, acktopic=nil, errormsg=nil, subname=nil, messageidlist=nil, messagespayload=nil, requestid=nil)
7967
8432
  @MessageID = messageid
7968
8433
  @MessagePayload = messagepayload
@@ -8000,7 +8465,7 @@ module TencentCloud
8000
8465
  # @type ClusterId: String
8001
8466
 
8002
8467
  attr_accessor :EnvironmentId, :TopicName, :Subscription, :ToTimestamp, :ClusterId
8003
-
8468
+
8004
8469
  def initialize(environmentid=nil, topicname=nil, subscription=nil, totimestamp=nil, clusterid=nil)
8005
8470
  @EnvironmentId = environmentid
8006
8471
  @TopicName = topicname
@@ -8027,7 +8492,7 @@ module TencentCloud
8027
8492
  # @type RequestId: String
8028
8493
 
8029
8494
  attr_accessor :Result, :RequestId
8030
-
8495
+
8031
8496
  def initialize(result=nil, requestid=nil)
8032
8497
  @Result = result
8033
8498
  @RequestId = requestid
@@ -8055,7 +8520,7 @@ module TencentCloud
8055
8520
  # @type ResetTimestamp: Integer
8056
8521
 
8057
8522
  attr_accessor :ClusterId, :NamespaceId, :GroupId, :Topic, :Type, :ResetTimestamp
8058
-
8523
+
8059
8524
  def initialize(clusterid=nil, namespaceid=nil, groupid=nil, topic=nil, type=nil, resettimestamp=nil)
8060
8525
  @ClusterId = clusterid
8061
8526
  @NamespaceId = namespaceid
@@ -8081,7 +8546,7 @@ module TencentCloud
8081
8546
  # @type RequestId: String
8082
8547
 
8083
8548
  attr_accessor :RequestId
8084
-
8549
+
8085
8550
  def initialize(requestid=nil)
8086
8551
  @RequestId = requestid
8087
8552
  end
@@ -8099,7 +8564,7 @@ module TencentCloud
8099
8564
  # @type SizeInMB: Integer
8100
8565
 
8101
8566
  attr_accessor :TimeInMinutes, :SizeInMB
8102
-
8567
+
8103
8568
  def initialize(timeinminutes=nil, sizeinmb=nil)
8104
8569
  @TimeInMinutes = timeinminutes
8105
8570
  @SizeInMB = sizeinmb
@@ -8119,7 +8584,7 @@ module TencentCloud
8119
8584
  # @type StartConsumeTime: Integer
8120
8585
 
8121
8586
  attr_accessor :QueueName, :StartConsumeTime
8122
-
8587
+
8123
8588
  def initialize(queuename=nil, startconsumetime=nil)
8124
8589
  @QueueName = queuename
8125
8590
  @StartConsumeTime = startconsumetime
@@ -8137,7 +8602,7 @@ module TencentCloud
8137
8602
  # @type RequestId: String
8138
8603
 
8139
8604
  attr_accessor :RequestId
8140
-
8605
+
8141
8606
  def initialize(requestid=nil)
8142
8607
  @RequestId = requestid
8143
8608
  end
@@ -8172,7 +8637,7 @@ module TencentCloud
8172
8637
  # @type MaxQueuesPerTopic: Integer
8173
8638
 
8174
8639
  attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic
8175
-
8640
+
8176
8641
  def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, maxretentiontime=nil, maxlatencytime=nil, maxqueuespertopic=nil)
8177
8642
  @MaxTpsPerNamespace = maxtpspernamespace
8178
8643
  @MaxNamespaceNum = maxnamespacenum
@@ -8211,7 +8676,7 @@ module TencentCloud
8211
8676
  # @type Status: Integer
8212
8677
 
8213
8678
  attr_accessor :Info, :Config, :Status
8214
-
8679
+
8215
8680
  def initialize(info=nil, config=nil, status=nil)
8216
8681
  @Info = info
8217
8682
  @Config = config
@@ -8280,7 +8745,7 @@ module TencentCloud
8280
8745
  # @type HttpInternalEndpoint: String
8281
8746
 
8282
8747
  attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip, :RocketMQFlag, :Status, :IsolateTime, :HttpPublicEndpoint, :HttpVpcEndpoint, :InternalEndpoint, :HttpInternalEndpoint
8283
-
8748
+
8284
8749
  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
8750
  @ClusterId = clusterid
8286
8751
  @ClusterName = clustername
@@ -8341,7 +8806,7 @@ module TencentCloud
8341
8806
  # @type AccumulativeMsgNum: Integer
8342
8807
 
8343
8808
  attr_accessor :TopicNum, :ProducedMsgNum, :ConsumedMsgNum, :AccumulativeMsgNum
8344
-
8809
+
8345
8810
  def initialize(topicnum=nil, producedmsgnum=nil, consumedmsgnum=nil, accumulativemsgnum=nil)
8346
8811
  @TopicNum = topicnum
8347
8812
  @ProducedMsgNum = producedmsgnum
@@ -8396,7 +8861,7 @@ module TencentCloud
8396
8861
  # @type RetryMaxTimes: Integer
8397
8862
 
8398
8863
  attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled, :GroupType, :RetryMaxTimes
8399
-
8864
+
8400
8865
  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
8866
  @Name = name
8402
8867
  @ConsumerNum = consumernum
@@ -8463,7 +8928,7 @@ module TencentCloud
8463
8928
  # @type MaxQueuesPerTopic: Integer
8464
8929
 
8465
8930
  attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :ConfigDisplay, :NodeCount, :NodeDistribution, :TopicDistribution, :MaxQueuesPerTopic
8466
-
8931
+
8467
8932
  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
8933
  @MaxTpsPerNamespace = maxtpspernamespace
8469
8934
  @MaxNamespaceNum = maxnamespacenum
@@ -8522,7 +8987,7 @@ module TencentCloud
8522
8987
  # @type ExceptionDesc: String
8523
8988
 
8524
8989
  attr_accessor :Group, :ConsumeStatus, :TrackType, :ExceptionDesc
8525
-
8990
+
8526
8991
  def initialize(group=nil, consumestatus=nil, tracktype=nil, exceptiondesc=nil)
8527
8992
  @Group = group
8528
8993
  @ConsumeStatus = consumestatus
@@ -8560,7 +9025,7 @@ module TencentCloud
8560
9025
  # @type InternalEndpoint: String
8561
9026
 
8562
9027
  attr_accessor :NamespaceId, :Ttl, :RetentionTime, :Remark, :PublicEndpoint, :VpcEndpoint, :InternalEndpoint
8563
-
9028
+
8564
9029
  def initialize(namespaceid=nil, ttl=nil, retentiontime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, internalendpoint=nil)
8565
9030
  @NamespaceId = namespaceid
8566
9031
  @Ttl = ttl
@@ -8601,7 +9066,7 @@ module TencentCloud
8601
9066
  # @type UpdateTime: Integer
8602
9067
 
8603
9068
  attr_accessor :Name, :Type, :GroupNum, :Remark, :PartitionNum, :CreateTime, :UpdateTime
8604
-
9069
+
8605
9070
  def initialize(name=nil, type=nil, groupnum=nil, remark=nil, partitionnum=nil, createtime=nil, updatetime=nil)
8606
9071
  @Name = name
8607
9072
  @Type = type
@@ -8631,7 +9096,7 @@ module TencentCloud
8631
9096
  # @type Count: Integer
8632
9097
 
8633
9098
  attr_accessor :TopicType, :Count
8634
-
9099
+
8635
9100
  def initialize(topictype=nil, count=nil)
8636
9101
  @TopicType = topictype
8637
9102
  @Count = count
@@ -8686,7 +9151,7 @@ module TencentCloud
8686
9151
  # @type Retention: Integer
8687
9152
 
8688
9153
  attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :MaxRetention, :MinRetention, :Retention
8689
-
9154
+
8690
9155
  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
9156
  @InstanceId = instanceid
8692
9157
  @InstanceName = instancename
@@ -8742,7 +9207,7 @@ module TencentCloud
8742
9207
  # @type UpdateTime: String
8743
9208
 
8744
9209
  attr_accessor :RoleName, :Token, :Remark, :CreateTime, :UpdateTime
8745
-
9210
+
8746
9211
  def initialize(rolename=nil, token=nil, remark=nil, createtime=nil, updatetime=nil)
8747
9212
  @RoleName = rolename
8748
9213
  @Token = token
@@ -8782,7 +9247,7 @@ module TencentCloud
8782
9247
  # @type BatchingMaxBytes: Integer
8783
9248
 
8784
9249
  attr_accessor :Topic, :Payload, :StringToken, :ProducerName, :SendTimeout, :MaxPendingMessages, :BatchingMaxMessages, :BatchingMaxPublishDelay, :BatchingMaxBytes
8785
-
9250
+
8786
9251
  def initialize(topic=nil, payload=nil, stringtoken=nil, producername=nil, sendtimeout=nil, maxpendingmessages=nil, batchingmaxmessages=nil, batchingmaxpublishdelay=nil, batchingmaxbytes=nil)
8787
9252
  @Topic = topic
8788
9253
  @Payload = payload
@@ -8820,7 +9285,7 @@ module TencentCloud
8820
9285
  # @type RequestId: String
8821
9286
 
8822
9287
  attr_accessor :MessageId, :ErrorMsg, :RequestId
8823
-
9288
+
8824
9289
  def initialize(messageid=nil, errormsg=nil, requestid=nil)
8825
9290
  @MessageId = messageid
8826
9291
  @ErrorMsg = errormsg
@@ -8844,7 +9309,7 @@ module TencentCloud
8844
9309
  # @type DelaySeconds: Integer
8845
9310
 
8846
9311
  attr_accessor :QueueName, :MsgContent, :DelaySeconds
8847
-
9312
+
8848
9313
  def initialize(queuename=nil, msgcontent=nil, delayseconds=nil)
8849
9314
  @QueueName = queuename
8850
9315
  @MsgContent = msgcontent
@@ -8868,7 +9333,7 @@ module TencentCloud
8868
9333
  # @type RequestId: String
8869
9334
 
8870
9335
  attr_accessor :Result, :MsgId, :RequestId
8871
-
9336
+
8872
9337
  def initialize(result=nil, msgid=nil, requestid=nil)
8873
9338
  @Result = result
8874
9339
  @MsgId = msgid
@@ -8899,7 +9364,7 @@ module TencentCloud
8899
9364
  # @type MaxPendingMessages: Integer
8900
9365
 
8901
9366
  attr_accessor :Topic, :Payload, :StringToken, :ProducerName, :SendTimeout, :MaxPendingMessages
8902
-
9367
+
8903
9368
  def initialize(topic=nil, payload=nil, stringtoken=nil, producername=nil, sendtimeout=nil, maxpendingmessages=nil)
8904
9369
  @Topic = topic
8905
9370
  @Payload = payload
@@ -8931,7 +9396,7 @@ module TencentCloud
8931
9396
  # @type RequestId: String
8932
9397
 
8933
9398
  attr_accessor :MessageId, :ErrorMsg, :RequestId
8934
-
9399
+
8935
9400
  def initialize(messageid=nil, errormsg=nil, requestid=nil)
8936
9401
  @MessageId = messageid
8937
9402
  @ErrorMsg = errormsg
@@ -8957,7 +9422,7 @@ module TencentCloud
8957
9422
  # @type ClusterId: String
8958
9423
 
8959
9424
  attr_accessor :EnvironmentId, :TopicName, :MsgContent, :ClusterId
8960
-
9425
+
8961
9426
  def initialize(environmentid=nil, topicname=nil, msgcontent=nil, clusterid=nil)
8962
9427
  @EnvironmentId = environmentid
8963
9428
  @TopicName = topicname
@@ -8979,7 +9444,7 @@ module TencentCloud
8979
9444
  # @type RequestId: String
8980
9445
 
8981
9446
  attr_accessor :RequestId
8982
-
9447
+
8983
9448
  def initialize(requestid=nil)
8984
9449
  @RequestId = requestid
8985
9450
  end
@@ -8997,7 +9462,7 @@ module TencentCloud
8997
9462
  # @type Order: String
8998
9463
 
8999
9464
  attr_accessor :Name, :Order
9000
-
9465
+
9001
9466
  def initialize(name=nil, order=nil)
9002
9467
  @Name = name
9003
9468
  @Order = order
@@ -9071,7 +9536,7 @@ module TencentCloud
9071
9536
  # @type MaxUnackedMsgNum: Integer
9072
9537
 
9073
9538
  attr_accessor :TopicName, :EnvironmentId, :ConnectedSince, :ConsumerAddr, :ConsumerCount, :ConsumerName, :MsgBacklog, :MsgRateExpired, :MsgRateOut, :MsgThroughputOut, :SubscriptionName, :ConsumerSets, :IsOnline, :ConsumersScheduleSets, :Remark, :CreateTime, :UpdateTime, :SubType, :BlockedSubscriptionOnUnackedMsgs, :MaxUnackedMsgNum
9074
-
9539
+
9075
9540
  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
9541
  @TopicName = topicname
9077
9542
  @EnvironmentId = environmentid
@@ -9143,7 +9608,7 @@ module TencentCloud
9143
9608
  # @type SubscriptionName: String
9144
9609
 
9145
9610
  attr_accessor :EnvironmentId, :TopicName, :SubscriptionName
9146
-
9611
+
9147
9612
  def initialize(environmentid=nil, topicname=nil, subscriptionname=nil)
9148
9613
  @EnvironmentId = environmentid
9149
9614
  @TopicName = topicname
@@ -9165,7 +9630,7 @@ module TencentCloud
9165
9630
  # @type TagValue: String
9166
9631
 
9167
9632
  attr_accessor :TagKey, :TagValue
9168
-
9633
+
9169
9634
  def initialize(tagkey=nil, tagvalue=nil)
9170
9635
  @TagKey = tagkey
9171
9636
  @TagValue = tagvalue
@@ -9256,7 +9721,7 @@ module TencentCloud
9256
9721
  # @type PulsarTopicType: Integer
9257
9722
 
9258
9723
  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
-
9724
+
9260
9725
  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
9726
  @AverageMsgSize = averagemsgsize
9262
9727
  @ConsumerCount = consumercount
@@ -9323,7 +9788,7 @@ module TencentCloud
9323
9788
  # @type TopicName: String
9324
9789
 
9325
9790
  attr_accessor :EnvironmentId, :TopicName
9326
-
9791
+
9327
9792
  def initialize(environmentid=nil, topicname=nil)
9328
9793
  @EnvironmentId = environmentid
9329
9794
  @TopicName = topicname
@@ -9341,7 +9806,7 @@ module TencentCloud
9341
9806
  # @type SourceQueueName: String
9342
9807
 
9343
9808
  attr_accessor :SourceQueueName
9344
-
9809
+
9345
9810
  def initialize(sourcequeuename=nil)
9346
9811
  @SourceQueueName = sourcequeuename
9347
9812
  end
@@ -9357,7 +9822,7 @@ module TencentCloud
9357
9822
  # @type RequestId: String
9358
9823
 
9359
9824
  attr_accessor :RequestId
9360
-
9825
+
9361
9826
  def initialize(requestid=nil)
9362
9827
  @RequestId = requestid
9363
9828
  end
@@ -9376,7 +9841,7 @@ module TencentCloud
9376
9841
  # @type UsedVirtualHost: Integer
9377
9842
 
9378
9843
  attr_accessor :MaxVirtualHost, :UsedVirtualHost
9379
-
9844
+
9380
9845
  def initialize(maxvirtualhost=nil, usedvirtualhost=nil)
9381
9846
  @MaxVirtualHost = maxvirtualhost
9382
9847
  @UsedVirtualHost = usedvirtualhost
@@ -9405,7 +9870,7 @@ module TencentCloud
9405
9870
  # @type Remark: String
9406
9871
 
9407
9872
  attr_accessor :UniqueVpcId, :UniqueSubnetId, :RouterId, :Ip, :Port, :Remark
9408
-
9873
+
9409
9874
  def initialize(uniquevpcid=nil, uniquesubnetid=nil, routerid=nil, ip=nil, port=nil, remark=nil)
9410
9875
  @UniqueVpcId = uniquevpcid
9411
9876
  @UniqueSubnetId = uniquesubnetid
@@ -9433,7 +9898,7 @@ module TencentCloud
9433
9898
  # @type SubnetId: String
9434
9899
 
9435
9900
  attr_accessor :VpcId, :SubnetId
9436
-
9901
+
9437
9902
  def initialize(vpcid=nil, subnetid=nil)
9438
9903
  @VpcId = vpcid
9439
9904
  @SubnetId = subnetid
@@ -9459,7 +9924,7 @@ module TencentCloud
9459
9924
  # @type VpcDataStreamEndpointStatus: String
9460
9925
 
9461
9926
  attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus
9462
-
9927
+
9463
9928
  def initialize(vpcid=nil, subnetid=nil, vpcendpoint=nil, vpcdatastreamendpointstatus=nil)
9464
9929
  @VpcId = vpcid
9465
9930
  @SubnetId = subnetid