Class: TencentCloud::Tcaplusdb::V20190823::TableGroupInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::TableGroupInfo
- Defined in:
- lib/v20190823/models.rb
Overview
表格组详细信息
Instance Attribute Summary collapse
- #CreatedTime ⇒ Object
- #EnableMysql ⇒ Object
- #MysqlConnIp ⇒ Object
- #MysqlConnPort ⇒ Object
- #TableCount ⇒ Object
- #TableGroupId ⇒ Object
- #TableGroupName ⇒ Object
- #TotalSize ⇒ Object
- #TxhBackupExpireDay ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tablegroupid = nil, tablegroupname = nil, createdtime = nil, tablecount = nil, totalsize = nil, txhbackupexpireday = nil, enablemysql = nil, mysqlconnip = nil, mysqlconnport = nil) ⇒ TableGroupInfo
constructor
A new instance of TableGroupInfo.
Constructor Details
#initialize(tablegroupid = nil, tablegroupname = nil, createdtime = nil, tablecount = nil, totalsize = nil, txhbackupexpireday = nil, enablemysql = nil, mysqlconnip = nil, mysqlconnport = nil) ⇒ TableGroupInfo
Returns a new instance of TableGroupInfo.
4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 |
# File 'lib/v20190823/models.rb', line 4363 def initialize(tablegroupid=nil, tablegroupname=nil, createdtime=nil, tablecount=nil, totalsize=nil, txhbackupexpireday=nil, enablemysql=nil, mysqlconnip=nil, mysqlconnport=nil) @TableGroupId = tablegroupid @TableGroupName = tablegroupname @CreatedTime = createdtime @TableCount = tablecount @TotalSize = totalsize @TxhBackupExpireDay = txhbackupexpireday @EnableMysql = enablemysql @MysqlConnIp = mysqlconnip @MysqlConnPort = mysqlconnport end |
Instance Attribute Details
#CreatedTime ⇒ Object
4361 4362 4363 |
# File 'lib/v20190823/models.rb', line 4361 def CreatedTime @CreatedTime end |
#EnableMysql ⇒ Object
4361 4362 4363 |
# File 'lib/v20190823/models.rb', line 4361 def EnableMysql @EnableMysql end |
#MysqlConnIp ⇒ Object
4361 4362 4363 |
# File 'lib/v20190823/models.rb', line 4361 def MysqlConnIp @MysqlConnIp end |
#MysqlConnPort ⇒ Object
4361 4362 4363 |
# File 'lib/v20190823/models.rb', line 4361 def MysqlConnPort @MysqlConnPort end |
#TableCount ⇒ Object
4361 4362 4363 |
# File 'lib/v20190823/models.rb', line 4361 def TableCount @TableCount end |
#TableGroupId ⇒ Object
4361 4362 4363 |
# File 'lib/v20190823/models.rb', line 4361 def TableGroupId @TableGroupId end |
#TableGroupName ⇒ Object
4361 4362 4363 |
# File 'lib/v20190823/models.rb', line 4361 def TableGroupName @TableGroupName end |
#TotalSize ⇒ Object
4361 4362 4363 |
# File 'lib/v20190823/models.rb', line 4361 def TotalSize @TotalSize end |
#TxhBackupExpireDay ⇒ Object
4361 4362 4363 |
# File 'lib/v20190823/models.rb', line 4361 def TxhBackupExpireDay @TxhBackupExpireDay end |
Instance Method Details
#deserialize(params) ⇒ Object
4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 |
# File 'lib/v20190823/models.rb', line 4375 def deserialize(params) @TableGroupId = params['TableGroupId'] @TableGroupName = params['TableGroupName'] @CreatedTime = params['CreatedTime'] @TableCount = params['TableCount'] @TotalSize = params['TotalSize'] @TxhBackupExpireDay = params['TxhBackupExpireDay'] @EnableMysql = params['EnableMysql'] @MysqlConnIp = params['MysqlConnIp'] @MysqlConnPort = params['MysqlConnPort'] end |