tencentcloud-sdk-cynosdb 3.0.1071 → 3.0.1073

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 +29 -29
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4501a5eb9695da75ed44b6fcb5e8dc7f9d3aad28
4
- data.tar.gz: 0f58befff642c5c73686ba7463c5c1ad1136ba66
3
+ metadata.gz: 848a58dced469750d4f783ceee0fb96ebbcc1aa6
4
+ data.tar.gz: 657e81921f3bc672abf004a236a889a56d0a0523
5
5
  SHA512:
6
- metadata.gz: a3c5290000b48d81c7022337c9e8a7557151dc314907f23a309df69ef4310d83bda51314c41101b881becfa506383b28602280a2d974db82f03833abece92b11
7
- data.tar.gz: 2dbd5ff535f00c1960fb656279f06107a92f3011460c050f81efafdf45850f48f93b34286f428729ef9d530210c414cff3583554a686813dd757672814648347
6
+ metadata.gz: b9f108332d2829df2ee902bbbcd60acf4eb1886bc75a0ce0f40623b2ba472c5edd871a4dbe5c11c4636a962d1c2c8b6b93cd4acb0e367166f889f1ae97e0ee71
7
+ data.tar.gz: 9ac9d64ae9242ee12558d848f925451a3a9e510377d3d5da4cdd04288e424deacac83a467994b12c36957694464c47be148a377f6cfd251f7b65fd56f40b662a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1071
1
+ 3.0.1073
@@ -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, 5
247
- deprecate :InstanceGrpId=, :none, 2025, 5
246
+ deprecate :InstanceGrpId, :none, 2025, 6
247
+ deprecate :InstanceGrpId=, :none, 2025, 6
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
@@ -1113,10 +1113,10 @@ module TencentCloud
1113
1113
 
1114
1114
  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
1115
1115
  extend Gem::Deprecate
1116
- deprecate :InstanceGrpId, :none, 2025, 5
1117
- deprecate :InstanceGrpId=, :none, 2025, 5
1118
- deprecate :ModifyParamsData, :none, 2025, 5
1119
- deprecate :ModifyParamsData=, :none, 2025, 5
1116
+ deprecate :InstanceGrpId, :none, 2025, 6
1117
+ deprecate :InstanceGrpId=, :none, 2025, 6
1118
+ deprecate :ModifyParamsData, :none, 2025, 6
1119
+ deprecate :ModifyParamsData=, :none, 2025, 6
1120
1120
 
1121
1121
  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)
1122
1122
  @ID = id
@@ -1574,8 +1574,8 @@ module TencentCloud
1574
1574
 
1575
1575
  attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
1576
1576
  extend Gem::Deprecate
1577
- deprecate :InstanceGrpId, :none, 2025, 5
1578
- deprecate :InstanceGrpId=, :none, 2025, 5
1577
+ deprecate :InstanceGrpId, :none, 2025, 6
1578
+ deprecate :InstanceGrpId=, :none, 2025, 6
1579
1579
 
1580
1580
  def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
1581
1581
  @InstanceGrpId = instancegrpid
@@ -1944,8 +1944,8 @@ module TencentCloud
1944
1944
 
1945
1945
  attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
1946
1946
  extend Gem::Deprecate
1947
- deprecate :Filter, :none, 2025, 5
1948
- deprecate :Filter=, :none, 2025, 5
1947
+ deprecate :Filter, :none, 2025, 6
1948
+ deprecate :Filter=, :none, 2025, 6
1949
1949
 
1950
1950
  def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
1951
1951
  @InstanceId = instanceid
@@ -4894,8 +4894,8 @@ module TencentCloud
4894
4894
 
4895
4895
  attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :Limit, :Offset, :LogFilter
4896
4896
  extend Gem::Deprecate
4897
- deprecate :Filter, :none, 2025, 5
4898
- deprecate :Filter=, :none, 2025, 5
4897
+ deprecate :Filter, :none, 2025, 6
4898
+ deprecate :Filter=, :none, 2025, 6
4899
4899
 
4900
4900
  def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, limit=nil, offset=nil, logfilter=nil)
4901
4901
  @InstanceId = instanceid
@@ -5932,8 +5932,8 @@ module TencentCloud
5932
5932
 
5933
5933
  attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
5934
5934
  extend Gem::Deprecate
5935
- deprecate :InstanceGrpInfoList, :none, 2025, 5
5936
- deprecate :InstanceGrpInfoList=, :none, 2025, 5
5935
+ deprecate :InstanceGrpInfoList, :none, 2025, 6
5936
+ deprecate :InstanceGrpInfoList=, :none, 2025, 6
5937
5937
 
5938
5938
  def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
5939
5939
  @TotalCount = totalcount
@@ -6330,8 +6330,8 @@ module TencentCloud
6330
6330
 
