tencentcloud-sdk-cynosdb 3.0.1179 → 3.0.1180

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 +22 -5
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4551bc89bb3d27e747941b3e21665915bc9cc884
4
- data.tar.gz: f20461eff41af7d5a597a3ef224081d2d10e348c
3
+ metadata.gz: 3e5ad5596dada23e862af732cbb3cab4f4311d3d
4
+ data.tar.gz: 17025005df5951c01a6f3da9445a4861925a9c8b
5
5
  SHA512:
6
- metadata.gz: d2f000d5214d1c86e8e7e783633dec17ab54ebba5105cef4c5404a5daa00e86c88b3c249165c79e9ee152b419cdfa3a1f2924e3854fc79e2aa9b818bc6b3abfc
7
- data.tar.gz: 947788753d6b2c874c8513c92b5842364092784e13b0b0ea2349f0f8ca32daf6eefca95f03045eb268085116113960f8d2b7b61b2c96948c7216e1884c562d59
6
+ metadata.gz: 15e8f123886ea557b73c8ce9f547588cad288f3ba6bcfbe341b7b925da3882df6e1f46da9a8ca10893f131385f26863619e2f28b2245869209254eaea1c24962
7
+ data.tar.gz: 6caeec38305261fb3e61b23596d76939223a29fd10f21f9a263c8529d9700d2f843e262c0e4ed0eab1985d7ee85e4785b919efc543669ebbcbfade7dbb639776
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1179
1
+ 3.0.1180
@@ -231,7 +231,9 @@ module TencentCloud
231
231
  # @type Memory: Integer
232
232
  # @param ReadOnlyCount: 新增只读实例数,取值范围为(0,15]
233
233
  # @type ReadOnlyCount: Integer
234
- # @param DeviceType: 实例机器类型
234
+ # @param DeviceType: 实例机器类型,支持值如下:
235
+ # - common:表示通用型
236
+ # - exclusive:表示独享型
235
237
  # @type DeviceType: String
236
238
  # @param InstanceGrpId: 实例组ID,在已有RO组中新增实例时使用,不传则新增RO组。当前版本不建议传输该值。
237
239
  # @type InstanceGrpId: String
@@ -1028,15 +1030,18 @@ module TencentCloud
1028
1030
  # @type FinishTime: String
1029
1031
  # @param BinlogId: Binlog文件ID
1030
1032
  # @type BinlogId: Integer
1033
+ # @param CrossRegions: binlog所跨地域
1034
+ # @type CrossRegions: Array
1031
1035
 
1032
- attr_accessor :FileName, :FileSize, :StartTime, :FinishTime, :BinlogId
1036
+ attr_accessor :FileName, :FileSize, :StartTime, :FinishTime, :BinlogId, :CrossRegions
1033
1037
 
1034
- def initialize(filename=nil, filesize=nil, starttime=nil, finishtime=nil, binlogid=nil)
1038
+ def initialize(filename=nil, filesize=nil, starttime=nil, finishtime=nil, binlogid=nil, crossregions=nil)
1035
1039
  @FileName = filename
1036
1040
  @FileSize = filesize
1037
1041
  @StartTime = starttime
1038
1042
  @FinishTime = finishtime
1039
1043
  @BinlogId = binlogid
1044
+ @CrossRegions = crossregions
1040
1045
  end
1041
1046
 
1042
1047
  def deserialize(params)
@@ -1045,6 +1050,7 @@ module TencentCloud
1045
1050
  @StartTime = params['StartTime']
1046
1051
  @FinishTime = params['FinishTime']
1047
1052
  @BinlogId = params['BinlogId']
1053
+ @CrossRegions = params['CrossRegions']
1048
1054
  end
1049
1055
  end
1050
1056
 
@@ -3385,7 +3391,16 @@ module TencentCloud
3385
3391
  # @type Zone: String
3386
3392
  # @param PhysicalZone: 物理可用区
3387
3393
  # @type PhysicalZone: String
3388
- # @param Status: 状态
3394
+ # @param Status: 状态,支持的值如下:
3395
+ # - creating:创建中
3396
+ # - running:运行中
3397
+ # - isolating:隔离中
3398
+ # - isolated:已隔离
3399
+ # - activating:从回收站重新恢复
3400
+ # - offlining:下线中
3401
+ # - offlined:已下线
3402
+ # - deleting:删除中
3403
+ # - deleted:已删除
3389
3404
  # @type Status: String
3390
3405
  # @param StatusDesc: 状态描述
3391
3406
  # @type StatusDesc: String
@@ -8994,7 +9009,9 @@ module TencentCloud
8994
9009
  # @type InstancePayMode: String
8995
9010
  # @param StoragePayMode: 存储购买类型,可选值为:PREPAID, POSTPAID
8996
9011
  # @type StoragePayMode: String
8997
- # @param DeviceType: 实例设备类型
9012
+ # @param DeviceType: 实例设备类型,支持值如下:
9013
+ # - common:表示通用型
9014
+ # - exclusive:表示独享型
8998
9015
  # @type DeviceType: String
8999
9016
  # @param Cpu: CPU核数,PREPAID与POSTPAID实例类型必传
9000
9017
  # @type Cpu: Integer
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1179
4
+ version: 3.0.1180
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud