tencentcloud-sdk-cynosdb 3.0.947 → 3.0.949
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/v20190107/models.rb +8 -3
- 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: 6f044cb39109d1dad760a101b6345bdea0560c42
|
4
|
+
data.tar.gz: 8d25731494fd92c58bf37255582e9f648b3455d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a61891f0109d8874dd9ee1ccc58548f305aa5c1d9fd169cc690da1b57f8286d4b4717563439999aca16cdbceb3c3addd2cd826d915055b869be9bb3055ed201
|
7
|
+
data.tar.gz: c9aa5c01aee093a20752229eaa576ec9153477cfe6b5d4b8ccfaeef2eca42fbc47c3b4ae5c1b84d8d86a5b100587d9271300ac42b6562c661f8cd3161125b67c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.949
|
data/lib/v20190107/models.rb
CHANGED
@@ -3649,10 +3649,13 @@ module TencentCloud
|
|
3649
3649
|
# @type MinCpu: Float
|
3650
3650
|
# @param MaxCpu: serverless实例cpu上限
|
3651
3651
|
# @type MaxCpu: Float
|
3652
|
+
# @param DbMode: Db类型:<li>NORMAL</li><li>SERVERLESS</li>
|
3653
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3654
|
+
# @type DbMode: String
|
3652
3655
|
|
3653
|
-
attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :ServerlessStatus, :DbType, :DbVersion, :Cpu, :Memory, :Storage, :InstanceType, :InstanceRole, :UpdateTime, :CreateTime, :PayMode, :PeriodEndTime, :NetType, :VpcId, :SubnetId, :Vip, :Vport, :WanDomain, :Charset, :CynosVersion, :RenewFlag, :MinCpu, :MaxCpu
|
3656
|
+
attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :ServerlessStatus, :DbType, :DbVersion, :Cpu, :Memory, :Storage, :InstanceType, :InstanceRole, :UpdateTime, :CreateTime, :PayMode, :PeriodEndTime, :NetType, :VpcId, :SubnetId, :Vip, :Vport, :WanDomain, :Charset, :CynosVersion, :RenewFlag, :MinCpu, :MaxCpu, :DbMode
|
3654
3657
|
|
3655
|
-
def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, serverlessstatus=nil, dbtype=nil, dbversion=nil, cpu=nil, memory=nil, storage=nil, instancetype=nil, instancerole=nil, updatetime=nil, createtime=nil, paymode=nil, periodendtime=nil, nettype=nil, vpcid=nil, subnetid=nil, vip=nil, vport=nil, wandomain=nil, charset=nil, cynosversion=nil, renewflag=nil, mincpu=nil, maxcpu=nil)
|
3658
|
+
def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, serverlessstatus=nil, dbtype=nil, dbversion=nil, cpu=nil, memory=nil, storage=nil, instancetype=nil, instancerole=nil, updatetime=nil, createtime=nil, paymode=nil, periodendtime=nil, nettype=nil, vpcid=nil, subnetid=nil, vip=nil, vport=nil, wandomain=nil, charset=nil, cynosversion=nil, renewflag=nil, mincpu=nil, maxcpu=nil, dbmode=nil)
|
3656
3659
|
@Uin = uin
|
3657
3660
|
@AppId = appid
|
3658
3661
|
@ClusterId = clusterid
|
@@ -3687,6 +3690,7 @@ module TencentCloud
|
|
3687
3690
|
@RenewFlag = renewflag
|
3688
3691
|
@MinCpu = mincpu
|
3689
3692
|
@MaxCpu = maxcpu
|
3693
|
+
@DbMode = dbmode
|
3690
3694
|
end
|
3691
3695
|
|
3692
3696
|
def deserialize(params)
|
@@ -3724,6 +3728,7 @@ module TencentCloud
|
|
3724
3728
|
@RenewFlag = params['RenewFlag']
|
3725
3729
|
@MinCpu = params['MinCpu']
|
3726
3730
|
@MaxCpu = params['MaxCpu']
|
3731
|
+
@DbMode = params['DbMode']
|
3727
3732
|
end
|
3728
3733
|
end
|
3729
3734
|
|
@@ -10964,7 +10969,7 @@ module TencentCloud
|
|
10964
10969
|
# OpenClusterReadOnlyInstanceGroupAccess返回参数结构体
|
10965
10970
|
class OpenClusterReadOnlyInstanceGroupAccessResponse < TencentCloud::Common::AbstractModel
|
10966
10971
|
# @param FlowId: 开启流程ID
|
10967
|
-
# @type FlowId:
|
10972
|
+
# @type FlowId: Integer
|
10968
10973
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10969
10974
|
# @type RequestId: String
|
10970
10975
|
|
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.949
|
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-11-
|
11
|
+
date: 2024-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|