public class TableGroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TableGroupInfo() | 
| TableGroupInfo(TableGroupInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreatedTime()Get Table group creation time | 
| Long | getEnableMysql()Get Whether MySQL load rebalancing is enabled. | 
| String | getMysqlConnIp()Get MySQL load rebalancing vip
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getMysqlConnPort()Get MySQL load rebalancing vport
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getTableCount()Get Number of tables in table group | 
| String | getTableGroupId()Get Table group ID | 
| String | getTableGroupName()Get Table group name | 
| Long | getTotalSize()Get Total table storage capacity in MB in table group | 
| Long | getTxhBackupExpireDay()Get The number of days before the backup files of the Txh tables expire and are deleted. | 
| void | setCreatedTime(String CreatedTime)Set Table group creation time | 
| void | setEnableMysql(Long EnableMysql)Set Whether MySQL load rebalancing is enabled. | 
| void | setMysqlConnIp(String MysqlConnIp)Set MySQL load rebalancing vip
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMysqlConnPort(Long MysqlConnPort)Set MySQL load rebalancing vport
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTableCount(Long TableCount)Set Number of tables in table group | 
| void | setTableGroupId(String TableGroupId)Set Table group ID | 
| void | setTableGroupName(String TableGroupName)Set Table group name | 
| void | setTotalSize(Long TotalSize)Set Total table storage capacity in MB in table group | 
| void | setTxhBackupExpireDay(Long TxhBackupExpireDay)Set The number of days before the backup files of the Txh tables expire and are deleted. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TableGroupInfo()
public TableGroupInfo(TableGroupInfo source)
public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - Table group IDpublic String getTableGroupName()
public void setTableGroupName(String TableGroupName)
TableGroupName - Table group namepublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Table group creation timepublic Long getTableCount()
public void setTableCount(Long TableCount)
TableCount - Number of tables in table grouppublic Long getTotalSize()
public void setTotalSize(Long TotalSize)
TotalSize - Total table storage capacity in MB in table grouppublic Long getTxhBackupExpireDay()
public void setTxhBackupExpireDay(Long TxhBackupExpireDay)
TxhBackupExpireDay - The number of days before the backup files of the Txh tables expire and are deleted.
Note: This field may return null, indicating that no valid values can be obtained.public Long getEnableMysql()
public void setEnableMysql(Long EnableMysql)
EnableMysql - Whether MySQL load rebalancing is enabled. Valid values: `0` (Disabled), `1` (Enabling), `2` (Enabled).public String getMysqlConnIp()
public void setMysqlConnIp(String MysqlConnIp)
MysqlConnIp - MySQL load rebalancing vip
Note: This field may return null, indicating that no valid values can be obtained.public Long getMysqlConnPort()
public void setMysqlConnPort(Long MysqlConnPort)
MysqlConnPort - MySQL load rebalancing vport
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.