tencentcloud-sdk-trocket 3.0.857 → 3.0.859

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae6e69bb8352d48166d457c68d8885085f78dcdf
4
- data.tar.gz: e45cb139bdc9142c0514d987a54a9d48dfff4f41
3
+ metadata.gz: 687105d18e7bb85b4925cf51c49715ebe3ff197c
4
+ data.tar.gz: aa24a989edfb367431c8c026e5824727cbe34178
5
5
  SHA512:
6
- metadata.gz: 01797c43ea76cfe8abc6083ab6061bf9806ab310bab64e35a4e3d6c8caa0150bacaa54ba4df1357f0d45dd8e036768a8208fc3128c4b52e6ec8eab7f7425c829
7
- data.tar.gz: 62a66b5dfe27a11b80ed8d90759b49103fcfd5803301d4014baefa958692122093205d06a354e4a78b1a786640379cb84d78835984d5855d6c0344c641e40677
6
+ metadata.gz: 8c75287becb38666ec7fd3447c7a1fd12656c5391819ad5bf0a79ee881dc4f2b686a5d3c78cc337d45551ca1780dc73f859a71b96aa5939ad4c2032d7303768e
7
+ data.tar.gz: c2c88d29843a79555206b311620f3a35e96627fbacb3c3298da22e1d8c74716c1b62fd9bf01734ec1613af8622722bfe95eb7ca51624bbf3b65021ab14a56f85
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.857
1
+ 3.0.859
@@ -517,11 +517,11 @@ module TencentCloud
517
517
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
518
518
  end
519
519
 
520
- # 获取实例列表,Filters参数使用说明如下:
520
+ # 获取集群列表,仅支持 5.x 集群,Filters参数使用说明如下:
521
521
  # 1. InstanceName, 名称模糊查询
522
- # 2. InstanceId,实例ID查询
523
- # 3. InstanceType, 实例类型查询,支持多选
524
- # 3. InstanceStatus,实例状态查询,支持多选
522
+ # 2. InstanceId,集群ID查询
523
+ # 3. InstanceType, 集群类型查询,支持多选
524
+ # 3. InstanceStatus,集群状态查询,支持多选
525
525
 
526
526
  # 当使用TagFilters查询时,Filters参数失效。
527
527
 
@@ -1133,27 +1133,25 @@ module TencentCloud
1133
1133
 
1134
1134
  # DescribeInstanceList请求参数结构体
1135
1135
  class DescribeInstanceListRequest < TencentCloud::Common::AbstractModel
1136
- # @param Offset: 查询起始位置
1137
- # @type Offset: Integer
1138
- # @param Limit: 查询结果限制数量
1139
- # @type Limit: Integer
1140
1136
  # @param Filters: 查询条件列表
1141
1137
  # @type Filters: Array
1142
1138
  # @param TagFilters: 标签过滤器
1143
1139
  # @type TagFilters: Array
1140
+ # @param Offset: 查询起始位置
1141
+ # @type Offset: Integer
1142
+ # @param Limit: 查询结果限制数量
1143
+ # @type Limit: Integer
1144
1144
 
1145
- attr_accessor :Offset, :Limit, :Filters, :TagFilters
1145
+ attr_accessor :Filters, :TagFilters, :Offset, :Limit
1146
1146
 
1147
- def initialize(offset=nil, limit=nil, filters=nil, tagfilters=nil)
1148
- @Offset = offset
1149
- @Limit = limit
1147
+ def initialize(filters=nil, tagfilters=nil, offset=nil, limit=nil)
1150
1148
  @Filters = filters
1151
1149
  @TagFilters = tagfilters
1150
+ @Offset = offset
1151
+ @Limit = limit
1152
1152
  end
1153
1153
 
1154
1154
  def deserialize(params)
1155
- @Offset = params['Offset']
1156
- @Limit = params['Limit']
1157
1155
  unless params['Filters'].nil?
1158
1156
  @Filters = []
1159
1157
  params['Filters'].each do |i|
@@ -1170,6 +1168,8 @@ module TencentCloud
1170
1168
  @TagFilters << tagfilter_tmp
1171
1169
  end
1172
1170
  end
1171
+ @Offset = params['Offset']
1172
+ @Limit = params['Limit']
1173
1173
  end
1174
1174
  end
1175
1175
 
@@ -2804,10 +2804,13 @@ module TencentCloud
2804
2804
  # @param MaxMessageDelay: 延迟消息最大时长,小时为单位
2805
2805
  # 注意:此字段可能返回 null,表示取不到有效值。
2806
2806
  # @type MaxMessageDelay: Integer
2807
+ # @param RenewFlag: 是否自动续费
2808
+ # 注意:此字段可能返回 null,表示取不到有效值。
2809
+ # @type RenewFlag: Integer
2807
2810
 
2808
- attr_accessor :InstanceId, :InstanceName, :Version, :InstanceType, :InstanceStatus, :TopicNumLimit, :GroupNumLimit, :PayMode, :ExpiryTime, :Remark, :TopicNum, :GroupNum, :TagList, :SkuCode, :TpsLimit, :ScaledTpsLimit, :MessageRetention, :MaxMessageDelay
2811
+ attr_accessor :InstanceId, :InstanceName, :Version, :InstanceType, :InstanceStatus, :TopicNumLimit, :GroupNumLimit, :PayMode, :ExpiryTime, :Remark, :TopicNum, :GroupNum, :TagList, :SkuCode, :TpsLimit, :ScaledTpsLimit, :MessageRetention, :MaxMessageDelay, :RenewFlag
2809
2812
 
2810
- 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)
2813
+ 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)
2811
2814
  @InstanceId = instanceid
2812
2815
  @InstanceName = instancename
2813
2816
  @Version = version
@@ -2826,6 +2829,7 @@ module TencentCloud
2826
2829
  @ScaledTpsLimit = scaledtpslimit
2827
2830
  @MessageRetention = messageretention
2828
2831
  @MaxMessageDelay = maxmessagedelay
2832
+ @RenewFlag = renewflag
2829
2833
  end
2830
2834
 
2831
2835
  def deserialize(params)
@@ -2854,6 +2858,7 @@ module TencentCloud
2854
2858
  @ScaledTpsLimit = params['ScaledTpsLimit']
2855
2859
  @MessageRetention = params['MessageRetention']
2856
2860
  @MaxMessageDelay = params['MaxMessageDelay']
2861
+ @RenewFlag = params['RenewFlag']
2857
2862
  end
2858
2863
  end
2859
2864
 
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.857
4
+ version: 3.0.859
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-03 00:00:00.000000000 Z
11
+ date: 2024-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common