tencentcloud-sdk-cynosdb 3.0.771 → 3.0.772
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 +17 -17
- 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: 9720aa677ac42865f99732c1c0c7bbf91a8ee4af
|
|
4
|
+
data.tar.gz: 4f757d6262059c8709d69a837a63d1ad0adf9889
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5308810ef012a1387b9dc819de1fbb65161bda71ef0a719c0a5d4fa6e86be9e4f67638d1f54a6c86fd9790b1d54f3f73fa473ad969b8c8a566366117721e4524
|
|
7
|
+
data.tar.gz: 76d43fd84580a708d3120e32d3a541e7bbca44ac526ddcf37bb4b5120f914681f5243eadbacc98022e07b637ef041a660abda83409d159fa9554265283f7cb7e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.772
|
data/lib/v20190107/models.rb
CHANGED
|
@@ -226,8 +226,8 @@ module TencentCloud
|
|
|
226
226
|
|
|
227
227
|
attr_accessor :ClusterId, :Cpu, :Memory, :ReadOnlyCount, :InstanceGrpId, :VpcId, :SubnetId, :Port, :InstanceName, :AutoVoucher, :DbType, :OrderSource, :DealMode, :ParamTemplateId, :InstanceParams, :SecurityGroupIds
|
|
228
228
|
extend Gem::Deprecate
|
|
229
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
230
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
229
|
+
deprecate :InstanceGrpId, :none, 2024, 3
|
|
230
|
+
deprecate :InstanceGrpId=, :none, 2024, 3
|
|
231
231
|
|
|
232
232
|
def initialize(clusterid=nil, cpu=nil, memory=nil, readonlycount=nil, instancegrpid=nil, vpcid=nil, subnetid=nil, port=nil, instancename=nil, autovoucher=nil, dbtype=nil, ordersource=nil, dealmode=nil, paramtemplateid=nil, instanceparams=nil, securitygroupids=nil)
|
|
233
233
|
@ClusterId = clusterid
|
|
@@ -1001,8 +1001,8 @@ module TencentCloud
|
|
|
1001
1001
|
|
|
1002
1002
|
attr_accessor :ID, :AppId, :ClusterId, :CreateTime, :DelayTime, :ErrMsg, :FlowId, :Input, :InstanceGrpId, :InstanceGroupId, :InstanceId, :ObjectId, :ObjectType, :Operator, :Output, :Status, :TaskType, :TriggerTaskId, :UpdateTime, :StartTime, :EndTime, :ClusterName, :InstanceName, :Process, :ModifyParamsData, :CreateClustersData, :RollbackData, :ModifyInstanceData, :ManualBackupData, :ModifyDbVersionData, :ClusterSlaveData, :SwitchClusterLogBin, :ModifyInstanceParamsData, :TaskMaintainInfo
|
|
1003
1003
|
extend Gem::Deprecate
|
|
1004
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
1005
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
1004
|
+
deprecate :InstanceGrpId, :none, 2024, 3
|
|
1005
|
+
deprecate :InstanceGrpId=, :none, 2024, 3
|
|
1006
1006
|
|
|
1007
1007
|
def initialize(id=nil, appid=nil, clusterid=nil, createtime=nil, delaytime=nil, errmsg=nil, flowid=nil, input=nil, instancegrpid=nil, instancegroupid=nil, instanceid=nil, objectid=nil, objecttype=nil, operator=nil, output=nil, status=nil, tasktype=nil, triggertaskid=nil, updatetime=nil, starttime=nil, endtime=nil, clustername=nil, instancename=nil, process=nil, modifyparamsdata=nil, createclustersdata=nil, rollbackdata=nil, modifyinstancedata=nil, manualbackupdata=nil, modifydbversiondata=nil, clusterslavedata=nil, switchclusterlogbin=nil, modifyinstanceparamsdata=nil, taskmaintaininfo=nil)
|
|
1008
1008
|
@ID = id
|
|
@@ -1308,8 +1308,8 @@ module TencentCloud
|
|
|
1308
1308
|
|
|
1309
1309
|
attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
|
|
1310
1310
|
extend Gem::Deprecate
|
|
1311
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
1312
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
1311
|
+
deprecate :InstanceGrpId, :none, 2024, 3
|
|
1312
|
+
deprecate :InstanceGrpId=, :none, 2024, 3
|
|
1313
1313
|
|
|
1314
1314
|
def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
|
|
1315
1315
|
@InstanceGrpId = instancegrpid
|
|
@@ -4680,9 +4680,9 @@ module TencentCloud
|
|
|
4680
4680
|
class DescribeBackupListRequest < TencentCloud::Common::AbstractModel
|
|
4681
4681
|
# @param ClusterId: 集群ID
|
|
4682
4682
|
# @type ClusterId: String
|
|
4683
|
-
# @param Limit:
|
|
4683
|
+
# @param Limit: 返回数量,取值范围(0,100]
|
|
4684
4684
|
# @type Limit: Integer
|
|
4685
|
-
# @param Offset:
|
|
4685
|
+
# @param Offset: 记录偏移量,取值范围[0,INF)
|
|
4686
4686
|
# @type Offset: Integer
|
|
4687
4687
|
# @param DbType: 数据库类型,取值范围:
|
|
4688
4688
|
# <li> MYSQL </li>
|
|
@@ -4691,7 +4691,7 @@ module TencentCloud
|
|
|
4691
4691
|
# @type BackupIds: Array
|
|
4692
4692
|
# @param BackupType: 备份类型,可选值:snapshot,快照备份; logic,逻辑备份
|
|
4693
4693
|
# @type BackupType: String
|
|
4694
|
-
# @param BackupMethod: 备份方式,可选值:auto,自动备份;manual
|
|
4694
|
+
# @param BackupMethod: 备份方式,可选值:auto,自动备份;manual,手动备份
|
|
4695
4695
|
# @type BackupMethod: String
|
|
4696
4696
|
# @param SnapShotType: 快照类型,可选值:full,全量;increment,增量
|
|
4697
4697
|
# @type SnapShotType: String
|
|
@@ -5151,8 +5151,8 @@ module TencentCloud
|
|
|
5151
5151
|
|
|
5152
5152
|
attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
|
|
5153
5153
|
extend Gem::Deprecate
|
|
5154
|
-
deprecate :InstanceGrpInfoList, :none, 2024,
|
|
5155
|
-
deprecate :InstanceGrpInfoList=, :none, 2024,
|
|
5154
|
+
deprecate :InstanceGrpInfoList, :none, 2024, 3
|
|
5155
|
+
deprecate :InstanceGrpInfoList=, :none, 2024, 3
|
|
5156
5156
|
|
|
5157
5157
|
def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
|
|
5158
5158
|
@TotalCount = totalcount
|
|
@@ -5474,8 +5474,8 @@ module TencentCloud
|
|
|
5474
5474
|
|
|
5475
5475
|
attr_accessor :InstanceId, :InstanceGroupId
|
|
5476
5476
|
extend Gem::Deprecate
|
|
5477
|
-
deprecate :InstanceId, :none, 2024,
|
|
5478
|
-
deprecate :InstanceId=, :none, 2024,
|
|
5477
|
+
deprecate :InstanceId, :none, 2024, 3
|
|
5478
|
+
deprecate :InstanceId=, :none, 2024, 3
|
|
5479
5479
|
|
|
5480
5480
|
def initialize(instanceid=nil, instancegroupid=nil)
|
|
5481
5481
|
@InstanceId = instanceid
|
|
@@ -9387,8 +9387,8 @@ module TencentCloud
|
|
|
9387
9387
|
|
|
9388
9388
|
attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
|
|
9389
9389
|
extend Gem::Deprecate
|
|
9390
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
9391
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
9390
|
+
deprecate :InstanceGrpId, :none, 2024, 3
|
|
9391
|
+
deprecate :InstanceGrpId=, :none, 2024, 3
|
|
9392
9392
|
|
|
9393
9393
|
def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
|
|
9394
9394
|
@ClusterId = clusterid
|
|
@@ -9903,8 +9903,8 @@ module TencentCloud
|
|
|
9903
9903
|
|
|
9904
9904
|
attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
|
|
9905
9905
|
extend Gem::Deprecate
|
|
9906
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
9907
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
9906
|
+
deprecate :InstanceGrpId, :none, 2024, 3
|
|
9907
|
+
deprecate :InstanceGrpId=, :none, 2024, 3
|
|
9908
9908
|
|
|
9909
9909
|
def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
|
|
9910
9910
|
@InstanceGrpId = instancegrpid
|
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.772
|
|
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-02-
|
|
11
|
+
date: 2024-02-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|