tencentcloud-sdk-tdmq 3.0.480 → 3.0.482
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 +56 -10
- 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: fe6084c7d5bab86f75007cbd7ecd784ffa13cc00
|
4
|
+
data.tar.gz: fac9de4cf033f1bc74bb7dd63347cd029e6f9c4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edcd5198be832d245d853c5e0b8c843dd08a3a847f7671f6fddb2a5878c46767bb43a9d42f3f5541ad0e78e9e068d8a644f0c5693bbbcea5406f735527043eb4
|
7
|
+
data.tar.gz: c50e0ee1fe8fe91d98b71ea0c7fc63beb88412640aafbc869795ddcf99507c4b913411196f8814d8547456e7a8073bf1f33e5959c0d04c668a6dd7fa24770967
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.482
|
data/lib/v20200217/models.rb
CHANGED
@@ -1914,16 +1914,22 @@ module TencentCloud
|
|
1914
1914
|
# @type ClusterId: String
|
1915
1915
|
# @param Remark: 说明信息,最长128个字符
|
1916
1916
|
# @type Remark: String
|
1917
|
+
# @param GroupType: Group类型(TCP/HTTP)
|
1918
|
+
# @type GroupType: String
|
1919
|
+
# @param RetryMaxTimes: Group最大重试次数
|
1920
|
+
# @type RetryMaxTimes: Integer
|
1917
1921
|
|
1918
|
-
attr_accessor :GroupId, :Namespaces, :ReadEnable, :BroadcastEnable, :ClusterId, :Remark
|
1922
|
+
attr_accessor :GroupId, :Namespaces, :ReadEnable, :BroadcastEnable, :ClusterId, :Remark, :GroupType, :RetryMaxTimes
|
1919
1923
|
|
1920
|
-
def initialize(groupid=nil, namespaces=nil, readenable=nil, broadcastenable=nil, clusterid=nil, remark=nil)
|
1924
|
+
def initialize(groupid=nil, namespaces=nil, readenable=nil, broadcastenable=nil, clusterid=nil, remark=nil, grouptype=nil, retrymaxtimes=nil)
|
1921
1925
|
@GroupId = groupid
|
1922
1926
|
@Namespaces = namespaces
|
1923
1927
|
@ReadEnable = readenable
|
1924
1928
|
@BroadcastEnable = broadcastenable
|
1925
1929
|
@ClusterId = clusterid
|
1926
1930
|
@Remark = remark
|
1931
|
+
@GroupType = grouptype
|
1932
|
+
@RetryMaxTimes = retrymaxtimes
|
1927
1933
|
end
|
1928
1934
|
|
1929
1935
|
def deserialize(params)
|
@@ -1933,6 +1939,8 @@ module TencentCloud
|
|
1933
1939
|
@BroadcastEnable = params['BroadcastEnable']
|
1934
1940
|
@ClusterId = params['ClusterId']
|
1935
1941
|
@Remark = params['Remark']
|
1942
|
+
@GroupType = params['GroupType']
|
1943
|
+
@RetryMaxTimes = params['RetryMaxTimes']
|
1936
1944
|
end
|
1937
1945
|
end
|
1938
1946
|
|
@@ -4802,10 +4810,12 @@ module TencentCloud
|
|
4802
4810
|
# @type SortOrder: String
|
4803
4811
|
# @param FilterOneGroup: 订阅组名称,指定此参数后将只返回该订阅组信息
|
4804
4812
|
# @type FilterOneGroup: String
|
4813
|
+
# @param Types: group类型
|
4814
|
+
# @type Types: Array
|
4805
4815
|
|
4806
|
-
attr_accessor :ClusterId, :NamespaceId, :Offset, :Limit, :FilterTopic, :FilterGroup, :SortedBy, :SortOrder, :FilterOneGroup
|
4816
|
+
attr_accessor :ClusterId, :NamespaceId, :Offset, :Limit, :FilterTopic, :FilterGroup, :SortedBy, :SortOrder, :FilterOneGroup, :Types
|
4807
4817
|
|
4808
|
-
def initialize(clusterid=nil, namespaceid=nil, offset=nil, limit=nil, filtertopic=nil, filtergroup=nil, sortedby=nil, sortorder=nil, filteronegroup=nil)
|
4818
|
+
def initialize(clusterid=nil, namespaceid=nil, offset=nil, limit=nil, filtertopic=nil, filtergroup=nil, sortedby=nil, sortorder=nil, filteronegroup=nil, types=nil)
|
4809
4819
|
@ClusterId = clusterid
|
4810
4820
|
@NamespaceId = namespaceid
|
4811
4821
|
@Offset = offset
|
@@ -4815,6 +4825,7 @@ module TencentCloud
|
|
4815
4825
|
@SortedBy = sortedby
|
4816
4826
|
@SortOrder = sortorder
|
4817
4827
|
@FilterOneGroup = filteronegroup
|
4828
|
+
@Types = types
|
4818
4829
|
end
|
4819
4830
|
|
4820
4831
|
def deserialize(params)
|
@@ -4827,6 +4838,7 @@ module TencentCloud
|
|
4827
4838
|
@SortedBy = params['SortedBy']
|
4828
4839
|
@SortOrder = params['SortOrder']
|
4829
4840
|
@FilterOneGroup = params['FilterOneGroup']
|
4841
|
+
@Types = params['Types']
|
4830
4842
|
end
|
4831
4843
|
end
|
4832
4844
|
|
@@ -6116,16 +6128,19 @@ module TencentCloud
|
|
6116
6128
|
# @type ReadEnable: Boolean
|
6117
6129
|
# @param BroadcastEnable: 是否开启广播消费
|
6118
6130
|
# @type BroadcastEnable: Boolean
|
6131
|
+
# @param RetryMaxTimes: 最大重试次数
|
6132
|
+
# @type RetryMaxTimes: Integer
|
6119
6133
|
|
6120
|
-
attr_accessor :ClusterId, :NamespaceId, :GroupId, :Remark, :ReadEnable, :BroadcastEnable
|
6134
|
+
attr_accessor :ClusterId, :NamespaceId, :GroupId, :Remark, :ReadEnable, :BroadcastEnable, :RetryMaxTimes
|
6121
6135
|
|
6122
|
-
def initialize(clusterid=nil, namespaceid=nil, groupid=nil, remark=nil, readenable=nil, broadcastenable=nil)
|
6136
|
+
def initialize(clusterid=nil, namespaceid=nil, groupid=nil, remark=nil, readenable=nil, broadcastenable=nil, retrymaxtimes=nil)
|
6123
6137
|
@ClusterId = clusterid
|
6124
6138
|
@NamespaceId = namespaceid
|
6125
6139
|
@GroupId = groupid
|
6126
6140
|
@Remark = remark
|
6127
6141
|
@ReadEnable = readenable
|
6128
6142
|
@BroadcastEnable = broadcastenable
|
6143
|
+
@RetryMaxTimes = retrymaxtimes
|
6129
6144
|
end
|
6130
6145
|
|
6131
6146
|
def deserialize(params)
|
@@ -6135,6 +6150,7 @@ module TencentCloud
|
|
6135
6150
|
@Remark = params['Remark']
|
6136
6151
|
@ReadEnable = params['ReadEnable']
|
6137
6152
|
@BroadcastEnable = params['BroadcastEnable']
|
6153
|
+
@RetryMaxTimes = params['RetryMaxTimes']
|
6138
6154
|
end
|
6139
6155
|
end
|
6140
6156
|
|
@@ -6980,10 +6996,22 @@ module TencentCloud
|
|
6980
6996
|
# @param RocketMQFlag: Rocketmq集群标识
|
6981
6997
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6982
6998
|
# @type RocketMQFlag: Boolean
|
6999
|
+
# @param Status: 计费状态,1表示正常,2表示已停服,3表示已销毁
|
7000
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7001
|
+
# @type Status: Integer
|
7002
|
+
# @param IsolateTime: 欠费停服时间,毫秒为单位
|
7003
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7004
|
+
# @type IsolateTime: Integer
|
7005
|
+
# @param HttpPublicEndpoint: HTTP协议公网接入地址
|
7006
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7007
|
+
# @type HttpPublicEndpoint: String
|
7008
|
+
# @param HttpVpcEndpoint: HTTP协议VPC接入地址
|
7009
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7010
|
+
# @type HttpVpcEndpoint: String
|
6983
7011
|
|
6984
|
-
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip, :RocketMQFlag
|
7012
|
+
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip, :RocketMQFlag, :Status, :IsolateTime, :HttpPublicEndpoint, :HttpVpcEndpoint
|
6985
7013
|
|
6986
|
-
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, supportnamespaceendpoint=nil, vpcs=nil, isvip=nil, rocketmqflag=nil)
|
7014
|
+
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, supportnamespaceendpoint=nil, vpcs=nil, isvip=nil, rocketmqflag=nil, status=nil, isolatetime=nil, httppublicendpoint=nil, httpvpcendpoint=nil)
|
6987
7015
|
@ClusterId = clusterid
|
6988
7016
|
@ClusterName = clustername
|
6989
7017
|
@Region = region
|
@@ -6995,6 +7023,10 @@ module TencentCloud
|
|
6995
7023
|
@Vpcs = vpcs
|
6996
7024
|
@IsVip = isvip
|
6997
7025
|
@RocketMQFlag = rocketmqflag
|
7026
|
+
@Status = status
|
7027
|
+
@IsolateTime = isolatetime
|
7028
|
+
@HttpPublicEndpoint = httppublicendpoint
|
7029
|
+
@HttpVpcEndpoint = httpvpcendpoint
|
6998
7030
|
end
|
6999
7031
|
|
7000
7032
|
def deserialize(params)
|
@@ -7016,6 +7048,10 @@ module TencentCloud
|
|
7016
7048
|
end
|
7017
7049
|
@IsVip = params['IsVip']
|
7018
7050
|
@RocketMQFlag = params['RocketMQFlag']
|
7051
|
+
@Status = params['Status']
|
7052
|
+
@IsolateTime = params['IsolateTime']
|
7053
|
+
@HttpPublicEndpoint = params['HttpPublicEndpoint']
|
7054
|
+
@HttpVpcEndpoint = params['HttpVpcEndpoint']
|
7019
7055
|
end
|
7020
7056
|
end
|
7021
7057
|
|
@@ -7078,10 +7114,16 @@ module TencentCloud
|
|
7078
7114
|
# @type ConsumerType: String
|
7079
7115
|
# @param BroadcastEnabled: 是否开启广播消费
|
7080
7116
|
# @type BroadcastEnabled: Boolean
|
7117
|
+
# @param GroupType: Group类型
|
7118
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7119
|
+
# @type GroupType: String
|
7120
|
+
# @param RetryMaxTimes: 重试次数
|
7121
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7122
|
+
# @type RetryMaxTimes: Integer
|
7081
7123
|
|
7082
|
-
attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled
|
7124
|
+
attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled, :GroupType, :RetryMaxTimes
|
7083
7125
|
|
7084
|
-
def initialize(name=nil, consumernum=nil, tps=nil, totalaccumulative=nil, consumptionmode=nil, readenabled=nil, retrypartitionnum=nil, createtime=nil, updatetime=nil, clientprotocol=nil, remark=nil, consumertype=nil, broadcastenabled=nil)
|
7126
|
+
def initialize(name=nil, consumernum=nil, tps=nil, totalaccumulative=nil, consumptionmode=nil, readenabled=nil, retrypartitionnum=nil, createtime=nil, updatetime=nil, clientprotocol=nil, remark=nil, consumertype=nil, broadcastenabled=nil, grouptype=nil, retrymaxtimes=nil)
|
7085
7127
|
@Name = name
|
7086
7128
|
@ConsumerNum = consumernum
|
7087
7129
|
@TPS = tps
|
@@ -7095,6 +7137,8 @@ module TencentCloud
|
|
7095
7137
|
@Remark = remark
|
7096
7138
|
@ConsumerType = consumertype
|
7097
7139
|
@BroadcastEnabled = broadcastenabled
|
7140
|
+
@GroupType = grouptype
|
7141
|
+
@RetryMaxTimes = retrymaxtimes
|
7098
7142
|
end
|
7099
7143
|
|
7100
7144
|
def deserialize(params)
|
@@ -7111,6 +7155,8 @@ module TencentCloud
|
|
7111
7155
|
@Remark = params['Remark']
|
7112
7156
|
@ConsumerType = params['ConsumerType']
|
7113
7157
|
@BroadcastEnabled = params['BroadcastEnabled']
|
7158
|
+
@GroupType = params['GroupType']
|
7159
|
+
@RetryMaxTimes = params['RetryMaxTimes']
|
7114
7160
|
end
|
7115
7161
|
end
|
7116
7162
|
|
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.482
|
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-12-
|
11
|
+
date: 2022-12-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|