tencentcloud-sdk-cynosdb 3.0.1180 → 3.0.1184

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 +18 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e5ad5596dada23e862af732cbb3cab4f4311d3d
4
- data.tar.gz: 17025005df5951c01a6f3da9445a4861925a9c8b
3
+ metadata.gz: ae97be5fcb445d8c88e74e93cb03806c46bf9203
4
+ data.tar.gz: 34d4ffdb66e6c360028fa5af446f76e5f61ba7f5
5
5
  SHA512:
6
- metadata.gz: 15e8f123886ea557b73c8ce9f547588cad288f3ba6bcfbe341b7b925da3882df6e1f46da9a8ca10893f131385f26863619e2f28b2245869209254eaea1c24962
7
- data.tar.gz: 6caeec38305261fb3e61b23596d76939223a29fd10f21f9a263c8529d9700d2f843e262c0e4ed0eab1985d7ee85e4785b919efc543669ebbcbfade7dbb639776
6
+ metadata.gz: bc6c4452f21aecab371fddd578416176211cc79bad9fa96d47c60fadb8d01e4badd7cb5b2e298eab7210243f11f8945a44cba2ea37ea1422834d1ed2a7eb3e50
7
+ data.tar.gz: 6a1a4ee8023c6481ab00d02c7778ccff8954a0d5b9c4c3e5dfe2c466f39d50156834db00e9abc239e26cadb7e3422591628a29856fc7864f7cd8ed9d07cfb503
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1180
1
+ 3.0.1184
@@ -1669,10 +1669,12 @@ module TencentCloud
1669
1669
  # @param InstanceDeviceType: 实例机器类型
1670
1670
  # @type InstanceDeviceType: String
1671
1671
  # @param InstanceStorageType: 实例存储类型
1672
+ # 说明:仅当要查询的资源为 LibraDB 时,此参数才会返回值。
1672
1673
  # @type InstanceStorageType: String
1673
1674
  # @param DbMode: 数据库类型
1674
1675
  # @type DbMode: String
1675
1676
  # @param NodeList: 节点列表
1677
+ # 说明:仅当要查询的资源为 LibraDB 时,此参数才会返回值。
1676
1678
  # @type NodeList: Array
1677
1679
 
1678
1680
  attr_accessor :InstanceId, :InstanceName, :InstanceType, :InstanceStatus, :InstanceStatusDesc, :InstanceCpu, :InstanceMemory, :InstanceStorage, :InstanceRole, :MaintainStartTime, :MaintainDuration, :MaintainWeekDays, :ServerlessStatus, :InstanceTasks, :InstanceDeviceType, :InstanceStorageType, :DbMode, :NodeList
@@ -5786,7 +5788,7 @@ module TencentCloud
5786
5788
  # @type EndTime: String
5787
5789
  # @param Offset: 偏移量
5788
5790
  # @type Offset: Integer
5789
- # @param Limit: 限制条数
5791
+ # @param Limit: 限制条数,默认值为20
5790
5792
  # @type Limit: Integer
5791
5793
 
5792
5794
  attr_accessor :ClusterId, :StartTime, :EndTime, :Offset, :Limit
@@ -11775,10 +11777,12 @@ module TencentCloud
11775
11777
  # @type MaxRoCount: Integer
11776
11778
  # @param AutoArchive: 是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes
11777
11779
  # @type AutoArchive: String
11780
+ # @param UpgradeType: 升级类型。 默认值:upgradeImmediate。 可选值: upgradeImmediate:立即完成修改 upgradeInMaintain:在维护时间窗口内完成修改
11781
+ # @type UpgradeType: String
11778
11782
 
11779
- attr_accessor :ClusterId, :AutoPause, :AutoPauseDelay, :AutoScaleUpDelay, :AutoScaleDownDelay, :MinCpu, :MaxCpu, :MinRoCpu, :MaxRoCpu, :MinRoCount, :MaxRoCount, :AutoArchive
11783
+ attr_accessor :ClusterId, :AutoPause, :AutoPauseDelay, :AutoScaleUpDelay, :AutoScaleDownDelay, :MinCpu, :MaxCpu, :MinRoCpu, :MaxRoCpu, :MinRoCount, :MaxRoCount, :AutoArchive, :UpgradeType
11780
11784
 
11781
- def initialize(clusterid=nil, autopause=nil, autopausedelay=nil, autoscaleupdelay=nil, autoscaledowndelay=nil, mincpu=nil, maxcpu=nil, minrocpu=nil, maxrocpu=nil, minrocount=nil, maxrocount=nil, autoarchive=nil)
11785
+ def initialize(clusterid=nil, autopause=nil, autopausedelay=nil, autoscaleupdelay=nil, autoscaledowndelay=nil, mincpu=nil, maxcpu=nil, minrocpu=nil, maxrocpu=nil, minrocount=nil, maxrocount=nil, autoarchive=nil, upgradetype=nil)
11782
11786
  @ClusterId = clusterid
11783
11787
  @AutoPause = autopause
11784
11788
  @AutoPauseDelay = autopausedelay
@@ -11791,6 +11795,7 @@ module TencentCloud
11791
11795
  @MinRoCount = minrocount
11792
11796
  @MaxRoCount = maxrocount
11793
11797
  @AutoArchive = autoarchive
11798
+ @UpgradeType = upgradetype
11794
11799
  end
11795
11800
 
11796
11801
  def deserialize(params)
@@ -11806,6 +11811,7 @@ module TencentCloud
11806
11811
  @MinRoCount = params['MinRoCount']
11807
11812
  @MaxRoCount = params['MaxRoCount']
11808
11813
  @AutoArchive = params['AutoArchive']
11814
+ @UpgradeType = params['UpgradeType']
11809
11815
  end
11810
11816
  end
11811
11817
 
@@ -11813,18 +11819,25 @@ module TencentCloud
11813
11819
  class ModifyServerlessStrategyResponse < TencentCloud::Common::AbstractModel
11814
11820
  # @param FlowId: 异步流程id
11815
11821
  # @type FlowId: Integer
11822
+ # @param TaskId: 任务id
11823
+ # @type TaskId: Integer
11816
11824
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11817
11825
  # @type RequestId: String
11818
11826
 
11819
- attr_accessor :FlowId, :RequestId
11827
+ attr_accessor :FlowId, :TaskId, :RequestId
11828
+ extend Gem::Deprecate
11829
+ deprecate :FlowId, :none, 2025, 12
11830
+ deprecate :FlowId=, :none, 2025, 12
11820
11831
 
11821
- def initialize(flowid=nil, requestid=nil)
11832
+ def initialize(flowid=nil, taskid=nil, requestid=nil)
11822
11833
  @FlowId = flowid
11834
+ @TaskId = taskid
11823
11835
  @RequestId = requestid
11824
11836
  end
11825
11837
 
11826
11838
  def deserialize(params)
11827
11839
  @FlowId = params['FlowId']
11840
+ @TaskId = params['TaskId']
11828
11841
  @RequestId = params['RequestId']
11829
11842
  end
11830
11843
  end
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.1180
4
+ version: 3.0.1184
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-09 00:00:00.000000000 Z
11
+ date: 2025-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common