tencentcloud-sdk-tcaplusdb 3.0.524 → 3.0.526
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190823/models.rb +44 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4b940d18745f675eee7a8a3e460882f3eb5f8c2
|
4
|
+
data.tar.gz: 86faf3c2cf7423b5fc718f580d357ff0f6d715cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95187b4cadd763edfab1b452cacd1b7e058b3afa8bc08353bf318a66bd0b16b6c2c18004e6bc402fe4bce3375012e8c9161bc1ba810ecd643e90af5b4c9c7c8b
|
7
|
+
data.tar.gz: 58ec07689d33071645fc04feadc5ccb50665766a4169c5e1e5602a2619bcaf55c0e627f54b9205f82ffdef95d2a6d44e601547ac535c1c151f4ee071e4e9e46a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.526
|
data/lib/v20190823/models.rb
CHANGED
@@ -262,10 +262,10 @@ module TencentCloud
|
|
262
262
|
# @param ApiAccessIpv6: TcaplusDB SDK连接参数,接入ipv6地址
|
263
263
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
264
264
|
# @type ApiAccessIpv6: String
|
265
|
-
# @param ClusterType:
|
265
|
+
# @param ClusterType: 集群类型,0,1:共享集群; 2:独立集群
|
266
266
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
267
267
|
# @type ClusterType: Integer
|
268
|
-
# @param ClusterStatus:
|
268
|
+
# @param ClusterStatus: 集群状态, 0:表示正常运行中,1:表示冻结隔离一般欠费进入此状态,2:表示待回收,一般用户主动触发删除进入这个状态,3:待释放,进入这个状态,表示可以释放此表占用的资源了,4:变更中
|
269
269
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
270
270
|
# @type ClusterStatus: Integer
|
271
271
|
# @param ReadCapacityUnit: 读CU
|
@@ -303,10 +303,13 @@ module TencentCloud
|
|
303
303
|
# @param IsReadOnlyUlogBackupExpireDay: 集群Ulog备份文件过期策略是否为只读, 0: UlogBackupExpire是只读,不可修改, 1: UlogBackupExpire可以修改(当前业务存在Svrid第二段等于clusterid的机器)
|
304
304
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
305
305
|
# @type IsReadOnlyUlogBackupExpireDay: Integer
|
306
|
+
# @param RestProxyStatus: restproxy状态
|
307
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
308
|
+
# @type RestProxyStatus: Integer
|
306
309
|
|
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
|
310
|
+
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, :RestProxyStatus
|
308
311
|
|
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)
|
312
|
+
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, restproxystatus=nil)
|
310
313
|
@ClusterName = clustername
|
311
314
|
@ClusterId = clusterid
|
312
315
|
@Region = region
|
@@ -336,6 +339,7 @@ module TencentCloud
|
|
336
339
|
@TxhBackupExpireDay = txhbackupexpireday
|
337
340
|
@UlogBackupExpireDay = ulogbackupexpireday
|
338
341
|
@IsReadOnlyUlogBackupExpireDay = isreadonlyulogbackupexpireday
|
342
|
+
@RestProxyStatus = restproxystatus
|
339
343
|
end
|
340
344
|
|
341
345
|
def deserialize(params)
|
@@ -385,6 +389,7 @@ module TencentCloud
|
|
385
389
|
@TxhBackupExpireDay = params['TxhBackupExpireDay']
|
386
390
|
@UlogBackupExpireDay = params['UlogBackupExpireDay']
|
387
391
|
@IsReadOnlyUlogBackupExpireDay = params['IsReadOnlyUlogBackupExpireDay']
|
392
|
+
@RestProxyStatus = params['RestProxyStatus']
|
388
393
|
end
|
389
394
|
end
|
390
395
|
|
@@ -3428,15 +3433,19 @@ module TencentCloud
|
|
3428
3433
|
# @type AverageProcessDelay: Integer
|
3429
3434
|
# @param SlowProcessSpeed: 慢处理包速度
|
3430
3435
|
# @type SlowProcessSpeed: Integer
|
3436
|
+
# @param Version: 版本
|
3437
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3438
|
+
# @type Version: String
|
3431
3439
|
|
3432
|
-
attr_accessor :ProxyUid, :MachineType, :ProcessSpeed, :AverageProcessDelay, :SlowProcessSpeed
|
3440
|
+
attr_accessor :ProxyUid, :MachineType, :ProcessSpeed, :AverageProcessDelay, :SlowProcessSpeed, :Version
|
3433
3441
|
|
3434
|
-
def initialize(proxyuid=nil, machinetype=nil, processspeed=nil, averageprocessdelay=nil, slowprocessspeed=nil)
|
3442
|
+
def initialize(proxyuid=nil, machinetype=nil, processspeed=nil, averageprocessdelay=nil, slowprocessspeed=nil, version=nil)
|
3435
3443
|
@ProxyUid = proxyuid
|
3436
3444
|
@MachineType = machinetype
|
3437
3445
|
@ProcessSpeed = processspeed
|
3438
3446
|
@AverageProcessDelay = averageprocessdelay
|
3439
3447
|
@SlowProcessSpeed = slowprocessspeed
|
3448
|
+
@Version = version
|
3440
3449
|
end
|
3441
3450
|
|
3442
3451
|
def deserialize(params)
|
@@ -3445,6 +3454,7 @@ module TencentCloud
|
|
3445
3454
|
@ProcessSpeed = params['ProcessSpeed']
|
3446
3455
|
@AverageProcessDelay = params['AverageProcessDelay']
|
3447
3456
|
@SlowProcessSpeed = params['SlowProcessSpeed']
|
3457
|
+
@Version = params['Version']
|
3448
3458
|
end
|
3449
3459
|
end
|
3450
3460
|
|
@@ -3760,16 +3770,20 @@ module TencentCloud
|
|
3760
3770
|
# @type ReadNum: Integer
|
3761
3771
|
# @param WriteNum: 写次数
|
3762
3772
|
# @type WriteNum: Integer
|
3773
|
+
# @param Version: 版本
|
3774
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3775
|
+
# @type Version: String
|
3763
3776
|
|
3764
|
-
attr_accessor :ServerUid, :MachineType, :MemoryRate, :DiskRate, :ReadNum, :WriteNum
|
3777
|
+
attr_accessor :ServerUid, :MachineType, :MemoryRate, :DiskRate, :ReadNum, :WriteNum, :Version
|
3765
3778
|
|
3766
|
-
def initialize(serveruid=nil, machinetype=nil, memoryrate=nil, diskrate=nil, readnum=nil, writenum=nil)
|
3779
|
+
def initialize(serveruid=nil, machinetype=nil, memoryrate=nil, diskrate=nil, readnum=nil, writenum=nil, version=nil)
|
3767
3780
|
@ServerUid = serveruid
|
3768
3781
|
@MachineType = machinetype
|
3769
3782
|
@MemoryRate = memoryrate
|
3770
3783
|
@DiskRate = diskrate
|
3771
3784
|
@ReadNum = readnum
|
3772
3785
|
@WriteNum = writenum
|
3786
|
+
@Version = version
|
3773
3787
|
end
|
3774
3788
|
|
3775
3789
|
def deserialize(params)
|
@@ -3779,6 +3793,7 @@ module TencentCloud
|
|
3779
3793
|
@DiskRate = params['DiskRate']
|
3780
3794
|
@ReadNum = params['ReadNum']
|
3781
3795
|
@WriteNum = params['WriteNum']
|
3796
|
+
@Version = params['Version']
|
3782
3797
|
end
|
3783
3798
|
end
|
3784
3799
|
|
@@ -4145,15 +4160,30 @@ module TencentCloud
|
|
4145
4160
|
# @type TableCount: Integer
|
4146
4161
|
# @param TotalSize: 表格组包含的表格存储总量(MB)
|
4147
4162
|
# @type TotalSize: Integer
|
4163
|
+
# @param TxhBackupExpireDay: 表格Txh备份文件多少天后过期删除
|
4164
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4165
|
+
# @type TxhBackupExpireDay: Integer
|
4166
|
+
# @param EnableMysql: 是否开启mysql负载均衡,0未开启 1开启中 2已开启
|
4167
|
+
# @type EnableMysql: Integer
|
4168
|
+
# @param MysqlConnIp: mysql负载均衡vip
|
4169
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4170
|
+
# @type MysqlConnIp: String
|
4171
|
+
# @param MysqlConnPort: mysql负载均衡vport
|
4172
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4173
|
+
# @type MysqlConnPort: Integer
|
4148
4174
|
|
4149
|
-
attr_accessor :TableGroupId, :TableGroupName, :CreatedTime, :TableCount, :TotalSize
|
4175
|
+
attr_accessor :TableGroupId, :TableGroupName, :CreatedTime, :TableCount, :TotalSize, :TxhBackupExpireDay, :EnableMysql, :MysqlConnIp, :MysqlConnPort
|
4150
4176
|
|
4151
|
-
def initialize(tablegroupid=nil, tablegroupname=nil, createdtime=nil, tablecount=nil, totalsize=nil)
|
4177
|
+
def initialize(tablegroupid=nil, tablegroupname=nil, createdtime=nil, tablecount=nil, totalsize=nil, txhbackupexpireday=nil, enablemysql=nil, mysqlconnip=nil, mysqlconnport=nil)
|
4152
4178
|
@TableGroupId = tablegroupid
|
4153
4179
|
@TableGroupName = tablegroupname
|
4154
4180
|
@CreatedTime = createdtime
|
4155
4181
|
@TableCount = tablecount
|
4156
4182
|
@TotalSize = totalsize
|
4183
|
+
@TxhBackupExpireDay = txhbackupexpireday
|
4184
|
+
@EnableMysql = enablemysql
|
4185
|
+
@MysqlConnIp = mysqlconnip
|
4186
|
+
@MysqlConnPort = mysqlconnport
|
4157
4187
|
end
|
4158
4188
|
|
4159
4189
|
def deserialize(params)
|
@@ -4162,6 +4192,10 @@ module TencentCloud
|
|
4162
4192
|
@CreatedTime = params['CreatedTime']
|
4163
4193
|
@TableCount = params['TableCount']
|
4164
4194
|
@TotalSize = params['TotalSize']
|
4195
|
+
@TxhBackupExpireDay = params['TxhBackupExpireDay']
|
4196
|
+
@EnableMysql = params['EnableMysql']
|
4197
|
+
@MysqlConnIp = params['MysqlConnIp']
|
4198
|
+
@MysqlConnPort = params['MysqlConnPort']
|
4165
4199
|
end
|
4166
4200
|
end
|
4167
4201
|
|
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: 3.0.
|
4
|
+
version: 3.0.526
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|