tencentcloud-sdk-cynosdb 3.0.1106 → 3.0.1127

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190107/models.rb +23 -22
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e351a778cab1653d517891c88677242dfd36609
4
- data.tar.gz: 5d1ecb8cd1eaee816516af98289356ed58ea1ebc
3
+ metadata.gz: 49f75eb05e11ef3a6704eae3bd44a486d89be3a9
4
+ data.tar.gz: 7c11a40566f07b9af493fb88e81fdb01d4fdc35b
5
5
  SHA512:
6
- metadata.gz: a5a19640bfb0ddbb724bf700b137dd6bcbf8729a487d9c578f65c22ee25dcf4c6dd0326405867e199646940e9fba71882f87ecfb44876bbdd91ae5aaa5e4e18e
7
- data.tar.gz: 02861fa88c365363d9473348f0ddf0cb86d3c476b44e7b10a8f404a331a6031570c91c6b7f100882e71cee1371f91fbacc7b3f5775ae48a085a343203659b48e
6
+ metadata.gz: c1abdfd93e418bd5ca9abf9fd13e92058b65dc3cec024b2e400d07ef03be2350b3fd7352dc1fbe0d9896a9a3bfc5d7fb345f34178807ddab4bf3278214162e03
7
+ data.tar.gz: f429c4f26fd707fa09935f448dcd5ea6e59c2d8ebdfac08d9e4e66b76b204ad9483dc9b30bbd578908a83f47d2f3ee2199cba328575709f4e007676a8d9b3eb9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1106
1
+ 3.0.1127
@@ -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, 7
251
- deprecate :InstanceGrpId=, :none, 2025, 7
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, 7
1121
- deprecate :InstanceGrpId=, :none, 2025, 7
1122
- deprecate :ModifyParamsData, :none, 2025, 7
1123
- deprecate :ModifyParamsData=, :none, 2025, 7
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, 7
1582
- deprecate :InstanceGrpId=, :none, 2025, 7
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, 7
1952
- deprecate :Filter=, :none, 2025, 7
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, 7
4910
- deprecate :Filter=, :none, 2025, 7
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, 7
5948
- deprecate :InstanceGrpInfoList=, :none, 2025, 7
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, 7
6346
- deprecate :InstanceId=, :none, 2025, 7
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
@@ -10471,6 +10471,7 @@ module TencentCloud
10471
10471
  # @param InstanceId: 网络组id(cynosdbmysql-grp-前缀开头)或集群id
10472
10472
  # @type InstanceId: String
10473
10473
  # @param SecurityGroupIds: 要修改的安全组ID列表,一个或者多个安全组ID组成的数组。
10474
+ # 注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
10474
10475
  # @type SecurityGroupIds: Array
10475
10476
  # @param Zone: 可用区
10476
10477
  # @type Zone: String
@@ -11252,8 +11253,8 @@ module TencentCloud
11252
11253
 
11253
11254
  attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
11254
11255
  extend Gem::Deprecate
11255
- deprecate :InstanceGrpId, :none, 2025, 7
11256
- deprecate :InstanceGrpId=, :none, 2025, 7
11256
+ deprecate :InstanceGrpId, :none, 2025, 8
11257
+ deprecate :InstanceGrpId=, :none, 2025, 8
11257
11258
 
11258
11259
  def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
11259
11260
  @ClusterId = clusterid
@@ -11553,8 +11554,8 @@ module TencentCloud
11553
11554
 
11554
11555
  attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
11555
11556
  extend Gem::Deprecate
11556
- deprecate :AuditRuleFilters, :none, 2025, 7
11557
- deprecate :AuditRuleFilters=, :none, 2025, 7
11557
+ deprecate :AuditRuleFilters, :none, 2025, 8
11558
+ deprecate :AuditRuleFilters=, :none, 2025, 8
11558
11559
 
11559
11560
  def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
11560
11561
  @InstanceId = instanceid
@@ -11861,8 +11862,8 @@ module TencentCloud
11861
11862
 
11862
11863
  attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
11863
11864
  extend Gem::Deprecate
11864
- deprecate :InstanceGrpId, :none, 2025, 7
11865
- deprecate :InstanceGrpId=, :none, 2025, 7
11865
+ deprecate :InstanceGrpId, :none, 2025, 8
11866
+ deprecate :InstanceGrpId=, :none, 2025, 8
11866
11867
 
11867
11868
  def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
11868
11869
  @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.1106
4
+ version: 3.0.1127
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-07-22 00:00:00.000000000 Z
11
+ date: 2025-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common