tencentcloud-sdk-tdmq 3.0.1044 → 3.0.1046
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 +3 -3
- data/lib/v20200217/models.rb +58 -48
- 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: 5f2e3c5d242240bf2fc2d71a58844659d17ab9c4
|
4
|
+
data.tar.gz: 8cafd981f9278203320e249ca2d62154cb45d2a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dadac90eb1870cf199a2ed057516b8d6c94f2d0bfb9c3ba6b3b7d512e5ecec19674fef3b94c419247c7a3e959e681fac0be039e80fd614d028261c2d371a8c9
|
7
|
+
data.tar.gz: faa7b772d890b417a3e028c9de525b9bd0df389b46d88088afb535d4c5e113364cc5b41ceeb0ea1ae216302b41f73996399a9906759773eb8a82e19f25c596d1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1046
|
data/lib/v20200217/client.rb
CHANGED
@@ -317,7 +317,7 @@ module TencentCloud
|
|
317
317
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
318
318
|
end
|
319
319
|
|
320
|
-
# 创建RabbitMQ
|
320
|
+
# 创建 RabbitMQ 托管版实例
|
321
321
|
|
322
322
|
# @param request: Request instance for CreateRabbitMQVipInstance.
|
323
323
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::CreateRabbitMQVipInstanceRequest`
|
@@ -845,7 +845,7 @@ module TencentCloud
|
|
845
845
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
846
846
|
end
|
847
847
|
|
848
|
-
# 删除RabbitMQ
|
848
|
+
# 删除 RabbitMQ 托管版实例
|
849
849
|
|
850
850
|
# @param request: Request instance for DeleteRabbitMQVipInstance.
|
851
851
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DeleteRabbitMQVipInstanceRequest`
|
@@ -1735,7 +1735,7 @@ module TencentCloud
|
|
1735
1735
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1736
1736
|
end
|
1737
1737
|
|
1738
|
-
# RabbitMQ
|
1738
|
+
# 查询 RabbitMQ 托管版节点列表
|
1739
1739
|
|
1740
1740
|
# @param request: Request instance for DescribeRabbitMQNodeList.
|
1741
1741
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRabbitMQNodeListRequest`
|
data/lib/v20200217/models.rb
CHANGED
@@ -1573,9 +1573,9 @@ module TencentCloud
|
|
1573
1573
|
|
1574
1574
|
# CreateRabbitMQBinding请求参数结构体
|
1575
1575
|
class CreateRabbitMQBindingRequest < TencentCloud::Common::AbstractModel
|
1576
|
-
# @param InstanceId: 实例
|
1576
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
1577
1577
|
# @type InstanceId: String
|
1578
|
-
# @param VirtualHost: Vhost
|
1578
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
1579
1579
|
# @type VirtualHost: String
|
1580
1580
|
# @param Source: 源exchange
|
1581
1581
|
# @type Source: String
|
@@ -1609,7 +1609,7 @@ module TencentCloud
|
|
1609
1609
|
|
1610
1610
|
# CreateRabbitMQBinding返回参数结构体
|
1611
1611
|
class CreateRabbitMQBindingResponse < TencentCloud::Common::AbstractModel
|
1612
|
-
# @param InstanceId:
|
1612
|
+
# @param InstanceId: 实例 ID
|
1613
1613
|
# @type InstanceId: String
|
1614
1614
|
# @param VirtualHost: vhost名称
|
1615
1615
|
# @type VirtualHost: String
|
@@ -1637,11 +1637,11 @@ module TencentCloud
|
|
1637
1637
|
|
1638
1638
|
# CreateRabbitMQUser请求参数结构体
|
1639
1639
|
class CreateRabbitMQUserRequest < TencentCloud::Common::AbstractModel
|
1640
|
-
# @param InstanceId:
|
1640
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
1641
1641
|
# @type InstanceId: String
|
1642
1642
|
# @param User: 用户名,登录时使用
|
1643
1643
|
# @type User: String
|
1644
|
-
# @param Password:
|
1644
|
+
# @param Password: 密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
|
1645
1645
|
# @type Password: String
|
1646
1646
|
# @param Description: 描述
|
1647
1647
|
# @type Description: String
|
@@ -1700,21 +1700,30 @@ module TencentCloud
|
|
1700
1700
|
class CreateRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
|
1701
1701
|
# @param ZoneIds: 可用区
|
1702
1702
|
# @type ZoneIds: Array
|
1703
|
-
# @param VpcId: 私有网络VpcId
|
1703
|
+
# @param VpcId: 私有网络ID,形如 vpc-xxx。有效的 VpcId 可通过登录[私有网络](https://console.cloud.tencent.com/vpc/vpc?rid=1)控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372),从接口返回中的 unVpcId 字段获取。若在创建子机时 VpcId 与 SubnetId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
|
1704
1704
|
# @type VpcId: String
|
1705
|
-
# @param SubnetId:
|
1705
|
+
# @param SubnetId: 私有网络子网 ID,形如 subnet-xxx。有效的私有网络子网 ID 可通过登录[子网控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/api/215/15784),从接口返回中的 unSubnetId 字段获取。若在创建子机时 SubnetId 与 VpcId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
|
1706
1706
|
# @type SubnetId: String
|
1707
1707
|
# @param ClusterName: 集群名称
|
1708
1708
|
# @type ClusterName: String
|
1709
|
-
# @param NodeSpec:
|
1709
|
+
# @param NodeSpec: 集群的节点规格,需要输入对应的规格标识:
|
1710
|
+
# 2C8G:rabbit-vip-basic-2c8g
|
1711
|
+
# 4C16G:rabbit-vip-basic-4c16g
|
1712
|
+
# 8C32G:rabbit-vip-basic-8c32g
|
1713
|
+
# 16C32G:rabbit-vip-basic-4
|
1714
|
+
# 16C64G:rabbit-vip-basic-16c64g
|
1715
|
+
# 2C4G:rabbit-vip-basic-5
|
1716
|
+
# 4C8G:rabbit-vip-basic-1
|
1717
|
+
# 8C16G(已售罄):rabbit-vip-basic-2
|
1718
|
+
# 不传默认为 4C8G:rabbit-vip-basic-1
|
1710
1719
|
# @type NodeSpec: String
|
1711
1720
|
# @param NodeNum: 节点数量,多可用区最少为3节点。不传默认单可用区为1,多可用区为3
|
1712
1721
|
# @type NodeNum: Integer
|
1713
1722
|
# @param StorageSize: 单节点存储规格,不传默认为200G
|
1714
1723
|
# @type StorageSize: Integer
|
1715
|
-
# @param EnableCreateDefaultHaMirrorQueue:
|
1724
|
+
# @param EnableCreateDefaultHaMirrorQueue: 是否开启默认镜像队列,true 表示为开启,false 表示为不开启。不传默认为 false
|
1716
1725
|
# @type EnableCreateDefaultHaMirrorQueue: Boolean
|
1717
|
-
# @param AutoRenewFlag:
|
1726
|
+
# @param AutoRenewFlag: 仅预付费集群(PayMode 参数为 1 时)使用该参数,表示是否自动续费,true 表示打开自动续费。不传默认为 true
|
1718
1727
|
# @type AutoRenewFlag: Boolean
|
1719
1728
|
# @param TimeSpan: 购买时长,不传默认为1(月)
|
1720
1729
|
# @type TimeSpan: Integer
|
@@ -1726,7 +1735,7 @@ module TencentCloud
|
|
1726
1735
|
# @type IsIntl: Boolean
|
1727
1736
|
# @param ResourceTags: 资源标签列表
|
1728
1737
|
# @type ResourceTags: Array
|
1729
|
-
# @param Bandwidth: 公网带宽大小,单位
|
1738
|
+
# @param Bandwidth: 公网带宽大小,单位 Mbps
|
1730
1739
|
# @type Bandwidth: Integer
|
1731
1740
|
# @param EnablePublicAccess: 是否打开公网接入,不传默认为false
|
1732
1741
|
# @type EnablePublicAccess: Boolean
|
@@ -1781,9 +1790,9 @@ module TencentCloud
|
|
1781
1790
|
|
1782
1791
|
# CreateRabbitMQVipInstance返回参数结构体
|
1783
1792
|
class CreateRabbitMQVipInstanceResponse < TencentCloud::Common::AbstractModel
|
1784
|
-
# @param TranId: 订单号
|
1793
|
+
# @param TranId: 订单号 ID
|
1785
1794
|
# @type TranId: String
|
1786
|
-
# @param InstanceId: 实例
|
1795
|
+
# @param InstanceId: 实例 ID
|
1787
1796
|
# @type InstanceId: String
|
1788
1797
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1789
1798
|
# @type RequestId: String
|
@@ -1805,7 +1814,7 @@ module TencentCloud
|
|
1805
1814
|
|
1806
1815
|
# CreateRabbitMQVirtualHost请求参数结构体
|
1807
1816
|
class CreateRabbitMQVirtualHostRequest < TencentCloud::Common::AbstractModel
|
1808
|
-
# @param InstanceId:
|
1817
|
+
# @param InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
1809
1818
|
# @type InstanceId: String
|
1810
1819
|
# @param VirtualHost: vhost名
|
1811
1820
|
# @type VirtualHost: String
|
@@ -2744,9 +2753,9 @@ module TencentCloud
|
|
2744
2753
|
|
2745
2754
|
# DeleteRabbitMQBinding请求参数结构体
|
2746
2755
|
class DeleteRabbitMQBindingRequest < TencentCloud::Common::AbstractModel
|
2747
|
-
# @param InstanceId: 实例
|
2756
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
2748
2757
|
# @type InstanceId: String
|
2749
|
-
# @param VirtualHost: Vhost
|
2758
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
2750
2759
|
# @type VirtualHost: String
|
2751
2760
|
# @param BindingId: 路由关系Id
|
2752
2761
|
# @type BindingId: Integer
|
@@ -2768,7 +2777,7 @@ module TencentCloud
|
|
2768
2777
|
|
2769
2778
|
# DeleteRabbitMQBinding返回参数结构体
|
2770
2779
|
class DeleteRabbitMQBindingResponse < TencentCloud::Common::AbstractModel
|
2771
|
-
# @param InstanceId:
|
2780
|
+
# @param InstanceId: 实例 ID
|
2772
2781
|
# @type InstanceId: String
|
2773
2782
|
# @param VirtualHost: vhost参数
|
2774
2783
|
# @type VirtualHost: String
|
@@ -2796,11 +2805,11 @@ module TencentCloud
|
|
2796
2805
|
|
2797
2806
|
# DeleteRabbitMQPermission请求参数结构体
|
2798
2807
|
class DeleteRabbitMQPermissionRequest < TencentCloud::Common::AbstractModel
|
2799
|
-
# @param InstanceId:
|
2808
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
2800
2809
|
# @type InstanceId: String
|
2801
|
-
# @param User:
|
2810
|
+
# @param User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
2802
2811
|
# @type User: String
|
2803
|
-
# @param VirtualHost:
|
2812
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
|
2804
2813
|
# @type VirtualHost: String
|
2805
2814
|
|
2806
2815
|
attr_accessor :InstanceId, :User, :VirtualHost
|
@@ -2836,9 +2845,9 @@ module TencentCloud
|
|
2836
2845
|
|
2837
2846
|
# DeleteRabbitMQUser请求参数结构体
|
2838
2847
|
class DeleteRabbitMQUserRequest < TencentCloud::Common::AbstractModel
|
2839
|
-
# @param InstanceId:
|
2848
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
2840
2849
|
# @type InstanceId: String
|
2841
|
-
# @param User:
|
2850
|
+
# @param User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
2842
2851
|
# @type User: String
|
2843
2852
|
|
2844
2853
|
attr_accessor :InstanceId, :User
|
@@ -2872,7 +2881,7 @@ module TencentCloud
|
|
2872
2881
|
|
2873
2882
|
# DeleteRabbitMQVipInstance请求参数结构体
|
2874
2883
|
class DeleteRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
|
2875
|
-
# @param InstanceId: 实例
|
2884
|
+
# @param InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
2876
2885
|
# @type InstanceId: String
|
2877
2886
|
# @param IsIntl: 是否国际站请求,默认 false
|
2878
2887
|
# @type IsIntl: Boolean
|
@@ -2892,9 +2901,9 @@ module TencentCloud
|
|
2892
2901
|
|
2893
2902
|
# DeleteRabbitMQVipInstance返回参数结构体
|
2894
2903
|
class DeleteRabbitMQVipInstanceResponse < TencentCloud::Common::AbstractModel
|
2895
|
-
# @param TranId: 订单号
|
2904
|
+
# @param TranId: 订单号 ID
|
2896
2905
|
# @type TranId: String
|
2897
|
-
# @param InstanceId: 实例
|
2906
|
+
# @param InstanceId: 实例 ID
|
2898
2907
|
# @type InstanceId: String
|
2899
2908
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2900
2909
|
# @type RequestId: String
|
@@ -2916,9 +2925,9 @@ module TencentCloud
|
|
2916
2925
|
|
2917
2926
|
# DeleteRabbitMQVirtualHost请求参数结构体
|
2918
2927
|
class DeleteRabbitMQVirtualHostRequest < TencentCloud::Common::AbstractModel
|
2919
|
-
# @param InstanceId:
|
2928
|
+
# @param InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
2920
2929
|
# @type InstanceId: String
|
2921
|
-
# @param VirtualHost:
|
2930
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
2922
2931
|
# @type VirtualHost: String
|
2923
2932
|
|
2924
2933
|
attr_accessor :InstanceId, :VirtualHost
|
@@ -4999,21 +5008,21 @@ module TencentCloud
|
|
4999
5008
|
|
5000
5009
|
# DescribeRabbitMQNodeList请求参数结构体
|
5001
5010
|
class DescribeRabbitMQNodeListRequest < TencentCloud::Common::AbstractModel
|
5002
|
-
# @param InstanceId:
|
5011
|
+
# @param InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
5003
5012
|
# @type InstanceId: String
|
5004
|
-
# @param Offset:
|
5013
|
+
# @param Offset: 偏移量,默认值 0
|
5005
5014
|
# @type Offset: Integer
|
5006
|
-
# @param Limit:
|
5015
|
+
# @param Limit: 一页限制,moren
|
5007
5016
|
# @type Limit: Integer
|
5008
5017
|
# @param NodeName: 模糊搜索节点名字
|
5009
5018
|
# @type NodeName: String
|
5010
|
-
# @param Filters:
|
5011
|
-
#
|
5012
|
-
# running
|
5013
|
-
# 数组类型,兼容后续添加过滤参数
|
5019
|
+
# @param Filters: 过滤参数的名字和数值,当前仅支持根据节点状态筛选。
|
5020
|
+
# "Name": "nodeStatus"
|
5021
|
+
# "Value": running or down
|
5014
5022
|
# @type Filters: Array
|
5015
5023
|
# @param SortElement: 按指定元素排序,现在只有2个
|
5016
|
-
# cpuUsage
|
5024
|
+
# cpuUsage:节点CPU利用率
|
5025
|
+
# diskUsage:节点磁盘利用率
|
5017
5026
|
# @type SortElement: String
|
5018
5027
|
# @param SortOrder: 升序/降序
|
5019
5028
|
# ascend/descend
|
@@ -5051,9 +5060,9 @@ module TencentCloud
|
|
5051
5060
|
|
5052
5061
|
# DescribeRabbitMQNodeList返回参数结构体
|
5053
5062
|
class DescribeRabbitMQNodeListResponse < TencentCloud::Common::AbstractModel
|
5054
|
-
# @param TotalCount:
|
5063
|
+
# @param TotalCount: 集群节点数量
|
5055
5064
|
# @type TotalCount: Integer
|
5056
|
-
# @param NodeList:
|
5065
|
+
# @param NodeList: 集群节点列表
|
5057
5066
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5058
5067
|
# @type NodeList: Array
|
5059
5068
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -9017,11 +9026,11 @@ module TencentCloud
|
|
9017
9026
|
|
9018
9027
|
# ModifyRabbitMQPermission请求参数结构体
|
9019
9028
|
class ModifyRabbitMQPermissionRequest < TencentCloud::Common::AbstractModel
|
9020
|
-
# @param InstanceId:
|
9029
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
9021
9030
|
# @type InstanceId: String
|
9022
|
-
# @param User:
|
9031
|
+
# @param User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
9023
9032
|
# @type User: String
|
9024
|
-
# @param VirtualHost:
|
9033
|
+
# @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
9025
9034
|
# @type VirtualHost: String
|
9026
9035
|
# @param ConfigRegexp: 权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
|
9027
9036
|
# @type ConfigRegexp: String
|
@@ -9069,15 +9078,16 @@ module TencentCloud
|
|
9069
9078
|
|
9070
9079
|
# ModifyRabbitMQUser请求参数结构体
|
9071
9080
|
class ModifyRabbitMQUserRequest < TencentCloud::Common::AbstractModel
|
9072
|
-
# @param InstanceId:
|
9081
|
+
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
9073
9082
|
# @type InstanceId: String
|
9074
|
-
# @param User:
|
9083
|
+
# @param User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
9075
9084
|
# @type User: String
|
9076
|
-
# @param Password:
|
9085
|
+
# @param Password: 密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
|
9077
9086
|
# @type Password: String
|
9078
9087
|
# @param Description: 描述,不传则不修改
|
9079
9088
|
# @type Description: String
|
9080
|
-
# @param Tags: 用户标签,用于决定改用户访问RabbitMQ Management
|
9089
|
+
# @param Tags: 用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
|
9090
|
+
# management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
|
9081
9091
|
# @type Tags: Array
|
9082
9092
|
# @param MaxConnections: 该用户的最大连接数,不传则不修改
|
9083
9093
|
# @type MaxConnections: Integer
|
@@ -9169,11 +9179,11 @@ module TencentCloud
|
|
9169
9179
|
|
9170
9180
|
# ModifyRabbitMQVirtualHost请求参数结构体
|
9171
9181
|
class ModifyRabbitMQVirtualHostRequest < TencentCloud::Common::AbstractModel
|
9172
|
-
# @param InstanceId:
|
9182
|
+
# @param InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
9173
9183
|
# @type InstanceId: String
|
9174
9184
|
# @param VirtualHost: vhost名
|
9175
9185
|
# @type VirtualHost: String
|
9176
|
-
# @param Description:
|
9186
|
+
# @param Description: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
9177
9187
|
# @type Description: String
|
9178
9188
|
# @param TraceFlag: 消息轨迹开关,true打开,false关闭
|
9179
9189
|
# @type TraceFlag: Boolean
|
@@ -10823,12 +10833,12 @@ module TencentCloud
|
|
10823
10833
|
end
|
10824
10834
|
end
|
10825
10835
|
|
10826
|
-
# RabbitMQ节点信息
|
10836
|
+
# RabbitMQ 节点信息
|
10827
10837
|
class RabbitMQPrivateNode < TencentCloud::Common::AbstractModel
|
10828
10838
|
# @param NodeName: 节点名字
|
10829
10839
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10830
10840
|
# @type NodeName: String
|
10831
|
-
# @param NodeStatus:
|
10841
|
+
# @param NodeStatus: 节点状态,running 运行中,down 异常
|
10832
10842
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10833
10843
|
# @type NodeStatus: String
|
10834
10844
|
# @param CPUUsage: CPU使用率
|
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.1046
|
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-04-
|
11
|
+
date: 2025-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|