tencentcloud-sdk-tcaplusdb 3.0.1125 → 3.0.1182

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 +16 -4
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c2b6b2395a7e9c5be5adc093d5956704341cfd0
4
- data.tar.gz: ea8dbd5d203cb87830faa67f17153369f5fee1f9
3
+ metadata.gz: 2707dc508d9d53ca917f6208ca6f4b172f8a30d7
4
+ data.tar.gz: 5f7be8f99a3efc6972ef1293504074e1ab0ced79
5
5
  SHA512:
6
- metadata.gz: 1c6d76526965ed0767d5ff4b0dfd460a5f9d79c0508a3393472734b1f97da59e17dc4f8e085c08e87b46605f712598b11a9a55ae19e95b786ea9217becaa7cd8
7
- data.tar.gz: 679eb2979bcb4e7751e6911930162c4454d331f7906aec72a2893c9c12774e7c23059e6e0f4ec3835a1265445556679d7e06216926920f25ed585b2e530d1a4e
6
+ metadata.gz: 74837fb5668afcf44cc2f387f2ac0330569d8d22e7083cdc3e3b0d1645e28ab8fefcee76dd6be6dc81af8ba3ca2ae04ab1fd5cf5ab7e71715754d92d688be5b2
7
+ data.tar.gz: 5158a0b132b0363cae106bdc576588c903f5a7e52cf04a4cd05cf01b48759c300e128ab4d746570852ea0ba9ea34c7fa10604f3e3c48a77f400b625ceab5a157
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1125
1
+ 3.0.1182
@@ -373,10 +373,14 @@ module TencentCloud
373
373
  # @type IsReadOnlyUlogBackupExpireDay: Integer
374
374
  # @param RestProxyStatus: restproxy状态
375
375
  # @type RestProxyStatus: Integer
376
+ # @param ShardTotalNum: 该集群shard总数
377
+ # @type ShardTotalNum: Integer
378
+ # @param ShardUsedNum: 已使用的shard总数
379
+ # @type ShardUsedNum: Integer
376
380
 
377
- 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
381
+ 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, :ShardTotalNum, :ShardUsedNum
378
382
 
379
- 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)
383
+ 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, shardtotalnum=nil, shardusednum=nil)
380
384
  @ClusterName = clustername
381
385
  @ClusterId = clusterid
382
386
  @Region = region
@@ -407,6 +411,8 @@ module TencentCloud
407
411
  @UlogBackupExpireDay = ulogbackupexpireday
408
412
  @IsReadOnlyUlogBackupExpireDay = isreadonlyulogbackupexpireday
409
413
  @RestProxyStatus = restproxystatus
414
+ @ShardTotalNum = shardtotalnum
415
+ @ShardUsedNum = shardusednum
410
416
  end
411
417
 
412
418
  def deserialize(params)
@@ -457,6 +463,8 @@ module TencentCloud
457
463
  @UlogBackupExpireDay = params['UlogBackupExpireDay']
458
464
  @IsReadOnlyUlogBackupExpireDay = params['IsReadOnlyUlogBackupExpireDay']
459
465
  @RestProxyStatus = params['RestProxyStatus']
466
+ @ShardTotalNum = params['ShardTotalNum']
467
+ @ShardUsedNum = params['ShardUsedNum']
460
468
  end
461
469
  end
462
470
 
@@ -4437,10 +4445,12 @@ module TencentCloud
4437
4445
  # @type TxhBackupExpireDay: Integer
4438
4446
  # @param SyncTableInfo: 表格的缓写信息
4439
4447
  # @type SyncTableInfo: :class:`Tencentcloud::Tcaplusdb.v20190823.models.SyncTableInfo`
4448
+ # @param ShardNum: 表格分片数量
4449
+ # @type ShardNum: Integer
4440
4450
 
4441
- 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, :SyncTableInfo
4451
+ 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, :SyncTableInfo, :ShardNum
4442
4452
 
4443
- 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, synctableinfo=nil)
4453
+ 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, synctableinfo=nil, shardnum=nil)
4444
4454
  @TableName = tablename
4445
4455
  @TableInstanceId = tableinstanceid
4446
4456
  @TableType = tabletype
@@ -4470,6 +4480,7 @@ module TencentCloud
4470
4480
  @DbClusterInfoStruct = dbclusterinfostruct
4471
4481
  @TxhBackupExpireDay = txhbackupexpireday
4472
4482
  @SyncTableInfo = synctableinfo
4483
+ @ShardNum = shardnum
4473
4484
  end
4474
4485
 
4475
4486
  def deserialize(params)
@@ -4515,6 +4526,7 @@ module TencentCloud
4515
4526
  @SyncTableInfo = SyncTableInfo.new
4516
4527
  @SyncTableInfo.deserialize(params['SyncTableInfo'])
4517
4528
  end
4529
+ @ShardNum = params['ShardNum']
4518
4530
  end
4519
4531
  end
4520
4532
 
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.1125
4
+ version: 3.0.1182
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-08-18 00:00:00.000000000 Z
11
+ date: 2025-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20190823/client.rb
37
36
  - lib/v20190823/models.rb
37
+ - lib/v20190823/client.rb
38
38
  - lib/tencentcloud-sdk-tcaplusdb.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby