tencentcloud-sdk-cynosdb 3.0.564 → 3.0.565

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: edb69c1497322b58fd807cf200abf0233eee0831
4
- data.tar.gz: 21d5ef8b9f5c2c4b6d050b790b29fb1a36ac6e34
3
+ metadata.gz: e6b0296ddbb6a626d949753eb20bc0cc63a71852
4
+ data.tar.gz: b92379ded42a8e1084f593c8239cd6f5188d62cf
5
5
  SHA512:
6
- metadata.gz: 2adb9c0595271cbc60bfcbadddec8cde101bf3abaf28deb0a6436d90fb89acc928aa8779569c93be08f1fa98fc26f17d4b1ea185ac819909e40d0bafea5e3067
7
- data.tar.gz: 197984d01bc9686789cdccf70a84aaad599c8fcdba7d02cc423f6f524afaed95c6145137646b18ae4da07cc23c8914d29ba016f6c0ee9022a1d74a4c69e8fc59
6
+ metadata.gz: 88f047bb55b0d1bca5676f6e78bbf6f1604767e0a3257965a22442195d383c7095eef826a4aa6d2a7a017d597763a4c9843c8aa573c6ea0b11a1dfe90cc32526
7
+ data.tar.gz: d9564722ff43a238a20320354828be315cf230429b1cf614e864d0705659543902126b479ea07b63353a2d66c596ae93feefc796a101d0961cf29f47861097b4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.564
1
+ 3.0.565
@@ -5562,10 +5562,13 @@ module TencentCloud
5562
5562
  # @param WanStatus: 外网状态
5563
5563
  # 注意:此字段可能返回 null,表示取不到有效值。
5564
5564
  # @type WanStatus: String
5565
+ # @param InstanceGroupId: 实例组ID
5566
+ # 注意:此字段可能返回 null,表示取不到有效值。
5567
+ # @type InstanceGroupId: String
5565
5568
 
5566
- attr_accessor :Vip, :Vport, :WanDomain, :WanPort, :NetType, :UniqSubnetId, :UniqVpcId, :Description, :WanIP, :WanStatus
5569
+ attr_accessor :Vip, :Vport, :WanDomain, :WanPort, :NetType, :UniqSubnetId, :UniqVpcId, :Description, :WanIP, :WanStatus, :InstanceGroupId
5567
5570
 
5568
- def initialize(vip=nil, vport=nil, wandomain=nil, wanport=nil, nettype=nil, uniqsubnetid=nil, uniqvpcid=nil, description=nil, wanip=nil, wanstatus=nil)
5571
+ def initialize(vip=nil, vport=nil, wandomain=nil, wanport=nil, nettype=nil, uniqsubnetid=nil, uniqvpcid=nil, description=nil, wanip=nil, wanstatus=nil, instancegroupid=nil)
5569
5572
  @Vip = vip
5570
5573
  @Vport = vport
5571
5574
  @WanDomain = wandomain
@@ -5576,6 +5579,7 @@ module TencentCloud
5576
5579
  @Description = description
5577
5580
  @WanIP = wanip
5578
5581
  @WanStatus = wanstatus
5582
+ @InstanceGroupId = instancegroupid
5579
5583
  end
5580
5584
 
5581
5585
  def deserialize(params)
@@ -5589,6 +5593,7 @@ module TencentCloud
5589
5593
  @Description = params['Description']
5590
5594
  @WanIP = params['WanIP']
5591
5595
  @WanStatus = params['WanStatus']
5596
+ @InstanceGroupId = params['InstanceGroupId']
5592
5597
  end
5593
5598
  end
5594
5599
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.564
4
+ version: 3.0.565
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-08 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common