tencentcloud-sdk-tcaplusdb 1.0.286 → 1.0.287

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/v20190823/models.rb +28 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1834fa37930f3ad5512a16342b5006523ce83225
4
- data.tar.gz: cc6f1d45cc3e081f72ba321ac25b16ef0dffdae3
3
+ metadata.gz: 0c5ea63d22fecbc0c2f39d3a1cfeeb83355e4e4f
4
+ data.tar.gz: 2c41061328b79d9be18ba7d6d333baa80413134d
5
5
  SHA512:
6
- metadata.gz: 212b017126645f1cde7467aceb5365b626554197e6c2b73fb52b75a7d11e29fe809be842ceaa1c2036e7e37f2bf6ba2bd3f4edd852d68979a852f00c18bd8946
7
- data.tar.gz: c5aaf2893237b702587a25bf98f42eea16372f172239f43dc84a9d45f2517d51f2e826bb37eba5c63ee9b860d5ef4225ff5d0c34332b27c936fe0211a28f8447
6
+ metadata.gz: 20a9d6e9675c8cacd351f2a1dd892de7dbbcd32179e61db6e0c35a05138db8cfd06049e6f55009dc8aba96f64226046575b4baaf338398a4cee152794f611570
7
+ data.tar.gz: 74d10fecba06a0dd81fae2fda15da52704ba1184c6f4d4f8bfc1d38e24462b4eac66d1f42756fb87480b31b02af20a69ada6c933d812d3c60c3d583794eb01c3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.286
1
+ 1.0.287
@@ -294,10 +294,19 @@ module TencentCloud
294
294
  # @param KafkaInfo: 数据订阅的kafka信息
295
295
  # 注意:此字段可能返回 null,表示取不到有效值。
296
296
  # @type KafkaInfo: :class:`Tencentcloud::Tcaplusdb.v20190823.models.KafkaInfo`
297
+ # @param TxhBackupExpireDay: 集群Txh备份文件多少天后过期删除
298
+ # 注意:此字段可能返回 null,表示取不到有效值。
299
+ # @type TxhBackupExpireDay: Integer
300
+ # @param UlogBackupExpireDay: 集群Ulog备份文件多少天后过期删除
301
+ # 注意:此字段可能返回 null,表示取不到有效值。
302
+ # @type UlogBackupExpireDay: Integer
303
+ # @param IsReadOnlyUlogBackupExpireDay: 集群Ulog备份文件过期策略是否为只读, 0: UlogBackupExpire是只读,不可修改, 1: UlogBackupExpire可以修改(当前业务存在Svrid第二段等于clusterid的机器)
304
+ # 注意:此字段可能返回 null,表示取不到有效值。
305
+ # @type IsReadOnlyUlogBackupExpireDay: Integer
297
306
 
298
- attr_accessor :ClusterName, :ClusterId, :Region, :IdlType, :NetworkType, :VpcId, :SubnetId, :CreatedTime, :Password, :PasswordStatus, :ApiAccessId, :ApiAccessIp, :ApiAccessPort, :OldPasswordExpireTime, :ApiAccessIpv6, :ClusterType, :ClusterStatus, :ReadCapacityUnit, :WriteCapacityUnit, :DiskVolume, :ServerList, :ProxyList, :Censorship, :DbaUins, :DataFlowStatus, :KafkaInfo
307
+ attr_accessor :ClusterName, :ClusterId, :Region, :IdlType, :NetworkType, :VpcId, :SubnetId, :CreatedTime, :Password, :PasswordStatus, :ApiAccessId, :ApiAccessIp, :ApiAccessPort, :OldPasswordExpireTime, :ApiAccessIpv6, :ClusterType, :ClusterStatus, :ReadCapacityUnit, :WriteCapacityUnit, :DiskVolume, :ServerList, :ProxyList, :Censorship, :DbaUins, :DataFlowStatus, :KafkaInfo, :TxhBackupExpireDay, :UlogBackupExpireDay, :IsReadOnlyUlogBackupExpireDay
299
308
 