6331
6331
  attr_accessor :InstanceId, :InstanceGroupId
6332
6332
  extend Gem::Deprecate
6333
- deprecate :InstanceId, :none, 2025, 5
6334
- deprecate :InstanceId=, :none, 2025, 5
6333
+ deprecate :InstanceId, :none, 2025, 6
6334
+ deprecate :InstanceId=, :none, 2025, 6
6335
6335
 
6336
6336
  def initialize(instanceid=nil, instancegroupid=nil)
6337
6337
  @InstanceId = instanceid
@@ -8025,7 +8025,7 @@ module TencentCloud
8025
8025
  # @type StartTimeBegin: String
8026
8026
  # @param StartTimeEnd: 任务开始时间结束值
8027
8027
  # @type StartTimeEnd: String
8028
- # @param Filters: 过滤条件
8028
+ # @param Filters: 过滤条件,支持的搜索字段:"ClusterId"、"ClusterName"、"InstanceId"、"InstanceName"、"Status"、"TaskId"、"TaskType"
8029
8029
  # @type Filters: Array
8030
8030
  # @param Limit: 查询列表长度
8031
8031
  # @type Limit: Integer
@@ -11232,8 +11232,8 @@ module TencentCloud
11232
11232
 
11233
11233
  attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
11234
11234
  extend Gem::Deprecate
11235
- deprecate :InstanceGrpId, :none, 2025, 5
11236
- deprecate :InstanceGrpId=, :none, 2025, 5
11235
+ deprecate :InstanceGrpId, :none, 2025, 6
11236
+ deprecate :InstanceGrpId=, :none, 2025, 6
11237
11237
 
11238
11238
  def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
11239
11239
  @ClusterId = clusterid
@@ -11533,8 +11533,8 @@ module TencentCloud
11533
11533
 
11534
11534
  attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
11535
11535
  extend Gem::Deprecate
11536
- deprecate :AuditRuleFilters, :none, 2025, 5
11537
- deprecate :AuditRuleFilters=, :none, 2025, 5
11536
+ deprecate :AuditRuleFilters, :none, 2025, 6
11537
+ deprecate :AuditRuleFilters=, :none, 2025, 6
11538
11538
 
11539
11539
  def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
11540
11540
  @InstanceId = instanceid
@@ -11841,8 +11841,8 @@ module TencentCloud
11841
11841
 
11842
11842
  attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
11843
11843
  extend Gem::Deprecate
11844
- deprecate :InstanceGrpId, :none, 2025, 5
11845
- deprecate :InstanceGrpId=, :none, 2025, 5
11844
+ deprecate :InstanceGrpId, :none, 2025, 6
11845
+ deprecate :InstanceGrpId=, :none, 2025, 6
11846
11846
 
11847
11847
  def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
11848
11848
  @InstanceGrpId = instancegrpid
@@ -12821,10 +12821,10 @@ module TencentCloud
12821
12821
 
12822
12822
  # 查询过滤器
12823
12823
  class QueryFilter < TencentCloud::Common::AbstractModel
12824
- # @param Names: 搜索字段,目前支持:"InstanceId", "ProjectId", "InstanceName", "Vip"
12825
- # @type Names: Array
12826
12824
  # @param Values: 搜索字符串
12827
12825
  # @type Values: Array
12826
+ # @param Names: 搜索字段,目前支持:"InstanceId", "ProjectId", "InstanceName", "Vip"
12827
+ # @type Names: Array
12828
12828
  # @param ExactMatch: 是否精确匹配
12829
12829
  # @type ExactMatch: Boolean
12830
12830
  # @param Name: 搜索字段
@@ -12832,19 +12832,19 @@ module TencentCloud
12832
12832
  # @param Operator: 操作符
12833
12833
  # @type Operator: String
12834
12834
 
12835
- attr_accessor :Names, :Values, :ExactMatch, :Name, :Operator
12835
+ attr_accessor :Values, :Names, :ExactMatch, :Name, :Operator
12836
12836
 
12837
- def initialize(names=nil, values=nil, exactmatch=nil, name=nil, operator=nil)
12838
- @Names = names
12837
+ def initialize(values=nil, names=nil, exactmatch=nil, name=nil, operator=nil)
12839
12838
  @Values = values
12839
+ @Names = names
12840
12840
  @ExactMatch = exactmatch
12841
12841
  @Name = name
12842
12842
  @Operator = operator
12843
12843
  end
12844
12844
 
12845
12845
  def deserialize(params)
12846
- @Names = params['Names']
12847
12846
  @Values = params['Values']
12847
+ @Names = params['Names']
12848
12848
  @ExactMatch = params['ExactMatch']
12849
12849
  @Name = params['Name']
12850
12850
  @Operator = params['Operator']
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.1071
4
+ version: 3.0.1073
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-05-29 00:00:00.000000000 Z
11
+ date: 2025-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common