tencentcloud-sdk-cynosdb 3.0.1184 → 3.0.1201

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 +88 -56
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae97be5fcb445d8c88e74e93cb03806c46bf9203
4
- data.tar.gz: 34d4ffdb66e6c360028fa5af446f76e5f61ba7f5
3
+ metadata.gz: 2c87c6ca97f0da766ed67faa749dc72bc2149ab9
4
+ data.tar.gz: 9d795af615b80c99c7ce4c2bdcb55ae9c6c8cf3f
5
5
  SHA512:
6
- metadata.gz: bc6c4452f21aecab371fddd578416176211cc79bad9fa96d47c60fadb8d01e4badd7cb5b2e298eab7210243f11f8945a44cba2ea37ea1422834d1ed2a7eb3e50
7
- data.tar.gz: 6a1a4ee8023c6481ab00d02c7778ccff8954a0d5b9c4c3e5dfe2c466f39d50156834db00e9abc239e26cadb7e3422591628a29856fc7864f7cd8ed9d07cfb503
6
+ metadata.gz: 823454485ce5957173755cb66213677a5753a9b7704061fb52c3179c41e53bcfff46c0ce193e987e8cb2433479e68647ef0d4a15810ab332ca0216de8a722eb7
7
+ data.tar.gz: be78b4f729876c6bf607c34f80cebfd9a9f5d4c6fd446cc966e04e92b4b98681fae0a2b521b6d00083758e126f21a1a3ce63132544145ca5c13a8e439e5d2555
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1184
1
+ 3.0.1201
@@ -265,8 +265,8 @@ module TencentCloud
265
265
 
266
266
  attr_accessor :ClusterId, :Cpu, :Memory, :ReadOnlyCount, :DeviceType, :InstanceGrpId, :VpcId, :SubnetId, :Port, :InstanceName, :AutoVoucher, :DbType, :OrderSource, :DealMode, :ParamTemplateId, :InstanceParams, :SecurityGroupIds, :UpgradeProxy
267
267
  extend Gem::Deprecate
268
- deprecate :InstanceGrpId, :none, 2025, 12
269
- deprecate :InstanceGrpId=, :none, 2025, 12
268
+ deprecate :InstanceGrpId, :none, 2026, 1
269
+ deprecate :InstanceGrpId=, :none, 2026, 1
270
270
 
271
271
  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)
272
272
  @ClusterId = clusterid
@@ -1139,10 +1139,10 @@ module TencentCloud
1139
1139
 
1140
1140
  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
1141
1141
  extend Gem::Deprecate
1142
- deprecate :InstanceGrpId, :none, 2025, 12
1143
- deprecate :InstanceGrpId=, :none, 2025, 12
1144
- deprecate :ModifyParamsData, :none, 2025, 12
1145
- deprecate :ModifyParamsData=, :none, 2025, 12
1142
+ deprecate :InstanceGrpId, :none, 2026, 1
1143
+ deprecate :InstanceGrpId=, :none, 2026, 1
1144
+ deprecate :ModifyParamsData, :none, 2026, 1
1145
+ deprecate :ModifyParamsData=, :none, 2026, 1
1146
1146
 
1147
1147
  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)
1148
1148
  @ID = id
@@ -1600,8 +1600,8 @@ module TencentCloud
1600
1600
 
1601
1601
  attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
1602
1602
  extend Gem::Deprecate
1603
- deprecate :InstanceGrpId, :none, 2025, 12
1604
- deprecate :InstanceGrpId=, :none, 2025, 12
1603
+ deprecate :InstanceGrpId, :none, 2026, 1
1604
+ deprecate :InstanceGrpId=, :none, 2026, 1
1605
1605
 
1606
1606
  def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
1607
1607
  @InstanceGrpId = instancegrpid
@@ -1972,8 +1972,8 @@ module TencentCloud
1972
1972
 
1973
1973
  attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
1974
1974
  extend Gem::Deprecate
