tencentcloud-sdk-trabbit 3.0.1069 → 3.0.1070

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230418/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9997cabb73dc992cc8263e58d08a60ce2dc2b67
4
- data.tar.gz: 9c335a2be81e2306992ea21fb572d9011a55c143
3
+ metadata.gz: fae1d9b0e349dd8c6965aafc4b86374497b6b61b
4
+ data.tar.gz: 6c2c57c09057b05f99f2eadc77d2cfb1844b8261
5
5
  SHA512:
6
- metadata.gz: ec61124e54cbbfbb71ba3b20d3faacca2d6b57bc55d2d01ba6459814efa959dabeff9c9095081e7dc6a8f1790fec930d5e4804d02456543055acb5abaed7b2ea
7
- data.tar.gz: f0947abfc471d0726183ede8683372b1d8c224cfb9671da7c2d88befd99ac8143ed4ba27912ec8adfa716a656e204027448042ecea3439222660a17f321ab054
6
+ metadata.gz: 94584db0f146228b33bc2d8e3974567904a73af42912f03ab183dcd962d4d838657b1437510ffcd261c8e6b0bcefced7ba68cf1daeda95bc61ae20f1b78d5113
7
+ data.tar.gz: abf0aea120174a02e14011653aa69a287f6dc8b514bf66f8a08d253a2a804b5b761e57ee5afc52d6f80e5c00d25300c3a266f9634957a8b3462748a48ed9d81d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1069
1
+ 3.0.1070
@@ -2145,10 +2145,12 @@ module TencentCloud
2145
2145
  # @type MaxBandWidth: Integer
2146
2146
  # @param PublicNetworkTps: 公网带宽,已废弃
2147
2147
  # @type PublicNetworkTps: Integer
2148
+ # @param Features: 实例对应的功能列表,true表示支持,false 表示不支持
2149
+ # @type Features: String
2148
2150
 
2149
- attr_accessor :SpecName, :MaxTps, :MaxQueueNum, :MaxExchangeNum, :MaxVhostNum, :MaxConnNum, :MaxUserNum, :MaxBandWidth, :PublicNetworkTps
2151
+ attr_accessor :SpecName, :MaxTps, :MaxQueueNum, :MaxExchangeNum, :MaxVhostNum, :MaxConnNum, :MaxUserNum, :MaxBandWidth, :PublicNetworkTps, :Features
2150
2152
 
2151
- def initialize(specname=nil, maxtps=nil, maxqueuenum=nil, maxexchangenum=nil, maxvhostnum=nil, maxconnnum=nil, maxusernum=nil, maxbandwidth=nil, publicnetworktps=nil)
2153
+ def initialize(specname=nil, maxtps=nil, maxqueuenum=nil, maxexchangenum=nil, maxvhostnum=nil, maxconnnum=nil, maxusernum=nil, maxbandwidth=nil, publicnetworktps=nil, features=nil)
2152
2154
  @SpecName = specname
2153
2155
  @MaxTps = maxtps
2154
2156
  @MaxQueueNum = maxqueuenum
@@ -2158,6 +2160,7 @@ module TencentCloud
2158
2160
  @MaxUserNum = maxusernum
2159
2161
  @MaxBandWidth = maxbandwidth
2160
2162
  @PublicNetworkTps = publicnetworktps
2163
+ @Features = features
2161
2164
  end
2162
2165
 
2163
2166
  def deserialize(params)
@@ -2170,6 +2173,7 @@ module TencentCloud
2170
2173
  @MaxUserNum = params['MaxUserNum']
2171
2174
  @MaxBandWidth = params['MaxBandWidth']
2172
2175
  @PublicNetworkTps = params['PublicNetworkTps']
2176
+ @Features = params['Features']
2173
2177
  end
2174
2178
  end
2175
2179
 
@@ -2554,10 +2558,12 @@ module TencentCloud
2554
2558
  # @type MaxStorage: Integer
2555
2559
  # @param IsolatedTime: 隔离时间
2556
2560
  # @type IsolatedTime: Integer
2561
+ # @param ServerlessExt: Serverless 扩展字段
2562
+ # @type ServerlessExt: String
2557
2563
 
2558
- attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :MaxTps, :MaxBandWidth, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :PublicAccessEndpoint, :Vpcs, :ClusterStatus, :InstanceType, :CreateTime, :NodeCount, :MaxStorage, :IsolatedTime
2564
+ attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :MaxTps, :MaxBandWidth, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :PublicAccessEndpoint, :Vpcs, :ClusterStatus, :InstanceType, :CreateTime, :NodeCount, :MaxStorage, :IsolatedTime, :ServerlessExt
2559
2565
 
2560
- def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, maxtps=nil, maxbandwidth=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, exceptioninformation=nil, publicaccessendpoint=nil, vpcs=nil, clusterstatus=nil, instancetype=nil, createtime=nil, nodecount=nil, maxstorage=nil, isolatedtime=nil)
2566
+ def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, maxtps=nil, maxbandwidth=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, exceptioninformation=nil, publicaccessendpoint=nil, vpcs=nil, clusterstatus=nil, instancetype=nil, createtime=nil, nodecount=nil, maxstorage=nil, isolatedtime=nil, serverlessext=nil)
2561
2567
  @InstanceId = instanceid
2562
2568
  @InstanceName = instancename
2563
2569
  @InstanceVersion = instanceversion
@@ -2578,6 +2584,7 @@ module TencentCloud
2578
2584
  @NodeCount = nodecount
2579
2585
  @MaxStorage = maxstorage
2580
2586
  @IsolatedTime = isolatedtime
2587
+ @ServerlessExt = serverlessext
2581
2588
  end
2582
2589
 
2583
2590
  def deserialize(params)
@@ -2608,6 +2615,7 @@ module TencentCloud
2608
2615
  @NodeCount = params['NodeCount']
2609
2616
  @MaxStorage = params['MaxStorage']
2610
2617
  @IsolatedTime = params['IsolatedTime']
2618
+ @ServerlessExt = params['ServerlessExt']
2611
2619
  end
2612
2620
  end
2613
2621
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trabbit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1069
4
+ version: 3.0.1070
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-05-27 00:00:00.000000000 Z
11
+ date: 2025-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common