tencentcloud-sdk-trocket 3.0.929 → 3.0.931

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5bf36bb1de94de03bd33c23f6e6c2d54175b20e
4
- data.tar.gz: 1a479a9045ead42ff57ca83296812dade50732fc
3
+ metadata.gz: 2292033225a3a53b5c5a1560f7fef071a9d204a3
4
+ data.tar.gz: cd530cb26a9bd495803358c0202979a9265e71c7
5
5
  SHA512:
6
- metadata.gz: 331888d50b4c8f41d5c54bae3dfdb09642457744fb6cd093e2dd30b1eb1ad96bde84ce18a74b63a7f65378f7b6f8fae79e2120a4037460f202301874afac4449
7
- data.tar.gz: 57cb1b63e4768ee7284ff4f94e87c82fb324c972edc019f8276748fe8a9debed55c99ac0946d6e63d9f71ce52e7ff689fb7eb2fc716eea30c8fa4bf0533a64af
6
+ metadata.gz: 57473c704e649443d7eeab1f1a66e7b67a8560d380c6d1a7a0546c60d79d2aca41de14d0b567bc990e0785580ddd7a19c8245b3aba9a03c567ffb14ea32e0976
7
+ data.tar.gz: e4279229bd2494caf59f2afe90484514a35a01e5deec2a38ea9f39f8324f8f895abf909507e9bd66c6c1b92ee3b97ecc641ca9569d463071710b8785e0c404ed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.929
1
+ 3.0.931
@@ -541,7 +541,7 @@ module TencentCloud
541
541
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
542
542
  end
543
543
 
544
- # 获取集群列表,仅支持 5.x 集群,Filters参数使用说明如下:
544
+ # 查询集群列表,仅支持 5.x 集群。Filters参数使用说明如下:
545
545
  # 1. InstanceName, 名称模糊查询
546
546
  # 2. InstanceId,集群ID查询
547
547
  # 3. InstanceType, 集群类型查询,支持多选
@@ -1045,7 +1045,7 @@ module TencentCloud
1045
1045
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1046
1046
  end
1047
1047
 
1048
- # 修改实例属性
1048
+ # 修改 RocketMQ 5.x 集群属性。
1049
1049
 
1050
1050
  # @param request: Request instance for ModifyInstance.
1051
1051
  # @type request: :class:`Tencentcloud::trocket::V20230308::ModifyInstanceRequest`
@@ -3397,7 +3397,7 @@ module TencentCloud
3397
3397
 
3398
3398
  # ModifyInstance请求参数结构体
3399
3399
  class ModifyInstanceRequest < TencentCloud::Common::AbstractModel
3400
- # @param InstanceId: 实例ID
3400
+ # @param InstanceId: 集群ID
3401
3401
  # @type InstanceId: String
3402
3402
  # @param Name: 实例名称
3403
3403
  # @type Name: String
@@ -3411,12 +3411,16 @@ module TencentCloud
3411
3411
  # @type MessageRetention: Integer
3412
3412
  # @param ScaledTpsEnabled: 是否开启弹性TPS
3413
3413
  # @type ScaledTpsEnabled: Boolean
3414
+ # @param AclEnabled: 是否开启ACL
3415
+ # @type AclEnabled: Boolean
3414
3416
  # @param MaxTopicNum: 最大可创建主题数
3415
3417
  # @type MaxTopicNum: Integer
3418
+ # @param ExtraTopicNum: 免费额度之外的主题个数
3419
+ # @type ExtraTopicNum: String
3416
3420
 
3417
- attr_accessor :InstanceId, :Name, :Remark, :SendReceiveRatio, :SkuCode, :MessageRetention, :ScaledTpsEnabled, :MaxTopicNum
3421
+ attr_accessor :InstanceId, :Name, :Remark, :SendReceiveRatio, :SkuCode, :MessageRetention, :ScaledTpsEnabled, :AclEnabled, :MaxTopicNum, :ExtraTopicNum
3418
3422
 
3419
- def initialize(instanceid=nil, name=nil, remark=nil, sendreceiveratio=nil, skucode=nil, messageretention=nil, scaledtpsenabled=nil, maxtopicnum=nil)
3423
+ def initialize(instanceid=nil, name=nil, remark=nil, sendreceiveratio=nil, skucode=nil, messageretention=nil, scaledtpsenabled=nil, aclenabled=nil, maxtopicnum=nil, extratopicnum=nil)
3420
3424
  @InstanceId = instanceid
3421
3425
  @Name = name
3422
3426
  @Remark = remark
@@ -3424,7 +3428,9 @@ module TencentCloud
3424
3428
  @SkuCode = skucode
3425
3429
  @MessageRetention = messageretention
3426
3430
  @ScaledTpsEnabled = scaledtpsenabled
3431
+ @AclEnabled = aclenabled
3427
3432
  @MaxTopicNum = maxtopicnum
3433
+ @ExtraTopicNum = extratopicnum
3428
3434
  end
3429
3435
 
3430
3436
  def deserialize(params)
@@ -3435,7 +3441,9 @@ module TencentCloud
3435
3441
  @SkuCode = params['SkuCode']
3436
3442
  @MessageRetention = params['MessageRetention']
3437
3443
  @ScaledTpsEnabled = params['ScaledTpsEnabled']
3444
+ @AclEnabled = params['AclEnabled']
3438
3445
  @MaxTopicNum = params['MaxTopicNum']
3446
+ @ExtraTopicNum = params['ExtraTopicNum']
3439
3447
  end
3440
3448
  end
3441
3449
 
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.929
4
+ version: 3.0.931
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-10-21 00:00:00.000000000 Z
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common