300
- def initialize(clustername=nil, clusterid=nil, region=nil, idltype=nil, networktype=nil, vpcid=nil, subnetid=nil, createdtime=nil, password=nil, passwordstatus=nil, apiaccessid=nil, apiaccessip=nil, apiaccessport=nil, oldpasswordexpiretime=nil, apiaccessipv6=nil, clustertype=nil, clusterstatus=nil, readcapacityunit=nil, writecapacityunit=nil, diskvolume=nil, serverlist=nil, proxylist=nil, censorship=nil, dbauins=nil, dataflowstatus=nil, kafkainfo=nil)
309
+ def initialize(clustername=nil, clusterid=nil, region=nil, idltype=nil, networktype=nil, vpcid=nil, subnetid=nil, createdtime=nil, password=nil, passwordstatus=nil, apiaccessid=nil, apiaccessip=nil, apiaccessport=nil, oldpasswordexpiretime=nil, apiaccessipv6=nil, clustertype=nil, clusterstatus=nil, readcapacityunit=nil, writecapacityunit=nil, diskvolume=nil, serverlist=nil, proxylist=nil, censorship=nil, dbauins=nil, dataflowstatus=nil, kafkainfo=nil, txhbackupexpireday=nil, ulogbackupexpireday=nil, isreadonlyulogbackupexpireday=nil)
301
310
  @ClusterName = clustername
302
311
  @ClusterId = clusterid
303
312
  @Region = region
@@ -324,6 +333,9 @@ module TencentCloud
324
333
  @DbaUins = dbauins
325
334
  @DataFlowStatus = dataflowstatus
326
335
  @KafkaInfo = kafkainfo
336
+ @TxhBackupExpireDay = txhbackupexpireday
337
+ @UlogBackupExpireDay = ulogbackupexpireday
338
+ @IsReadOnlyUlogBackupExpireDay = isreadonlyulogbackupexpireday
327
339
  end
328
340
 
329
341
  def deserialize(params)
@@ -370,6 +382,9 @@ module TencentCloud
370
382
  @KafkaInfo = KafkaInfo.new
371
383
  @KafkaInfo.deserialize(params['KafkaInfo'])
372
384
  end
385
+ @TxhBackupExpireDay = params['TxhBackupExpireDay']
386
+ @UlogBackupExpireDay = params['UlogBackupExpireDay']
387
+ @IsReadOnlyUlogBackupExpireDay = params['IsReadOnlyUlogBackupExpireDay']
373
388
  end
374
389
  end
375
390
 
@@ -1225,11 +1240,11 @@ module TencentCloud
1225
1240
  class DescribeApplicationsRequest < TencentCloud::Common::AbstractModel
1226
1241
  # @param ClusterId: 集群ID,用于获取指定集群的单据
1227
1242
  # @type ClusterId: String
1228
- # @param Limit: 分页
1243
+ # @param Limit: 分页,限制当前返回多少条记录,大于等于10
1229
1244
  # @type Limit: Integer
1230
- # @param Offset: 分页
1245
+ # @param Offset: 分页,从多少条数据开始返回
1231
1246
  # @type Offset: Integer
1232
- # @param CensorStatus: 申请单状态,用于过滤
1247
+ # @param CensorStatus: 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回
1233
1248
  # @type CensorStatus: Integer
1234
1249
  # @param TableGroupId: 表格组id,用于过滤
1235
1250
  # @type TableGroupId: String
@@ -1237,7 +1252,7 @@ module TencentCloud
1237
1252
  # @type TableName: String
1238
1253
  # @param Applicant: 申请人uin,用于过滤
1239
1254
  # @type Applicant: String
1240
- # @param ApplyType: 申请类型,用于过滤
1255
+ # @param ApplyType: 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档
1241
1256
  # @type ApplyType: Integer
1242
1257
 
1243
1258
  attr_accessor :ClusterId, :Limit, :Offset, :CensorStatus, :TableGroupId, :TableName, :Applicant, :ApplyType