1975
- deprecate :Filter, :none, 2025, 12
1976
- deprecate :Filter=, :none, 2025, 12
1975
+ deprecate :Filter, :none, 2026, 1
1976
+ deprecate :Filter=, :none, 2026, 1
1977
1977
 
1978
1978
  def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
1979
1979
  @InstanceId = instanceid
@@ -2400,10 +2400,12 @@ module TencentCloud
2400
2400
  # @type AutoArchive: String
2401
2401
  # @param AutoArchiveDelayHours: 暂停后的归档处理时间
2402
2402
  # @type AutoArchiveDelayHours: Integer
2403
+ # @param CynosVersion: 内核小版本号
2404
+ # @type CynosVersion: String
2403
2405
 
2404
- attr_accessor :Zone, :VpcId, :SubnetId, :DbType, :DbVersion, :ProjectId, :Cpu, :Memory, :InstanceCount, :Storage, :ClusterName, :AdminPassword, :Port, :PayMode, :Count, :RollbackStrategy, :RollbackId, :OriginalClusterId, :ExpectTime, :ExpectTimeThresh, :StorageLimit, :TimeSpan, :TimeUnit, :AutoRenewFlag, :AutoVoucher, :HaCount, :OrderSource, :ResourceTags, :DbMode, :MinCpu, :MaxCpu, :AutoPause, :AutoPauseDelay, :StoragePayMode, :SecurityGroupIds, :AlarmPolicyIds, :ClusterParams, :DealMode, :ParamTemplateId, :SlaveZone, :InstanceInitInfos, :GdnId, :ProxyConfig, :AutoArchive, :AutoArchiveDelayHours
2406
+ attr_accessor :Zone, :VpcId, :SubnetId, :DbType, :DbVersion, :ProjectId, :Cpu, :Memory, :InstanceCount, :Storage, :ClusterName, :AdminPassword, :Port, :PayMode, :Count, :RollbackStrategy, :RollbackId, :OriginalClusterId, :ExpectTime, :ExpectTimeThresh, :StorageLimit, :TimeSpan, :TimeUnit, :AutoRenewFlag, :AutoVoucher, :HaCount, :OrderSource, :ResourceTags, :DbMode, :MinCpu, :MaxCpu, :AutoPause, :AutoPauseDelay, :StoragePayMode, :SecurityGroupIds, :AlarmPolicyIds, :ClusterParams, :DealMode, :ParamTemplateId, :SlaveZone, :InstanceInitInfos, :GdnId, :ProxyConfig, :AutoArchive, :AutoArchiveDelayHours, :CynosVersion
2405
2407
 
2406
- def initialize(zone=nil, vpcid=nil, subnetid=nil, dbtype=nil, dbversion=nil, projectid=nil, cpu=nil, memory=nil, instancecount=nil, storage=nil, clustername=nil, adminpassword=nil, port=nil, paymode=nil, count=nil, rollbackstrategy=nil, rollbackid=nil, originalclusterid=nil, expecttime=nil, expecttimethresh=nil, storagelimit=nil, timespan=nil, timeunit=nil, autorenewflag=nil, autovoucher=nil, hacount=nil, ordersource=nil, resourcetags=nil, dbmode=nil, mincpu=nil, maxcpu=nil, autopause=nil, autopausedelay=nil, storagepaymode=nil, securitygroupids=nil, alarmpolicyids=nil, clusterparams=nil, dealmode=nil, paramtemplateid=nil, slavezone=nil, instanceinitinfos=nil, gdnid=nil, proxyconfig=nil, autoarchive=nil, autoarchivedelayhours=nil)
2408
+ def initialize(zone=nil, vpcid=nil, subnetid=nil, dbtype=nil, dbversion=nil, projectid=nil, cpu=nil, memory=nil, instancecount=nil, storage=nil, clustername=nil, adminpassword=nil, port=nil, paymode=nil, count=nil, rollbackstrategy=nil, rollbackid=nil, originalclusterid=nil, expecttime=nil, expecttimethresh=nil, storagelimit=nil, timespan=nil, timeunit=nil, autorenewflag=nil, autovoucher=nil, hacount=nil, ordersource=nil, resourcetags=nil, dbmode=nil, mincpu=nil, maxcpu=nil, autopause=nil, autopausedelay=nil, storagepaymode=nil, securitygroupids=nil, alarmpolicyids=nil, clusterparams=nil, dealmode=nil, paramtemplateid=nil, slavezone=nil, instanceinitinfos=nil, gdnid=nil, proxyconfig=nil, autoarchive=nil, autoarchivedelayhours=nil, cynosversion=nil)
2407
2409
  @Zone = zone
