tencentcloud-sdk-tdmq 3.0.1179 → 3.0.1180
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 +26 -12
- data/lib/v20200217/models.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdbb56c5ed85d9cfb52a4b4006a7720cbfaf451f
|
|
4
|
+
data.tar.gz: 1b071911909e9f002806a9f9682ff233db776d3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56263d080b937415720a72937d1b83eb72e61a47bcf4616f1afc25e761fc35a9fb4a9bef18c86aa0299efeda277836c9b4f7131375732259922364092eb23567
|
|
7
|
+
data.tar.gz: 4d6949e2e1db28d282de063544ad6e7592802ceeffa30361b1a1b4a78b1ad9cb07190f490977217a5ced5bcdea00156312ecdf549c7524fe4bfa62e497d840f6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1180
|
data/lib/v20200217/client.rb
CHANGED
|
@@ -540,7 +540,8 @@ module TencentCloud
|
|
|
540
540
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
541
541
|
end
|
|
542
542
|
|
|
543
|
-
# 创建RocketMQ
|
|
543
|
+
# 创建 RocketMQ 4.x 集群。
|
|
544
|
+
# 当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。创建 5.x 集群的接口文档见 [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)。
|
|
544
545
|
|
|
545
546
|
# @param request: Request instance for CreateRocketMQVipInstance.
|
|
546
547
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::CreateRocketMQVipInstanceRequest`
|
|
@@ -1074,7 +1075,8 @@ module TencentCloud
|
|
|
1074
1075
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1075
1076
|
end
|
|
1076
1077
|
|
|
1077
|
-
# 删除RocketMQ
|
|
1078
|
+
# 删除 RocketMQ 专享或通用集群。
|
|
1079
|
+
# 当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。删除 5.x 集群的接口文档见 [DeleteInstance](https://cloud.tencent.com/document/api/1493/97867)。
|
|
1078
1080
|
|
|
1079
1081
|
# @param request: Request instance for DeleteRocketMQVipInstance.
|
|
1080
1082
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DeleteRocketMQVipInstanceRequest`
|
|
@@ -1964,7 +1966,8 @@ module TencentCloud
|
|
|
1964
1966
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1965
1967
|
end
|
|
1966
1968
|
|
|
1967
|
-
#
|
|
1969
|
+
# 查询 RocketMQ 虚拟集群信息。
|
|
1970
|
+
# 当前 API 适用集群:4.x 虚拟集群。查询 4.x 专享或通用集群信息的接口文档见 [DescribeRocketMQVipInstanceDetail](https://cloud.tencent.com/document/api/1179/86725),查询 5.x 集群信息的接口文档见 [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)。
|
|
1968
1971
|
|
|
1969
1972
|
# @param request: Request instance for DescribeRocketMQCluster.
|
|
1970
1973
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQClusterRequest`
|
|
@@ -1988,7 +1991,8 @@ module TencentCloud
|
|
|
1988
1991
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1989
1992
|
end
|
|
1990
1993
|
|
|
1991
|
-
#
|
|
1994
|
+
# 查询 RocketMQ 虚拟集群列表。
|
|
1995
|
+
# 当前 API 适用集群:4.x 虚拟集群。查询 5.x 集群列表接口文档见 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028),或者使用 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口适用所有集群类型。
|
|
1992
1996
|
|
|
1993
1997
|
# @param request: Request instance for DescribeRocketMQClusters.
|
|
1994
1998
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQClustersRequest`
|
|
@@ -2161,7 +2165,8 @@ module TencentCloud
|
|
|
2161
2165
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2162
2166
|
end
|
|
2163
2167
|
|
|
2164
|
-
#
|
|
2168
|
+
# 查询 RocketMQ 消息详情。
|
|
2169
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的查询消息详情接口文档见 [DescribeMessage](https://cloud.tencent.com/document/api/1493/114594)。
|
|
2165
2170
|
|
|
2166
2171
|
# @param request: Request instance for DescribeRocketMQMsg.
|
|
2167
2172
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQMsgRequest`
|
|
@@ -2236,6 +2241,7 @@ module TencentCloud
|
|
|
2236
2241
|
end
|
|
2237
2242
|
|
|
2238
2243
|
# 查询 RocketMQ 指定主题下的生产者客户端列表。
|
|
2244
|
+
# 当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。查询 5.x 集群主题下的生产者客户端列表接口文档见 [DescribeProducerList](https://cloud.tencent.com/document/api/1493/122548)。
|
|
2239
2245
|
|
|
2240
2246
|
# @param request: Request instance for DescribeRocketMQProducers.
|
|
2241
2247
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQProducersRequest`
|
|
@@ -2284,7 +2290,8 @@ module TencentCloud
|
|
|
2284
2290
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2285
2291
|
end
|
|
2286
2292
|
|
|
2287
|
-
#
|
|
2293
|
+
# 查询 RocketMQ 集群的公网接入点信息。
|
|
2294
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群的公网接入点信息接口文档见 [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)。
|
|
2288
2295
|
|
|
2289
2296
|
# @param request: Request instance for DescribeRocketMQPublicAccessPoint.
|
|
2290
2297
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQPublicAccessPointRequest`
|
|
@@ -2383,6 +2390,7 @@ module TencentCloud
|
|
|
2383
2390
|
end
|
|
2384
2391
|
|
|
2385
2392
|
# 用于获取RocketMQ指标排序列表,比如集群实例下占用存储空间最多的主题排序。
|
|
2393
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群暂不支持该功能。
|
|
2386
2394
|
|
|
2387
2395
|
# @param request: Request instance for DescribeRocketMQTopUsages.
|
|
2388
2396
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQTopUsagesRequest`
|
|
@@ -2530,7 +2538,8 @@ module TencentCloud
|
|
|
2530
2538
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2531
2539
|
end
|
|
2532
2540
|
|
|
2533
|
-
#
|
|
2541
|
+
# 查询 RocketMQ 集群信息。
|
|
2542
|
+
# 当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。查询 5.x 集群信息的接口文档见 [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)。
|
|
2534
2543
|
|
|
2535
2544
|
# @param request: Request instance for DescribeRocketMQVipInstanceDetail.
|
|
2536
2545
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQVipInstanceDetailRequest`
|
|
@@ -2554,7 +2563,8 @@ module TencentCloud
|
|
|
2554
2563
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2555
2564
|
end
|
|
2556
2565
|
|
|
2557
|
-
#
|
|
2566
|
+
# 查询 RocketMQ 4.x 集群列表。
|
|
2567
|
+
# 当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。查询 5.x 集群列表接口文档见 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028),或者使用 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口适用所有集群类型。
|
|
2558
2568
|
|
|
2559
2569
|
# @param request: Request instance for DescribeRocketMQVipInstances.
|
|
2560
2570
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQVipInstancesRequest`
|
|
@@ -3058,7 +3068,8 @@ module TencentCloud
|
|
|
3058
3068
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3059
3069
|
end
|
|
3060
3070
|
|
|
3061
|
-
#
|
|
3071
|
+
# 修改 RocketMQ 集群属性。
|
|
3072
|
+
# 当前 API 适用集群:4.x 虚拟集群。修改 4.x 专享或通用集群属性接口文档见 [ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862),修改 5.x 集群属性的接口文档见 [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)。
|
|
3062
3073
|
|
|
3063
3074
|
# @param request: Request instance for ModifyRocketMQCluster.
|
|
3064
3075
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::ModifyRocketMQClusterRequest`
|
|
@@ -3132,7 +3143,8 @@ module TencentCloud
|
|
|
3132
3143
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3133
3144
|
end
|
|
3134
3145
|
|
|
3135
|
-
# 修改RocketMQ
|
|
3146
|
+
# 修改 RocketMQ 专享或通用集群属性。
|
|
3147
|
+
# 当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。修改 5.x 集群属性的接口文档见 [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)。
|
|
3136
3148
|
|
|
3137
3149
|
# @param request: Request instance for ModifyRocketMQInstance.
|
|
3138
3150
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::ModifyRocketMQInstanceRequest`
|
|
@@ -3156,7 +3168,8 @@ module TencentCloud
|
|
|
3156
3168
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3157
3169
|
end
|
|
3158
3170
|
|
|
3159
|
-
#
|
|
3171
|
+
# 修改 RocketMQ 专享集群配置,可以支持实例规格、节点数和存储的升配和实例规格的降配。本 API 发起订单并成功支付后进入实例配置变更的流程,可通过 [DescribeRocketMQVipInstances](https://cloud.tencent.com/document/api/1179/80903) 查询实例是否已变更完成。
|
|
3172
|
+
# 当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。修改 5.x 集群规格的接口文档见 [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)。
|
|
3160
3173
|
|
|
3161
3174
|
# @param request: Request instance for ModifyRocketMQInstanceSpec.
|
|
3162
3175
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::ModifyRocketMQInstanceSpecRequest`
|
|
@@ -3591,7 +3604,8 @@ module TencentCloud
|
|
|
3591
3604
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3592
3605
|
end
|
|
3593
3606
|
|
|
3594
|
-
#
|
|
3607
|
+
# 开启或关闭公网访问、设置安全访问策略。
|
|
3608
|
+
# 当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。设置 5.x 集群的公网接入点接口文档见 [ModifyInstanceEndpoint](https://cloud.tencent.com/document/api/1493/115981)。
|
|
3595
3609
|
|
|
3596
3610
|
# @param request: Request instance for SetRocketMQPublicAccessPoint.
|
|
3597
3611
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::SetRocketMQPublicAccessPointRequest`
|
data/lib/v20200217/models.rb
CHANGED
|
@@ -6502,7 +6502,7 @@ module TencentCloud
|
|
|
6502
6502
|
class DescribeRocketMQMsgRequest < TencentCloud::Common::AbstractModel
|
|
6503
6503
|
# @param ClusterId: 集群id
|
|
6504
6504
|
# @type ClusterId: String
|
|
6505
|
-
# @param EnvironmentId:
|
|
6505
|
+
# @param EnvironmentId: 命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
6506
6506
|
# @type EnvironmentId: String
|
|
6507
6507
|
# @param TopicName: 主题,查询死信时传groupId
|
|
6508
6508
|
# @type TopicName: String
|
|
@@ -6747,7 +6747,7 @@ module TencentCloud
|
|
|
6747
6747
|
class DescribeRocketMQProducersRequest < TencentCloud::Common::AbstractModel
|
|
6748
6748
|
# @param ClusterId: 集群ID
|
|
6749
6749
|
# @type ClusterId: String
|
|
6750
|
-
# @param NamespaceId:
|
|
6750
|
+
# @param NamespaceId: 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
6751
6751
|
# @type NamespaceId: String
|
|
6752
6752
|
# @param Topic: 主题名
|
|
6753
6753
|
# @type Topic: String
|