tencentcloud-sdk-tdmq 3.0.522 → 3.0.523
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200217/models.rb +11 -4
- 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: ca08d209467d4baf9df901ab8e811e379645fca0
|
4
|
+
data.tar.gz: 36e179633f4070c244cf34299b1b90a9929d5ddd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09b2dbd30a8299265556492753cfdf9736df9582fcf0fd55e79e722bd6ca407676ae0e8d06e3baa9db58c55455bf09c63b7c10402308c6b58418979bdf828858
|
7
|
+
data.tar.gz: cb63b49ff8e3705f1d91a829e6f5ca52044a34e93f81a5739829fd206b4e717c7c10c7c68787c1e33d18556ae017132ace130ecb92f98f84f3f184c69fedf798
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.523
|
data/lib/v20200217/models.rb
CHANGED
@@ -5075,7 +5075,9 @@ module TencentCloud
|
|
5075
5075
|
|
5076
5076
|
# DescribeRocketMQVipInstances请求参数结构体
|
5077
5077
|
class DescribeRocketMQVipInstancesRequest < TencentCloud::Common::AbstractModel
|
5078
|
-
# @param Filters:
|
5078
|
+
# @param Filters: 查询条件过滤器,支持的查询条件如下:
|
5079
|
+
# instanceIds - 实例ID
|
5080
|
+
# instanceName - 实例名称
|
5079
5081
|
# @type Filters: Array
|
5080
5082
|
# @param Limit: 查询数目上限,默认20
|
5081
5083
|
# @type Limit: Integer
|
@@ -7322,10 +7324,13 @@ module TencentCloud
|
|
7322
7324
|
# @type NodeDistribution: Array
|
7323
7325
|
# @param TopicDistribution: topic分布情况
|
7324
7326
|
# @type TopicDistribution: Array
|
7327
|
+
# @param MaxQueuesPerTopic: 每个主题最大队列数
|
7328
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7329
|
+
# @type MaxQueuesPerTopic: Integer
|
7325
7330
|
|
7326
|
-
attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :ConfigDisplay, :NodeCount, :NodeDistribution, :TopicDistribution
|
7331
|
+
attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :ConfigDisplay, :NodeCount, :NodeDistribution, :TopicDistribution, :MaxQueuesPerTopic
|
7327
7332
|
|
7328
|
-
def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, configdisplay=nil, nodecount=nil, nodedistribution=nil, topicdistribution=nil)
|
7333
|
+
def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, configdisplay=nil, nodecount=nil, nodedistribution=nil, topicdistribution=nil, maxqueuespertopic=nil)
|
7329
7334
|
@MaxTpsPerNamespace = maxtpspernamespace
|
7330
7335
|
@MaxNamespaceNum = maxnamespacenum
|
7331
7336
|
@UsedNamespaceNum = usednamespacenum
|
@@ -7337,6 +7342,7 @@ module TencentCloud
|
|
7337
7342
|
@NodeCount = nodecount
|
7338
7343
|
@NodeDistribution = nodedistribution
|
7339
7344
|
@TopicDistribution = topicdistribution
|
7345
|
+
@MaxQueuesPerTopic = maxqueuespertopic
|
7340
7346
|
end
|
7341
7347
|
|
7342
7348
|
def deserialize(params)
|
@@ -7365,6 +7371,7 @@ module TencentCloud
|
|
7365
7371
|
@TopicDistribution << rocketmqtopicdistribution_tmp
|
7366
7372
|
end
|
7367
7373
|
end
|
7374
|
+
@MaxQueuesPerTopic = params['MaxQueuesPerTopic']
|
7368
7375
|
end
|
7369
7376
|
end
|
7370
7377
|
|
@@ -7477,7 +7484,7 @@ module TencentCloud
|
|
7477
7484
|
# @param InstanceVersion: 实例版本
|
7478
7485
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7479
7486
|
# @type InstanceVersion: String
|
7480
|
-
# @param Status: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 -
|
7487
|
+
# @param Status: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败,6 - 变配中,7 - 变配失败
|
7481
7488
|
# @type Status: Integer
|
7482
7489
|
# @param NodeCount: 节点数量
|
7483
7490
|
# @type NodeCount: 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.
|
4
|
+
version: 3.0.523
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|