tencentcloud-sdk-tdmq 3.0.1056 → 3.0.1057

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: 55bf3e7445d5f56e55e1cb414a75e36c23a72420
4
- data.tar.gz: d5f6cb358c4a7d145ff282e045df9e72c2f30dd9
3
+ metadata.gz: 7e6f933595854dc87cb2e04ce9a31abf7d709b5e
4
+ data.tar.gz: 190325c89f422c5f1dc43b52f6e94f67f84afc41
5
5
  SHA512:
6
- metadata.gz: e34189b95f940be869803649a433a270bc4c9b6eb5e0eaef0683a1b3939d8c9aa21d04bfd346b2e58bf19ade3b8bad9e2b54c1157efebddce6ef8ad8268ca03b
7
- data.tar.gz: 7f6872a01d41d70802435aa315773bcbd932a9d608c982bdbbe9568fe54b25d90e2eaba8d33d035ce8d5d56f86340b5c7491eb013e09d155301f8debb1b7b4c3
6
+ metadata.gz: 46ab1961792793152f7f8b3a01217ee1e3fca9fd3c3c8aa8e7bf373d78eacb891bd43408a8c93493b06420142471e1b4a6ccb339491bd78db9b1a2cf69ef4626
7
+ data.tar.gz: 84b0b2ca7548443091b2a726b71f2e78f7c1afa94df8483034478c5ae8a67024d5cc96a4c175a566e74f0e7c280eefc1ae725d2162b342c1ce612fecd0e01e0e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1056
1
+ 3.0.1057
@@ -5035,7 +5035,7 @@ module TencentCloud
5035
5035
  # @type InstanceId: String
5036
5036
  # @param Offset: 偏移量,默认值 0
5037
5037
  # @type Offset: Integer
5038
- # @param Limit: 一页限制,moren
5038
+ # @param Limit: 一页限制,默认值 20
5039
5039
  # @type Limit: Integer
5040
5040
  # @param NodeName: 模糊搜索节点名字
5041
5041
  # @type NodeName: String
@@ -9204,9 +9204,9 @@ module TencentCloud
9204
9204
  class ModifyRabbitMQVirtualHostRequest < TencentCloud::Common::AbstractModel
9205
9205
  # @param InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
9206
9206
  # @type InstanceId: String
9207
- # @param VirtualHost: vhost名
9207
+ # @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
9208
9208
  # @type VirtualHost: String
9209
- # @param Description: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
9209
+ # @param Description: Virtual Host 描述
9210
9210
  # @type Description: String
9211
9211
  # @param TraceFlag: 消息轨迹开关,true打开,false关闭
9212
9212
  # @type TraceFlag: Boolean
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.1056
4
+ version: 3.0.1057
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-05-11 00:00:00.000000000 Z
11
+ date: 2025-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common