tencentcloud-sdk-tse 3.0.981 → 3.0.982

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: b222080398b49daf81c70cba34a769070e1c3264
4
- data.tar.gz: 35bc3ad4cc58809427e5a006db78e8021f8f198d
3
+ metadata.gz: 75a12e90212c60dc6456e384d0a5b7f971fa4b29
4
+ data.tar.gz: fc51dccb593b89ab68e78bf75df638496fd81f00
5
5
  SHA512:
6
- metadata.gz: 4f158f51e5b01be4f2e316caa2c8b18eeda2e9db96b3a14a53c5e5b0e18cc49316139b9d845af197d5de0592477d819acf7899ee1be00233439f5bd49f92878a
7
- data.tar.gz: fe8f0d74a48c26d3951704c7c0f77da5aa94d1433b12d0a284cbdee4f5e3f1e4f9c9118f679625ec7bf5cb32b0de9c517616cc70ad08e42b486f689ffab8a90d
6
+ metadata.gz: b1935dd733eb26bc0b4ad3caa023165554eeae84dd84bbbe58dbc448bfe7a1e7aa386f12be95b4cfc104f72238fec95718786700800fb9450df785f1e4fc8e33
7
+ data.tar.gz: 22f3e5e72778083baf250d00c2474a30ffa0bf1abc2219471303386a448996b62040cfd760ac85ea8e2431c895cac6856cdc17c0bc86cf230dd973749f3637ad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.981
1
+ 3.0.982
@@ -10578,10 +10578,13 @@ module TencentCloud
10578
10578
  # @param DefaultWeight: 分组默认权重
10579
10579
  # 注意:此字段可能返回 null,表示取不到有效值。
10580
10580
  # @type DefaultWeight: Integer
10581
+ # @param ElasticNumber: 弹性节点
10582
+ # 注意:此字段可能返回 null,表示取不到有效值。
10583
+ # @type ElasticNumber: Integer
10581
10584
 
10582
- attr_accessor :GroupId, :Name, :Description, :NodeConfig, :Status, :CreateTime, :IsFirstGroup, :BindingStrategy, :GatewayId, :InternetMaxBandwidthOut, :ModifyTime, :SubnetIds, :DefaultWeight
10585
+ attr_accessor :GroupId, :Name, :Description, :NodeConfig, :Status, :CreateTime, :IsFirstGroup, :BindingStrategy, :GatewayId, :InternetMaxBandwidthOut, :ModifyTime, :SubnetIds, :DefaultWeight, :ElasticNumber
10583
10586
 
10584
- def initialize(groupid=nil, name=nil, description=nil, nodeconfig=nil, status=nil, createtime=nil, isfirstgroup=nil, bindingstrategy=nil, gatewayid=nil, internetmaxbandwidthout=nil, modifytime=nil, subnetids=nil, defaultweight=nil)
10587
+ def initialize(groupid=nil, name=nil, description=nil, nodeconfig=nil, status=nil, createtime=nil, isfirstgroup=nil, bindingstrategy=nil, gatewayid=nil, internetmaxbandwidthout=nil, modifytime=nil, subnetids=nil, defaultweight=nil, elasticnumber=nil)
10585
10588
  @GroupId = groupid
10586
10589
  @Name = name
10587
10590
  @Description = description
@@ -10595,6 +10598,7 @@ module TencentCloud
10595
10598
  @ModifyTime = modifytime
10596
10599
  @SubnetIds = subnetids
10597
10600
  @DefaultWeight = defaultweight
10601
+ @ElasticNumber = elasticnumber
10598
10602
  end
10599
10603
 
10600
10604
  def deserialize(params)
@@ -10617,6 +10621,7 @@ module TencentCloud
10617
10621
  @ModifyTime = params['ModifyTime']
10618
10622
  @SubnetIds = params['SubnetIds']
10619
10623
  @DefaultWeight = params['DefaultWeight']
10624
+ @ElasticNumber = params['ElasticNumber']
10620
10625
  end
10621
10626
  end
10622
10627
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.981
4
+ version: 3.0.982
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-01-13 00:00:00.000000000 Z
11
+ date: 2025-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common