tencentcloud-sdk-cynosdb 3.0.1074 → 3.0.1089
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 +16 -4
- 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: f66e4f7ae36bbde8849049ee09ad4f75abf66108
|
4
|
+
data.tar.gz: 1433101605d193bf4bb234493c7cbd624d4a84fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbd45c730c4969c1fc96d6ec8af33e011ed5e1be6d066abf875480566dfc131a7b4288f9415823d5e31a15cfd0bf88728ae844859ef699b651993ba1cc9e8850
|
7
|
+
data.tar.gz: 5eedf483b59db1cd89eb1b0dfab9c9c7f47d44e149a600a6f997dabacb39d324213a4b968238c4ff1052d19aebdc39d9ef5352680520ede503659b16ccc3d893
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1089
|
data/lib/v20190107/models.rb
CHANGED
@@ -2366,10 +2366,14 @@ module TencentCloud
|
|
2366
2366
|
# @type GdnId: String
|
2367
2367
|
# @param ProxyConfig: 数据库代理配置
|
2368
2368
|
# @type ProxyConfig: :class:`Tencentcloud::Cynosdb.v20190107.models.ProxyConfig`
|
2369
|
+
# @param AutoArchive: 是否自动归档
|
2370
|
+
# @type AutoArchive: String
|
2371
|
+
# @param AutoArchiveDelayHours: 暂停后的归档处理时间
|
2372
|
+
# @type AutoArchiveDelayHours: Integer
|
2369
2373
|
|
2370
|
-
attr_accessor :Zone, :VpcId, :SubnetId, :DbType, :DbVersion, :ProjectId, :Cpu, :Memory, :InstanceCount, :Storage, :ClusterName, :AdminPassword, :Port, :PayMode, :Count, :RollbackStrategy, :RollbackId, :OriginalClusterId, :ExpectTime, :ExpectTimeThresh, :StorageLimit, :TimeSpan, :TimeUnit, :AutoRenewFlag, :AutoVoucher, :HaCount, :OrderSource, :ResourceTags, :DbMode, :MinCpu, :MaxCpu, :AutoPause, :AutoPauseDelay, :StoragePayMode, :SecurityGroupIds, :AlarmPolicyIds, :ClusterParams, :DealMode, :ParamTemplateId, :SlaveZone, :InstanceInitInfos, :GdnId, :ProxyConfig
|
2374
|
+
attr_accessor :Zone, :VpcId, :SubnetId, :DbType, :DbVersion, :ProjectId, :Cpu, :Memory, :InstanceCount, :Storage, :ClusterName, :AdminPassword, :Port, :PayMode, :Count, :RollbackStrategy, :RollbackId, :OriginalClusterId, :ExpectTime, :ExpectTimeThresh, :StorageLimit, :TimeSpan, :TimeUnit, :AutoRenewFlag, :AutoVoucher, :HaCount, :OrderSource, :ResourceTags, :DbMode, :MinCpu, :MaxCpu, :AutoPause, :AutoPauseDelay, :StoragePayMode, :SecurityGroupIds, :AlarmPolicyIds, :ClusterParams, :DealMode, :ParamTemplateId, :SlaveZone, :InstanceInitInfos, :GdnId, :ProxyConfig, :AutoArchive, :AutoArchiveDelayHours
|
2371
2375
|
|
2372
|
-
def initialize(zone=nil, vpcid=nil, subnetid=nil, dbtype=nil, dbversion=nil, projectid=nil, cpu=nil, memory=nil, instancecount=nil, storage=nil, clustername=nil, adminpassword=nil, port=nil, paymode=nil, count=nil, rollbackstrategy=nil, rollbackid=nil, originalclusterid=nil, expecttime=nil, expecttimethresh=nil, storagelimit=nil, timespan=nil, timeunit=nil, autorenewflag=nil, autovoucher=nil, hacount=nil, ordersource=nil, resourcetags=nil, dbmode=nil, mincpu=nil, maxcpu=nil, autopause=nil, autopausedelay=nil, storagepaymode=nil, securitygroupids=nil, alarmpolicyids=nil, clusterparams=nil, dealmode=nil, paramtemplateid=nil, slavezone=nil, instanceinitinfos=nil, gdnid=nil, proxyconfig=nil)
|
2376
|
+
def initialize(zone=nil, vpcid=nil, subnetid=nil, dbtype=nil, dbversion=nil, projectid=nil, cpu=nil, memory=nil, instancecount=nil, storage=nil, clustername=nil, adminpassword=nil, port=nil, paymode=nil, count=nil, rollbackstrategy=nil, rollbackid=nil, originalclusterid=nil, expecttime=nil, expecttimethresh=nil, storagelimit=nil, timespan=nil, timeunit=nil, autorenewflag=nil, autovoucher=nil, hacount=nil, ordersource=nil, resourcetags=nil, dbmode=nil, mincpu=nil, maxcpu=nil, autopause=nil, autopausedelay=nil, storagepaymode=nil, securitygroupids=nil, alarmpolicyids=nil, clusterparams=nil, dealmode=nil, paramtemplateid=nil, slavezone=nil, instanceinitinfos=nil, gdnid=nil, proxyconfig=nil, autoarchive=nil, autoarchivedelayhours=nil)
|
2373
2377
|
@Zone = zone
|
2374
2378
|
@VpcId = vpcid
|
2375
2379
|
@SubnetId = subnetid
|
@@ -2413,6 +2417,8 @@ module TencentCloud
|
|
2413
2417
|
@InstanceInitInfos = instanceinitinfos
|
2414
2418
|
@GdnId = gdnid
|
2415
2419
|
@ProxyConfig = proxyconfig
|
2420
|
+
@AutoArchive = autoarchive
|
2421
|
+
@AutoArchiveDelayHours = autoarchivedelayhours
|
2416
2422
|
end
|
2417
2423
|
|
2418
2424
|
def deserialize(params)
|
@@ -2483,6 +2489,8 @@ module TencentCloud
|
|
2483
2489
|
@ProxyConfig = ProxyConfig.new
|
2484
2490
|
@ProxyConfig.deserialize(params['ProxyConfig'])
|
2485
2491
|
end
|
2492
|
+
@AutoArchive = params['AutoArchive']
|
2493
|
+
@AutoArchiveDelayHours = params['AutoArchiveDelayHours']
|
2486
2494
|
end
|
2487
2495
|
end
|
2488
2496
|
|
@@ -6799,10 +6807,12 @@ module TencentCloud
|
|
6799
6807
|
# @type Status: String
|
6800
6808
|
# @param InstanceIds: 实例id列表
|
6801
6809
|
# @type InstanceIds: Array
|
6810
|
+
# @param ClusterType: 集群类型,取值范围<li> CYNOSDB:事务集群 </li><li> LIBRADB:分析集群 </li><li> ALL:全部 </li>,缺省为 ALL
|
6811
|
+
# @type ClusterType: String
|
6802
6812
|
|
6803
|
-
attr_accessor :Limit, :Offset, :OrderBy, :OrderByType, :Filters, :DbType, :Status, :InstanceIds
|
6813
|
+
attr_accessor :Limit, :Offset, :OrderBy, :OrderByType, :Filters, :DbType, :Status, :InstanceIds, :ClusterType
|
6804
6814
|
|
6805
|
-
def initialize(limit=nil, offset=nil, orderby=nil, orderbytype=nil, filters=nil, dbtype=nil, status=nil, instanceids=nil)
|
6815
|
+
def initialize(limit=nil, offset=nil, orderby=nil, orderbytype=nil, filters=nil, dbtype=nil, status=nil, instanceids=nil, clustertype=nil)
|
6806
6816
|
@Limit = limit
|
6807
6817
|
@Offset = offset
|
6808
6818
|
@OrderBy = orderby
|
@@ -6811,6 +6821,7 @@ module TencentCloud
|
|
6811
6821
|
@DbType = dbtype
|
6812
6822
|
@Status = status
|
6813
6823
|
@InstanceIds = instanceids
|
6824
|
+
@ClusterType = clustertype
|
6814
6825
|
end
|
6815
6826
|
|
6816
6827
|
def deserialize(params)
|
@@ -6829,6 +6840,7 @@ module TencentCloud
|
|
6829
6840
|
@DbType = params['DbType']
|
6830
6841
|
@Status = params['Status']
|
6831
6842
|
@InstanceIds = params['InstanceIds']
|
6843
|
+
@ClusterType = params['ClusterType']
|
6832
6844
|
end
|
6833
6845
|
end
|
6834
6846
|
|
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.1089
|
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-06-
|
11
|
+
date: 2025-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|