tencentcloud-sdk-cynosdb 3.0.1063 → 3.0.1065
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 +12 -6
- 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: 2aade632a9cba0bacea313da677470b9959efd67
|
4
|
+
data.tar.gz: 8640050983141de21b55b28e82f876c2d0ca3f1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cc5a7a8512e11af4accf29d404acc44f7490e66b4adb67f3b66c9b5b17d2b57949f87ac5d7163b74556269b9308951242744d01f1a19cee52989cee591bcf89
|
7
|
+
data.tar.gz: 8e1253f06d543567f8e3d39483f9e8c238208c6d9616c1bff6192f1876094dcefbadc5ad20b5df21d03d8b0d1fa2c65664e1f7f67449dcd7bc5a9cb63f35f082
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1065
|
data/lib/v20190107/models.rb
CHANGED
@@ -1451,10 +1451,8 @@ module TencentCloud
|
|
1451
1451
|
# CloseSSL返回参数结构体
|
1452
1452
|
class CloseSSLResponse < TencentCloud::Common::AbstractModel
|
1453
1453
|
# @param FlowId: 流程ID
|
1454
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1455
1454
|
# @type FlowId: Integer
|
1456
1455
|
# @param TaskId: 任务id
|
1457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1458
1456
|
# @type TaskId: Integer
|
1459
1457
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1460
1458
|
# @type RequestId: String
|
@@ -2824,6 +2822,8 @@ module TencentCloud
|
|
2824
2822
|
# @type SubnetId: String
|
2825
2823
|
# @param CynosVersion: cynos内核版本
|
2826
2824
|
# @type CynosVersion: String
|
2825
|
+
# @param CynosVersionTag: cynos版本标签
|
2826
|
+
# @type CynosVersionTag: String
|
2827
2827
|
# @param StorageLimit: 存储容量
|
2828
2828
|
# @type StorageLimit: Integer
|
2829
2829
|
# @param RenewFlag: 续费标志
|
@@ -2872,10 +2872,12 @@ module TencentCloud
|
|
2872
2872
|
# @type ResourcePackages: Array
|
2873
2873
|
# @param GdnId: 全球数据库唯一标识
|
2874
2874
|
# @type GdnId: String
|
2875
|
+
# @param GdnRole: 集群角色。主集群- primary,从集群 - standby,如果 GdnId为空,该字段无效。
|
2876
|
+
# @type GdnRole: String
|
2875
2877
|
|
2876
|
-
attr_accessor :Status, :UpdateTime, :Zone, :ClusterName, :Region, :DbVersion, :ClusterId, :InstanceNum, :Uin, :DbType, :AppId, :StatusDesc, :CreateTime, :PayMode, :PeriodEndTime, :Vip, :Vport, :ProjectID, :VpcId, :SubnetId, :CynosVersion, :StorageLimit, :RenewFlag, :ProcessingTask, :Tasks, :ResourceTags, :DbMode, :ServerlessStatus, :Storage, :StorageId, :StoragePayMode, :MinStorageSize, :MaxStorageSize, :NetAddrs, :PhysicalZone, :MasterZone, :HasSlaveZone, :SlaveZones, :BusinessType, :IsFreeze, :OrderSource, :Ability, :ResourcePackages, :GdnId
|
2878
|
+
attr_accessor :Status, :UpdateTime, :Zone, :ClusterName, :Region, :DbVersion, :ClusterId, :InstanceNum, :Uin, :DbType, :AppId, :StatusDesc, :CreateTime, :PayMode, :PeriodEndTime, :Vip, :Vport, :ProjectID, :VpcId, :SubnetId, :CynosVersion, :CynosVersionTag, :StorageLimit, :RenewFlag, :ProcessingTask, :Tasks, :ResourceTags, :DbMode, :ServerlessStatus, :Storage, :StorageId, :StoragePayMode, :MinStorageSize, :MaxStorageSize, :NetAddrs, :PhysicalZone, :MasterZone, :HasSlaveZone, :SlaveZones, :BusinessType, :IsFreeze, :OrderSource, :Ability, :ResourcePackages, :GdnId, :GdnRole
|
2877
2879
|
|
2878
|
-
def initialize(status=nil, updatetime=nil, zone=nil, clustername=nil, region=nil, dbversion=nil, clusterid=nil, instancenum=nil, uin=nil, dbtype=nil, appid=nil, statusdesc=nil, createtime=nil, paymode=nil, periodendtime=nil, vip=nil, vport=nil, projectid=nil, vpcid=nil, subnetid=nil, cynosversion=nil, storagelimit=nil, renewflag=nil, processingtask=nil, tasks=nil, resourcetags=nil, dbmode=nil, serverlessstatus=nil, storage=nil, storageid=nil, storagepaymode=nil, minstoragesize=nil, maxstoragesize=nil, netaddrs=nil, physicalzone=nil, masterzone=nil, hasslavezone=nil, slavezones=nil, businesstype=nil, isfreeze=nil, ordersource=nil, ability=nil, resourcepackages=nil, gdnid=nil)
|
2880
|
+
def initialize(status=nil, updatetime=nil, zone=nil, clustername=nil, region=nil, dbversion=nil, clusterid=nil, instancenum=nil, uin=nil, dbtype=nil, appid=nil, statusdesc=nil, createtime=nil, paymode=nil, periodendtime=nil, vip=nil, vport=nil, projectid=nil, vpcid=nil, subnetid=nil, cynosversion=nil, cynosversiontag=nil, storagelimit=nil, renewflag=nil, processingtask=nil, tasks=nil, resourcetags=nil, dbmode=nil, serverlessstatus=nil, storage=nil, storageid=nil, storagepaymode=nil, minstoragesize=nil, maxstoragesize=nil, netaddrs=nil, physicalzone=nil, masterzone=nil, hasslavezone=nil, slavezones=nil, businesstype=nil, isfreeze=nil, ordersource=nil, ability=nil, resourcepackages=nil, gdnid=nil, gdnrole=nil)
|
2879
2881
|
@Status = status
|
2880
2882
|
@UpdateTime = updatetime
|
2881
2883
|
@Zone = zone
|
@@ -2897,6 +2899,7 @@ module TencentCloud
|
|
2897
2899
|
@VpcId = vpcid
|
2898
2900
|
@SubnetId = subnetid
|
2899
2901
|
@CynosVersion = cynosversion
|
2902
|
+
@CynosVersionTag = cynosversiontag
|
2900
2903
|
@StorageLimit = storagelimit
|
2901
2904
|
@RenewFlag = renewflag
|
2902
2905
|
@ProcessingTask = processingtask
|
@@ -2920,6 +2923,7 @@ module TencentCloud
|
|
2920
2923
|
@Ability = ability
|
2921
2924
|
@ResourcePackages = resourcepackages
|
2922
2925
|
@GdnId = gdnid
|
2926
|
+
@GdnRole = gdnrole
|
2923
2927
|
end
|
2924
2928
|
|
2925
2929
|
def deserialize(params)
|
@@ -2944,6 +2948,7 @@ module TencentCloud
|
|
2944
2948
|
@VpcId = params['VpcId']
|
2945
2949
|
@SubnetId = params['SubnetId']
|
2946
2950
|
@CynosVersion = params['CynosVersion']
|
2951
|
+
@CynosVersionTag = params['CynosVersionTag']
|
2947
2952
|
@StorageLimit = params['StorageLimit']
|
2948
2953
|
@RenewFlag = params['RenewFlag']
|
2949
2954
|
@ProcessingTask = params['ProcessingTask']
|
@@ -2998,6 +3003,7 @@ module TencentCloud
|
|
2998
3003
|
end
|
2999
3004
|
end
|
3000
3005
|
@GdnId = params['GdnId']
|
3006
|
+
@GdnRole = params['GdnRole']
|
3001
3007
|
end
|
3002
3008
|
end
|
3003
3009
|
|
@@ -12831,9 +12837,9 @@ module TencentCloud
|
|
12831
12837
|
# @type RollbackStrategy: String
|
12832
12838
|
# @param SnapshotTime: 快照时间
|
12833
12839
|
# @type SnapshotTime: String
|
12834
|
-
# @param MinCpu: 回档到
|
12840
|
+
# @param MinCpu: 回档到 Serverless 集群时最小 CPU
|
12835
12841
|
# @type MinCpu: Integer
|
12836
|
-
# @param MaxCpu: 回档到
|
12842
|
+
# @param MaxCpu: 回档到 Serverless 集群时最大 CPU
|
12837
12843
|
# @type MaxCpu: Integer
|
12838
12844
|
# @param SnapShotId: 快照ID
|
12839
12845
|
# @type SnapShotId: Integer
|
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.1065
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|