tencentcloud-sdk-tdmq 3.0.1085 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94302942ceaf5bf315a73d0193d76f011b4086d0
4
- data.tar.gz: e6337e4708431ddcf950d5e85bb0b4421f57c78e
3
+ metadata.gz: 7d9c15ce3e9c47023f4af3356fac6b2714826658
4
+ data.tar.gz: fddf4bb2267532010cbea9ff01600e2fc2cdac3b
5
5
  SHA512:
6
- metadata.gz: e1aa35499fb83d3827a2fb32da19121667c7227a88db811372c8a38e5b4fcabd79be6bcdf84d26704ff95d756d821e75a9e1ad68cdbfa961533b8a9d820d9d77
7
- data.tar.gz: 271092eef4a61d1b19d88d7a3ac6c7f571b4346bbef755e90fedba64c2464f29a093517ae0f10288b8da51c2b5be28983fd6c25ecff4a9d4daa3d04acadd7829
6
+ metadata.gz: 6ad0fd16f1c4e120ed573c81fb4c062962b8a33301f1bd1807d83bdbdf02f62b51c6b0ee44d708130d9695769cf1f277f30a3684dc113be27d66ec0c8501b8c4
7
+ data.tar.gz: 12a74471cc08030a2eec1cc39909e1b091d66f105e3f27f81427aaa8d1ecc6bd80668344c67b37fc3eff69b1e86c876412cacab59c4d4a46ac56501925a2c6a0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1085
1
+ 3.0.1087
@@ -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`
@@ -4870,19 +4870,19 @@ module TencentCloud
4870
4870
 
4871
4871
  # DescribeRabbitMQBindings请求参数结构体
4872
4872
  class DescribeRabbitMQBindingsRequest < TencentCloud::Common::AbstractModel
4873
- # @param InstanceId: 实例Id
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: 根据目标QueueName精准搜索过滤,和DestinationExchange过滤不可同时设置
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: 实例 id
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: vhost 参数
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: 集群实例id
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: vhost名,用于查询过滤,不传则查询全部
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
@@ -5450,17 +5452,18 @@ module TencentCloud
5450
5452
 
5451
5453
  # DescribeRabbitMQUser请求参数结构体
5452
5454
  class DescribeRabbitMQUserRequest < TencentCloud::Common::AbstractModel
5453
- # @param InstanceId: 集群实例Id
5455
+ # @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
5454
5456
  # @type InstanceId: String
5455
5457
  # @param SearchUser: 用户名检索,支持前缀匹配,后缀匹配
5456
5458
  # @type SearchUser: String
5457
- # @param Offset: 分页Offset
5459
+ # @param Offset: 分页 Offset,默认 0
5458
5460
  # @type Offset: Integer
5459
- # @param Limit: 分页Limit
5461
+ # @param Limit: 分页 Limit,默认 20
5460
5462
  # @type Limit: Integer
5461
5463
  # @param User: 用户名,精确查询
5462
5464
  # @type User: String
5463
- # @param Tags: 用户标签,根据标签过滤列表
5465
+ # @param Tags: 用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
5466
+ # management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
5464
5467
  # @type Tags: Array
5465
5468
 
5466
5469
  attr_accessor :InstanceId, :SearchUser, :Offset, :Limit, :User, :Tags
@@ -5517,7 +5520,7 @@ module TencentCloud
5517
5520
 
5518
5521
  # DescribeRabbitMQVipInstance请求参数结构体
5519
5522
  class DescribeRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
5520
- # @param ClusterId: 集群ID
5523
+ # @param ClusterId: 集群 ID
5521
5524
  # @type ClusterId: String
5522
5525
 
5523
5526
  attr_accessor :ClusterId
@@ -5600,9 +5603,9 @@ module TencentCloud
5600
5603
  class DescribeRabbitMQVipInstancesRequest < TencentCloud::Common::AbstractModel
5601
5604
  # @param Filters: 查询条件过滤器
5602
5605
  # @type Filters: Array
5603
- # @param Limit: 查询数目上限,默认20
5606
+ # @param Limit: 查询数目上限,默认 20
5604
5607
  # @type Limit: Integer
5605
- # @param Offset: 查询起始位置
5608
+ # @param Offset: 查询起始位置,默认 0
5606
5609
  # @type Offset: Integer
5607
5610
 
5608
5611
  attr_accessor :Filters, :Limit, :Offset
@@ -9419,14 +9422,17 @@ module TencentCloud
9419
9422
  # @type Remark: String
9420
9423
  # @param MessageRetention: 实例消息保留时间,小时为单位
9421
9424
  # @type MessageRetention: Integer
9425
+ # @param EnableDeletionProtection: 是否开启删除保护
9426
+ # @type EnableDeletionProtection: Boolean
9422
9427
 
9423
- attr_accessor :InstanceId, :Name, :Remark, :MessageRetention
9428
+ attr_accessor :InstanceId, :Name, :Remark, :MessageRetention, :EnableDeletionProtection
9424
9429
 
9425
- def initialize(instanceid=nil, name=nil, remark=nil, messageretention=nil)
9430
+ def initialize(instanceid=nil, name=nil, remark=nil, messageretention=nil, enabledeletionprotection=nil)
9426
9431
  @InstanceId = instanceid
9427
9432
  @Name = name
9428
9433
  @Remark = remark
9429
9434
  @MessageRetention = messageretention
9435
+ @EnableDeletionProtection = enabledeletionprotection
9430
9436
  end
9431
9437
 
9432
9438
  def deserialize(params)
@@ -9434,6 +9440,7 @@ module TencentCloud
9434
9440
  @Name = params['Name']
9435
9441
  @Remark = params['Remark']
9436
9442
  @MessageRetention = params['MessageRetention']
9443
+ @EnableDeletionProtection = params['EnableDeletionProtection']
9437
9444
  end
9438
9445
  end
9439
9446
 
@@ -10563,15 +10570,15 @@ module TencentCloud
10563
10570
  end
10564
10571
  end
10565
10572
 
10566
- # RabbiteMQ集群基本信息
10573
+ # RabbitMQ 集群基本信息
10567
10574
  class RabbitMQClusterInfo < TencentCloud::Common::AbstractModel
10568
- # @param ClusterId: 集群ID
10575
+ # @param ClusterId: 集群 ID
10569
10576
  # @type ClusterId: String
10570
10577
  # @param ClusterName: 集群名称
10571
10578
  # @type ClusterName: String
10572
10579
  # @param Region: 地域信息
10573
10580
  # @type Region: String
10574
- # @param CreateTime: 创建时间,毫秒为单位
10581
+ # @param CreateTime: 创建时间,毫秒为单位。unix 时间戳
10575
10582
  # @type CreateTime: Integer
10576
10583
  # @param Remark: 集群说明信息
10577
10584
  # @type Remark: String
@@ -10587,7 +10594,7 @@ module TencentCloud
10587
10594
  # @type MessagePublishRate: Float
10588
10595
  # @param MessageStackNumber: 堆积消息数 单位:条
10589
10596
  # @type MessageStackNumber: Integer
10590
- # @param ExpireTime: 过期时间
10597
+ # @param ExpireTime: 实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
10591
10598
  # @type ExpireTime: Integer
10592
10599
  # @param ChannelNumber: Channel数量
10593
10600
  # @type ChannelNumber: Integer
@@ -10614,7 +10621,7 @@ module TencentCloud
10614
10621
  # @type PayMode: Integer
10615
10622
  # @param InstanceType: 实例类型,0 专享版、1 Serverless 版
10616
10623
  # @type InstanceType: Integer
10617
- # @param IsolatedTime: 开始隔离时间
10624
+ # @param IsolatedTime: 开始隔离时间。unix 时间戳
10618
10625
  # @type IsolatedTime: Integer
10619
10626
  # @param Container: 是否为容器实例,默认 true
10620
10627
  # @type Container: Boolean
@@ -11115,9 +11122,9 @@ module TencentCloud
11115
11122
  end
11116
11123
  end
11117
11124
 
11118
- # RabbitMQ专享实例信息
11125
+ # RabbitMQ 托管版实例信息
11119
11126
  class RabbitMQVipInstance < TencentCloud::Common::AbstractModel
11120
- # @param InstanceId: 实例id
11127
+ # @param InstanceId: 实例 ID
11121
11128
  # @type InstanceId: String
11122
11129
  # @param InstanceName: 实例名称
11123
11130
  # @type InstanceName: String
@@ -11135,17 +11142,26 @@ module TencentCloud
11135
11142
  # @type MaxBandWidth: Integer
11136
11143
  # @param MaxStorage: 存储容量,GB为单位
11137
11144
  # @type MaxStorage: Integer
11138
- # @param ExpireTime: 实例到期时间,毫秒为单位
11145
+ # @param ExpireTime: 实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
11139
11146
  # @type ExpireTime: Integer
11140
11147
  # @param AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
11141
11148
  # @type AutoRenewFlag: Integer
11142
- # @param PayMode: 0-后付费,1-预付费
11149
+ # @param PayMode: 1 表示预付费,0 表示后付费
11143
11150
  # @type PayMode: Integer
11144
11151
  # @param Remark: 备注信息
11145
11152
  # @type Remark: String
11146
- # @param SpecName: 实例配置ID
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
11147
11163
  # @type SpecName: String
11148
- # @param ExceptionInformation: 集群异常。
11164
+ # @param ExceptionInformation: 集群异常信息
11149
11165
  # 注意:此字段可能返回 null,表示取不到有效值。
11150
11166
  # @type ExceptionInformation: String
11151
11167
  # @param ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
@@ -11156,7 +11172,7 @@ module TencentCloud
11156
11172
  # @type PublicAccessEndpoint: String
11157
11173
  # @param Vpcs: VPC 接入点列表
11158
11174
  # @type Vpcs: Array
11159
- # @param CreateTime: 创建时间,毫秒为单位
11175
+ # @param CreateTime: 创建时间,毫秒为单位。unix 时间戳
11160
11176
  # @type CreateTime: Integer
11161
11177
  # @param InstanceType: 实例类型,0 专享版、1 Serverless 版
11162
11178
  # @type InstanceType: Integer
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.1085
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-19 00:00:00.000000000 Z
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