tencentcloud-sdk-tdmq 3.0.1073 → 3.0.1085
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200217/models.rb +97 -39
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94302942ceaf5bf315a73d0193d76f011b4086d0
|
4
|
+
data.tar.gz: e6337e4708431ddcf950d5e85bb0b4421f57c78e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1aa35499fb83d3827a2fb32da19121667c7227a88db811372c8a38e5b4fcabd79be6bcdf84d26704ff95d756d821e75a9e1ad68cdbfa961533b8a9d820d9d77
|
7
|
+
data.tar.gz: 271092eef4a61d1b19d88d7a3ac6c7f571b4346bbef755e90fedba64c2464f29a093517ae0f10288b8da51c2b5be28983fd6c25ecff4a9d4daa3d04acadd7829
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1085
|
data/lib/v20200217/models.rb
CHANGED
@@ -5178,9 +5178,9 @@ module TencentCloud
|
|
5178
5178
|
|
5179
5179
|
# DescribeRabbitMQQueueDetail请求参数结构体
|
5180
5180
|
class DescribeRabbitMQQueueDetailRequest < TencentCloud::Common::AbstractModel
|
5181
|
-
# @param InstanceId: 实例
|
5181
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询
|
5182
5182
|
# @type InstanceId: String
|
5183
|
-
# @param VirtualHost: Vhost
|
5183
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称
|
5184
5184
|
# @type VirtualHost: String
|
5185
5185
|
# @param QueueName: 队列名称
|
5186
5186
|
# @type QueueName: String
|
@@ -5284,12 +5284,16 @@ module TencentCloud
|
|
5284
5284
|
# @type Policy: String
|
5285
5285
|
# @param Arguments: 扩展参数 key-value
|
5286
5286
|
# @type Arguments: String
|
5287
|
+
# @param CreateTs: 创建时间时间戳
|
5288
|
+
# @type CreateTs: Integer
|
5289
|
+
# @param ModifyTs: 修改时间时间戳
|
5290
|
+
# @type ModifyTs: Integer
|
5287
5291
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5288
5292
|
# @type RequestId: String
|
5289
5293
|
|
5290
|
-
attr_accessor :InstanceId, :VirtualHost, :QueueName, :QueueType, :Consumers, :Durable, :AutoDelete, :Remark, :MessageTTL, :AutoExpire, :MaxLength, :MaxLengthBytes, :DeliveryLimit, :OverflowBehaviour, :DeadLetterExchange, :DeadLetterRoutingKey, :SingleActiveConsumer, :MaximumPriority, :LazyMode, :MasterLocator, :MaxInMemoryLength, :MaxInMemoryBytes, :CreateTime, :Node, :DeadLetterStrategy, :QueueLeaderLocator, :QuorumInitialGroupSize, :Exclusive, :Policy, :Arguments, :RequestId
|
5294
|
+
attr_accessor :InstanceId, :VirtualHost, :QueueName, :QueueType, :Consumers, :Durable, :AutoDelete, :Remark, :MessageTTL, :AutoExpire, :MaxLength, :MaxLengthBytes, :DeliveryLimit, :OverflowBehaviour, :DeadLetterExchange, :DeadLetterRoutingKey, :SingleActiveConsumer, :MaximumPriority, :LazyMode, :MasterLocator, :MaxInMemoryLength, :MaxInMemoryBytes, :CreateTime, :Node, :DeadLetterStrategy, :QueueLeaderLocator, :QuorumInitialGroupSize, :Exclusive, :Policy, :Arguments, :CreateTs, :ModifyTs, :RequestId
|
5291
5295
|
|
5292
|
-
def initialize(instanceid=nil, virtualhost=nil, queuename=nil, queuetype=nil, consumers=nil, durable=nil, autodelete=nil, remark=nil, messagettl=nil, autoexpire=nil, maxlength=nil, maxlengthbytes=nil, deliverylimit=nil, overflowbehaviour=nil, deadletterexchange=nil, deadletterroutingkey=nil, singleactiveconsumer=nil, maximumpriority=nil, lazymode=nil, masterlocator=nil, maxinmemorylength=nil, maxinmemorybytes=nil, createtime=nil, node=nil, deadletterstrategy=nil, queueleaderlocator=nil, quoruminitialgroupsize=nil, exclusive=nil, policy=nil, arguments=nil, requestid=nil)
|
5296
|
+
def initialize(instanceid=nil, virtualhost=nil, queuename=nil, queuetype=nil, consumers=nil, durable=nil, autodelete=nil, remark=nil, messagettl=nil, autoexpire=nil, maxlength=nil, maxlengthbytes=nil, deliverylimit=nil, overflowbehaviour=nil, deadletterexchange=nil, deadletterroutingkey=nil, singleactiveconsumer=nil, maximumpriority=nil, lazymode=nil, masterlocator=nil, maxinmemorylength=nil, maxinmemorybytes=nil, createtime=nil, node=nil, deadletterstrategy=nil, queueleaderlocator=nil, quoruminitialgroupsize=nil, exclusive=nil, policy=nil, arguments=nil, createts=nil, modifyts=nil, requestid=nil)
|
5293
5297
|
@InstanceId = instanceid
|
5294
5298
|
@VirtualHost = virtualhost
|
5295
5299
|
@QueueName = queuename
|
@@ -5320,6 +5324,8 @@ module TencentCloud
|
|
5320
5324
|
@Exclusive = exclusive
|
5321
5325
|
@Policy = policy
|
5322
5326
|
@Arguments = arguments
|
5327
|
+
@CreateTs = createts
|
5328
|
+
@ModifyTs = modifyts
|
5323
5329
|
@RequestId = requestid
|
5324
5330
|
end
|
5325
5331
|
|
@@ -5354,23 +5360,25 @@ module TencentCloud
|
|
5354
5360
|
@Exclusive = params['Exclusive']
|
5355
5361
|
@Policy = params['Policy']
|
5356
5362
|
@Arguments = params['Arguments']
|
5363
|
+
@CreateTs = params['CreateTs']
|
5364
|
+
@ModifyTs = params['ModifyTs']
|
5357
5365
|
@RequestId = params['RequestId']
|
5358
5366
|
end
|
5359
5367
|
end
|
5360
5368
|
|
5361
5369
|
# DescribeRabbitMQQueues请求参数结构体
|
5362
5370
|
class DescribeRabbitMQQueuesRequest < TencentCloud::Common::AbstractModel
|
5363
|
-
# @param InstanceId: 实例
|
5371
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
5364
5372
|
# @type InstanceId: String
|
5365
|
-
# @param VirtualHost: Vhost
|
5373
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
5366
5374
|
# @type VirtualHost: String
|
5367
|
-
# @param Offset: 分页Offset
|
5375
|
+
# @param Offset: 分页 Offset,默认 0
|
5368
5376
|
# @type Offset: Integer
|
5369
|
-
# @param Limit: 分页Limit
|
5377
|
+
# @param Limit: 分页 Limit,默认 20
|
5370
5378
|
# @type Limit: Integer
|
5371
5379
|
# @param SearchWord: 搜索关键词
|
5372
5380
|
# @type SearchWord: String
|
5373
|
-
# @param QueueType: 队列类型筛选,不填或 "all"
|
5381
|
+
# @param QueueType: 队列类型筛选,不填或 "all":筛选普通队列 和 quorum 队列;"classic":筛选 classic(普通) 队列;"quorum":筛选 quorum 队列
|
5374
5382
|
# @type QueueType: String
|
5375
5383
|
# @param SortElement: 排序依据的字段:
|
5376
5384
|
# ConsumerNumber - 在线消费者数量;
|
@@ -5380,6 +5388,8 @@ module TencentCloud
|
|
5380
5388
|
# MessageRateOut - 消费速率;
|
5381
5389
|
# @type SortElement: String
|
5382
5390
|
# @param SortOrder: 排序顺序,ascend 或 descend
|
5391
|
+
# ascend:升序
|
5392
|
+
# descend:降序
|
5383
5393
|
# @type SortOrder: String
|
5384
5394
|
|
5385
5395
|
attr_accessor :InstanceId, :VirtualHost, :Offset, :Limit, :SearchWord, :QueueType, :SortElement, :SortOrder
|
@@ -5409,9 +5419,9 @@ module TencentCloud
|
|
5409
5419
|
|
5410
5420
|
# DescribeRabbitMQQueues返回参数结构体
|
5411
5421
|
class DescribeRabbitMQQueuesResponse < TencentCloud::Common::AbstractModel
|
5412
|
-
# @param QueueInfoList:
|
5422
|
+
# @param QueueInfoList: 队列列表信息
|
5413
5423
|
# @type QueueInfoList: Array
|
5414
|
-
# @param TotalCount:
|
5424
|
+
# @param TotalCount: 队列数量
|
5415
5425
|
# @type TotalCount: Integer
|
5416
5426
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5417
5427
|
# @type RequestId: String
|
@@ -6308,8 +6318,8 @@ module TencentCloud
|
|
6308
6318
|
|
6309
6319
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :PulsarMsgId, :QueryDlqMsg, :QueryDeadLetterMessage, :Offset, :Limit, :FilterTrackGroup
|
6310
6320
|
extend Gem::Deprecate
|
6311
|
-
deprecate :QueryDlqMsg, :none, 2025,
|
6312
|
-
deprecate :QueryDlqMsg=, :none, 2025,
|
6321
|
+
deprecate :QueryDlqMsg, :none, 2025, 6
|
6322
|
+
deprecate :QueryDlqMsg=, :none, 2025, 6
|
6313
6323
|
|
6314
6324
|
def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, pulsarmsgid=nil, querydlqmsg=nil, querydeadlettermessage=nil, offset=nil, limit=nil, filtertrackgroup=nil)
|
6315
6325
|
@ClusterId = clusterid
|
@@ -6414,8 +6424,8 @@ module TencentCloud
|
|
6414
6424
|
|
6415
6425
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :GroupName, :QueryDLQMsg, :QueryDeadLetterMessage
|
6416
6426
|
extend Gem::Deprecate
|
6417
|
-
deprecate :QueryDLQMsg, :none, 2025,
|
6418
|
-
deprecate :QueryDLQMsg=, :none, 2025,
|
6427
|
+
deprecate :QueryDLQMsg, :none, 2025, 6
|
6428
|
+
deprecate :QueryDLQMsg=, :none, 2025, 6
|
6419
6429
|
|
6420
6430
|
def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, groupname=nil, querydlqmsg=nil, querydeadlettermessage=nil)
|
6421
6431
|
@ClusterId = clusterid
|
@@ -7255,8 +7265,8 @@ module TencentCloud
|
|
7255
7265
|
|
7256
7266
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :StartTime, :EndTime, :MsgId, :MsgKey, :Offset, :Limit, :TaskRequestId, :QueryDlqMsg, :NumOfLatestMsg, :Tag, :QueryDeadLetterMessage
|
7257
7267
|
extend Gem::Deprecate
|
7258
|
-
deprecate :QueryDlqMsg, :none, 2025,
|
7259
|
-
deprecate :QueryDlqMsg=, :none, 2025,
|
7268
|
+
deprecate :QueryDlqMsg, :none, 2025, 6
|
7269
|
+
deprecate :QueryDlqMsg=, :none, 2025, 6
|
7260
7270
|
|
7261
7271
|
def initialize(clusterid=nil, environmentid=nil, topicname=nil, starttime=nil, endtime=nil, msgid=nil, msgkey=nil, offset=nil, limit=nil, taskrequestid=nil, querydlqmsg=nil, numoflatestmsg=nil, tag=nil, querydeadlettermessage=nil)
|
7262
7272
|
@ClusterId = clusterid
|
@@ -10421,11 +10431,11 @@ module TencentCloud
|
|
10421
10431
|
end
|
10422
10432
|
end
|
10423
10433
|
|
10424
|
-
#
|
10434
|
+
# RabbitMQ 路由关系列表成员
|
10425
10435
|
class RabbitMQBindingListInfo < TencentCloud::Common::AbstractModel
|
10426
10436
|
# @param BindingId: 路由关系id
|
10427
10437
|
# @type BindingId: Integer
|
10428
|
-
# @param VirtualHost:
|
10438
|
+
# @param VirtualHost: VhostName
|
10429
10439
|
# @type VirtualHost: String
|
10430
10440
|
# @param Source: 源exchange名称
|
10431
10441
|
# @type Source: String
|
@@ -10441,10 +10451,14 @@ module TencentCloud
|
|
10441
10451
|
# @type CreateTime: String
|
10442
10452
|
# @param ModifyTime: 修改时间
|
10443
10453
|
# @type ModifyTime: String
|
10454
|
+
# @param CreateTs: 创建时间时间戳
|
10455
|
+
# @type CreateTs: Integer
|
10456
|
+
# @param ModifyTs: 修改时间时间戳
|
10457
|
+
# @type ModifyTs: Integer
|
10444
10458
|
|
10445
|
-
attr_accessor :BindingId, :VirtualHost, :Source, :DestinationType, :Destination, :RoutingKey, :SourceExchangeType, :CreateTime, :ModifyTime
|
10459
|
+
attr_accessor :BindingId, :VirtualHost, :Source, :DestinationType, :Destination, :RoutingKey, :SourceExchangeType, :CreateTime, :ModifyTime, :CreateTs, :ModifyTs
|
10446
10460
|
|
10447
|
-
def initialize(bindingid=nil, virtualhost=nil, source=nil, destinationtype=nil, destination=nil, routingkey=nil, sourceexchangetype=nil, createtime=nil, modifytime=nil)
|
10461
|
+
def initialize(bindingid=nil, virtualhost=nil, source=nil, destinationtype=nil, destination=nil, routingkey=nil, sourceexchangetype=nil, createtime=nil, modifytime=nil, createts=nil, modifyts=nil)
|
10448
10462
|
@BindingId = bindingid
|
10449
10463
|
@VirtualHost = virtualhost
|
10450
10464
|
@Source = source
|
@@ -10454,6 +10468,8 @@ module TencentCloud
|
|
10454
10468
|
@SourceExchangeType = sourceexchangetype
|
10455
10469
|
@CreateTime = createtime
|
10456
10470
|
@ModifyTime = modifytime
|
10471
|
+
@CreateTs = createts
|
10472
|
+
@ModifyTs = modifyts
|
10457
10473
|
end
|
10458
10474
|
|
10459
10475
|
def deserialize(params)
|
@@ -10466,6 +10482,8 @@ module TencentCloud
|
|
10466
10482
|
@SourceExchangeType = params['SourceExchangeType']
|
10467
10483
|
@CreateTime = params['CreateTime']
|
10468
10484
|
@ModifyTime = params['ModifyTime']
|
10485
|
+
@CreateTs = params['CreateTs']
|
10486
|
+
@ModifyTs = params['ModifyTs']
|
10469
10487
|
end
|
10470
10488
|
end
|
10471
10489
|
|
@@ -10741,14 +10759,14 @@ module TencentCloud
|
|
10741
10759
|
|
10742
10760
|
# RabbitMQ exchange列表成员信息
|
10743
10761
|
class RabbitMQExchangeListInfo < TencentCloud::Common::AbstractModel
|
10744
|
-
# @param ExchangeName: exchange
|
10762
|
+
# @param ExchangeName: exchange 名称
|
10745
10763
|
# @type ExchangeName: String
|
10746
10764
|
# @param Remark: 备注说明
|
10747
10765
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10748
10766
|
# @type Remark: String
|
10749
10767
|
# @param ExchangeType: exchange 类型, 支持 "fanout","direct","topic","headers"
|
10750
10768
|
# @type ExchangeType: String
|
10751
|
-
# @param VirtualHost:
|
10769
|
+
# @param VirtualHost: 交换机所属 Virtual Host 名称
|
10752
10770
|
# @type VirtualHost: String
|
10753
10771
|
# @param ExchangeCreator: exchange 创建者, "system":"系统创建", "user":"用户创建"
|
10754
10772
|
# @type ExchangeCreator: String
|
@@ -10778,10 +10796,14 @@ module TencentCloud
|
|
10778
10796
|
# @param MessagesDelayed: 未调度的延时消息数量
|
10779
10797
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10780
10798
|
# @type MessagesDelayed: Integer
|
10799
|
+
# @param CreateTs: 创建时间时间戳
|
10800
|
+
# @type CreateTs: Integer
|
10801
|
+
# @param ModifyTs: 修改时间时间戳
|
10802
|
+
# @type ModifyTs: Integer
|
10781
10803
|
|
10782
|
-
attr_accessor :ExchangeName, :Remark, :ExchangeType, :VirtualHost, :ExchangeCreator, :CreateTimeStamp, :ModTimeStamp, :MessageRateIn, :MessageRateOut, :Durable, :AutoDelete, :Internal, :InstanceId, :Policy, :Arguments, :MessagesDelayed
|
10804
|
+
attr_accessor :ExchangeName, :Remark, :ExchangeType, :VirtualHost, :ExchangeCreator, :CreateTimeStamp, :ModTimeStamp, :MessageRateIn, :MessageRateOut, :Durable, :AutoDelete, :Internal, :InstanceId, :Policy, :Arguments, :MessagesDelayed, :CreateTs, :ModifyTs
|
10783
10805
|
|
10784
|
-
def initialize(exchangename=nil, remark=nil, exchangetype=nil, virtualhost=nil, exchangecreator=nil, createtimestamp=nil, modtimestamp=nil, messageratein=nil, messagerateout=nil, durable=nil, autodelete=nil, internal=nil, instanceid=nil, policy=nil, arguments=nil, messagesdelayed=nil)
|
10806
|
+
def initialize(exchangename=nil, remark=nil, exchangetype=nil, virtualhost=nil, exchangecreator=nil, createtimestamp=nil, modtimestamp=nil, messageratein=nil, messagerateout=nil, durable=nil, autodelete=nil, internal=nil, instanceid=nil, policy=nil, arguments=nil, messagesdelayed=nil, createts=nil, modifyts=nil)
|
10785
10807
|
@ExchangeName = exchangename
|
10786
10808
|
@Remark = remark
|
10787
10809
|
@ExchangeType = exchangetype
|
@@ -10798,6 +10820,8 @@ module TencentCloud
|
|
10798
10820
|
@Policy = policy
|
10799
10821
|
@Arguments = arguments
|
10800
10822
|
@MessagesDelayed = messagesdelayed
|
10823
|
+
@CreateTs = createts
|
10824
|
+
@ModifyTs = modifyts
|
10801
10825
|
end
|
10802
10826
|
|
10803
10827
|
def deserialize(params)
|
@@ -10817,16 +10841,18 @@ module TencentCloud
|
|
10817
10841
|
@Policy = params['Policy']
|
10818
10842
|
@Arguments = params['Arguments']
|
10819
10843
|
@MessagesDelayed = params['MessagesDelayed']
|
10844
|
+
@CreateTs = params['CreateTs']
|
10845
|
+
@ModifyTs = params['ModifyTs']
|
10820
10846
|
end
|
10821
10847
|
end
|
10822
10848
|
|
10823
10849
|
# RabbitMQ权限详情
|
10824
10850
|
class RabbitMQPermission < TencentCloud::Common::AbstractModel
|
10825
|
-
# @param InstanceId:
|
10851
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
10826
10852
|
# @type InstanceId: String
|
10827
|
-
# @param User:
|
10853
|
+
# @param User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
10828
10854
|
# @type User: String
|
10829
|
-
# @param VirtualHost:
|
10855
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
|
10830
10856
|
# @type VirtualHost: String
|
10831
10857
|
# @param ConfigRegexp: 权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
|
10832
10858
|
# @type ConfigRegexp: String
|
@@ -10838,10 +10864,14 @@ module TencentCloud
|
|
10838
10864
|
# @type CreateTime: String
|
10839
10865
|
# @param ModifyTime: 修改时间
|
10840
10866
|
# @type ModifyTime: String
|
10867
|
+
# @param CreateTs: 创建时间时间戳
|
10868
|
+
# @type CreateTs: Integer
|
10869
|
+
# @param ModifyTs: 修改时间时间戳
|
10870
|
+
# @type ModifyTs: Integer
|
10841
10871
|
|
10842
|
-
attr_accessor :InstanceId, :User, :VirtualHost, :ConfigRegexp, :WriteRegexp, :ReadRegexp, :CreateTime, :ModifyTime
|
10872
|
+
attr_accessor :InstanceId, :User, :VirtualHost, :ConfigRegexp, :WriteRegexp, :ReadRegexp, :CreateTime, :ModifyTime, :CreateTs, :ModifyTs
|
10843
10873
|
|
10844
|
-
def initialize(instanceid=nil, user=nil, virtualhost=nil, configregexp=nil, writeregexp=nil, readregexp=nil, createtime=nil, modifytime=nil)
|
10874
|
+
def initialize(instanceid=nil, user=nil, virtualhost=nil, configregexp=nil, writeregexp=nil, readregexp=nil, createtime=nil, modifytime=nil, createts=nil, modifyts=nil)
|
10845
10875
|
@InstanceId = instanceid
|
10846
10876
|
@User = user
|
10847
10877
|
@VirtualHost = virtualhost
|
@@ -10850,6 +10880,8 @@ module TencentCloud
|
|
10850
10880
|
@ReadRegexp = readregexp
|
10851
10881
|
@CreateTime = createtime
|
10852
10882
|
@ModifyTime = modifytime
|
10883
|
+
@CreateTs = createts
|
10884
|
+
@ModifyTs = modifyts
|
10853
10885
|
end
|
10854
10886
|
|
10855
10887
|
def deserialize(params)
|
@@ -10861,6 +10893,8 @@ module TencentCloud
|
|
10861
10893
|
@ReadRegexp = params['ReadRegexp']
|
10862
10894
|
@CreateTime = params['CreateTime']
|
10863
10895
|
@ModifyTime = params['ModifyTime']
|
10896
|
+
@CreateTs = params['CreateTs']
|
10897
|
+
@ModifyTs = params['ModifyTs']
|
10864
10898
|
end
|
10865
10899
|
end
|
10866
10900
|
|
@@ -10964,10 +10998,14 @@ module TencentCloud
|
|
10964
10998
|
# @type Arguments: String
|
10965
10999
|
# @param Exclusive: 是否独占队列
|
10966
11000
|
# @type Exclusive: Boolean
|
11001
|
+
# @param CreateTs: 创建时间时间戳
|
11002
|
+
# @type CreateTs: Integer
|
11003
|
+
# @param ModifyTs: 修改时间时间戳
|
11004
|
+
# @type ModifyTs: Integer
|
10967
11005
|
|
10968
|
-
attr_accessor :QueueName, :Remark, :ConsumerDetail, :QueueType, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :CreateTime, :ModifyTime, :Durable, :AutoDelete, :InstanceId, :VirtualHost, :Node, :Policy, :Arguments, :Exclusive
|
11006
|
+
attr_accessor :QueueName, :Remark, :ConsumerDetail, :QueueType, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :CreateTime, :ModifyTime, :Durable, :AutoDelete, :InstanceId, :VirtualHost, :Node, :Policy, :Arguments, :Exclusive, :CreateTs, :ModifyTs
|
10969
11007
|
|
10970
|
-
def initialize(queuename=nil, remark=nil, consumerdetail=nil, queuetype=nil, messageheapcount=nil, messageratein=nil, messagerateout=nil, createtime=nil, modifytime=nil, durable=nil, autodelete=nil, instanceid=nil, virtualhost=nil, node=nil, policy=nil, arguments=nil, exclusive=nil)
|
11008
|
+
def initialize(queuename=nil, remark=nil, consumerdetail=nil, queuetype=nil, messageheapcount=nil, messageratein=nil, messagerateout=nil, createtime=nil, modifytime=nil, durable=nil, autodelete=nil, instanceid=nil, virtualhost=nil, node=nil, policy=nil, arguments=nil, exclusive=nil, createts=nil, modifyts=nil)
|
10971
11009
|
@QueueName = queuename
|
10972
11010
|
@Remark = remark
|
10973
11011
|
@ConsumerDetail = consumerdetail
|
@@ -10985,6 +11023,8 @@ module TencentCloud
|
|
10985
11023
|
@Policy = policy
|
10986
11024
|
@Arguments = arguments
|
10987
11025
|
@Exclusive = exclusive
|
11026
|
+
@CreateTs = createts
|
11027
|
+
@ModifyTs = modifyts
|
10988
11028
|
end
|
10989
11029
|
|
10990
11030
|
def deserialize(params)
|
@@ -11008,12 +11048,14 @@ module TencentCloud
|
|
11008
11048
|
@Policy = params['Policy']
|
11009
11049
|
@Arguments = params['Arguments']
|
11010
11050
|
@Exclusive = params['Exclusive']
|
11051
|
+
@CreateTs = params['CreateTs']
|
11052
|
+
@ModifyTs = params['ModifyTs']
|
11011
11053
|
end
|
11012
11054
|
end
|
11013
11055
|
|
11014
11056
|
# RabbitMQ用户实体详情
|
11015
11057
|
class RabbitMQUser < TencentCloud::Common::AbstractModel
|
11016
|
-
# @param InstanceId:
|
11058
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
11017
11059
|
# @type InstanceId: String
|
11018
11060
|
# @param User: 用户名,登录时使用
|
11019
11061
|
# @type User: String
|
@@ -11035,10 +11077,14 @@ module TencentCloud
|
|
11035
11077
|
# @param MaxChannels: 单个用户最大可用通道数
|
11036
11078
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11037
11079
|
# @type MaxChannels: Integer
|
11080
|
+
# @param CreateTs: 创建时间时间戳
|
11081
|
+
# @type CreateTs: Integer
|
11082
|
+
# @param ModifyTs: 修改时间时间戳
|
11083
|
+
# @type ModifyTs: Integer
|
11038
11084
|
|
11039
|
-
attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :CreateTime, :ModifyTime, :Type, :MaxConnections, :MaxChannels
|
11085
|
+
attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :CreateTime, :ModifyTime, :Type, :MaxConnections, :MaxChannels, :CreateTs, :ModifyTs
|
11040
11086
|
|
11041
|
-
def initialize(instanceid=nil, user=nil, password=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, type=nil, maxconnections=nil, maxchannels=nil)
|
11087
|
+
def initialize(instanceid=nil, user=nil, password=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, type=nil, maxconnections=nil, maxchannels=nil, createts=nil, modifyts=nil)
|
11042
11088
|
@InstanceId = instanceid
|
11043
11089
|
@User = user
|
11044
11090
|
@Password = password
|
@@ -11049,6 +11095,8 @@ module TencentCloud
|
|
11049
11095
|
@Type = type
|
11050
11096
|
@MaxConnections = maxconnections
|
11051
11097
|
@MaxChannels = maxchannels
|
11098
|
+
@CreateTs = createts
|
11099
|
+
@ModifyTs = modifyts
|
11052
11100
|
end
|
11053
11101
|
|
11054
11102
|
def deserialize(params)
|
@@ -11062,6 +11110,8 @@ module TencentCloud
|
|
11062
11110
|
@Type = params['Type']
|
11063
11111
|
@MaxConnections = params['MaxConnections']
|
11064
11112
|
@MaxChannels = params['MaxChannels']
|
11113
|
+
@CreateTs = params['CreateTs']
|
11114
|
+
@ModifyTs = params['ModifyTs']
|
11065
11115
|
end
|
11066
11116
|
end
|
11067
11117
|
|
@@ -11199,10 +11249,14 @@ module TencentCloud
|
|
11199
11249
|
# @type MessageRateOut: Float
|
11200
11250
|
# @param MirrorQueuePolicyFlag: 是否存在镜像队列策略,true 为存在,false 为不存
|
11201
11251
|
# @type MirrorQueuePolicyFlag: Boolean
|
11252
|
+
# @param CreateTs: 创建时间时间戳
|
11253
|
+
# @type CreateTs: Integer
|
11254
|
+
# @param ModifyTs: 修改时间时间戳
|
11255
|
+
# @type ModifyTs: Integer
|
11202
11256
|
|
11203
|
-
attr_accessor :InstanceId, :VirtualHost, :Description, :Tags, :CreateTime, :ModifyTime, :VirtualHostStatistics, :TraceFlag, :Status, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :MirrorQueuePolicyFlag
|
11257
|
+
attr_accessor :InstanceId, :VirtualHost, :Description, :Tags, :CreateTime, :ModifyTime, :VirtualHostStatistics, :TraceFlag, :Status, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :MirrorQueuePolicyFlag, :CreateTs, :ModifyTs
|
11204
11258
|
|
11205
|
-
def initialize(instanceid=nil, virtualhost=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, virtualhoststatistics=nil, traceflag=nil, status=nil, messageheapcount=nil, messageratein=nil, messagerateout=nil, mirrorqueuepolicyflag=nil)
|
11259
|
+
def initialize(instanceid=nil, virtualhost=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, virtualhoststatistics=nil, traceflag=nil, status=nil, messageheapcount=nil, messageratein=nil, messagerateout=nil, mirrorqueuepolicyflag=nil, createts=nil, modifyts=nil)
|
11206
11260
|
@InstanceId = instanceid
|
11207
11261
|
@VirtualHost = virtualhost
|
11208
11262
|
@Description = description
|
@@ -11216,6 +11270,8 @@ module TencentCloud
|
|
11216
11270
|
@MessageRateIn = messageratein
|
11217
11271
|
@MessageRateOut = messagerateout
|
11218
11272
|
@MirrorQueuePolicyFlag = mirrorqueuepolicyflag
|
11273
|
+
@CreateTs = createts
|
11274
|
+
@ModifyTs = modifyts
|
11219
11275
|
end
|
11220
11276
|
|
11221
11277
|
def deserialize(params)
|
@@ -11235,6 +11291,8 @@ module TencentCloud
|
|
11235
11291
|
@MessageRateIn = params['MessageRateIn']
|
11236
11292
|
@MessageRateOut = params['MessageRateOut']
|
11237
11293
|
@MirrorQueuePolicyFlag = params['MirrorQueuePolicyFlag']
|
11294
|
+
@CreateTs = params['CreateTs']
|
11295
|
+
@ModifyTs = params['ModifyTs']
|
11238
11296
|
end
|
11239
11297
|
end
|
11240
11298
|
|
@@ -11592,8 +11650,8 @@ module TencentCloud
|
|
11592
11650
|
|
11593
11651
|
attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic, :TopicDistribution, :MaxRoleNum, :MaxTpsLimit
|
11594
11652
|
extend Gem::Deprecate
|
11595
|
-
deprecate :MaxTpsPerNamespace, :none, 2025,
|
11596
|
-
deprecate :MaxTpsPerNamespace=, :none, 2025,
|
11653
|
+
deprecate :MaxTpsPerNamespace, :none, 2025, 6
|
11654
|
+
deprecate :MaxTpsPerNamespace=, :none, 2025, 6
|
11597
11655
|
|
11598
11656
|
def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, maxretentiontime=nil, maxlatencytime=nil, maxqueuespertopic=nil, topicdistribution=nil, maxrolenum=nil, maxtpslimit=nil)
|
11599
11657
|
@MaxTpsPerNamespace = maxtpspernamespace
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tdmq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1085
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|