@@ -4132,10 +4147,13 @@ module TencentCloud
4132
4147
  # @param DbClusterInfoStruct: 表格分布式索引/缓写、kafka数据订阅信息
4133
4148
  # 注意:此字段可能返回 null,表示取不到有效值。
4134
4149
  # @type DbClusterInfoStruct: String
4150
+ # @param TxhBackupExpireDay: 表格Txh备份文件多少天后过期删除
4151
+ # 注意:此字段可能返回 null,表示取不到有效值。
4152
+ # @type TxhBackupExpireDay: Integer
4135
4153
 
4136
- attr_accessor :TableName, :TableInstanceId, :TableType, :TableIdlType, :ClusterId, :ClusterName, :TableGroupId, :TableGroupName, :KeyStruct, :ValueStruct, :ShardingKeySet, :IndexStruct, :ListElementNum, :IdlFiles, :ReservedVolume, :ReservedReadQps, :ReservedWriteQps, :TableSize, :Status, :CreatedTime, :UpdatedTime, :Memo, :Error, :ApiAccessId, :SortFieldNum, :SortRule, :DbClusterInfoStruct
4154
+ attr_accessor :TableName, :TableInstanceId, :TableType, :TableIdlType, :ClusterId, :ClusterName, :TableGroupId, :TableGroupName, :KeyStruct, :ValueStruct, :ShardingKeySet, :IndexStruct, :ListElementNum, :IdlFiles, :ReservedVolume, :ReservedReadQps, :ReservedWriteQps, :TableSize, :Status, :CreatedTime, :UpdatedTime, :Memo, :Error, :ApiAccessId, :SortFieldNum, :SortRule, :DbClusterInfoStruct, :TxhBackupExpireDay
4137
4155
 
4138
- def initialize(tablename=nil, tableinstanceid=nil, tabletype=nil, tableidltype=nil, clusterid=nil, clustername=nil, tablegroupid=nil, tablegroupname=nil, keystruct=nil, valuestruct=nil, shardingkeyset=nil, indexstruct=nil, listelementnum=nil, idlfiles=nil, reservedvolume=nil, reservedreadqps=nil, reservedwriteqps=nil, tablesize=nil, status=nil, createdtime=nil, updatedtime=nil, memo=nil, error=nil, apiaccessid=nil, sortfieldnum=nil, sortrule=nil, dbclusterinfostruct=nil)
4156
+ def initialize(tablename=nil, tableinstanceid=nil, tabletype=nil, tableidltype=nil, clusterid=nil, clustername=nil, tablegroupid=nil, tablegroupname=nil, keystruct=nil, valuestruct=nil, shardingkeyset=nil, indexstruct=nil, listelementnum=nil, idlfiles=nil, reservedvolume=nil, reservedreadqps=nil, reservedwriteqps=nil, tablesize=nil, status=nil, createdtime=nil, updatedtime=nil, memo=nil, error=nil, apiaccessid=nil, sortfieldnum=nil, sortrule=nil, dbclusterinfostruct=nil, txhbackupexpireday=nil)
4139
4157
  @TableName = tablename
4140
4158
  @TableInstanceId = tableinstanceid
4141
4159
  @TableType = tabletype
@@ -4163,6 +4181,7 @@ module TencentCloud
4163
4181
  @SortFieldNum = sortfieldnum
4164
4182
  @SortRule = sortrule
4165
4183
  @DbClusterInfoStruct = dbclusterinfostruct
4184
+ @TxhBackupExpireDay = txhbackupexpireday
4166
4185
  end
4167
4186
 
4168
4187
  def deserialize(params)
@@ -4203,6 +4222,7 @@ module TencentCloud
4203
4222
  @SortFieldNum = params['SortFieldNum']
4204
4223
  @SortRule = params['SortRule']
4205
4224
  @DbClusterInfoStruct = params['DbClusterInfoStruct']
4225
+ @TxhBackupExpireDay = params['TxhBackupExpireDay']
4206
4226
  end
4207
4227
  end
4208
4228
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcaplusdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.286
4
+ version: 1.0.287
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common