2408
2410
  @VpcId = vpcid
2409
2411
  @SubnetId = subnetid
@@ -2449,6 +2451,7 @@ module TencentCloud
2449
2451
  @ProxyConfig = proxyconfig
2450
2452
  @AutoArchive = autoarchive
2451
2453
  @AutoArchiveDelayHours = autoarchivedelayhours
2454
+ @CynosVersion = cynosversion
2452
2455
  end
2453
2456
 
2454
2457
  def deserialize(params)
@@ -2521,6 +2524,7 @@ module TencentCloud
2521
2524
  end
2522
2525
  @AutoArchive = params['AutoArchive']
2523
2526
  @AutoArchiveDelayHours = params['AutoArchiveDelayHours']
2527
+ @CynosVersion = params['CynosVersion']
2524
2528
  end
2525
2529
  end
2526
2530
 
@@ -2831,48 +2835,60 @@ module TencentCloud
2831
2835
 
2832
2836
  # CreateProxyEndPoint请求参数结构体
2833
2837
  class CreateProxyEndPointRequest < TencentCloud::Common::AbstractModel
2834
- # @param ClusterId: 集群ID
2838
+ # @param ClusterId: 集群 ID
2835
2839
  # @type ClusterId: String
2836
- # @param UniqueVpcId: 私有网络ID,默认与集群私有网络ID保持一致
2840
+ # @param UniqueVpcId: 私有网络 ID,默认与集群私有网络 ID 保持一致。
2837
2841
  # @type UniqueVpcId: String
2838
- # @param UniqueSubnetId: 私有网络子网ID,默认与集群子网ID保持一致
2842
+ # @param UniqueSubnetId: 私有网络子网 ID,默认与集群子网 ID 保持一致。
2839
2843
  # @type UniqueSubnetId: String
2840
- # @param ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池 )
2844
+ # @param ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池)。
2841
2845
  # @type ConnectionPoolType: String
2842
- # @param OpenConnectionPool: 是否开启连接池,yes-开启,no-不开启
2846
+ # @param OpenConnectionPool: 是否开启连接池。
2847
+ # yes:表示开启。
2848
+ # no:表示不开启。
2843
2849
  # @type OpenConnectionPool: String
2844
- # @param ConnectionPoolTimeOut: 连接池阈值:单位(秒)
2850
+ # @param ConnectionPoolTimeOut: 连接池阈值:单位(秒),可选范围:0 - 300秒。
2845
2851
  # @type ConnectionPoolTimeOut: Integer
2846
- # @param SecurityGroupIds: 绑定的安全组ID数组
2852
+ # @param SecurityGroupIds: 绑定的安全组 ID 数组。
2847
2853
  # @type SecurityGroupIds: Array
2848
- # @param Description: 描述说明
2854
+ # @param Description: 描述说明。
2849
2855
  # @type Description: String
2850
- # @param Vip: 想要绑定的vip信息,需与UniqueVpcId对应。
2856
+ # @param Vip: 想要绑定的 vip 信息,需与 UniqueVpcId 对应。
2851
2857
  # @type Vip: String
2852
2858
  # @param WeightMode: 权重模式:
2853
- # system-系统分配,custom-自定义
2859
+ # system:系统分配。
2860
+ # custom:自定义。
2854
2861
  # @type WeightMode: String
