tencentcloud-sdk-cynosdb 3.0.520 → 3.0.522

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190107/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f15e30f942e11b7b831c4635d016ec065c04302e
4
- data.tar.gz: 89a3999879d8a6a2d21f08fd6762986f5cdb6c0a
3
+ metadata.gz: 0ffc31080b8fa9e10fdc368acecc05302f182884
4
+ data.tar.gz: 6d70f9f1cbbfe6398dee8127fe5025ae403f9708
5
5
  SHA512:
6
- metadata.gz: 998d69eca38707057a67447d0147ac903fc5652c4b528478f8dcf9b9654737bb726c75c4b92c2d0c8ff59cef65f1e8a10c127adf657126d1bfd767dfefbcaf00
7
- data.tar.gz: f6646481c29c46e8f3c24d555442d1d30a7e6f7bd6322e0e853727a26a6e34fd6efbeb9c094735a67621d0c7dc4c5b5175fc93b5b9aa993ec6d50d0878102742
6
+ metadata.gz: 4461c4a15364f5a3cb6bba82e40483835782921d989a00c6a83b7d9df3bf40fc897ff15766700e851f5515654f0a2e4bff62854d2b3b1ab7d87f132fee738dca
7
+ data.tar.gz: a2f69221a73d71644029c788005141e927989aaea10fdcdda8f739c64ac50dcd37f01556246022d81dffb23a827b508c5e40e89284b708b0f07a883ecd7e871e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.520
1
+ 3.0.522
@@ -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.520
4
+ version: 3.0.522
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-02 00:00:00.000000000 Z
11
+ date: 2023-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common