tencentcloud-sdk-cynosdb 3.0.1106 → 3.0.1115
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 +22 -22
- 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: 16251919ab596817ded6ef0fdd3ac50433156c9c
|
4
|
+
data.tar.gz: 7819fc32e948f8c88d6a8f8fb37812b084a91040
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e0e70e565571864acc84f87697cafc7ba3aaab7fce2e7b6b6d3f5cddd38bede2d3b1ef150493ea51cd68d7b575efada1547e139572eda59b32b451756f58e02
|
7
|
+
data.tar.gz: 006c83c7e1525416479e0f33436f973dc6c0b00d934c3c831dcca3e03fe9ed1b223ffc4ed2b454edcacc9a6de8e96206db54faac44c3f8120154b27a6973fe90
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1115
|
data/lib/v20190107/models.rb
CHANGED
@@ -247,8 +247,8 @@ module TencentCloud
|
|
247
247
|
|
248
248
|
attr_accessor :ClusterId, :Cpu, :Memory, :ReadOnlyCount, :DeviceType, :InstanceGrpId, :VpcId, :SubnetId, :Port, :InstanceName, :AutoVoucher, :DbType, :OrderSource, :DealMode, :ParamTemplateId, :InstanceParams, :SecurityGroupIds, :UpgradeProxy
|
249
249
|
extend Gem::Deprecate
|
250
|
-
deprecate :InstanceGrpId, :none, 2025,
|
251
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
250
|
+
deprecate :InstanceGrpId, :none, 2025, 8
|
251
|
+
deprecate :InstanceGrpId=, :none, 2025, 8
|
252
252
|
|
253
253
|
def initialize(clusterid=nil, cpu=nil, memory=nil, readonlycount=nil, devicetype=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)
|
254
254
|
@ClusterId = clusterid
|
@@ -1117,10 +1117,10 @@ module TencentCloud
|
|
1117
1117
|
|
1118
1118
|
attr_accessor :ID, :AppId, :ClusterId, :Region, :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, :InstanceCLSDeliveryInfos, :TaskProgressInfo, :GdnTaskInfo
|
1119
1119
|
extend Gem::Deprecate
|
1120
|
-
deprecate :InstanceGrpId, :none, 2025,
|
1121
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
1122
|
-
deprecate :ModifyParamsData, :none, 2025,
|
1123
|
-
deprecate :ModifyParamsData=, :none, 2025,
|
1120
|
+
deprecate :InstanceGrpId, :none, 2025, 8
|
1121
|
+
deprecate :InstanceGrpId=, :none, 2025, 8
|
1122
|
+
deprecate :ModifyParamsData, :none, 2025, 8
|
1123
|
+
deprecate :ModifyParamsData=, :none, 2025, 8
|
1124
1124
|
|
1125
1125
|
def initialize(id=nil, appid=nil, clusterid=nil, region=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, instanceclsdeliveryinfos=nil, taskprogressinfo=nil, gdntaskinfo=nil)
|
1126
1126
|
@ID = id
|
@@ -1578,8 +1578,8 @@ module TencentCloud
|
|
1578
1578
|
|
1579
1579
|
attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
|
1580
1580
|
extend Gem::Deprecate
|
1581
|
-
deprecate :InstanceGrpId, :none, 2025,
|
1582
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
1581
|
+
deprecate :InstanceGrpId, :none, 2025, 8
|
1582
|
+
deprecate :InstanceGrpId=, :none, 2025, 8
|
1583
1583
|
|
1584
1584
|
def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
|
1585
1585
|
@InstanceGrpId = instancegrpid
|
@@ -1948,8 +1948,8 @@ module TencentCloud
|
|
1948
1948
|
|
1949
1949
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
|
1950
1950
|
extend Gem::Deprecate
|
1951
|
-
deprecate :Filter, :none, 2025,
|
1952
|
-
deprecate :Filter=, :none, 2025,
|
1951
|
+
deprecate :Filter, :none, 2025, 8
|
1952
|
+
deprecate :Filter=, :none, 2025, 8
|
1953
1953
|
|
1954
1954
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
|
1955
1955
|
@InstanceId = instanceid
|
@@ -4906,8 +4906,8 @@ module TencentCloud
|
|
4906
4906
|
|
4907
4907
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :Limit, :Offset, :LogFilter
|
4908
4908
|
extend Gem::Deprecate
|
4909
|
-
deprecate :Filter, :none, 2025,
|
4910
|
-
deprecate :Filter=, :none, 2025,
|
4909
|
+
deprecate :Filter, :none, 2025, 8
|
4910
|
+
deprecate :Filter=, :none, 2025, 8
|
4911
4911
|
|
4912
4912
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, limit=nil, offset=nil, logfilter=nil)
|
4913
4913
|
@InstanceId = instanceid
|
@@ -5944,8 +5944,8 @@ module TencentCloud
|
|
5944
5944
|
|
5945
5945
|
attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
|
5946
5946
|
extend Gem::Deprecate
|
5947
|
-
deprecate :InstanceGrpInfoList, :none, 2025,
|
5948
|
-
deprecate :InstanceGrpInfoList=, :none, 2025,
|
5947
|
+
deprecate :InstanceGrpInfoList, :none, 2025, 8
|
5948
|
+
deprecate :InstanceGrpInfoList=, :none, 2025, 8
|
5949
5949
|
|
5950
5950
|
def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
|
5951
5951
|
@TotalCount = totalcount
|
@@ -6342,8 +6342,8 @@ module TencentCloud
|
|
6342
6342
|
|
6343
6343
|
attr_accessor :InstanceId, :InstanceGroupId
|
6344
6344
|
extend Gem::Deprecate
|
6345
|
-
deprecate :InstanceId, :none, 2025,
|
6346
|
-
deprecate :InstanceId=, :none, 2025,
|
6345
|
+
deprecate :InstanceId, :none, 2025, 8
|
6346
|
+
deprecate :InstanceId=, :none, 2025, 8
|
6347
6347
|
|
6348
6348
|
def initialize(instanceid=nil, instancegroupid=nil)
|
6349
6349
|
@InstanceId = instanceid
|
@@ -11252,8 +11252,8 @@ module TencentCloud
|
|
11252
11252
|
|
11253
11253
|
attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
|
11254
11254
|
extend Gem::Deprecate
|
11255
|
-
deprecate :InstanceGrpId, :none, 2025,
|
11256
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
11255
|
+
deprecate :InstanceGrpId, :none, 2025, 8
|
11256
|
+
deprecate :InstanceGrpId=, :none, 2025, 8
|
11257
11257
|
|
11258
11258
|
def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
|
11259
11259
|
@ClusterId = clusterid
|
@@ -11553,8 +11553,8 @@ module TencentCloud
|
|
11553
11553
|
|
11554
11554
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
|
11555
11555
|
extend Gem::Deprecate
|
11556
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
11557
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
11556
|
+
deprecate :AuditRuleFilters, :none, 2025, 8
|
11557
|
+
deprecate :AuditRuleFilters=, :none, 2025, 8
|
11558
11558
|
|
11559
11559
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
|
11560
11560
|
@InstanceId = instanceid
|
@@ -11861,8 +11861,8 @@ module TencentCloud
|
|
11861
11861
|
|
11862
11862
|
attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
|
11863
11863
|
extend Gem::Deprecate
|
11864
|
-
deprecate :InstanceGrpId, :none, 2025,
|
11865
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
11864
|
+
deprecate :InstanceGrpId, :none, 2025, 8
|
11865
|
+
deprecate :InstanceGrpId=, :none, 2025, 8
|
11866
11866
|
|
11867
11867
|
def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
|
11868
11868
|
@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.1115
|
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-
|
11
|
+
date: 2025-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|