2855
- # @param AutoAddRo: 是否自动添加只读实例,yes-是,no-不自动添加
2862
+ # @param AutoAddRo: 是否自动添加只读实例。
2863
+ # yes:表示自动添加只读实例。
2864
+ # no:表示不自动添加只读实例。
2856
2865
  # @type AutoAddRo: String
2857
2866
  # @param FailOver: 是否开启故障转移。
2858
- # yes:开启
2859
- # no:不开启。
2860
- # 数据库代理出现故障时,链接地址将会路由到主实例
2867
+ # yes:表示开启,开启后,当数据库代理出现故障时,连接地址将会路由到主实例。
2868
+ # no:表示不开启。
2869
+ # 说明:
2870
+ # 仅当 RwType 参数值为 READWRITE 时,才支持设置此项。
2861
2871
  # @type FailOver: String
2862
2872
  # @param ConsistencyType: 一致性类型:
2863
- # eventual,global,session
2873
+ # eventual:最终一致性。
2874
+ # global:全局一致性。
2875
+ # session:会话一致性。
2876
+ # 说明:
2877
+ # 仅当 RwType 参数值为 READWRITE 时,才支持设置此项。
2864
2878
  # @type ConsistencyType: String
2865
2879
  # @param RwType: 读写属性:
2866
- # READWRITE,READONLY
2880
+ # READWRITE:表示读写分离。当此参数值为 READWRITE 时,才支持设置 FailOver、ConsistencyType 参数。
2881
+ # READONLY:表示只读。
2867
2882
  # @type RwType: String
2868
- # @param ConsistencyTimeOut: 一致性超时时间。取值范围:0~1000000(微秒),设置0则表示若只读实例出现延迟, 导致一致性策略不满足, 请求将一直等待
2883
+ # @param ConsistencyTimeOut: 一致性超时时间。取值范围:0 ~ 1000000(微秒)。设置为0时,表示若只读实例出现延迟导致一致性策略不满足时,请求将一直等待。
2869
2884
  # @type ConsistencyTimeOut: Integer
2870
- # @param TransSplit: 是否开启事务拆分。在一个事务中拆分读和写到不同的实例上去执行
2885
+ # @param TransSplit: 是否开启事务拆分。开启后,在一个事务中拆分读和写到不同的实例上去执行。
2871
2886
  # @type TransSplit: Boolean
2872
- # @param AccessMode: 连接模式:
2873
- # nearby,balance
2887
+ # @param AccessMode: 接入模式:
2888
+ # nearby:就近访问。
2889
+ # balance:均衡分配。
2874
2890
  # @type AccessMode: String
2875
- # @param InstanceWeights: 实例权重
2891
+ # @param InstanceWeights: 实例权重。
2876
2892
  # @type InstanceWeights: Array
2877
2893
 
2878
2894
  attr_accessor :ClusterId, :UniqueVpcId, :UniqueSubnetId, :ConnectionPoolType, :OpenConnectionPool, :ConnectionPoolTimeOut, :SecurityGroupIds, :Description, :Vip, :WeightMode, :AutoAddRo, :FailOver, :ConsistencyType, :RwType, :ConsistencyTimeOut, :TransSplit, :AccessMode, :InstanceWeights
@@ -2929,11 +2945,11 @@ module TencentCloud
2929
2945
 
2930
2946
  # CreateProxyEndPoint返回参数结构体
2931
2947
  class CreateProxyEndPointResponse < TencentCloud::Common::AbstractModel
2932
- # @param FlowId: 异步流程ID
2948
+ # @param FlowId: 异步流程 ID
2933
2949
  # @type FlowId: Integer
2934
- # @param TaskId: 异步任务ID
2950
+ # @param TaskId: 异步任务 ID
2935
2951
  # @type TaskId: Integer
2936
- # @param ProxyGroupId: 数据库代理组ID
2952
+ # @param ProxyGroupId: 数据库代理组 ID
2937
2953
  # @type ProxyGroupId: String
