tencentcloud-sdk-tdmq 3.0.480 → 3.0.481

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 +56 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67e70cd7cc5c353f32b1261566ef4ca50fe94c62
4
- data.tar.gz: a612fafb65c4bd3134399ab5dd4f3f06eae36523
3
+ metadata.gz: ed61465e0a0d6889847c233c32d0ec575f6b3e3b
4
+ data.tar.gz: a257bf5e4354323e79135cd879c76ecebbb4ab19
5
5
  SHA512:
6
- metadata.gz: 1c6d007e9e2e10d20b627f9f854dd7dd17aad45ae166e66db33159eec224fb58c1f1ecfc8f3f4e9688490a19edc100227cfdb31576050f42dec21cb21b3c9208
7
- data.tar.gz: cf327303e6f9683eb4a6dd3e5822f8e11bf2e6214cc719d4e20038e0c201e9068782adac67b0116d57f5c2e4ae7c037118fc260098c03808a64982f20c1b3688
6
+ metadata.gz: 7186a0707679fbc8e6fc7973e04c6579334501532dbe25357155b8c87c888fbeb48c172a0b2a67a48a6d9917e3cee0b597f374cc99414824bc752aa01501ead3
7
+ data.tar.gz: b66fb97933751f9a84be055ef33603e0cba5e876de161d28dc2dc61ca94d326aa8aefb9096adf1eca999a167d461cdedad0c7c6db663475f0b0d9eb48464ef05
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.480
1
+ 3.0.481
@@ -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.480
4
+ version: 3.0.481
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-26 00:00:00.000000000 Z
11
+ date: 2022-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common