tencentcloud-sdk-tdmq 3.0.1074 → 3.0.1087
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200217/client.rb +2 -2
- data/lib/v20200217/models.rb +150 -76
- 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: 7d9c15ce3e9c47023f4af3356fac6b2714826658
|
4
|
+
data.tar.gz: fddf4bb2267532010cbea9ff01600e2fc2cdac3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ad0fd16f1c4e120ed573c81fb4c062962b8a33301f1bd1807d83bdbdf02f62b51c6b0ee44d708130d9695769cf1f277f30a3684dc113be27d66ec0c8501b8c4
|
7
|
+
data.tar.gz: 12a74471cc08030a2eec1cc39909e1b091d66f105e3f27f81427aaa8d1ecc6bd80668344c67b37fc3eff69b1e86c876412cacab59c4d4a46ac56501925a2c6a0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1087
|
data/lib/v20200217/client.rb
CHANGED
@@ -1855,7 +1855,7 @@ module TencentCloud
|
|
1855
1855
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1856
1856
|
end
|
1857
1857
|
|
1858
|
-
# 获取单个RabbitMQ
|
1858
|
+
# 获取单个 RabbitMQ 托管版实例信息
|
1859
1859
|
|
1860
1860
|
# @param request: Request instance for DescribeRabbitMQVipInstance.
|
1861
1861
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRabbitMQVipInstanceRequest`
|
@@ -1879,7 +1879,7 @@ module TencentCloud
|
|
1879
1879
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1880
1880
|
end
|
1881
1881
|
|
1882
|
-
# 查询用户已购的RabbitMQ
|
1882
|
+
# 查询用户已购的 RabbitMQ 托管版实例列表
|
1883
1883
|
|
1884
1884
|
# @param request: Request instance for DescribeRabbitMQVipInstances.
|
1885
1885
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRabbitMQVipInstancesRequest`
|
data/lib/v20200217/models.rb
CHANGED
@@ -4870,19 +4870,19 @@ module TencentCloud
|
|
4870
4870
|
|
4871
4871
|
# DescribeRabbitMQBindings请求参数结构体
|
4872
4872
|
class DescribeRabbitMQBindingsRequest < TencentCloud::Common::AbstractModel
|
4873
|
-
# @param InstanceId: 实例
|
4873
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
4874
4874
|
# @type InstanceId: String
|
4875
|
-
# @param VirtualHost: Vhost
|
4875
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
4876
4876
|
# @type VirtualHost: String
|
4877
|
-
# @param Offset: 分页offset
|
4877
|
+
# @param Offset: 分页 offset,默认 0
|
4878
4878
|
# @type Offset: Integer
|
4879
|
-
# @param Limit: 分页limit
|
4879
|
+
# @param Limit: 分页 limit,默认 20
|
4880
4880
|
# @type Limit: Integer
|
4881
4881
|
# @param SearchWord: 搜索关键词,根据源exchange名称/目标资源名称/绑定key进行模糊搜索
|
4882
4882
|
# @type SearchWord: String
|
4883
4883
|
# @param SourceExchange: 根据源Exchange精准搜索过滤
|
4884
4884
|
# @type SourceExchange: String
|
4885
|
-
# @param QueueName:
|
4885
|
+
# @param QueueName: 根据目标队列名精准搜索过滤,和 DestinationExchange 过滤不可同时设置
|
4886
4886
|
# @type QueueName: String
|
4887
4887
|
# @param DestinationExchange: 根据目标Exchange精准搜索过滤,和QueueName过滤不可同时设置
|
4888
4888
|
# @type DestinationExchange: String
|
@@ -4916,7 +4916,7 @@ module TencentCloud
|
|
4916
4916
|
class DescribeRabbitMQBindingsResponse < TencentCloud::Common::AbstractModel
|
4917
4917
|
# @param BindingInfoList: 路由关系列表
|
4918
4918
|
# @type BindingInfoList: Array
|
4919
|
-
# @param TotalCount:
|
4919
|
+
# @param TotalCount: 路由关系数量
|
4920
4920
|
# @type TotalCount: Integer
|
4921
4921
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4922
4922
|
# @type RequestId: String
|
@@ -4945,17 +4945,17 @@ module TencentCloud
|
|
4945
4945
|
|
4946
4946
|
# DescribeRabbitMQExchanges请求参数结构体
|
4947
4947
|
class DescribeRabbitMQExchangesRequest < TencentCloud::Common::AbstractModel
|
4948
|
-
# @param InstanceId: 实例
|
4948
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
4949
4949
|
# @type InstanceId: String
|
4950
|
-
# @param VirtualHost:
|
4950
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
4951
4951
|
# @type VirtualHost: String
|
4952
|
-
# @param Offset: 分页 offset
|
4952
|
+
# @param Offset: 分页 offset,默认 0
|
4953
4953
|
# @type Offset: Integer
|
4954
|
-
# @param Limit: 分页 limit
|
4954
|
+
# @param Limit: 分页 limit,默认 20
|
4955
4955
|
# @type Limit: Integer
|
4956
4956
|
# @param SearchWord: 搜索关键词, 支持模糊匹配
|
4957
4957
|
# @type SearchWord: String
|
4958
|
-
# @param ExchangeTypeFilters: 筛选 exchange 类型,
|
4958
|
+
# @param ExchangeTypeFilters: 筛选 exchange 类型, 数组中每个元素为选中的过滤类型,仅支持 direct、fanout、topic、header
|
4959
4959
|
# @type ExchangeTypeFilters: Array
|
4960
4960
|
# @param ExchangeCreatorFilters: 筛选 exchange 创建来源, "system":"系统创建", "user":"用户创建"
|
4961
4961
|
# @type ExchangeCreatorFilters: Array
|
@@ -4967,6 +4967,8 @@ module TencentCloud
|
|
4967
4967
|
# MessageRateOut - 消费速率;
|
4968
4968
|
# @type SortElement: String
|
4969
4969
|
# @param SortOrder: 排序顺序,ascend 或 descend
|
4970
|
+
# ascend:升序
|
4971
|
+
# descend:降序
|
4970
4972
|
# @type SortOrder: String
|
4971
4973
|
|
4972
4974
|
attr_accessor :InstanceId, :VirtualHost, :Offset, :Limit, :SearchWord, :ExchangeTypeFilters, :ExchangeCreatorFilters, :ExchangeName, :SortElement, :SortOrder
|
@@ -5115,15 +5117,15 @@ module TencentCloud
|
|
5115
5117
|
|
5116
5118
|
# DescribeRabbitMQPermission请求参数结构体
|
5117
5119
|
class DescribeRabbitMQPermissionRequest < TencentCloud::Common::AbstractModel
|
5118
|
-
# @param InstanceId:
|
5120
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
5119
5121
|
# @type InstanceId: String
|
5120
|
-
# @param User:
|
5122
|
+
# @param User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
5121
5123
|
# @type User: String
|
5122
|
-
# @param VirtualHost:
|
5124
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
|
5123
5125
|
# @type VirtualHost: String
|
5124
|
-
# @param Offset: 分页Offset
|
5126
|
+
# @param Offset: 分页 Offset,默认 0
|
5125
5127
|
# @type Offset: Integer
|
5126
|
-
# @param Limit: 分页Limit
|
5128
|
+
# @param Limit: 分页 Limit,默认 20
|
5127
5129
|
# @type Limit: Integer
|
5128
5130
|
|
5129
5131
|
attr_accessor :InstanceId, :User, :VirtualHost, :Offset, :Limit
|
@@ -5178,9 +5180,9 @@ module TencentCloud
|
|
5178
5180
|
|
5179
5181
|
# DescribeRabbitMQQueueDetail请求参数结构体
|
5180
5182
|
class DescribeRabbitMQQueueDetailRequest < TencentCloud::Common::AbstractModel
|
5181
|
-
# @param InstanceId: 实例
|
5183
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询
|
5182
5184
|
# @type InstanceId: String
|
5183
|
-
# @param VirtualHost: Vhost
|
5185
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称
|
5184
5186
|
# @type VirtualHost: String
|
5185
5187
|
# @param QueueName: 队列名称
|
5186
5188
|
# @type QueueName: String
|
@@ -5284,12 +5286,16 @@ module TencentCloud
|
|
5284
5286
|
# @type Policy: String
|
5285
5287
|
# @param Arguments: 扩展参数 key-value
|
5286
5288
|
# @type Arguments: String
|
5289
|
+
# @param CreateTs: 创建时间时间戳
|
5290
|
+
# @type CreateTs: Integer
|
5291
|
+
# @param ModifyTs: 修改时间时间戳
|
5292
|
+
# @type ModifyTs: Integer
|
5287
5293
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5288
5294
|
# @type RequestId: String
|
5289
5295
|
|
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
|
5296
|
+
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
5297
|
|
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)
|
5298
|
+
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
5299
|
@InstanceId = instanceid
|
5294
5300
|
@VirtualHost = virtualhost
|
5295
5301
|
@QueueName = queuename
|
@@ -5320,6 +5326,8 @@ module TencentCloud
|
|
5320
5326
|
@Exclusive = exclusive
|
5321
5327
|
@Policy = policy
|
5322
5328
|
@Arguments = arguments
|
5329
|
+
@CreateTs = createts
|
5330
|
+
@ModifyTs = modifyts
|
5323
5331
|
@RequestId = requestid
|
5324
5332
|
end
|
5325
5333
|
|
@@ -5354,23 +5362,25 @@ module TencentCloud
|
|
5354
5362
|
@Exclusive = params['Exclusive']
|
5355
5363
|
@Policy = params['Policy']
|
5356
5364
|
@Arguments = params['Arguments']
|
5365
|
+
@CreateTs = params['CreateTs']
|
5366
|
+
@ModifyTs = params['ModifyTs']
|
5357
5367
|
@RequestId = params['RequestId']
|
5358
5368
|
end
|
5359
5369
|
end
|
5360
5370
|
|
5361
5371
|
# DescribeRabbitMQQueues请求参数结构体
|
5362
5372
|
class DescribeRabbitMQQueuesRequest < TencentCloud::Common::AbstractModel
|
5363
|
-
# @param InstanceId: 实例
|
5373
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
5364
5374
|
# @type InstanceId: String
|
5365
|
-
# @param VirtualHost: Vhost
|
5375
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
5366
5376
|
# @type VirtualHost: String
|
5367
|
-
# @param Offset: 分页Offset
|
5377
|
+
# @param Offset: 分页 Offset,默认 0
|
5368
5378
|
# @type Offset: Integer
|
5369
|
-
# @param Limit: 分页Limit
|
5379
|
+
# @param Limit: 分页 Limit,默认 20
|
5370
5380
|
# @type Limit: Integer
|
5371
5381
|
# @param SearchWord: 搜索关键词
|
5372
5382
|
# @type SearchWord: String
|
5373
|
-
# @param QueueType: 队列类型筛选,不填或 "all"
|
5383
|
+
# @param QueueType: 队列类型筛选,不填或 "all":筛选普通队列 和 quorum 队列;"classic":筛选 classic(普通) 队列;"quorum":筛选 quorum 队列
|
5374
5384
|
# @type QueueType: String
|
5375
5385
|
# @param SortElement: 排序依据的字段:
|
5376
5386
|
# ConsumerNumber - 在线消费者数量;
|
@@ -5380,6 +5390,8 @@ module TencentCloud
|
|
5380
5390
|
# MessageRateOut - 消费速率;
|
5381
5391
|
# @type SortElement: String
|
5382
5392
|
# @param SortOrder: 排序顺序,ascend 或 descend
|
5393
|
+
# ascend:升序
|
5394
|
+
# descend:降序
|
5383
5395
|
# @type SortOrder: String
|
5384
5396
|
|
5385
5397
|
attr_accessor :InstanceId, :VirtualHost, :Offset, :Limit, :SearchWord, :QueueType, :SortElement, :SortOrder
|
@@ -5409,9 +5421,9 @@ module TencentCloud
|
|
5409
5421
|
|
5410
5422
|
# DescribeRabbitMQQueues返回参数结构体
|
5411
5423
|
class DescribeRabbitMQQueuesResponse < TencentCloud::Common::AbstractModel
|
5412
|
-
# @param QueueInfoList:
|
5424
|
+
# @param QueueInfoList: 队列列表信息
|
5413
5425
|
# @type QueueInfoList: Array
|
5414
|
-
# @param TotalCount:
|
5426
|
+
# @param TotalCount: 队列数量
|
5415
5427
|
# @type TotalCount: Integer
|
5416
5428
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5417
5429
|
# @type RequestId: String
|
@@ -5440,17 +5452,18 @@ module TencentCloud
|
|
5440
5452
|
|
5441
5453
|
# DescribeRabbitMQUser请求参数结构体
|
5442
5454
|
class DescribeRabbitMQUserRequest < TencentCloud::Common::AbstractModel
|
5443
|
-
# @param InstanceId:
|
5455
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
5444
5456
|
# @type InstanceId: String
|
5445
5457
|
# @param SearchUser: 用户名检索,支持前缀匹配,后缀匹配
|
5446
5458
|
# @type SearchUser: String
|
5447
|
-
# @param Offset: 分页Offset
|
5459
|
+
# @param Offset: 分页 Offset,默认 0
|
5448
5460
|
# @type Offset: Integer
|
5449
|
-
# @param Limit: 分页Limit
|
5461
|
+
# @param Limit: 分页 Limit,默认 20
|
5450
5462
|
# @type Limit: Integer
|
5451
5463
|
# @param User: 用户名,精确查询
|
5452
5464
|
# @type User: String
|
5453
|
-
# @param Tags:
|
5465
|
+
# @param Tags: 用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
|
5466
|
+
# management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
|
5454
5467
|
# @type Tags: Array
|
5455
5468
|
|
5456
5469
|
attr_accessor :InstanceId, :SearchUser, :Offset, :Limit, :User, :Tags
|
@@ -5507,7 +5520,7 @@ module TencentCloud
|
|
5507
5520
|
|
5508
5521
|
# DescribeRabbitMQVipInstance请求参数结构体
|
5509
5522
|
class DescribeRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
|
5510
|
-
# @param ClusterId: 集群ID
|
5523
|
+
# @param ClusterId: 集群 ID
|
5511
5524
|
# @type ClusterId: String
|
5512
5525
|
|
5513
5526
|
attr_accessor :ClusterId
|
@@ -5590,9 +5603,9 @@ module TencentCloud
|
|
5590
5603
|
class DescribeRabbitMQVipInstancesRequest < TencentCloud::Common::AbstractModel
|
5591
5604
|
# @param Filters: 查询条件过滤器
|
5592
5605
|
# @type Filters: Array
|
5593
|
-
# @param Limit: 查询数目上限,默认20
|
5606
|
+
# @param Limit: 查询数目上限,默认 20
|
5594
5607
|
# @type Limit: Integer
|
5595
|
-
# @param Offset:
|
5608
|
+
# @param Offset: 查询起始位置,默认 0
|
5596
5609
|
# @type Offset: Integer
|
5597
5610
|
|
5598
5611
|
attr_accessor :Filters, :Limit, :Offset
|
@@ -6308,8 +6321,8 @@ module TencentCloud
|
|
6308
6321
|
|
6309
6322
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :PulsarMsgId, :QueryDlqMsg, :QueryDeadLetterMessage, :Offset, :Limit, :FilterTrackGroup
|
6310
6323
|
extend Gem::Deprecate
|
6311
|
-
deprecate :QueryDlqMsg, :none, 2025,
|
6312
|
-
deprecate :QueryDlqMsg=, :none, 2025,
|
6324
|
+
deprecate :QueryDlqMsg, :none, 2025, 6
|
6325
|
+
deprecate :QueryDlqMsg=, :none, 2025, 6
|
6313
6326
|
|
6314
6327
|
def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, pulsarmsgid=nil, querydlqmsg=nil, querydeadlettermessage=nil, offset=nil, limit=nil, filtertrackgroup=nil)
|
6315
6328
|
@ClusterId = clusterid
|
@@ -6414,8 +6427,8 @@ module TencentCloud
|
|
6414
6427
|
|
6415
6428
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :GroupName, :QueryDLQMsg, :QueryDeadLetterMessage
|
6416
6429
|
extend Gem::Deprecate
|
6417
|
-
deprecate :QueryDLQMsg, :none, 2025,
|
6418
|
-
deprecate :QueryDLQMsg=, :none, 2025,
|
6430
|
+
deprecate :QueryDLQMsg, :none, 2025, 6
|
6431
|
+
deprecate :QueryDLQMsg=, :none, 2025, 6
|
6419
6432
|
|
6420
6433
|
def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, groupname=nil, querydlqmsg=nil, querydeadlettermessage=nil)
|
6421
6434
|
@ClusterId = clusterid
|
@@ -7255,8 +7268,8 @@ module TencentCloud
|
|
7255
7268
|
|
7256
7269
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :StartTime, :EndTime, :MsgId, :MsgKey, :Offset, :Limit, :TaskRequestId, :QueryDlqMsg, :NumOfLatestMsg, :Tag, :QueryDeadLetterMessage
|
7257
7270
|
extend Gem::Deprecate
|
7258
|
-
deprecate :QueryDlqMsg, :none, 2025,
|
7259
|
-
deprecate :QueryDlqMsg=, :none, 2025,
|
7271
|
+
deprecate :QueryDlqMsg, :none, 2025, 6
|
7272
|
+
deprecate :QueryDlqMsg=, :none, 2025, 6
|
7260
7273
|
|
7261
7274
|
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
7275
|
@ClusterId = clusterid
|
@@ -9409,14 +9422,17 @@ module TencentCloud
|
|
9409
9422
|
# @type Remark: String
|
9410
9423
|
# @param MessageRetention: 实例消息保留时间,小时为单位
|
9411
9424
|
# @type MessageRetention: Integer
|
9425
|
+
# @param EnableDeletionProtection: 是否开启删除保护
|
9426
|
+
# @type EnableDeletionProtection: Boolean
|
9412
9427
|
|
9413
|
-
attr_accessor :InstanceId, :Name, :Remark, :MessageRetention
|
9428
|
+
attr_accessor :InstanceId, :Name, :Remark, :MessageRetention, :EnableDeletionProtection
|
9414
9429
|
|
9415
|
-
def initialize(instanceid=nil, name=nil, remark=nil, messageretention=nil)
|
9430
|
+
def initialize(instanceid=nil, name=nil, remark=nil, messageretention=nil, enabledeletionprotection=nil)
|
9416
9431
|
@InstanceId = instanceid
|
9417
9432
|
@Name = name
|
9418
9433
|
@Remark = remark
|
9419
9434
|
@MessageRetention = messageretention
|
9435
|
+
@EnableDeletionProtection = enabledeletionprotection
|
9420
9436
|
end
|
9421
9437
|
|
9422
9438
|
def deserialize(params)
|
@@ -9424,6 +9440,7 @@ module TencentCloud
|
|
9424
9440
|
@Name = params['Name']
|
9425
9441
|
@Remark = params['Remark']
|
9426
9442
|
@MessageRetention = params['MessageRetention']
|
9443
|
+
@EnableDeletionProtection = params['EnableDeletionProtection']
|
9427
9444
|
end
|
9428
9445
|
end
|
9429
9446
|
|
@@ -10421,11 +10438,11 @@ module TencentCloud
|
|
10421
10438
|
end
|
10422
10439
|
end
|
10423
10440
|
|
10424
|
-
#
|
10441
|
+
# RabbitMQ 路由关系列表成员
|
10425
10442
|
class RabbitMQBindingListInfo < TencentCloud::Common::AbstractModel
|
10426
10443
|
# @param BindingId: 路由关系id
|
10427
10444
|
# @type BindingId: Integer
|
10428
|
-
# @param VirtualHost:
|
10445
|
+
# @param VirtualHost: VhostName
|
10429
10446
|
# @type VirtualHost: String
|
10430
10447
|
# @param Source: 源exchange名称
|
10431
10448
|
# @type Source: String
|
@@ -10441,10 +10458,14 @@ module TencentCloud
|
|
10441
10458
|
# @type CreateTime: String
|
10442
10459
|
# @param ModifyTime: 修改时间
|
10443
10460
|
# @type ModifyTime: String
|
10461
|
+
# @param CreateTs: 创建时间时间戳
|
10462
|
+
# @type CreateTs: Integer
|
10463
|
+
# @param ModifyTs: 修改时间时间戳
|
10464
|
+
# @type ModifyTs: Integer
|
10444
10465
|
|
10445
|
-
attr_accessor :BindingId, :VirtualHost, :Source, :DestinationType, :Destination, :RoutingKey, :SourceExchangeType, :CreateTime, :ModifyTime
|
10466
|
+
attr_accessor :BindingId, :VirtualHost, :Source, :DestinationType, :Destination, :RoutingKey, :SourceExchangeType, :CreateTime, :ModifyTime, :CreateTs, :ModifyTs
|
10446
10467
|
|
10447
|
-
def initialize(bindingid=nil, virtualhost=nil, source=nil, destinationtype=nil, destination=nil, routingkey=nil, sourceexchangetype=nil, createtime=nil, modifytime=nil)
|
10468
|
+
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
10469
|
@BindingId = bindingid
|
10449
10470
|
@VirtualHost = virtualhost
|
10450
10471
|
@Source = source
|
@@ -10454,6 +10475,8 @@ module TencentCloud
|
|
10454
10475
|
@SourceExchangeType = sourceexchangetype
|
10455
10476
|
@CreateTime = createtime
|
10456
10477
|
@ModifyTime = modifytime
|
10478
|
+
@CreateTs = createts
|
10479
|
+
@ModifyTs = modifyts
|
10457
10480
|
end
|
10458
10481
|
|
10459
10482
|
def deserialize(params)
|
@@ -10466,6 +10489,8 @@ module TencentCloud
|
|
10466
10489
|
@SourceExchangeType = params['SourceExchangeType']
|
10467
10490
|
@CreateTime = params['CreateTime']
|
10468
10491
|
@ModifyTime = params['ModifyTime']
|
10492
|
+
@CreateTs = params['CreateTs']
|
10493
|
+
@ModifyTs = params['ModifyTs']
|
10469
10494
|
end
|
10470
10495
|
end
|
10471
10496
|
|
@@ -10545,15 +10570,15 @@ module TencentCloud
|
|
10545
10570
|
end
|
10546
10571
|
end
|
10547
10572
|
|
10548
|
-
#
|
10573
|
+
# RabbitMQ 集群基本信息
|
10549
10574
|
class RabbitMQClusterInfo < TencentCloud::Common::AbstractModel
|
10550
|
-
# @param ClusterId: 集群ID
|
10575
|
+
# @param ClusterId: 集群 ID
|
10551
10576
|
# @type ClusterId: String
|
10552
10577
|
# @param ClusterName: 集群名称
|
10553
10578
|
# @type ClusterName: String
|
10554
10579
|
# @param Region: 地域信息
|
10555
10580
|
# @type Region: String
|
10556
|
-
# @param CreateTime:
|
10581
|
+
# @param CreateTime: 创建时间,毫秒为单位。unix 时间戳
|
10557
10582
|
# @type CreateTime: Integer
|
10558
10583
|
# @param Remark: 集群说明信息
|
10559
10584
|
# @type Remark: String
|
@@ -10569,7 +10594,7 @@ module TencentCloud
|
|
10569
10594
|
# @type MessagePublishRate: Float
|
10570
10595
|
# @param MessageStackNumber: 堆积消息数 单位:条
|
10571
10596
|
# @type MessageStackNumber: Integer
|
10572
|
-
# @param ExpireTime:
|
10597
|
+
# @param ExpireTime: 实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
|
10573
10598
|
# @type ExpireTime: Integer
|
10574
10599
|
# @param ChannelNumber: Channel数量
|
10575
10600
|
# @type ChannelNumber: Integer
|
@@ -10596,7 +10621,7 @@ module TencentCloud
|
|
10596
10621
|
# @type PayMode: Integer
|
10597
10622
|
# @param InstanceType: 实例类型,0 专享版、1 Serverless 版
|
10598
10623
|
# @type InstanceType: Integer
|
10599
|
-
# @param IsolatedTime:
|
10624
|
+
# @param IsolatedTime: 开始隔离时间。unix 时间戳
|
10600
10625
|
# @type IsolatedTime: Integer
|
10601
10626
|
# @param Container: 是否为容器实例,默认 true
|
10602
10627
|
# @type Container: Boolean
|
@@ -10741,14 +10766,14 @@ module TencentCloud
|
|
10741
10766
|
|
10742
10767
|
# RabbitMQ exchange列表成员信息
|
10743
10768
|
class RabbitMQExchangeListInfo < TencentCloud::Common::AbstractModel
|
10744
|
-
# @param ExchangeName: exchange
|
10769
|
+
# @param ExchangeName: exchange 名称
|
10745
10770
|
# @type ExchangeName: String
|
10746
10771
|
# @param Remark: 备注说明
|
10747
10772
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10748
10773
|
# @type Remark: String
|
10749
10774
|
# @param ExchangeType: exchange 类型, 支持 "fanout","direct","topic","headers"
|
10750
10775
|
# @type ExchangeType: String
|
10751
|
-
# @param VirtualHost:
|
10776
|
+
# @param VirtualHost: 交换机所属 Virtual Host 名称
|
10752
10777
|
# @type VirtualHost: String
|
10753
10778
|
# @param ExchangeCreator: exchange 创建者, "system":"系统创建", "user":"用户创建"
|
10754
10779
|
# @type ExchangeCreator: String
|
@@ -10778,10 +10803,14 @@ module TencentCloud
|
|
10778
10803
|
# @param MessagesDelayed: 未调度的延时消息数量
|
10779
10804
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10780
10805
|
# @type MessagesDelayed: Integer
|
10806
|
+
# @param CreateTs: 创建时间时间戳
|
10807
|
+
# @type CreateTs: Integer
|
10808
|
+
# @param ModifyTs: 修改时间时间戳
|
10809
|
+
# @type ModifyTs: Integer
|
10781
10810
|
|
10782
|
-
attr_accessor :ExchangeName, :Remark, :ExchangeType, :VirtualHost, :ExchangeCreator, :CreateTimeStamp, :ModTimeStamp, :MessageRateIn, :MessageRateOut, :Durable, :AutoDelete, :Internal, :InstanceId, :Policy, :Arguments, :MessagesDelayed
|
10811
|
+
attr_accessor :ExchangeName, :Remark, :ExchangeType, :VirtualHost, :ExchangeCreator, :CreateTimeStamp, :ModTimeStamp, :MessageRateIn, :MessageRateOut, :Durable, :AutoDelete, :Internal, :InstanceId, :Policy, :Arguments, :MessagesDelayed, :CreateTs, :ModifyTs
|
10783
10812
|
|
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)
|
10813
|
+
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
10814
|
@ExchangeName = exchangename
|
10786
10815
|
@Remark = remark
|
10787
10816
|
@ExchangeType = exchangetype
|
@@ -10798,6 +10827,8 @@ module TencentCloud
|
|
10798
10827
|
@Policy = policy
|
10799
10828
|
@Arguments = arguments
|
10800
10829
|
@MessagesDelayed = messagesdelayed
|
10830
|
+
@CreateTs = createts
|
10831
|
+
@ModifyTs = modifyts
|
10801
10832
|
end
|
10802
10833
|
|
10803
10834
|
def deserialize(params)
|
@@ -10817,16 +10848,18 @@ module TencentCloud
|
|
10817
10848
|
@Policy = params['Policy']
|
10818
10849
|
@Arguments = params['Arguments']
|
10819
10850
|
@MessagesDelayed = params['MessagesDelayed']
|
10851
|
+
@CreateTs = params['CreateTs']
|
10852
|
+
@ModifyTs = params['ModifyTs']
|
10820
10853
|
end
|
10821
10854
|
end
|
10822
10855
|
|
10823
10856
|
# RabbitMQ权限详情
|
10824
10857
|
class RabbitMQPermission < TencentCloud::Common::AbstractModel
|
10825
|
-
# @param InstanceId:
|
10858
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
10826
10859
|
# @type InstanceId: String
|
10827
|
-
# @param User:
|
10860
|
+
# @param User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
10828
10861
|
# @type User: String
|
10829
|
-
# @param VirtualHost:
|
10862
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
|
10830
10863
|
# @type VirtualHost: String
|
10831
10864
|
# @param ConfigRegexp: 权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
|
10832
10865
|
# @type ConfigRegexp: String
|
@@ -10838,10 +10871,14 @@ module TencentCloud
|
|
10838
10871
|
# @type CreateTime: String
|
10839
10872
|
# @param ModifyTime: 修改时间
|
10840
10873
|
# @type ModifyTime: String
|
10874
|
+
# @param CreateTs: 创建时间时间戳
|
10875
|
+
# @type CreateTs: Integer
|
10876
|
+
# @param ModifyTs: 修改时间时间戳
|
10877
|
+
# @type ModifyTs: Integer
|
10841
10878
|
|
10842
|
-
attr_accessor :InstanceId, :User, :VirtualHost, :ConfigRegexp, :WriteRegexp, :ReadRegexp, :CreateTime, :ModifyTime
|
10879
|
+
attr_accessor :InstanceId, :User, :VirtualHost, :ConfigRegexp, :WriteRegexp, :ReadRegexp, :CreateTime, :ModifyTime, :CreateTs, :ModifyTs
|
10843
10880
|
|
10844
|
-
def initialize(instanceid=nil, user=nil, virtualhost=nil, configregexp=nil, writeregexp=nil, readregexp=nil, createtime=nil, modifytime=nil)
|
10881
|
+
def initialize(instanceid=nil, user=nil, virtualhost=nil, configregexp=nil, writeregexp=nil, readregexp=nil, createtime=nil, modifytime=nil, createts=nil, modifyts=nil)
|
10845
10882
|
@InstanceId = instanceid
|
10846
10883
|
@User = user
|
10847
10884
|
@VirtualHost = virtualhost
|
@@ -10850,6 +10887,8 @@ module TencentCloud
|
|
10850
10887
|
@ReadRegexp = readregexp
|
10851
10888
|
@CreateTime = createtime
|
10852
10889
|
@ModifyTime = modifytime
|
10890
|
+
@CreateTs = createts
|
10891
|
+
@ModifyTs = modifyts
|
10853
10892
|
end
|
10854
10893
|
|
10855
10894
|
def deserialize(params)
|
@@ -10861,6 +10900,8 @@ module TencentCloud
|
|
10861
10900
|
@ReadRegexp = params['ReadRegexp']
|
10862
10901
|
@CreateTime = params['CreateTime']
|
10863
10902
|
@ModifyTime = params['ModifyTime']
|
10903
|
+
@CreateTs = params['CreateTs']
|
10904
|
+
@ModifyTs = params['ModifyTs']
|
10864
10905
|
end
|
10865
10906
|
end
|
10866
10907
|
|
@@ -10964,10 +11005,14 @@ module TencentCloud
|
|
10964
11005
|
# @type Arguments: String
|
10965
11006
|
# @param Exclusive: 是否独占队列
|
10966
11007
|
# @type Exclusive: Boolean
|
11008
|
+
# @param CreateTs: 创建时间时间戳
|
11009
|
+
# @type CreateTs: Integer
|
11010
|
+
# @param ModifyTs: 修改时间时间戳
|
11011
|
+
# @type ModifyTs: Integer
|
10967
11012
|
|
10968
|
-
attr_accessor :QueueName, :Remark, :ConsumerDetail, :QueueType, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :CreateTime, :ModifyTime, :Durable, :AutoDelete, :InstanceId, :VirtualHost, :Node, :Policy, :Arguments, :Exclusive
|
11013
|
+
attr_accessor :QueueName, :Remark, :ConsumerDetail, :QueueType, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :CreateTime, :ModifyTime, :Durable, :AutoDelete, :InstanceId, :VirtualHost, :Node, :Policy, :Arguments, :Exclusive, :CreateTs, :ModifyTs
|
10969
11014
|
|
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)
|
11015
|
+
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
11016
|
@QueueName = queuename
|
10972
11017
|
@Remark = remark
|
10973
11018
|
@ConsumerDetail = consumerdetail
|
@@ -10985,6 +11030,8 @@ module TencentCloud
|
|
10985
11030
|
@Policy = policy
|
10986
11031
|
@Arguments = arguments
|
10987
11032
|
@Exclusive = exclusive
|
11033
|
+
@CreateTs = createts
|
11034
|
+
@ModifyTs = modifyts
|
10988
11035
|
end
|
10989
11036
|
|
10990
11037
|
def deserialize(params)
|
@@ -11008,12 +11055,14 @@ module TencentCloud
|
|
11008
11055
|
@Policy = params['Policy']
|
11009
11056
|
@Arguments = params['Arguments']
|
11010
11057
|
@Exclusive = params['Exclusive']
|
11058
|
+
@CreateTs = params['CreateTs']
|
11059
|
+
@ModifyTs = params['ModifyTs']
|
11011
11060
|
end
|
11012
11061
|
end
|
11013
11062
|
|
11014
11063
|
# RabbitMQ用户实体详情
|
11015
11064
|
class RabbitMQUser < TencentCloud::Common::AbstractModel
|
11016
|
-
# @param InstanceId:
|
11065
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
11017
11066
|
# @type InstanceId: String
|
11018
11067
|
# @param User: 用户名,登录时使用
|
11019
11068
|
# @type User: String
|
@@ -11035,10 +11084,14 @@ module TencentCloud
|
|
11035
11084
|
# @param MaxChannels: 单个用户最大可用通道数
|
11036
11085
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11037
11086
|
# @type MaxChannels: Integer
|
11087
|
+
# @param CreateTs: 创建时间时间戳
|
11088
|
+
# @type CreateTs: Integer
|
11089
|
+
# @param ModifyTs: 修改时间时间戳
|
11090
|
+
# @type ModifyTs: Integer
|
11038
11091
|
|
11039
|
-
attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :CreateTime, :ModifyTime, :Type, :MaxConnections, :MaxChannels
|
11092
|
+
attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :CreateTime, :ModifyTime, :Type, :MaxConnections, :MaxChannels, :CreateTs, :ModifyTs
|
11040
11093
|
|
11041
|
-
def initialize(instanceid=nil, user=nil, password=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, type=nil, maxconnections=nil, maxchannels=nil)
|
11094
|
+
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
11095
|
@InstanceId = instanceid
|
11043
11096
|
@User = user
|
11044
11097
|
@Password = password
|
@@ -11049,6 +11102,8 @@ module TencentCloud
|
|
11049
11102
|
@Type = type
|
11050
11103
|
@MaxConnections = maxconnections
|
11051
11104
|
@MaxChannels = maxchannels
|
11105
|
+
@CreateTs = createts
|
11106
|
+
@ModifyTs = modifyts
|
11052
11107
|
end
|
11053
11108
|
|
11054
11109
|
def deserialize(params)
|
@@ -11062,12 +11117,14 @@ module TencentCloud
|
|
11062
11117
|
@Type = params['Type']
|
11063
11118
|
@MaxConnections = params['MaxConnections']
|
11064
11119
|
@MaxChannels = params['MaxChannels']
|
11120
|
+
@CreateTs = params['CreateTs']
|
11121
|
+
@ModifyTs = params['ModifyTs']
|
11065
11122
|
end
|
11066
11123
|
end
|
11067
11124
|
|
11068
|
-
# RabbitMQ
|
11125
|
+
# RabbitMQ 托管版实例信息
|
11069
11126
|
class RabbitMQVipInstance < TencentCloud::Common::AbstractModel
|
11070
|
-
# @param InstanceId: 实例
|
11127
|
+
# @param InstanceId: 实例 ID
|
11071
11128
|
# @type InstanceId: String
|
11072
11129
|
# @param InstanceName: 实例名称
|
11073
11130
|
# @type InstanceName: String
|
@@ -11085,17 +11142,26 @@ module TencentCloud
|
|
11085
11142
|
# @type MaxBandWidth: Integer
|
11086
11143
|
# @param MaxStorage: 存储容量,GB为单位
|
11087
11144
|
# @type MaxStorage: Integer
|
11088
|
-
# @param ExpireTime:
|
11145
|
+
# @param ExpireTime: 实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
|
11089
11146
|
# @type ExpireTime: Integer
|
11090
11147
|
# @param AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
|
11091
11148
|
# @type AutoRenewFlag: Integer
|
11092
|
-
# @param PayMode: 0
|
11149
|
+
# @param PayMode: 1 表示预付费,0 表示后付费
|
11093
11150
|
# @type PayMode: Integer
|
11094
11151
|
# @param Remark: 备注信息
|
11095
11152
|
# @type Remark: String
|
11096
|
-
# @param SpecName:
|
11153
|
+
# @param SpecName: 集群的节点规格,需要输入对应的规格标识:
|
11154
|
+
# 2C8G:rabbit-vip-basic-2c8g
|
11155
|
+
# 4C16G:rabbit-vip-basic-4c16g
|
11156
|
+
# 8C32G:rabbit-vip-basic-8c32g
|
11157
|
+
# 16C32G:rabbit-vip-basic-4
|
11158
|
+
# 16C64G:rabbit-vip-basic-16c64g
|
11159
|
+
# 2C4G:rabbit-vip-basic-5
|
11160
|
+
# 4C8G:rabbit-vip-basic-1
|
11161
|
+
# 8C16G(已售罄):rabbit-vip-basic-2
|
11162
|
+
# 不传默认为4C8G:rabbit-vip-basic-1
|
11097
11163
|
# @type SpecName: String
|
11098
|
-
# @param ExceptionInformation:
|
11164
|
+
# @param ExceptionInformation: 集群异常信息
|
11099
11165
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11100
11166
|
# @type ExceptionInformation: String
|
11101
11167
|
# @param ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
|
@@ -11106,7 +11172,7 @@ module TencentCloud
|
|
11106
11172
|
# @type PublicAccessEndpoint: String
|
11107
11173
|
# @param Vpcs: VPC 接入点列表
|
11108
11174
|
# @type Vpcs: Array
|
11109
|
-
# @param CreateTime:
|
11175
|
+
# @param CreateTime: 创建时间,毫秒为单位。unix 时间戳
|
11110
11176
|
# @type CreateTime: Integer
|
11111
11177
|
# @param InstanceType: 实例类型,0 专享版、1 Serverless 版
|
11112
11178
|
# @type InstanceType: Integer
|
@@ -11199,10 +11265,14 @@ module TencentCloud
|
|
11199
11265
|
# @type MessageRateOut: Float
|
11200
11266
|
# @param MirrorQueuePolicyFlag: 是否存在镜像队列策略,true 为存在,false 为不存
|
11201
11267
|
# @type MirrorQueuePolicyFlag: Boolean
|
11268
|
+
# @param CreateTs: 创建时间时间戳
|
11269
|
+
# @type CreateTs: Integer
|
11270
|
+
# @param ModifyTs: 修改时间时间戳
|
11271
|
+
# @type ModifyTs: Integer
|
11202
11272
|
|
11203
|
-
attr_accessor :InstanceId, :VirtualHost, :Description, :Tags, :CreateTime, :ModifyTime, :VirtualHostStatistics, :TraceFlag, :Status, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :MirrorQueuePolicyFlag
|
11273
|
+
attr_accessor :InstanceId, :VirtualHost, :Description, :Tags, :CreateTime, :ModifyTime, :VirtualHostStatistics, :TraceFlag, :Status, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :MirrorQueuePolicyFlag, :CreateTs, :ModifyTs
|
11204
11274
|
|
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)
|
11275
|
+
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
11276
|
@InstanceId = instanceid
|
11207
11277
|
@VirtualHost = virtualhost
|
11208
11278
|
@Description = description
|
@@ -11216,6 +11286,8 @@ module TencentCloud
|
|
11216
11286
|
@MessageRateIn = messageratein
|
11217
11287
|
@MessageRateOut = messagerateout
|
11218
11288
|
@MirrorQueuePolicyFlag = mirrorqueuepolicyflag
|
11289
|
+
@CreateTs = createts
|
11290
|
+
@ModifyTs = modifyts
|
11219
11291
|
end
|
11220
11292
|
|
11221
11293
|
def deserialize(params)
|
@@ -11235,6 +11307,8 @@ module TencentCloud
|
|
11235
11307
|
@MessageRateIn = params['MessageRateIn']
|
11236
11308
|
@MessageRateOut = params['MessageRateOut']
|
11237
11309
|
@MirrorQueuePolicyFlag = params['MirrorQueuePolicyFlag']
|
11310
|
+
@CreateTs = params['CreateTs']
|
11311
|
+
@ModifyTs = params['ModifyTs']
|
11238
11312
|
end
|
11239
11313
|
end
|
11240
11314
|
|
@@ -11592,8 +11666,8 @@ module TencentCloud
|
|
11592
11666
|
|
11593
11667
|
attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic, :TopicDistribution, :MaxRoleNum, :MaxTpsLimit
|
11594
11668
|
extend Gem::Deprecate
|
11595
|
-
deprecate :MaxTpsPerNamespace, :none, 2025,
|
11596
|
-
deprecate :MaxTpsPerNamespace=, :none, 2025,
|
11669
|
+
deprecate :MaxTpsPerNamespace, :none, 2025, 6
|
11670
|
+
deprecate :MaxTpsPerNamespace=, :none, 2025, 6
|
11597
11671
|
|
11598
11672
|
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
11673
|
@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.1087
|
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-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|