2938
2954
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2939
2955
  # @type RequestId: String
@@ -5153,8 +5169,8 @@ module TencentCloud
5153
5169
 
5154
5170
  attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :Limit, :Offset, :LogFilter
5155
5171
  extend Gem::Deprecate
5156
- deprecate :Filter, :none, 2025, 12
5157
- deprecate :Filter=, :none, 2025, 12
5172
+ deprecate :Filter, :none, 2026, 1
5173
+ deprecate :Filter=, :none, 2026, 1
5158
5174
 
5159
5175
  def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, limit=nil, offset=nil, logfilter=nil)
5160
5176
  @InstanceId = instanceid
@@ -6191,8 +6207,8 @@ module TencentCloud
6191
6207
 
6192
6208
  attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
6193
6209
  extend Gem::Deprecate
6194
- deprecate :InstanceGrpInfoList, :none, 2025, 12
6195
- deprecate :InstanceGrpInfoList=, :none, 2025, 12
6210
+ deprecate :InstanceGrpInfoList, :none, 2026, 1
6211
+ deprecate :InstanceGrpInfoList=, :none, 2026, 1
6196
6212
 
6197
6213
  def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
6198
6214
  @TotalCount = totalcount
@@ -6597,8 +6613,8 @@ module TencentCloud
6597
6613
 
6598
6614
  attr_accessor :InstanceId, :InstanceGroupId
6599
6615
  extend Gem::Deprecate
6600
- deprecate :InstanceId, :none, 2025, 12
6601
- deprecate :InstanceId=, :none, 2025, 12
6616
+ deprecate :InstanceId, :none, 2026, 1
6617
+ deprecate :InstanceId=, :none, 2026, 1
6602
6618
 
6603
6619
  def initialize(instanceid=nil, instancegroupid=nil)
6604
6620
  @InstanceId = instanceid
@@ -8816,10 +8832,18 @@ module TencentCloud
8816
8832
  # @type StandbyClusterId: String
8817
8833
  # @param StandbyClusterName: 从集群名称
8818
8834
  # @type StandbyClusterName: String
8819
-
8820
- attr_accessor :GdnId, :GdnName, :PrimaryClusterId, :PrimaryClusterRegion, :StandbyClusterRegion, :StandbyClusterId, :StandbyClusterName
8821
-
8822
- def initialize(gdnid=nil, gdnname=nil, primaryclusterid=nil, primaryclusterregion=nil, standbyclusterregion=nil, standbyclusterid=nil, standbyclustername=nil)
8835
+ # @param ForceSwitchGdn: 是否已强切
8836
+ # @type ForceSwitchGdn: String
8837
+ # @param Code: 返回码
8838
+ # @type Code: Integer
8839
+ # @param Message: 提示信息
8840
+ # @type Message: String
8841
+ # @param IsSupportForce: 是否支持强切
8842
+ # @type IsSupportForce: String
8843
+
8844
+ attr_accessor :GdnId, :GdnName, :PrimaryClusterId, :PrimaryClusterRegion, :StandbyClusterRegion, :StandbyClusterId, :StandbyClusterName, :ForceSwitchGdn, :Code, :Message, :IsSupportForce
8845
+
8846
+ def initialize(gdnid=nil, gdnname=nil, primaryclusterid=nil, primaryclusterregion=nil, standbyclusterregion=nil, standbyclusterid=nil, standbyclustername=nil, forceswitchgdn=nil, code=nil, message=nil, issupportforce=nil)
8823
8847
  @GdnId = gdnid
8824
8848
  @GdnName = gdnname
8825
8849
  @PrimaryClusterId = primaryclusterid
@@ -8827,6 +8851,10 @@ module TencentCloud
8827
8851
  @StandbyClusterRegion = standbyclusterregion
8828
8852
  @StandbyClusterId = standbyclusterid
8829
8853
  @StandbyClusterName = standbyclustername
8854
+ @ForceSwitchGdn = forceswitchgdn
8855
+ @Code = code
8856
+ @Message = message
8857
+ @IsSupportForce = issupportforce
8830
8858
  end
