tencentcloud-sdk-cynosdb 3.0.814 → 3.0.815
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 +15 -15
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4800fe98afcfa96308ace34d0c78bd29229b7dfb
|
|
4
|
+
data.tar.gz: 1113c5e8b3d1dc83a894869aa355a9caa8026257
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f41252b29362996284721d7457dfc9a0bbbdb42f96d7288b5912b32eefd9c119eacf085748bb019493cba2a2fc8f1d137550aced3b77d79031f2e2131084a8ff
|
|
7
|
+
data.tar.gz: f9c5aaad44990d4dc7d67fc77fd258dd43cddc7235f099864ec7881e9ee9aba71b5e74eaa75874ac33afe09499fd864c5b60ed51f143c80298ec28677463874b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.815
|
data/lib/v20190107/models.rb
CHANGED
|
@@ -232,8 +232,8 @@ module TencentCloud
|
|
|
232
232
|
|
|
233
233
|
attr_accessor :ClusterId, :Cpu, :Memory, :ReadOnlyCount, :InstanceGrpId, :VpcId, :SubnetId, :Port, :InstanceName, :AutoVoucher, :DbType, :OrderSource, :DealMode, :ParamTemplateId, :InstanceParams, :SecurityGroupIds, :UpgradeProxy
|
|
234
234
|
extend Gem::Deprecate
|
|
235
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
236
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
235
|
+
deprecate :InstanceGrpId, :none, 2024, 5
|
|
236
|
+
deprecate :InstanceGrpId=, :none, 2024, 5
|
|
237
237
|
|
|
238
238
|
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, upgradeproxy=nil)
|
|
239
239
|
@ClusterId = clusterid
|
|
@@ -1012,8 +1012,8 @@ module TencentCloud
|
|
|
1012
1012
|
|
|
1013
1013
|
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
|
|
1014
1014
|
extend Gem::Deprecate
|
|
1015
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
1016
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
1015
|
+
deprecate :InstanceGrpId, :none, 2024, 5
|
|
1016
|
+
deprecate :InstanceGrpId=, :none, 2024, 5
|
|
1017
1017
|
|
|
1018
1018
|
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)
|
|
1019
1019
|
@ID = id
|
|
@@ -1319,8 +1319,8 @@ module TencentCloud
|
|
|
1319
1319
|
|
|
1320
1320
|
attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
|
|
1321
1321
|
extend Gem::Deprecate
|
|
1322
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
1323
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
1322
|
+
deprecate :InstanceGrpId, :none, 2024, 5
|
|
1323
|
+
deprecate :InstanceGrpId=, :none, 2024, 5
|
|
1324
1324
|
|
|
1325
1325
|
def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
|
|
1326
1326
|
@InstanceGrpId = instancegrpid
|
|
@@ -4293,7 +4293,7 @@ module TencentCloud
|
|
|
4293
4293
|
# @type Filters: Array
|
|
4294
4294
|
# @param AuditMode: 实例的审计规则模式。1-规则审计;0-全审计。
|
|
4295
4295
|
# @type AuditMode: Integer
|
|
4296
|
-
# @param Limit: 单次请求返回的数量。默认值为30,最大值为
|
|
4296
|
+
# @param Limit: 单次请求返回的数量。默认值为30,最大值为 100。
|
|
4297
4297
|
# @type Limit: Integer
|
|
4298
4298
|
# @param Offset: 偏移量,默认值为 0。
|
|
4299
4299
|
# @type Offset: Integer
|
|
@@ -5254,8 +5254,8 @@ module TencentCloud
|
|
|
5254
5254
|
|
|
5255
5255
|
attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
|
|
5256
5256
|
extend Gem::Deprecate
|
|
5257
|
-
deprecate :InstanceGrpInfoList, :none, 2024,
|
|
5258
|
-
deprecate :InstanceGrpInfoList=, :none, 2024,
|
|
5257
|
+
deprecate :InstanceGrpInfoList, :none, 2024, 5
|
|
5258
|
+
deprecate :InstanceGrpInfoList=, :none, 2024, 5
|
|
5259
5259
|
|
|
5260
5260
|
def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
|
|
5261
5261
|
@TotalCount = totalcount
|
|
@@ -5577,8 +5577,8 @@ module TencentCloud
|
|
|
5577
5577
|
|
|
5578
5578
|
attr_accessor :InstanceId, :InstanceGroupId
|
|
5579
5579
|
extend Gem::Deprecate
|
|
5580
|
-
deprecate :InstanceId, :none, 2024,
|
|
5581
|
-
deprecate :InstanceId=, :none, 2024,
|
|
5580
|
+
deprecate :InstanceId, :none, 2024, 5
|
|
5581
|
+
deprecate :InstanceId=, :none, 2024, 5
|
|
5582
5582
|
|
|
5583
5583
|
def initialize(instanceid=nil, instancegroupid=nil)
|
|
5584
5584
|
@InstanceId = instanceid
|
|
@@ -9534,8 +9534,8 @@ module TencentCloud
|
|
|
9534
9534
|
|
|
9535
9535
|
attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
|
|
9536
9536
|
extend Gem::Deprecate
|
|
9537
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
9538
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
9537
|
+
deprecate :InstanceGrpId, :none, 2024, 5
|
|
9538
|
+
deprecate :InstanceGrpId=, :none, 2024, 5
|
|
9539
9539
|
|
|
9540
9540
|
def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
|
|
9541
9541
|
@ClusterId = clusterid
|
|
@@ -10050,8 +10050,8 @@ module TencentCloud
|
|
|
10050
10050
|
|
|
10051
10051
|
attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
|
|
10052
10052
|
extend Gem::Deprecate
|
|
10053
|
-
deprecate :InstanceGrpId, :none, 2024,
|
|
10054
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
|
10053
|
+
deprecate :InstanceGrpId, :none, 2024, 5
|
|
10054
|
+
deprecate :InstanceGrpId=, :none, 2024, 5
|
|
10055
10055
|
|
|
10056
10056
|
def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
|
|
10057
10057
|
@InstanceGrpId = instancegrpid
|