tencentcloud-sdk-cynosdb 3.0.770 → 3.0.772

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190107/models.rb +17 -17
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6aed930a0396aa6c1aa475c4e178f242e905e80
4
- data.tar.gz: 9a0a0dbc759c376319c1b35fe38237337deb823e
3
+ metadata.gz: 9720aa677ac42865f99732c1c0c7bbf91a8ee4af
4
+ data.tar.gz: 4f757d6262059c8709d69a837a63d1ad0adf9889
5
5
  SHA512:
6
- metadata.gz: dd59b29f680ee6d360bea06ef35b2ba82382af74301510bd331f39373238f65e671212793b59c0b05d47a4e27e19b38234cf240d7fc3325848a24cab0962049e
7
- data.tar.gz: 0a123f55e663f55816267b0cd5156f3577367159186b89b280d5f521c83a3ddfa828f6b3e6acc4fb75868e7071b4bfc2d142d50897ec71d467caed9ac2752214
6
+ metadata.gz: 5308810ef012a1387b9dc819de1fbb65161bda71ef0a719c0a5d4fa6e86be9e4f67638d1f54a6c86fd9790b1d54f3f73fa473ad969b8c8a566366117721e4524
7
+ data.tar.gz: 76d43fd84580a708d3120e32d3a541e7bbca44ac526ddcf37bb4b5120f914681f5243eadbacc98022e07b637ef041a660abda83409d159fa9554265283f7cb7e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.770
1
+ 3.0.772
@@ -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, 2
230
- deprecate :InstanceGrpId=, :none, 2024, 2
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, 2
1005
- deprecate :InstanceGrpId=, :none, 2024, 2
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, 2
1312
- deprecate :InstanceGrpId=, :none, 2024, 2
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: 备份文件列表大小,取值范围(0,100]
4683
+ # @param Limit: 返回数量,取值范围(0,100]
4684
4684
  # @type Limit: Integer
4685
- # @param Offset: 备份文件列表偏移,取值范围[0,INF)
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, 2
5155
- deprecate :InstanceGrpInfoList=, :none, 2024, 2
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, 2
5478
- deprecate :InstanceId=, :none, 2024, 2
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, 2
9391
- deprecate :InstanceGrpId=, :none, 2024, 2
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, 2
9907
- deprecate :InstanceGrpId=, :none, 2024, 2
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.770
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-27 00:00:00.000000000 Z
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