tencentcloud-sdk-cynosdb 3.0.1036 → 3.0.1037
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 -16
- 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: 6477e03d995dccdbb6eafb39a927bdd842406ac9
|
4
|
+
data.tar.gz: daee91bf47468e3a5e10593fbcc442fcdd1e0a6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5cadedd6d2f6acd6fd55029181b95edd31ac5b6aa348a41a7218726b33b8388388aa6e952973883b41610dd245cd4af0bca7fb4adaac5933dd2b7efb4069032
|
7
|
+
data.tar.gz: b3dc3dbde3899d100c8e87cf39abd0a3d9bdbd7160f3625023ff35478ac35a75fc7b575156f53eb90a186c72ed418a414395b83a90bffa379bbd2d8ba2eca176
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1037
|
data/lib/v20190107/models.rb
CHANGED
@@ -243,8 +243,8 @@ module TencentCloud
|
|
243
243
|
|
244
244
|
attr_accessor :ClusterId, :Cpu, :Memory, :ReadOnlyCount, :DeviceType, :InstanceGrpId, :VpcId, :SubnetId, :Port, :InstanceName, :AutoVoucher, :DbType, :OrderSource, :DealMode, :ParamTemplateId, :InstanceParams, :SecurityGroupIds, :UpgradeProxy
|
245
245
|
extend Gem::Deprecate
|
246
|
-
deprecate :InstanceGrpId, :none, 2025,
|
247
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
246
|
+
deprecate :InstanceGrpId, :none, 2025, 4
|
247
|
+
deprecate :InstanceGrpId=, :none, 2025, 4
|
248
248
|
|
249
249
|
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)
|
250
250
|
@ClusterId = clusterid
|
@@ -1023,10 +1023,10 @@ module TencentCloud
|
|
1023
1023
|
|
1024
1024
|
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
|
1025
1025
|
extend Gem::Deprecate
|
1026
|
-
deprecate :InstanceGrpId, :none, 2025,
|
1027
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
1028
|
-
deprecate :ModifyParamsData, :none, 2025,
|
1029
|
-
deprecate :ModifyParamsData=, :none, 2025,
|
1026
|
+
deprecate :InstanceGrpId, :none, 2025, 4
|
1027
|
+
deprecate :InstanceGrpId=, :none, 2025, 4
|
1028
|
+
deprecate :ModifyParamsData, :none, 2025, 4
|
1029
|
+
deprecate :ModifyParamsData=, :none, 2025, 4
|
1030
1030
|
|
1031
1031
|
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)
|
1032
1032
|
@ID = id
|
@@ -1435,8 +1435,8 @@ module TencentCloud
|
|
1435
1435
|
|
1436
1436
|
attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
|
1437
1437
|
extend Gem::Deprecate
|
1438
|
-
deprecate :InstanceGrpId, :none, 2025,
|
1439
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
1438
|
+
deprecate :InstanceGrpId, :none, 2025, 4
|
1439
|
+
deprecate :InstanceGrpId=, :none, 2025, 4
|
1440
1440
|
|
1441
1441
|
def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
|
1442
1442
|
@InstanceGrpId = instancegrpid
|
@@ -5567,8 +5567,8 @@ module TencentCloud
|
|
5567
5567
|
|
5568
5568
|
attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
|
5569
5569
|
extend Gem::Deprecate
|
5570
|
-
deprecate :InstanceGrpInfoList, :none, 2025,
|
5571
|
-
deprecate :InstanceGrpInfoList=, :none, 2025,
|
5570
|
+
deprecate :InstanceGrpInfoList, :none, 2025, 4
|
5571
|
+
deprecate :InstanceGrpInfoList=, :none, 2025, 4
|
5572
5572
|
|
5573
5573
|
def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
|
5574
5574
|
@TotalCount = totalcount
|
@@ -5922,8 +5922,8 @@ module TencentCloud
|
|
5922
5922
|
|
5923
5923
|
attr_accessor :InstanceId, :InstanceGroupId
|
5924
5924
|
extend Gem::Deprecate
|
5925
|
-
deprecate :InstanceId, :none, 2025,
|
5926
|
-
deprecate :InstanceId=, :none, 2025,
|
5925
|
+
deprecate :InstanceId, :none, 2025, 4
|
5926
|
+
deprecate :InstanceId=, :none, 2025, 4
|
5927
5927
|
|
5928
5928
|
def initialize(instanceid=nil, instancegroupid=nil)
|
5929
5929
|
@InstanceId = instanceid
|
@@ -10515,8 +10515,8 @@ module TencentCloud
|
|
10515
10515
|
|
10516
10516
|
attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
|
10517
10517
|
extend Gem::Deprecate
|
10518
|
-
deprecate :InstanceGrpId, :none, 2025,
|
10519
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
10518
|
+
deprecate :InstanceGrpId, :none, 2025, 4
|
10519
|
+
deprecate :InstanceGrpId=, :none, 2025, 4
|
10520
10520
|
|
10521
10521
|
def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
|
10522
10522
|
@ClusterId = clusterid
|
@@ -11077,8 +11077,8 @@ module TencentCloud
|
|
11077
11077
|
|
11078
11078
|
attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
|
11079
11079
|
extend Gem::Deprecate
|
11080
|
-
deprecate :InstanceGrpId, :none, 2025,
|
11081
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
11080
|
+
deprecate :InstanceGrpId, :none, 2025, 4
|
11081
|
+
deprecate :InstanceGrpId=, :none, 2025, 4
|
11082
11082
|
|
11083
11083
|
def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
|
11084
11084
|
@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.1037
|
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-04-
|
11
|
+
date: 2025-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|