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.
4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 |
# File 'lib/v20190823/models.rb', line 4297 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
4295 4296 4297 |
# File 'lib/v20190823/models.rb', line 4295 def CreatedTime @CreatedTime end |
#EnableMysql ⇒ Object
4295 4296 4297 |
# File 'lib/v20190823/models.rb', line 4295 def EnableMysql @EnableMysql end |
#MysqlConnIp ⇒ Object
4295 4296 4297 |
# File 'lib/v20190823/models.rb', line 4295 def MysqlConnIp @MysqlConnIp end |
#MysqlConnPort ⇒ Object
4295 4296 4297 |
# File 'lib/v20190823/models.rb', line 4295 def MysqlConnPort @MysqlConnPort end |
#TableCount ⇒ Object
4295 4296 4297 |
# File 'lib/v20190823/models.rb', line 4295 def TableCount @TableCount end |
#TableGroupId ⇒ Object
4295 4296 4297 |
# File 'lib/v20190823/models.rb', line 4295 def TableGroupId @TableGroupId end |
#TableGroupName ⇒ Object
4295 4296 4297 |
# File 'lib/v20190823/models.rb', line 4295 def TableGroupName @TableGroupName end |
#TotalSize ⇒ Object
4295 4296 4297 |
# File 'lib/v20190823/models.rb', line 4295 def TotalSize @TotalSize end |
#TxhBackupExpireDay ⇒ Object
4295 4296 4297 |
# File 'lib/v20190823/models.rb', line 4295 def TxhBackupExpireDay @TxhBackupExpireDay end |
Instance Method Details
#deserialize(params) ⇒ Object
4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 |
# File 'lib/v20190823/models.rb', line 4309 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 |