8831
8859
 
8832
8860
  def deserialize(params)
@@ -8837,6 +8865,10 @@ module TencentCloud
8837
8865
  @StandbyClusterRegion = params['StandbyClusterRegion']
8838
8866
  @StandbyClusterId = params['StandbyClusterId']
8839
8867
  @StandbyClusterName = params['StandbyClusterName']
8868
+ @ForceSwitchGdn = params['ForceSwitchGdn']
8869
+ @Code = params['Code']
8870
+ @Message = params['Message']
8871
+ @IsSupportForce = params['IsSupportForce']
8840
8872
  end
8841
8873
  end
8842
8874
 
@@ -11826,8 +11858,8 @@ module TencentCloud
11826
11858
 
11827
11859
  attr_accessor :FlowId, :TaskId, :RequestId
11828
11860
  extend Gem::Deprecate
11829
- deprecate :FlowId, :none, 2025, 12
11830
- deprecate :FlowId=, :none, 2025, 12
11861
+ deprecate :FlowId, :none, 2026, 1
11862
+ deprecate :FlowId=, :none, 2026, 1
11831
11863
 
11832
11864
  def initialize(flowid=nil, taskid=nil, requestid=nil)
11833
11865
  @FlowId = flowid
@@ -11862,8 +11894,8 @@ module TencentCloud
11862
11894
 
11863
11895
  attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
11864
11896
  extend Gem::Deprecate
11865
- deprecate :InstanceGrpId, :none, 2025, 12
11866
- deprecate :InstanceGrpId=, :none, 2025, 12
11897
+ deprecate :InstanceGrpId, :none, 2026, 1
11898
+ deprecate :InstanceGrpId=, :none, 2026, 1
11867
11899
 
11868
11900
  def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
11869
11901
  @ClusterId = clusterid
@@ -12163,8 +12195,8 @@ module TencentCloud
12163
12195
 
12164
12196
  attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
12165
12197
  extend Gem::Deprecate
12166
- deprecate :AuditRuleFilters, :none, 2025, 12
12167
- deprecate :AuditRuleFilters=, :none, 2025, 12
12198
+ deprecate :AuditRuleFilters, :none, 2026, 1
12199
+ deprecate :AuditRuleFilters=, :none, 2026, 1
12168
12200
 
12169
12201
  def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
12170
12202
  @InstanceId = instanceid
@@ -12475,8 +12507,8 @@ module TencentCloud
12475
12507
 
12476
12508
  attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
12477
12509
  extend Gem::Deprecate
12478
- deprecate :InstanceGrpId, :none, 2025, 12
12479
- deprecate :InstanceGrpId=, :none, 2025, 12
12510
+ deprecate :InstanceGrpId, :none, 2026, 1
12511
+ deprecate :InstanceGrpId=, :none, 2026, 1
12480
12512
 
12481
12513
  def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
12482
12514
  @InstanceGrpId = instancegrpid
@@ -13562,8 +13594,8 @@ module TencentCloud
13562
13594
 
13563
13595
  attr_accessor :Values, :Names, :ExactMatch, :Name, :Operator
13564
13596
  extend Gem::Deprecate
13565
- deprecate :Operator, :none, 2025, 12
13566
- deprecate :Operator=, :none, 2025, 12
13597
+ deprecate :Operator, :none, 2026, 1
13598
+ deprecate :Operator=, :none, 2026, 1
13567
13599
 
13568
13600
  def initialize(values=nil, names=nil, exactmatch=nil, name=nil, operator=nil)
13569
13601
  @Values = values
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.1184
4
+ version: 3.0.1201
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-12-18 00:00:00.000000000 Z
11
+ date: 2026-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-cynosdb.rb
37
- - lib/v20190107/models.rb
38
36
  - lib/v20190107/client.rb
37
+ - lib/v20190107/models.rb
38
+ - lib/tencentcloud-sdk-cynosdb.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: