tencentcloud-sdk-trocket 3.0.774 → 3.0.775

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/v20230308/models.rb +37 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 055a20b538b865e8427b7a6322bfa55360633438
4
- data.tar.gz: 131bf6a2d4804a55c4436fa0604bc139f22f7d3b
3
+ metadata.gz: 92d379b4cf013d1fcc66520326d801ff3328c15a
4
+ data.tar.gz: f80dd4a3163777a7f270f4fff728f0b22945b747
5
5
  SHA512:
6
- metadata.gz: be7767d8bdbc73c8ba9c31e5765b3695ce2f8d97e2906b8d2c46fca2493ee08065d2a441e42c9585277bcee8bd5ee5382c3aff3ece6f2dc931d149a034f14774
7
- data.tar.gz: 75fc821ead068bfab4dc71894d8e4814d4bec7f0e95ed4917c5a977f3b49bb99037f2d59931ff07f15f72f08ab78ef16abbaddcba57b9deace1a39981385d2dd
6
+ metadata.gz: 82fd6186bb5fdbc6c2158ba5020421cfbe45648c2e7cdf7d5f4f5a1fe43ee20ee2757c9be82c8621435abfd2b4f88805da02016b469c87e3bfeb3f2e9e50dd7f
7
+ data.tar.gz: 63898ab252d0d98122f6af23fdf233ae90c077f85cc61470e5a8538c2d9d14e4d1a1d3305397c8440a8040f2b30fded37d056a5892c8092779d7ea220fbe7b77
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.774
1
+ 3.0.775
@@ -1139,7 +1139,6 @@ module TencentCloud
1139
1139
  # BASIC 基础版
1140
1140
  # PRO 专业版
1141
1141
  # PLATINUM 铂金版
1142
- # 注意:此字段可能返回 null,表示取不到有效值。
1143
1142
  # @type InstanceType: String
1144
1143
  # @param InstanceId: 实例ID
1145
1144
  # @type InstanceId: String
@@ -1187,12 +1186,29 @@ module TencentCloud
1187
1186
  # @type SkuCode: String
1188
1187
  # @param PayMode: 计费模式
1189
1188
  # @type PayMode: String
1189
+ # @param ScaledTpsEnabled: 是否开启弹性TPS
1190
+ # @type ScaledTpsEnabled: Boolean
1191
+ # @param RenewFlag: 是否自动续费
1192
+ # @type RenewFlag: Integer
1193
+ # @param ExpiryTime: 到期时间
1194
+ # @type ExpiryTime: Integer
1195
+ # @param RoleNumLimit: 角色数量限制
1196
+ # @type RoleNumLimit: Integer
1197
+ # @param AclEnabled: 是否开启 ACL
1198
+ # 注意:此字段可能返回 null,表示取不到有效值。
1199
+ # @type AclEnabled: Boolean
1200
+ # @param TopicNumLowerLimit: topic个数免费额度
1201
+ # 注意:此字段可能返回 null,表示取不到有效值。
1202
+ # @type TopicNumLowerLimit: Integer
1203
+ # @param TopicNumUpperLimit: 最大可设置的topic个数
1204
+ # 注意:此字段可能返回 null,表示取不到有效值。
1205
+ # @type TopicNumUpperLimit: Integer
1190
1206
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1191
1207
  # @type RequestId: String
1192
1208
 
1193
- 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, :RequestId
1209
+ 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, :RequestId
1194
1210
 
1195
- 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, requestid=nil)
1211
+ 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, requestid=nil)
1196
1212
  @InstanceType = instancetype
1197
1213
  @InstanceId = instanceid
1198
1214
  @InstanceName = instancename
@@ -1216,6 +1232,13 @@ module TencentCloud
1216
1232
  @InstanceStatus = instancestatus
1217
1233
  @SkuCode = skucode
1218
1234
  @PayMode = paymode
1235
+ @ScaledTpsEnabled = scaledtpsenabled
1236
+ @RenewFlag = renewflag
1237
+ @ExpiryTime = expirytime
1238
+ @RoleNumLimit = rolenumlimit
1239
+ @AclEnabled = aclenabled
1240
+ @TopicNumLowerLimit = topicnumlowerlimit
1241
+ @TopicNumUpperLimit = topicnumupperlimit
1219
1242
  @RequestId = requestid
1220
1243
  end
1221
1244
 
@@ -1257,6 +1280,13 @@ module TencentCloud
1257
1280
  @InstanceStatus = params['InstanceStatus']
1258
1281
  @SkuCode = params['SkuCode']
1259
1282
  @PayMode = params['PayMode']
1283
+ @ScaledTpsEnabled = params['ScaledTpsEnabled']
1284
+ @RenewFlag = params['RenewFlag']
1285
+ @ExpiryTime = params['ExpiryTime']
1286
+ @RoleNumLimit = params['RoleNumLimit']
1287
+ @AclEnabled = params['AclEnabled']
1288
+ @TopicNumLowerLimit = params['TopicNumLowerLimit']
1289
+ @TopicNumUpperLimit = params['TopicNumUpperLimit']
1260
1290
  @RequestId = params['RequestId']
1261
1291
  end
1262
1292
  end
@@ -2285,9 +2315,10 @@ module TencentCloud
2285
2315
 
2286
2316
  # 接入点信息
2287
2317
  class Endpoint < TencentCloud::Common::AbstractModel
2288
- # @param Type: 接入点类型,
2289
- # VPC
2290
- # PUBLIC 公网
2318
+ # @param Type: 接入点类型,枚举值如下
2319
+ # VPC: VPC;
2320
+ # PUBLIC: 公网;
2321
+ # INTERNAL: 支撑网;
2291
2322
  # @type Type: String
2292
2323
  # @param Status: 状态,
2293
2324
  # OPEN 开启,
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.774
4
+ version: 3.0.775
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-03-04 00:00:00.000000000 Z
11
+ date: 2024-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common