tencentcloud-sdk-cynosdb 3.0.520 → 3.0.521
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/v20190107/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: fd9581854dce9a544141304e473a0c433e139a3a
|
4
|
+
data.tar.gz: 1caa13bb7e8b7703490c6b9c22c11776cf62f618
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70c7a8c07387abdc64e3472c4680be0642a57ba29139664e3b520b3376defb8f5c84c34489029de7f30738ede4058d49af8d6d6fd2318e715c65df47a2e08e9e
|
7
|
+
data.tar.gz: 76e7bb24ab9c913babfd5e9c60d2e785e1289ebe805cf42f0b74be96ad31004644836e7dee273f62168a725bcd6199ee3368a967a7948a1b4508282c8e081a2d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.521
|
data/lib/v20190107/models.rb
CHANGED
@@ -1919,10 +1919,16 @@ module TencentCloud
|
|
1919
1919
|
# @param ResourceTags: 资源标签
|
1920
1920
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1921
1921
|
# @type ResourceTags: Array
|
1922
|
+
# @param MasterZone: 主可用区
|
1923
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1924
|
+
# @type MasterZone: String
|
1925
|
+
# @param SlaveZones: 备可用区
|
1926
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1927
|
+
# @type SlaveZones: Array
|
1922
1928
|
|
1923
|
-
attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :DbType, :DbVersion, :Cpu, :Memory, :Storage, :InstanceType, :InstanceRole, :UpdateTime, :CreateTime, :VpcId, :SubnetId, :Vip, :Vport, :PayMode, :PeriodEndTime, :DestroyDeadlineText, :IsolateTime, :NetType, :WanDomain, :WanIP, :WanPort, :WanStatus, :DestroyTime, :CynosVersion, :ProcessingTask, :RenewFlag, :MinCpu, :MaxCpu, :ServerlessStatus, :StorageId, :StoragePayMode, :PhysicalZone, :BusinessType, :Tasks, :IsFreeze, :ResourceTags
|
1929
|
+
attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :DbType, :DbVersion, :Cpu, :Memory, :Storage, :InstanceType, :InstanceRole, :UpdateTime, :CreateTime, :VpcId, :SubnetId, :Vip, :Vport, :PayMode, :PeriodEndTime, :DestroyDeadlineText, :IsolateTime, :NetType, :WanDomain, :WanIP, :WanPort, :WanStatus, :DestroyTime, :CynosVersion, :ProcessingTask, :RenewFlag, :MinCpu, :MaxCpu, :ServerlessStatus, :StorageId, :StoragePayMode, :PhysicalZone, :BusinessType, :Tasks, :IsFreeze, :ResourceTags, :MasterZone, :SlaveZones
|
1924
1930
|
|
1925
|
-
def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, dbtype=nil, dbversion=nil, cpu=nil, memory=nil, storage=nil, instancetype=nil, instancerole=nil, updatetime=nil, createtime=nil, vpcid=nil, subnetid=nil, vip=nil, vport=nil, paymode=nil, periodendtime=nil, destroydeadlinetext=nil, isolatetime=nil, nettype=nil, wandomain=nil, wanip=nil, wanport=nil, wanstatus=nil, destroytime=nil, cynosversion=nil, processingtask=nil, renewflag=nil, mincpu=nil, maxcpu=nil, serverlessstatus=nil, storageid=nil, storagepaymode=nil, physicalzone=nil, businesstype=nil, tasks=nil, isfreeze=nil, resourcetags=nil)
|
1931
|
+
def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, dbtype=nil, dbversion=nil, cpu=nil, memory=nil, storage=nil, instancetype=nil, instancerole=nil, updatetime=nil, createtime=nil, vpcid=nil, subnetid=nil, vip=nil, vport=nil, paymode=nil, periodendtime=nil, destroydeadlinetext=nil, isolatetime=nil, nettype=nil, wandomain=nil, wanip=nil, wanport=nil, wanstatus=nil, destroytime=nil, cynosversion=nil, processingtask=nil, renewflag=nil, mincpu=nil, maxcpu=nil, serverlessstatus=nil, storageid=nil, storagepaymode=nil, physicalzone=nil, businesstype=nil, tasks=nil, isfreeze=nil, resourcetags=nil, masterzone=nil, slavezones=nil)
|
1926
1932
|
@Uin = uin
|
1927
1933
|
@AppId = appid
|
1928
1934
|
@ClusterId = clusterid
|
@@ -1970,6 +1976,8 @@ module TencentCloud
|
|
1970
1976
|
@Tasks = tasks
|
1971
1977
|
@IsFreeze = isfreeze
|
1972
1978
|
@ResourceTags = resourcetags
|
1979
|
+
@MasterZone = masterzone
|
1980
|
+
@SlaveZones = slavezones
|
1973
1981
|
end
|
1974
1982
|
|
1975
1983
|
def deserialize(params)
|
@@ -2034,6 +2042,8 @@ module TencentCloud
|
|
2034
2042
|
@ResourceTags << tag_tmp
|
2035
2043
|
end
|
2036
2044
|
end
|
2045
|
+
@MasterZone = params['MasterZone']
|
2046
|
+
@SlaveZones = params['SlaveZones']
|
2037
2047
|
end
|
2038
2048
|
end
|
2039
2049
|
|
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.521
|
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-03-
|
11
|
+
date: 2023-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|