tencentcloud-sdk-vdb 3.0.909 → 3.0.910
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230616/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: c2499db81db56ac5238b130c466feb411b9e66e5
|
4
|
+
data.tar.gz: 84bf3505819c558c37c917ae0ce60c8f81dff7df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c719860d366d0a0cecb229904da01634a8ed15da1b30600aa228e81b70795ea94d3b8a2789d42241465df69c64b68a3f1714cd65061ded8a95bc980a4c42df3d
|
7
|
+
data.tar.gz: 262432650d9892fbf391fd18fe5cf572f349b43f010a923d07eb6c778f61ec973eca235c44fa9a180b591f3934ff4339f2e81a933bca395b0579df04fead5b3b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.910
|
data/lib/v20230616/models.rb
CHANGED
@@ -402,6 +402,9 @@ module TencentCloud
|
|
402
402
|
# @param EngineVersion: 引擎版本。
|
403
403
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
404
404
|
# @type EngineVersion: String
|
405
|
+
# @param ApiVersion: api版本
|
406
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
407
|
+
# @type ApiVersion: String
|
405
408
|
# @param PayMode: 计费模式。
|
406
409
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
407
410
|
# @type PayMode: Integer
|
@@ -424,9 +427,9 @@ module TencentCloud
|
|
424
427
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
425
428
|
# @type AutoRenew: Integer
|
426
429
|
|
427
|
-
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
|
430
|
+
attr_accessor :InstanceId, :Name, :AppId, :Region, :Zone, :Product, :Networks, :ShardNum, :ReplicaNum, :Cpu, :Memory, :Disk, :HealthScore, :Warning, :Project, :ResourceTags, :CreatedAt, :Status, :EngineName, :EngineVersion, :ApiVersion, :PayMode, :Extend, :ExpiredAt, :IsNoExpired, :WanAddress, :IsolateAt, :AutoRenew
|
428
431
|
|
429
|
-
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)
|
432
|
+
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, apiversion=nil, paymode=nil, extend=nil, expiredat=nil, isnoexpired=nil, wanaddress=nil, isolateat=nil, autorenew=nil)
|
430
433
|
@InstanceId = instanceid
|
431
434
|
@Name = name
|
432
435
|
@AppId = appid
|
@@ -447,6 +450,7 @@ module TencentCloud
|
|
447
450
|
@Status = status
|
448
451
|
@EngineName = enginename
|
449
452
|
@EngineVersion = engineversion
|
453
|
+
@ApiVersion = apiversion
|
450
454
|
@PayMode = paymode
|
451
455
|
@Extend = extend
|
452
456
|
@ExpiredAt = expiredat
|
@@ -491,6 +495,7 @@ module TencentCloud
|
|
491
495
|
@Status = params['Status']
|
492
496
|
@EngineName = params['EngineName']
|
493
497
|
@EngineVersion = params['EngineVersion']
|
498
|
+
@ApiVersion = params['ApiVersion']
|
494
499
|
@PayMode = params['PayMode']
|
495
500
|
@Extend = params['Extend']
|
496
501
|
@ExpiredAt = params['ExpiredAt']
|
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.910
|
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-09-
|
11
|
+
date: 2024-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|