tencentcloud-sdk-vdb 3.0.852 → 3.0.853
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/v20230616/models.rb +12 -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: 635630b285e95e2c5c2b71ae4c8c205a44db16c7
|
|
4
|
+
data.tar.gz: 3ab6d36ec809d2c0612ab68e6d2a5e94f6bc8f8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 08e528ee9667eeec9c95a7e2a5091cc190a165a82abd5e3bd2d5e4af27ba63209f5f7b60d4e5b9ab0ed75ad0da411a06bd5de5b14e9b470abc4b4a71852a3718
|
|
7
|
+
data.tar.gz: 2ac6204a028f728b72ffc19ca7b206c23b5db6563be86c3441fb4943c4859cec7065831c6a1a04915eaaf9461d8001ab0dceb662c1b856a8bb1e09d4fb915145
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.853
|
data/lib/v20230616/models.rb
CHANGED
|
@@ -197,10 +197,16 @@ module TencentCloud
|
|
|
197
197
|
# @param WanAddress: 外网地址。
|
|
198
198
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
199
199
|
# @type WanAddress: String
|
|
200
|
+
# @param IsolateAt: 隔离时间
|
|
201
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
202
|
+
# @type IsolateAt: String
|
|
203
|
+
# @param AutoRenew: 是否自动续费。0: 不自动续费(可以支持特权不停服);1:自动续费;2:到期不续费.
|
|
204
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
205
|
+
# @type AutoRenew: Integer
|
|
200
206
|
|
|
201
|
-
attr_accessor :InstanceId, :Name, :AppId, :Region, :Zone, :Product, :Networks, :ShardNum, :ReplicaNum, :Cpu, :Memory, :Disk, :HealthScore, :Warning, :Project, :ResourceTags, :CreatedAt, :Status, :EngineName, :EngineVersion, :PayMode, :Extend, :ExpiredAt, :IsNoExpired, :WanAddress
|
|
207
|
+
attr_accessor :InstanceId, :Name, :AppId, :Region, :Zone, :Product, :Networks, :ShardNum, :ReplicaNum, :Cpu, :Memory, :Disk, :HealthScore, :Warning, :Project, :ResourceTags, :CreatedAt, :Status, :EngineName, :EngineVersion, :PayMode, :Extend, :ExpiredAt, :IsNoExpired, :WanAddress, :IsolateAt, :AutoRenew
|
|
202
208
|
|
|
203
|
-
def initialize(instanceid=nil, name=nil, appid=nil, region=nil, zone=nil, product=nil, networks=nil, shardnum=nil, replicanum=nil, cpu=nil, memory=nil, disk=nil, healthscore=nil, warning=nil, project=nil, resourcetags=nil, createdat=nil, status=nil, enginename=nil, engineversion=nil, paymode=nil, extend=nil, expiredat=nil, isnoexpired=nil, wanaddress=nil)
|
|
209
|
+
def initialize(instanceid=nil, name=nil, appid=nil, region=nil, zone=nil, product=nil, networks=nil, shardnum=nil, replicanum=nil, cpu=nil, memory=nil, disk=nil, healthscore=nil, warning=nil, project=nil, resourcetags=nil, createdat=nil, status=nil, enginename=nil, engineversion=nil, paymode=nil, extend=nil, expiredat=nil, isnoexpired=nil, wanaddress=nil, isolateat=nil, autorenew=nil)
|
|
204
210
|
@InstanceId = instanceid
|
|
205
211
|
@Name = name
|
|
206
212
|
@AppId = appid
|
|
@@ -226,6 +232,8 @@ module TencentCloud
|
|
|
226
232
|
@ExpiredAt = expiredat
|
|
227
233
|
@IsNoExpired = isnoexpired
|
|
228
234
|
@WanAddress = wanaddress
|
|
235
|
+
@IsolateAt = isolateat
|
|
236
|
+
@AutoRenew = autorenew
|
|
229
237
|
end
|
|
230
238
|
|
|
231
239
|
def deserialize(params)
|
|
@@ -268,6 +276,8 @@ module TencentCloud
|
|
|
268
276
|
@ExpiredAt = params['ExpiredAt']
|
|
269
277
|
@IsNoExpired = params['IsNoExpired']
|
|
270
278
|
@WanAddress = params['WanAddress']
|
|
279
|
+
@IsolateAt = params['IsolateAt']
|
|
280
|
+
@AutoRenew = params['AutoRenew']
|
|
271
281
|
end
|
|
272
282
|
end
|
|
273
283
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.853
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|