tencentcloud-sdk-cynosdb 3.0.529 → 3.0.530
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 +81 -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: 85a36052d91359dae7c8047349620d7cd27c5a73
|
4
|
+
data.tar.gz: d36f8d908eed75a4b2442a2b4b7a295870a08bcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0950bc98a0bd92d0260d50eb2376f0bde7cae407a5365f706c8c5d24cbbee7d258ae8fd5b258c29e878d267b48794d2aa12d2e14b871b0259983fb927b666b7d
|
7
|
+
data.tar.gz: e5039bfb0ec5ddb4a4c6b0814fbb2d9b063efbf3d44630d929263b0bf326070e3e725a0dbbeba12030965179b48f79c9d2ca6551cdda80d9c7c473fb6065f282
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.530
|
data/lib/v20190107/models.rb
CHANGED
@@ -1925,10 +1925,13 @@ module TencentCloud
|
|
1925
1925
|
# @param SlaveZones: 备可用区
|
1926
1926
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1927
1927
|
# @type SlaveZones: Array
|
1928
|
+
# @param InstanceNetInfo: 实例网络信息
|
1929
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1930
|
+
# @type InstanceNetInfo: Array
|
1928
1931
|
|
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
|
1932
|
+
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, :InstanceNetInfo
|
1930
1933
|
|
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)
|
1934
|
+
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, instancenetinfo=nil)
|
1932
1935
|
@Uin = uin
|
1933
1936
|
@AppId = appid
|
1934
1937
|
@ClusterId = clusterid
|
@@ -1978,6 +1981,7 @@ module TencentCloud
|
|
1978
1981
|
@ResourceTags = resourcetags
|
1979
1982
|
@MasterZone = masterzone
|
1980
1983
|
@SlaveZones = slavezones
|
1984
|
+
@InstanceNetInfo = instancenetinfo
|
1981
1985
|
end
|
1982
1986
|
|
1983
1987
|
def deserialize(params)
|
@@ -2044,6 +2048,14 @@ module TencentCloud
|
|
2044
2048
|
end
|
2045
2049
|
@MasterZone = params['MasterZone']
|
2046
2050
|
@SlaveZones = params['SlaveZones']
|
2051
|
+
unless params['InstanceNetInfo'].nil?
|
2052
|
+
@InstanceNetInfo = []
|
2053
|
+
params['InstanceNetInfo'].each do |i|
|
2054
|
+
instancenetinfo_tmp = InstanceNetInfo.new
|
2055
|
+
instancenetinfo_tmp.deserialize(i)
|
2056
|
+
@InstanceNetInfo << instancenetinfo_tmp
|
2057
|
+
end
|
2058
|
+
end
|
2047
2059
|
end
|
2048
2060
|
end
|
2049
2061
|
|
@@ -4616,6 +4628,73 @@ module TencentCloud
|
|
4616
4628
|
end
|
4617
4629
|
end
|
4618
4630
|
|
4631
|
+
# 实例网络信息
|
4632
|
+
class InstanceNetInfo < TencentCloud::Common::AbstractModel
|
4633
|
+
# @param InstanceGroupType: 网络类型
|
4634
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4635
|
+
# @type InstanceGroupType: String
|
4636
|
+
# @param InstanceGroupId: 接入组ID
|
4637
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4638
|
+
# @type InstanceGroupId: String
|
4639
|
+
# @param VpcId: 私有网络ID
|
4640
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4641
|
+
# @type VpcId: String
|
4642
|
+
# @param SubnetId: 子网ID
|
4643
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4644
|
+
# @type SubnetId: String
|
4645
|
+
# @param NetType: 网络类型, 0-基础网络, 1-vpc网络, 2-黑石网络
|
4646
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4647
|
+
# @type NetType: Integer
|
4648
|
+
# @param Vip: 私有网络IP
|
4649
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4650
|
+
# @type Vip: String
|
4651
|
+
# @param Vport: 私有网络端口
|
4652
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4653
|
+
# @type Vport: Integer
|
4654
|
+
# @param WanDomain: 外网域名
|
4655
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4656
|
+
# @type WanDomain: String
|
4657
|
+
# @param WanIP: 外网Ip
|
4658
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4659
|
+
# @type WanIP: String
|
4660
|
+
# @param WanPort: 外网端口
|
4661
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4662
|
+
# @type WanPort: Integer
|
4663
|
+
# @param WanStatus: 外网开启状态
|
4664
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4665
|
+
# @type WanStatus: String
|
4666
|
+
|
4667
|
+
attr_accessor :InstanceGroupType, :InstanceGroupId, :VpcId, :SubnetId, :NetType, :Vip, :Vport, :WanDomain, :WanIP, :WanPort, :WanStatus
|
4668
|
+
|
4669
|
+
def initialize(instancegrouptype=nil, instancegroupid=nil, vpcid=nil, subnetid=nil, nettype=nil, vip=nil, vport=nil, wandomain=nil, wanip=nil, wanport=nil, wanstatus=nil)
|
4670
|
+
@InstanceGroupType = instancegrouptype
|
4671
|
+
@InstanceGroupId = instancegroupid
|
4672
|
+
@VpcId = vpcid
|
4673
|
+
@SubnetId = subnetid
|
4674
|
+
@NetType = nettype
|
4675
|
+
@Vip = vip
|
4676
|
+
@Vport = vport
|
4677
|
+
@WanDomain = wandomain
|
4678
|
+
@WanIP = wanip
|
4679
|
+
@WanPort = wanport
|
4680
|
+
@WanStatus = wanstatus
|
4681
|
+
end
|
4682
|
+
|
4683
|
+
def deserialize(params)
|
4684
|
+
@InstanceGroupType = params['InstanceGroupType']
|
4685
|
+
@InstanceGroupId = params['InstanceGroupId']
|
4686
|
+
@VpcId = params['VpcId']
|
4687
|
+
@SubnetId = params['SubnetId']
|
4688
|
+
@NetType = params['NetType']
|
4689
|
+
@Vip = params['Vip']
|
4690
|
+
@Vport = params['Vport']
|
4691
|
+
@WanDomain = params['WanDomain']
|
4692
|
+
@WanIP = params['WanIP']
|
4693
|
+
@WanPort = params['WanPort']
|
4694
|
+
@WanStatus = params['WanStatus']
|
4695
|
+
end
|
4696
|
+
end
|
4697
|
+
|
4619
4698
|
# 实例可售卖规格详细信息,创建实例时Cpu/Memory确定实例规格,存储可选大小为[MinStorageSize,MaxStorageSize]
|
4620
4699
|
class InstanceSpec < TencentCloud::Common::AbstractModel
|
4621
4700
|
# @param Cpu: 实例CPU,单位:核
|
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.530
|
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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|