tencentcloud-sdk-tdmq 1.0.243 → 1.0.247
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 +17 -2
- 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: b539da5b24263cc9ad54fa40871cd9d4185be21e
|
4
|
+
data.tar.gz: 6922bc3d2133967b58250347f34cebdefada89ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac01a011144a9c9e0a830cf32304999fcdcbaef46284da08968b5ccc6746c3edeca072c8ab1a5f2a41b7ae22b59cc31899a2dec60f0978da7f5f58f3546ea392
|
7
|
+
data.tar.gz: a6bb8979bc90b4339a687fd2bb706b3b406749c36bd35836338a73f23a4a8736d31987dcd6875db76284901b886485c5f438cc0d98246b107d05da5c7f8e0c0f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.247
|
data/lib/v20200217/models.rb
CHANGED
@@ -786,10 +786,19 @@ module TencentCloud
|
|
786
786
|
# @param NamespaceName: 命名空间名称
|
787
787
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
788
788
|
# @type NamespaceName: String
|
789
|
+
# @param Status: 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
|
790
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
791
|
+
# @type Status: Integer
|
792
|
+
# @param MaxUnackedMsgNum: 最大未确认消息数量
|
793
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
794
|
+
# @type MaxUnackedMsgNum: Integer
|
795
|
+
# @param MaxMsgBacklogSize: 最大消息堆积大小(字节)
|
796
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
797
|
+
# @type MaxMsgBacklogSize: Integer
|
789
798
|
|
790
|
-
attr_accessor :QueueId, :QueueName, :Qps, :Bps, :MaxDelaySeconds, :MaxMsgHeapNum, :PollingWaitSeconds, :MsgRetentionSeconds, :VisibilityTimeout, :MaxMsgSize, :RewindSeconds, :CreateTime, :LastModifyTime, :ActiveMsgNum, :InactiveMsgNum, :DelayMsgNum, :RewindMsgNum, :MinMsgTime, :Transaction, :DeadLetterSource, :DeadLetterPolicy, :TransactionPolicy, :CreateUin, :Tags, :Trace, :TenantId, :NamespaceName
|
799
|
+
attr_accessor :QueueId, :QueueName, :Qps, :Bps, :MaxDelaySeconds, :MaxMsgHeapNum, :PollingWaitSeconds, :MsgRetentionSeconds, :VisibilityTimeout, :MaxMsgSize, :RewindSeconds, :CreateTime, :LastModifyTime, :ActiveMsgNum, :InactiveMsgNum, :DelayMsgNum, :RewindMsgNum, :MinMsgTime, :Transaction, :DeadLetterSource, :DeadLetterPolicy, :TransactionPolicy, :CreateUin, :Tags, :Trace, :TenantId, :NamespaceName, :Status, :MaxUnackedMsgNum, :MaxMsgBacklogSize
|
791
800
|
|
792
|
-
def initialize(queueid=nil, queuename=nil, qps=nil, bps=nil, maxdelayseconds=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, msgretentionseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, rewindseconds=nil, createtime=nil, lastmodifytime=nil, activemsgnum=nil, inactivemsgnum=nil, delaymsgnum=nil, rewindmsgnum=nil, minmsgtime=nil, transaction=nil, deadlettersource=nil, deadletterpolicy=nil, transactionpolicy=nil, createuin=nil, tags=nil, trace=nil, tenantid=nil, namespacename=nil)
|
801
|
+
def initialize(queueid=nil, queuename=nil, qps=nil, bps=nil, maxdelayseconds=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, msgretentionseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, rewindseconds=nil, createtime=nil, lastmodifytime=nil, activemsgnum=nil, inactivemsgnum=nil, delaymsgnum=nil, rewindmsgnum=nil, minmsgtime=nil, transaction=nil, deadlettersource=nil, deadletterpolicy=nil, transactionpolicy=nil, createuin=nil, tags=nil, trace=nil, tenantid=nil, namespacename=nil, status=nil, maxunackedmsgnum=nil, maxmsgbacklogsize=nil)
|
793
802
|
@QueueId = queueid
|
794
803
|
@QueueName = queuename
|
795
804
|
@Qps = qps
|
@@ -817,6 +826,9 @@ module TencentCloud
|
|
817
826
|
@Trace = trace
|
818
827
|
@TenantId = tenantid
|
819
828
|
@NamespaceName = namespacename
|
829
|
+
@Status = status
|
830
|
+
@MaxUnackedMsgNum = maxunackedmsgnum
|
831
|
+
@MaxMsgBacklogSize = maxmsgbacklogsize
|
820
832
|
end
|
821
833
|
|
822
834
|
def deserialize(params)
|
@@ -867,6 +879,9 @@ module TencentCloud
|
|
867
879
|
@Trace = params['Trace']
|
868
880
|
@TenantId = params['TenantId']
|
869
881
|
@NamespaceName = params['NamespaceName']
|
882
|
+
@Status = params['Status']
|
883
|
+
@MaxUnackedMsgNum = params['MaxUnackedMsgNum']
|
884
|
+
@MaxMsgBacklogSize = params['MaxMsgBacklogSize']
|
870
885
|
end
|
871
886
|
end
|
872
887
|
|
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: 1.0.
|
4
|
+
version: 1.0.247
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|