tencentcloud-sdk-trocket 3.0.1125 → 3.0.1168
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 +104 -13
- 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: 9b471a8ed0f5717750a8f52faa3c9e69a72a91a3
|
|
4
|
+
data.tar.gz: de01ef26c66be513fa5a0a45a0c6f3730f9cd4e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b47afe95856f480598d5873e3681c6c2b5082e998a8157c7bd673044cf74946affea0b58b2ee3944dfd4e63eb6e80388174ea60e9939a15723945aae3f7acaf2
|
|
7
|
+
data.tar.gz: ef679bedcdcad624024ff608ddce5c7118978456c8789221ec33bc477986c7e92b7305e0e45b049e7cb1c26ad256004975c9f5cd01e7896c2692c2905d5fb8fe
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1168
|
data/lib/v20230308/models.rb
CHANGED
|
@@ -129,13 +129,15 @@ module TencentCloud
|
|
|
129
129
|
# @type FullNamespaceV4: String
|
|
130
130
|
# @param SubscribeTopicNum: 订阅的主题个数
|
|
131
131
|
# @type SubscribeTopicNum: Integer
|
|
132
|
-
# @param CreateTime:
|
|
132
|
+
# @param CreateTime: 创建时间
|
|
133
133
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
134
134
|
# @type CreateTime: Integer
|
|
135
|
+
# @param TagList: 绑定的标签列表
|
|
136
|
+
# @type TagList: Array
|
|
135
137
|
|
|
136
|
-
attr_accessor :InstanceId, :ConsumerGroup, :ConsumeEnable, :ConsumeMessageOrderly, :MaxRetryTimes, :Remark, :ClusterIdV4, :NamespaceV4, :ConsumerGroupV4, :FullNamespaceV4, :SubscribeTopicNum, :CreateTime
|
|
138
|
+
attr_accessor :InstanceId, :ConsumerGroup, :ConsumeEnable, :ConsumeMessageOrderly, :MaxRetryTimes, :Remark, :ClusterIdV4, :NamespaceV4, :ConsumerGroupV4, :FullNamespaceV4, :SubscribeTopicNum, :CreateTime, :TagList
|
|
137
139
|
|
|
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)
|
|
140
|
+
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, taglist=nil)
|
|
139
141
|
@InstanceId = instanceid
|
|
140
142
|
@ConsumerGroup = consumergroup
|
|
141
143
|
@ConsumeEnable = consumeenable
|
|
@@ -148,6 +150,7 @@ module TencentCloud
|
|
|
148
150
|
@FullNamespaceV4 = fullnamespacev4
|
|
149
151
|
@SubscribeTopicNum = subscribetopicnum
|
|
150
152
|
@CreateTime = createtime
|
|
153
|
+
@TagList = taglist
|
|
151
154
|
end
|
|
152
155
|
|
|
153
156
|
def deserialize(params)
|
|
@@ -163,6 +166,14 @@ module TencentCloud
|
|
|
163
166
|
@FullNamespaceV4 = params['FullNamespaceV4']
|
|
164
167
|
@SubscribeTopicNum = params['SubscribeTopicNum']
|
|
165
168
|
@CreateTime = params['CreateTime']
|
|
169
|
+
unless params['TagList'].nil?
|
|
170
|
+
@TagList = []
|
|
171
|
+
params['TagList'].each do |i|
|
|
172
|
+
tag_tmp = Tag.new
|
|
173
|
+
tag_tmp.deserialize(i)
|
|
174
|
+
@TagList << tag_tmp
|
|
175
|
+
end
|
|
176
|
+
end
|
|
166
177
|
end
|
|
167
178
|
end
|
|
168
179
|
|
|
@@ -1287,6 +1298,8 @@ module TencentCloud
|
|
|
1287
1298
|
class DescribeConsumerGroupListRequest < TencentCloud::Common::AbstractModel
|
|
1288
1299
|
# @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
|
|
1289
1300
|
# @type InstanceId: String
|
|
1301
|
+
# @param TagFilters: 标签过滤器
|
|
1302
|
+
# @type TagFilters: Array
|
|
1290
1303
|
# @param Filters: 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
|
|
1291
1304
|
# @type Filters: Array
|
|
1292
1305
|
# @param Offset: 查询起始位置,默认为0。
|
|
@@ -1304,10 +1317,11 @@ module TencentCloud
|
|
|
1304
1317
|
# - desc:降序
|
|
1305
1318
|
# @type SortOrder: String
|
|
1306
1319
|
|
|
1307
|
-
attr_accessor :InstanceId, :Filters, :Offset, :Limit, :FromTopic, :SortedBy, :SortOrder
|
|
1320
|
+
attr_accessor :InstanceId, :TagFilters, :Filters, :Offset, :Limit, :FromTopic, :SortedBy, :SortOrder
|
|
1308
1321
|
|
|
1309
|
-
def initialize(instanceid=nil, filters=nil, offset=nil, limit=nil, fromtopic=nil, sortedby=nil, sortorder=nil)
|
|
1322
|
+
def initialize(instanceid=nil, tagfilters=nil, filters=nil, offset=nil, limit=nil, fromtopic=nil, sortedby=nil, sortorder=nil)
|
|
1310
1323
|
@InstanceId = instanceid
|
|
1324
|
+
@TagFilters = tagfilters
|
|
1311
1325
|
@Filters = filters
|
|
1312
1326
|
@Offset = offset
|
|
1313
1327
|
@Limit = limit
|
|
@@ -1318,6 +1332,14 @@ module TencentCloud
|
|
|
1318
1332
|
|
|
1319
1333
|
def deserialize(params)
|
|
1320
1334
|
@InstanceId = params['InstanceId']
|
|
1335
|
+
unless params['TagFilters'].nil?
|
|
1336
|
+
@TagFilters = []
|
|
1337
|
+
params['TagFilters'].each do |i|
|
|
1338
|
+
tagfilter_tmp = TagFilter.new
|
|
1339
|
+
tagfilter_tmp.deserialize(i)
|
|
1340
|
+
@TagFilters << tagfilter_tmp
|
|
1341
|
+
end
|
|
1342
|
+
end
|
|
1321
1343
|
unless params['Filters'].nil?
|
|
1322
1344
|
@Filters = []
|
|
1323
1345
|
params['Filters'].each do |i|
|
|
@@ -1747,12 +1769,18 @@ module TencentCloud
|
|
|
1747
1769
|
# @type TopicNumUpperLimit: Integer
|
|
1748
1770
|
# @param ZoneIds: 所属可用区列表,参考 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929) 接口返回中的 [ZoneInfo](https://cloud.tencent.com/document/api/1596/77932#ZoneInfo) 数据结构。
|
|
1749
1771
|
# @type ZoneIds: Array
|
|
1772
|
+
# @param NodeCount: proxy节点数量
|
|
1773
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1774
|
+
# @type NodeCount: Integer
|
|
1775
|
+
# @param ZoneScheduledList: proxy调度详情
|
|
1776
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1777
|
+
# @type ZoneScheduledList: Array
|
|
1750
1778
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1751
1779
|
# @type RequestId: String
|
|
1752
1780
|
|
|
1753
|
-
attr_accessor :InstanceType, :InstanceId, :InstanceName, :TopicNum, :TopicNumLimit, :GroupNum, :GroupNumLimit, :MessageRetention, :RetentionUpperLimit, :RetentionLowerLimit, :TpsLimit, :ScaledTpsLimit, :MaxMessageDelay, :CreatedTime, :SendReceiveRatio, :TagList, :EndpointList, :TopicQueueNumUpperLimit, :TopicQueueNumLowerLimit, :Remark, :InstanceStatus, :SkuCode, :PayMode, :ScaledTpsEnabled, :RenewFlag, :ExpiryTime, :RoleNumLimit, :AclEnabled, :TopicNumLowerLimit, :TopicNumUpperLimit, :ZoneIds, :RequestId
|
|
1781
|
+
attr_accessor :InstanceType, :InstanceId, :InstanceName, :TopicNum, :TopicNumLimit, :GroupNum, :GroupNumLimit, :MessageRetention, :RetentionUpperLimit, :RetentionLowerLimit, :TpsLimit, :ScaledTpsLimit, :MaxMessageDelay, :CreatedTime, :SendReceiveRatio, :TagList, :EndpointList, :TopicQueueNumUpperLimit, :TopicQueueNumLowerLimit, :Remark, :InstanceStatus, :SkuCode, :PayMode, :ScaledTpsEnabled, :RenewFlag, :ExpiryTime, :RoleNumLimit, :AclEnabled, :TopicNumLowerLimit, :TopicNumUpperLimit, :ZoneIds, :NodeCount, :ZoneScheduledList, :RequestId
|
|
1754
1782
|
|
|
1755
|
-
def initialize(instancetype=nil, instanceid=nil, instancename=nil, topicnum=nil, topicnumlimit=nil, groupnum=nil, groupnumlimit=nil, messageretention=nil, retentionupperlimit=nil, retentionlowerlimit=nil, tpslimit=nil, scaledtpslimit=nil, maxmessagedelay=nil, createdtime=nil, sendreceiveratio=nil, taglist=nil, endpointlist=nil, topicqueuenumupperlimit=nil, topicqueuenumlowerlimit=nil, remark=nil, instancestatus=nil, skucode=nil, paymode=nil, scaledtpsenabled=nil, renewflag=nil, expirytime=nil, rolenumlimit=nil, aclenabled=nil, topicnumlowerlimit=nil, topicnumupperlimit=nil, zoneids=nil, requestid=nil)
|
|
1783
|
+
def initialize(instancetype=nil, instanceid=nil, instancename=nil, topicnum=nil, topicnumlimit=nil, groupnum=nil, groupnumlimit=nil, messageretention=nil, retentionupperlimit=nil, retentionlowerlimit=nil, tpslimit=nil, scaledtpslimit=nil, maxmessagedelay=nil, createdtime=nil, sendreceiveratio=nil, taglist=nil, endpointlist=nil, topicqueuenumupperlimit=nil, topicqueuenumlowerlimit=nil, remark=nil, instancestatus=nil, skucode=nil, paymode=nil, scaledtpsenabled=nil, renewflag=nil, expirytime=nil, rolenumlimit=nil, aclenabled=nil, topicnumlowerlimit=nil, topicnumupperlimit=nil, zoneids=nil, nodecount=nil, zonescheduledlist=nil, requestid=nil)
|
|
1756
1784
|
@InstanceType = instancetype
|
|
1757
1785
|
@InstanceId = instanceid
|
|
1758
1786
|
@InstanceName = instancename
|
|
@@ -1784,6 +1812,8 @@ module TencentCloud
|
|
|
1784
1812
|
@TopicNumLowerLimit = topicnumlowerlimit
|
|
1785
1813
|
@TopicNumUpperLimit = topicnumupperlimit
|
|
1786
1814
|
@ZoneIds = zoneids
|
|
1815
|
+
@NodeCount = nodecount
|
|
1816
|
+
@ZoneScheduledList = zonescheduledlist
|
|
1787
1817
|
@RequestId = requestid
|
|
1788
1818
|
end
|
|
1789
1819
|
|
|
@@ -1833,6 +1863,15 @@ module TencentCloud
|
|
|
1833
1863
|
@TopicNumLowerLimit = params['TopicNumLowerLimit']
|
|
1834
1864
|
@TopicNumUpperLimit = params['TopicNumUpperLimit']
|
|
1835
1865
|
@ZoneIds = params['ZoneIds']
|
|
1866
|
+
@NodeCount = params['NodeCount']
|
|
1867
|
+
unless params['ZoneScheduledList'].nil?
|
|
1868
|
+
@ZoneScheduledList = []
|
|
1869
|
+
params['ZoneScheduledList'].each do |i|
|
|
1870
|
+
zonescheduleditem_tmp = ZoneScheduledItem.new
|
|
1871
|
+
zonescheduleditem_tmp.deserialize(i)
|
|
1872
|
+
@ZoneScheduledList << zonescheduleditem_tmp
|
|
1873
|
+
end
|
|
1874
|
+
end
|
|
1836
1875
|
@RequestId = params['RequestId']
|
|
1837
1876
|
end
|
|
1838
1877
|
end
|
|
@@ -3521,6 +3560,8 @@ module TencentCloud
|
|
|
3521
3560
|
class DescribeTopicListRequest < TencentCloud::Common::AbstractModel
|
|
3522
3561
|
# @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
|
|
3523
3562
|
# @type InstanceId: String
|
|
3563
|
+
# @param TagFilters: 标签过滤器
|
|
3564
|
+
# @type TagFilters: Array
|
|
3524
3565
|
# @param Filters: 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
|
|
3525
3566
|
# @type Filters: Array
|
|
3526
3567
|
# @param Offset: 查询起始位置,默认为0。
|
|
@@ -3530,10 +3571,11 @@ module TencentCloud
|
|
|
3530
3571
|
# @param FromGroup: 按照消费组查询订阅的主题
|
|
3531
3572
|
# @type FromGroup: String
|
|
3532
3573
|
|
|
3533
|
-
attr_accessor :InstanceId, :Filters, :Offset, :Limit, :FromGroup
|
|
3574
|
+
attr_accessor :InstanceId, :TagFilters, :Filters, :Offset, :Limit, :FromGroup
|
|
3534
3575
|
|
|
3535
|
-
def initialize(instanceid=nil, filters=nil, offset=nil, limit=nil, fromgroup=nil)
|
|
3576
|
+
def initialize(instanceid=nil, tagfilters=nil, filters=nil, offset=nil, limit=nil, fromgroup=nil)
|
|
3536
3577
|
@InstanceId = instanceid
|
|
3578
|
+
@TagFilters = tagfilters
|
|
3537
3579
|
@Filters = filters
|
|
3538
3580
|
@Offset = offset
|
|
3539
3581
|
@Limit = limit
|
|
@@ -3542,6 +3584,14 @@ module TencentCloud
|
|
|
3542
3584
|
|
|
3543
3585
|
def deserialize(params)
|
|
3544
3586
|
@InstanceId = params['InstanceId']
|
|
3587
|
+
unless params['TagFilters'].nil?
|
|
3588
|
+
@TagFilters = []
|
|
3589
|
+
params['TagFilters'].each do |i|
|
|
3590
|
+
tagfilter_tmp = TagFilter.new
|
|
3591
|
+
tagfilter_tmp.deserialize(i)
|
|
3592
|
+
@TagFilters << tagfilter_tmp
|
|
3593
|
+
end
|
|
3594
|
+
end
|
|
3545
3595
|
unless params['Filters'].nil?
|
|
3546
3596
|
@Filters = []
|
|
3547
3597
|
params['Filters'].each do |i|
|
|
@@ -3963,10 +4013,16 @@ module TencentCloud
|
|
|
3963
4013
|
# @type ZoneIds: Array
|
|
3964
4014
|
# @param EnableDeletionProtection: 是否开启删除保护
|
|
3965
4015
|
# @type EnableDeletionProtection: Boolean
|
|
4016
|
+
# @param CreateTime: 实例创建时间
|
|
4017
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4018
|
+
# @type CreateTime: Integer
|
|
4019
|
+
# @param ScaledTpsEnabled: 弹性TPS开关
|
|
4020
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4021
|
+
# @type ScaledTpsEnabled: Boolean
|
|
3966
4022
|
|
|
3967
|
-
attr_accessor :InstanceId, :InstanceName, :Version, :InstanceType, :InstanceStatus, :TopicNumLimit, :GroupNumLimit, :PayMode, :ExpiryTime, :Remark, :TopicNum, :GroupNum, :TagList, :SkuCode, :TpsLimit, :ScaledTpsLimit, :MessageRetention, :MaxMessageDelay, :RenewFlag, :InstanceItemExtraInfo, :DestroyTime, :ZoneIds, :EnableDeletionProtection
|
|
4023
|
+
attr_accessor :InstanceId, :InstanceName, :Version, :InstanceType, :InstanceStatus, :TopicNumLimit, :GroupNumLimit, :PayMode, :ExpiryTime, :Remark, :TopicNum, :GroupNum, :TagList, :SkuCode, :TpsLimit, :ScaledTpsLimit, :MessageRetention, :MaxMessageDelay, :RenewFlag, :InstanceItemExtraInfo, :DestroyTime, :ZoneIds, :EnableDeletionProtection, :CreateTime, :ScaledTpsEnabled
|
|
3968
4024
|
|
|
3969
|
-
def initialize(instanceid=nil, instancename=nil, version=nil, instancetype=nil, instancestatus=nil, topicnumlimit=nil, groupnumlimit=nil, paymode=nil, expirytime=nil, remark=nil, topicnum=nil, groupnum=nil, taglist=nil, skucode=nil, tpslimit=nil, scaledtpslimit=nil, messageretention=nil, maxmessagedelay=nil, renewflag=nil, instanceitemextrainfo=nil, destroytime=nil, zoneids=nil, enabledeletionprotection=nil)
|
|
4025
|
+
def initialize(instanceid=nil, instancename=nil, version=nil, instancetype=nil, instancestatus=nil, topicnumlimit=nil, groupnumlimit=nil, paymode=nil, expirytime=nil, remark=nil, topicnum=nil, groupnum=nil, taglist=nil, skucode=nil, tpslimit=nil, scaledtpslimit=nil, messageretention=nil, maxmessagedelay=nil, renewflag=nil, instanceitemextrainfo=nil, destroytime=nil, zoneids=nil, enabledeletionprotection=nil, createtime=nil, scaledtpsenabled=nil)
|
|
3970
4026
|
@InstanceId = instanceid
|
|
3971
4027
|
@InstanceName = instancename
|
|
3972
4028
|
@Version = version
|
|
@@ -3990,6 +4046,8 @@ module TencentCloud
|
|
|
3990
4046
|
@DestroyTime = destroytime
|
|
3991
4047
|
@ZoneIds = zoneids
|
|
3992
4048
|
@EnableDeletionProtection = enabledeletionprotection
|
|
4049
|
+
@CreateTime = createtime
|
|
4050
|
+
@ScaledTpsEnabled = scaledtpsenabled
|
|
3993
4051
|
end
|
|
3994
4052
|
|
|
3995
4053
|
def deserialize(params)
|
|
@@ -4026,6 +4084,8 @@ module TencentCloud
|
|
|
4026
4084
|
@DestroyTime = params['DestroyTime']
|
|
4027
4085
|
@ZoneIds = params['ZoneIds']
|
|
4028
4086
|
@EnableDeletionProtection = params['EnableDeletionProtection']
|
|
4087
|
+
@CreateTime = params['CreateTime']
|
|
4088
|
+
@ScaledTpsEnabled = params['ScaledTpsEnabled']
|
|
4029
4089
|
end
|
|
4030
4090
|
end
|
|
4031
4091
|
|
|
@@ -6248,10 +6308,12 @@ module TencentCloud
|
|
|
6248
6308
|
# @type FullNamespaceV4: String
|
|
6249
6309
|
# @param MsgTTL: 消息保留时长
|
|
6250
6310
|
# @type MsgTTL: Integer
|
|
6311
|
+
# @param TagList: 绑定的标签列表
|
|
6312
|
+
# @type TagList: Array
|
|
6251
6313
|
|
|
6252
|
-
attr_accessor :InstanceId, :Topic, :TopicType, :QueueNum, :Remark, :ClusterIdV4, :NamespaceV4, :TopicV4, :FullNamespaceV4, :MsgTTL
|
|
6314
|
+
attr_accessor :InstanceId, :Topic, :TopicType, :QueueNum, :Remark, :ClusterIdV4, :NamespaceV4, :TopicV4, :FullNamespaceV4, :MsgTTL, :TagList
|
|
6253
6315
|
|
|
6254
|
-
def initialize(instanceid=nil, topic=nil, topictype=nil, queuenum=nil, remark=nil, clusteridv4=nil, namespacev4=nil, topicv4=nil, fullnamespacev4=nil, msgttl=nil)
|
|
6316
|
+
def initialize(instanceid=nil, topic=nil, topictype=nil, queuenum=nil, remark=nil, clusteridv4=nil, namespacev4=nil, topicv4=nil, fullnamespacev4=nil, msgttl=nil, taglist=nil)
|
|
6255
6317
|
@InstanceId = instanceid
|
|
6256
6318
|
@Topic = topic
|
|
6257
6319
|
@TopicType = topictype
|
|
@@ -6262,6 +6324,7 @@ module TencentCloud
|
|
|
6262
6324
|
@TopicV4 = topicv4
|
|
6263
6325
|
@FullNamespaceV4 = fullnamespacev4
|
|
6264
6326
|
@MsgTTL = msgttl
|
|
6327
|
+
@TagList = taglist
|
|
6265
6328
|
end
|
|
6266
6329
|
|
|
6267
6330
|
def deserialize(params)
|
|
@@ -6275,6 +6338,14 @@ module TencentCloud
|
|
|
6275
6338
|
@TopicV4 = params['TopicV4']
|
|
6276
6339
|
@FullNamespaceV4 = params['FullNamespaceV4']
|
|
6277
6340
|
@MsgTTL = params['MsgTTL']
|
|
6341
|
+
unless params['TagList'].nil?
|
|
6342
|
+
@TagList = []
|
|
6343
|
+
params['TagList'].each do |i|
|
|
6344
|
+
tag_tmp = Tag.new
|
|
6345
|
+
tag_tmp.deserialize(i)
|
|
6346
|
+
@TagList << tag_tmp
|
|
6347
|
+
end
|
|
6348
|
+
end
|
|
6278
6349
|
end
|
|
6279
6350
|
end
|
|
6280
6351
|
|
|
@@ -6322,6 +6393,26 @@ module TencentCloud
|
|
|
6322
6393
|
end
|
|
6323
6394
|
end
|
|
6324
6395
|
|
|
6396
|
+
# proxy调度时各个可用区有无调度任务
|
|
6397
|
+
class ZoneScheduledItem < TencentCloud::Common::AbstractModel
|
|
6398
|
+
# @param ZoneId: 可用区ID
|
|
6399
|
+
# @type ZoneId: String
|
|
6400
|
+
# @param NodePermWipeFlag: 有剔除的调度任务且没有切回的可用区时,该值为true,反之为false
|
|
6401
|
+
# @type NodePermWipeFlag: Boolean
|
|
6402
|
+
|
|
6403
|
+
attr_accessor :ZoneId, :NodePermWipeFlag
|
|
6404
|
+
|
|
6405
|
+
def initialize(zoneid=nil, nodepermwipeflag=nil)
|
|
6406
|
+
@ZoneId = zoneid
|
|
6407
|
+
@NodePermWipeFlag = nodepermwipeflag
|
|
6408
|
+
end
|
|
6409
|
+
|
|
6410
|
+
def deserialize(params)
|
|
6411
|
+
@ZoneId = params['ZoneId']
|
|
6412
|
+
@NodePermWipeFlag = params['NodePermWipeFlag']
|
|
6413
|
+
end
|
|
6414
|
+
end
|
|
6415
|
+
|
|
6325
6416
|
end
|
|
6326
6417
|
end
|
|
6327
6418
|
end
|
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.1168
|
|
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-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|