tencentcloud-sdk-trocket 3.0.1094 → 3.0.1119
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/v20230308/models.rb +38 -17
- 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: 9a3c87a5627adb3ea4e6e3fcab0bc789be3a50ae
|
4
|
+
data.tar.gz: c00877ce521ff2d7f6c7e40aa0790eb29e162c14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 026db3f197ebef23f7ea53b0c810cc2aacf891c8d75638ab9a0645587a222210e0f18b228e8aede08b322db43ac5896f76a44deceae87d106671e3deb5b21586
|
7
|
+
data.tar.gz: d068f8b3857fa5a3be288a469ea5fdee85cfd8f17873fc725d9b91be990b2ac9adbfa5caab6f05ee86134689f4e9c3da4db9a718a523496c096f4ec38a7313f6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1119
|
data/lib/v20230308/models.rb
CHANGED
@@ -127,10 +127,15 @@ module TencentCloud
|
|
127
127
|
# @param FullNamespaceV4: 4.x的完整命名空间
|
128
128
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
129
129
|
# @type FullNamespaceV4: String
|
130
|
+
# @param SubscribeTopicNum: 订阅的主题个数
|
131
|
+
# @type SubscribeTopicNum: Integer
|
132
|
+
# @param CreateTime: 1753153590
|
133
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
134
|
+
# @type CreateTime: Integer
|
130
135
|
|
131
|
-
attr_accessor :InstanceId, :ConsumerGroup, :ConsumeEnable, :ConsumeMessageOrderly, :MaxRetryTimes, :Remark, :ClusterIdV4, :NamespaceV4, :ConsumerGroupV4, :FullNamespaceV4
|
136
|
+
attr_accessor :InstanceId, :ConsumerGroup, :ConsumeEnable, :ConsumeMessageOrderly, :MaxRetryTimes, :Remark, :ClusterIdV4, :NamespaceV4, :ConsumerGroupV4, :FullNamespaceV4, :SubscribeTopicNum, :CreateTime
|
132
137
|
|
133
|
-
def initialize(instanceid=nil, consumergroup=nil, consumeenable=nil, consumemessageorderly=nil, maxretrytimes=nil, remark=nil, clusteridv4=nil, namespacev4=nil, consumergroupv4=nil, fullnamespacev4=nil)
|
138
|
+
def initialize(instanceid=nil, consumergroup=nil, consumeenable=nil, consumemessageorderly=nil, maxretrytimes=nil, remark=nil, clusteridv4=nil, namespacev4=nil, consumergroupv4=nil, fullnamespacev4=nil, subscribetopicnum=nil, createtime=nil)
|
134
139
|
@InstanceId = instanceid
|
135
140
|
@ConsumerGroup = consumergroup
|
136
141
|
@ConsumeEnable = consumeenable
|
@@ -141,6 +146,8 @@ module TencentCloud
|
|
141
146
|
@NamespaceV4 = namespacev4
|
142
147
|
@ConsumerGroupV4 = consumergroupv4
|
143
148
|
@FullNamespaceV4 = fullnamespacev4
|
149
|
+
@SubscribeTopicNum = subscribetopicnum
|
150
|
+
@CreateTime = createtime
|
144
151
|
end
|
145
152
|
|
146
153
|
def deserialize(params)
|
@@ -154,6 +161,8 @@ module TencentCloud
|
|
154
161
|
@NamespaceV4 = params['NamespaceV4']
|
155
162
|
@ConsumerGroupV4 = params['ConsumerGroupV4']
|
156
163
|
@FullNamespaceV4 = params['FullNamespaceV4']
|
164
|
+
@SubscribeTopicNum = params['SubscribeTopicNum']
|
165
|
+
@CreateTime = params['CreateTime']
|
157
166
|
end
|
158
167
|
end
|
159
168
|
|
@@ -287,12 +296,12 @@ module TencentCloud
|
|
287
296
|
# @type Name: String
|
288
297
|
# @param SkuCode: 商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参获得。
|
289
298
|
# @type SkuCode: String
|
299
|
+
# @param VpcList: 集群绑定的VPC信息
|
300
|
+
# @type VpcList: Array
|
290
301
|
# @param Remark: 备注信息
|
291
302
|
# @type Remark: String
|
292
303
|
# @param TagList: 标签列表
|
293
304
|
# @type TagList: Array
|
294
|
-
# @param VpcList: 集群绑定的VPC信息,必填
|
295
|
-
# @type VpcList: Array
|
296
305
|
# @param EnablePublic: 是否开启公网,默认值为false表示不开启
|
297
306
|
# @type EnablePublic: Boolean
|
298
307
|
# @param BillingFlow: 公网是否按流量计费,默认值为false表示不按流量计费
|
@@ -321,15 +330,15 @@ module TencentCloud
|
|
321
330
|
# @param ZoneIds: 部署可用区列表,从 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929) 接口返回中的 [ZoneInfo](https://cloud.tencent.com/document/api/1596/77932#ZoneInfo) 数据结构中获得。
|
322
331
|
# @type ZoneIds: Array
|
323
332
|
|
324
|
-
attr_accessor :InstanceType, :Name, :SkuCode, :
|
333
|
+
attr_accessor :InstanceType, :Name, :SkuCode, :VpcList, :Remark, :TagList, :EnablePublic, :BillingFlow, :Bandwidth, :IpRules, :MessageRetention, :PayMode, :RenewFlag, :TimeSpan, :MaxTopicNum, :ZoneIds
|
325
334
|
|
326
|
-
def initialize(instancetype=nil, name=nil, skucode=nil,
|
335
|
+
def initialize(instancetype=nil, name=nil, skucode=nil, vpclist=nil, remark=nil, taglist=nil, enablepublic=nil, billingflow=nil, bandwidth=nil, iprules=nil, messageretention=nil, paymode=nil, renewflag=nil, timespan=nil, maxtopicnum=nil, zoneids=nil)
|
327
336
|
@InstanceType = instancetype
|
328
337
|
@Name = name
|
329
338
|
@SkuCode = skucode
|
339
|
+
@VpcList = vpclist
|
330
340
|
@Remark = remark
|
331
341
|
@TagList = taglist
|
332
|
-
@VpcList = vpclist
|
333
342
|
@EnablePublic = enablepublic
|
334
343
|
@BillingFlow = billingflow
|
335
344
|
@Bandwidth = bandwidth
|
@@ -346,6 +355,14 @@ module TencentCloud
|
|
346
355
|
@InstanceType = params['InstanceType']
|
347
356
|
@Name = params['Name']
|
348
357
|
@SkuCode = params['SkuCode']
|
358
|
+
unless params['VpcList'].nil?
|
359
|
+
@VpcList = []
|
360
|
+
params['VpcList'].each do |i|
|
361
|
+
vpcinfo_tmp = VpcInfo.new
|
362
|
+
vpcinfo_tmp.deserialize(i)
|
363
|
+
@VpcList << vpcinfo_tmp
|
364
|
+
end
|
365
|
+
end
|
349
366
|
@Remark = params['Remark']
|
350
367
|
unless params['TagList'].nil?
|
351
368
|
@TagList = []
|
@@ -355,14 +372,6 @@ module TencentCloud
|
|
355
372
|
@TagList << tag_tmp
|
356
373
|
end
|
357
374
|
end
|
358
|
-
unless params['VpcList'].nil?
|
359
|
-
@VpcList = []
|
360
|
-
params['VpcList'].each do |i|
|
361
|
-
vpcinfo_tmp = VpcInfo.new
|
362
|
-
vpcinfo_tmp.deserialize(i)
|
363
|
-
@VpcList << vpcinfo_tmp
|
364
|
-
end
|
365
|
-
end
|
366
375
|
@EnablePublic = params['EnablePublic']
|
367
376
|
@BillingFlow = params['BillingFlow']
|
368
377
|
@Bandwidth = params['Bandwidth']
|
@@ -1286,15 +1295,25 @@ module TencentCloud
|
|
1286
1295
|
# @type Limit: Integer
|
1287
1296
|
# @param FromTopic: 查询指定主题下的消费组
|
1288
1297
|
# @type FromTopic: String
|
1298
|
+
# @param SortedBy: 按照指定字段排序,枚举值如下:
|
1299
|
+
# - subscribeNum:订阅 Topic 个数
|
1300
|
+
# @type SortedBy: String
|
1301
|
+
# @param SortOrder: 按升序或降序排列,枚举值如下:
|
1302
|
+
|
1303
|
+
# - asc:升序
|
1304
|
+
# - desc:降序
|
1305
|
+
# @type SortOrder: String
|
1289
1306
|
|
1290
|
-
attr_accessor :InstanceId, :Filters, :Offset, :Limit, :FromTopic
|
1307
|
+
attr_accessor :InstanceId, :Filters, :Offset, :Limit, :FromTopic, :SortedBy, :SortOrder
|
1291
1308
|
|
1292
|
-
def initialize(instanceid=nil, filters=nil, offset=nil, limit=nil, fromtopic=nil)
|
1309
|
+
def initialize(instanceid=nil, filters=nil, offset=nil, limit=nil, fromtopic=nil, sortedby=nil, sortorder=nil)
|
1293
1310
|
@InstanceId = instanceid
|
1294
1311
|
@Filters = filters
|
1295
1312
|
@Offset = offset
|
1296
1313
|
@Limit = limit
|
1297
1314
|
@FromTopic = fromtopic
|
1315
|
+
@SortedBy = sortedby
|
1316
|
+
@SortOrder = sortorder
|
1298
1317
|
end
|
1299
1318
|
|
1300
1319
|
def deserialize(params)
|
@@ -1310,6 +1329,8 @@ module TencentCloud
|
|
1310
1329
|
@Offset = params['Offset']
|
1311
1330
|
@Limit = params['Limit']
|
1312
1331
|
@FromTopic = params['FromTopic']
|
1332
|
+
@SortedBy = params['SortedBy']
|
1333
|
+
@SortOrder = params['SortOrder']
|
1313
1334
|
end
|
1314
1335
|
end
|
1315
1336
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trocket
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1119
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|