tencentcloud-sdk-tdmq 3.0.504 → 3.0.506
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/models.rb +15 -5
- 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: e6b53491313ced544299abbd8b20e5e3126483e8
|
4
|
+
data.tar.gz: ea8c27fa25597542dba2863e6c71ffc0993e393e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 528e09d011376c7bec0c9f34e52ecd839e7f3ef3481e2effe35fcb611ccbc50c65b412f2877730dd03e91aa754ba23b711eeb7b9d12cb2abebf11c5c91cb92ae
|
7
|
+
data.tar.gz: 4633586f428aaab09e0164f6600cb82a9badbaf6dc4dec7a53898463b52d7ae14d37780daf66f66247383d9c070dda2c20ffe54d2d9e4c4ab2b2b105fa0c61a3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.506
|
data/lib/v20200217/models.rb
CHANGED
@@ -5515,10 +5515,13 @@ module TencentCloud
|
|
5515
5515
|
# @param MaxRetentionSizeInMB: 消息最大保留空间,MB为单位
|
5516
5516
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5517
5517
|
# @type MaxRetentionSizeInMB: Integer
|
5518
|
+
# @param PublicAccessEnabled: public Access Enabled
|
5519
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5520
|
+
# @type PublicAccessEnabled: Boolean
|
5518
5521
|
|
5519
|
-
attr_accessor :TenantId, :TenantName, :CustomerUin, :CustomerAppId, :ClusterName, :Type, :MaxNamespaces, :UsedNamespaces, :MaxTopics, :UsedTopics, :MaxPartitions, :UsedPartitions, :MaxMsgBacklogSize, :MaxPublishTps, :MaxRetention, :CreateTime, :UpdateTime, :MaxDispatchTps, :MaxDispatchRateInBytes, :MaxPublishRateInBytes, :MaxRetentionSizeInMB
|
5522
|
+
attr_accessor :TenantId, :TenantName, :CustomerUin, :CustomerAppId, :ClusterName, :Type, :MaxNamespaces, :UsedNamespaces, :MaxTopics, :UsedTopics, :MaxPartitions, :UsedPartitions, :MaxMsgBacklogSize, :MaxPublishTps, :MaxRetention, :CreateTime, :UpdateTime, :MaxDispatchTps, :MaxDispatchRateInBytes, :MaxPublishRateInBytes, :MaxRetentionSizeInMB, :PublicAccessEnabled
|
5520
5523
|
|
5521
|
-
def initialize(tenantid=nil, tenantname=nil, customeruin=nil, customerappid=nil, clustername=nil, type=nil, maxnamespaces=nil, usednamespaces=nil, maxtopics=nil, usedtopics=nil, maxpartitions=nil, usedpartitions=nil, maxmsgbacklogsize=nil, maxpublishtps=nil, maxretention=nil, createtime=nil, updatetime=nil, maxdispatchtps=nil, maxdispatchrateinbytes=nil, maxpublishrateinbytes=nil, maxretentionsizeinmb=nil)
|
5524
|
+
def initialize(tenantid=nil, tenantname=nil, customeruin=nil, customerappid=nil, clustername=nil, type=nil, maxnamespaces=nil, usednamespaces=nil, maxtopics=nil, usedtopics=nil, maxpartitions=nil, usedpartitions=nil, maxmsgbacklogsize=nil, maxpublishtps=nil, maxretention=nil, createtime=nil, updatetime=nil, maxdispatchtps=nil, maxdispatchrateinbytes=nil, maxpublishrateinbytes=nil, maxretentionsizeinmb=nil, publicaccessenabled=nil)
|
5522
5525
|
@TenantId = tenantid
|
5523
5526
|
@TenantName = tenantname
|
5524
5527
|
@CustomerUin = customeruin
|
@@ -5540,6 +5543,7 @@ module TencentCloud
|
|
5540
5543
|
@MaxDispatchRateInBytes = maxdispatchrateinbytes
|
5541
5544
|
@MaxPublishRateInBytes = maxpublishrateinbytes
|
5542
5545
|
@MaxRetentionSizeInMB = maxretentionsizeinmb
|
5546
|
+
@PublicAccessEnabled = publicaccessenabled
|
5543
5547
|
end
|
5544
5548
|
|
5545
5549
|
def deserialize(params)
|
@@ -5564,6 +5568,7 @@ module TencentCloud
|
|
5564
5568
|
@MaxDispatchRateInBytes = params['MaxDispatchRateInBytes']
|
5565
5569
|
@MaxPublishRateInBytes = params['MaxPublishRateInBytes']
|
5566
5570
|
@MaxRetentionSizeInMB = params['MaxRetentionSizeInMB']
|
5571
|
+
@PublicAccessEnabled = params['PublicAccessEnabled']
|
5567
5572
|
end
|
5568
5573
|
end
|
5569
5574
|
|
@@ -6966,10 +6971,13 @@ module TencentCloud
|
|
6966
6971
|
# @type MaxRetentionTime: Integer
|
6967
6972
|
# @param MaxLatencyTime: 消息最长延时,以毫秒为单位
|
6968
6973
|
# @type MaxLatencyTime: Integer
|
6974
|
+
# @param MaxQueuesPerTopic: 单个主题最大队列数
|
6975
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6976
|
+
# @type MaxQueuesPerTopic: Integer
|
6969
6977
|
|
6970
|
-
attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime
|
6978
|
+
attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic
|
6971
6979
|
|
6972
|
-
def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, maxretentiontime=nil, maxlatencytime=nil)
|
6980
|
+
def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, maxretentiontime=nil, maxlatencytime=nil, maxqueuespertopic=nil)
|
6973
6981
|
@MaxTpsPerNamespace = maxtpspernamespace
|
6974
6982
|
@MaxNamespaceNum = maxnamespacenum
|
6975
6983
|
@UsedNamespaceNum = usednamespacenum
|
@@ -6979,6 +6987,7 @@ module TencentCloud
|
|
6979
6987
|
@UsedGroupNum = usedgroupnum
|
6980
6988
|
@MaxRetentionTime = maxretentiontime
|
6981
6989
|
@MaxLatencyTime = maxlatencytime
|
6990
|
+
@MaxQueuesPerTopic = maxqueuespertopic
|
6982
6991
|
end
|
6983
6992
|
|
6984
6993
|
def deserialize(params)
|
@@ -6991,6 +7000,7 @@ module TencentCloud
|
|
6991
7000
|
@UsedGroupNum = params['UsedGroupNum']
|
6992
7001
|
@MaxRetentionTime = params['MaxRetentionTime']
|
6993
7002
|
@MaxLatencyTime = params['MaxLatencyTime']
|
7003
|
+
@MaxQueuesPerTopic = params['MaxQueuesPerTopic']
|
6994
7004
|
end
|
6995
7005
|
end
|
6996
7006
|
|
@@ -7307,7 +7317,7 @@ module TencentCloud
|
|
7307
7317
|
# @param InstanceVersion: 实例版本
|
7308
7318
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7309
7319
|
# @type InstanceVersion: String
|
7310
|
-
# @param Status: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 -
|
7320
|
+
# @param Status: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
|
7311
7321
|
# @type Status: Integer
|
7312
7322
|
# @param NodeCount: 节点数量
|
7313
7323
|
# @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.506
|
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-02-
|
11
|
+
date: 2023-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|