tencentcloud-sdk-cynosdb 3.0.387 → 3.0.388
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 +17 -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: 00cd3bcd5faee5c8e377a6e8d9e1e75a13b41a45
|
|
4
|
+
data.tar.gz: c826eeb7ba36def70c9124a7eb3224e0629d0c5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5b431a8cc3aa12926c794e6509aebc085248da875a6cab8596ae421f9ba52fcdff046d259e37463c831ed82cee901f670c0eed90d015b614f2f0c5797d3a9dd
|
|
7
|
+
data.tar.gz: eaba2e7f7ad2c12a57a3fec58c8e16e698951b5043fe574fef4fe6848753770864dad53c8db3352d2c4b5a8fa18aef0066c6eba52f388cafae4f02196e2aa892
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.388
|
data/lib/v20190107/models.rb
CHANGED
|
@@ -3543,15 +3543,27 @@ module TencentCloud
|
|
|
3543
3543
|
# @param NetType: 网络类型(ro-只读,rw/ha-读写)
|
|
3544
3544
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3545
3545
|
# @type NetType: String
|
|
3546
|
+
# @param UniqSubnetId: 子网ID
|
|
3547
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3548
|
+
# @type UniqSubnetId: String
|
|
3549
|
+
# @param UniqVpcId: 私有网络ID
|
|
3550
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3551
|
+
# @type UniqVpcId: String
|
|
3552
|
+
# @param Description: 描述信息
|
|
3553
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3554
|
+
# @type Description: String
|
|
3546
3555
|
|
|
3547
|
-
attr_accessor :Vip, :Vport, :WanDomain, :WanPort, :NetType
|
|
3556
|
+
attr_accessor :Vip, :Vport, :WanDomain, :WanPort, :NetType, :UniqSubnetId, :UniqVpcId, :Description
|
|
3548
3557
|
|
|
3549
|
-
def initialize(vip=nil, vport=nil, wandomain=nil, wanport=nil, nettype=nil)
|
|
3558
|
+
def initialize(vip=nil, vport=nil, wandomain=nil, wanport=nil, nettype=nil, uniqsubnetid=nil, uniqvpcid=nil, description=nil)
|
|
3550
3559
|
@Vip = vip
|
|
3551
3560
|
@Vport = vport
|
|
3552
3561
|
@WanDomain = wandomain
|
|
3553
3562
|
@WanPort = wanport
|
|
3554
3563
|
@NetType = nettype
|
|
3564
|
+
@UniqSubnetId = uniqsubnetid
|
|
3565
|
+
@UniqVpcId = uniqvpcid
|
|
3566
|
+
@Description = description
|
|
3555
3567
|
end
|
|
3556
3568
|
|
|
3557
3569
|
def deserialize(params)
|
|
@@ -3560,6 +3572,9 @@ module TencentCloud
|
|
|
3560
3572
|
@WanDomain = params['WanDomain']
|
|
3561
3573
|
@WanPort = params['WanPort']
|
|
3562
3574
|
@NetType = params['NetType']
|
|
3575
|
+
@UniqSubnetId = params['UniqSubnetId']
|
|
3576
|
+
@UniqVpcId = params['UniqVpcId']
|
|
3577
|
+
@Description = params['Description']
|
|
3563
3578
|
end
|
|
3564
3579
|
end
|
|
3565
3580
|
|
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.388
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|