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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200217/models.rb +11 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1eefed8e1a2292f3bd965d398786d2f06ae1674
4
- data.tar.gz: ae248053625313524edb1c5e6713c5dfbf0fae70
3
+ metadata.gz: ca08d209467d4baf9df901ab8e811e379645fca0
4
+ data.tar.gz: 36e179633f4070c244cf34299b1b90a9929d5ddd
5
5
  SHA512:
6
- metadata.gz: 9b8ac85c81bdc96694b0a80f14806941d356d91de6792ef15113b72629aa06559f1f6e353088715f193f9a72ea41d028520ace66f401e13c899671b0a66cfb65
7
- data.tar.gz: c4934ca2bac302cd994dad7b135227819bf042465490982c9f4257016e6545db3a1e131fada4a08f564494eb6186bb6961bad679e2e39e8d493da3af37458cde
6
+ metadata.gz: 09b2dbd30a8299265556492753cfdf9736df9582fcf0fd55e79e722bd6ca407676ae0e8d06e3baa9db58c55455bf09c63b7c10402308c6b58418979bdf828858
7
+ data.tar.gz: cb63b49ff8e3705f1d91a829e6f5ca52044a34e93f81a5739829fd206b4e717c7c10c7c68787c1e33d18556ae017132ace130ecb92f98f84f3f184c69fedf798
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.522
1
+ 3.0.523
@@ -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.522
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-06 00:00:00.000000000 Z
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