tencentcloud-sdk-cynosdb 3.0.563 → 3.0.565
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190107/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6b0296ddbb6a626d949753eb20bc0cc63a71852
|
|
4
|
+
data.tar.gz: b92379ded42a8e1084f593c8239cd6f5188d62cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88f047bb55b0d1bca5676f6e78bbf6f1604767e0a3257965a22442195d383c7095eef826a4aa6d2a7a017d597763a4c9843c8aa573c6ea0b11a1dfe90cc32526
|
|
7
|
+
data.tar.gz: d9564722ff43a238a20320354828be315cf230429b1cf614e864d0705659543902126b479ea07b63353a2d66c596ae93feefc796a101d0961cf29f47861097b4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.565
|
data/lib/v20190107/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|