public class InstanceAttributesResponse extends AbstractModel
Constructor and Description |
---|
InstanceAttributesResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getBandwidth()
Get Instance bandwidth in Mbps
|
InstanceConfigDO |
getConfig()
Get Configuration for automatic topic creation.
|
Long |
getCreatedPartitions()
Get Number of partitions already created
|
Long |
getCreatedTopics()
Get Number of topics already created
|
Long |
getCreateTime()
Get Creation time
|
Long |
getCvm()
Get Sale type
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getDiskSize()
Get Instance storage capacity in GB
|
Long |
getExpireTime()
Get Expiration time
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getHealthy()
Get Instance health status.
|
String |
getHealthyMessage()
Get Instance health information.
|
String |
getInstanceId()
Get Instance ID
|
String |
getInstanceName()
Get Instance name
|
Long |
getMaxGroupNum()
Get Maximum number of groups
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getMsgRetentionTime()
Get Message retention period in minutes
|
Long |
getRemainderPartitions()
Get Number of remaining creatable partitions
|
Long |
getRemainderTopics()
Get Number of remaining creatable topics
|
Long |
getStatus()
Get Instance status.
|
String |
getSubnetId()
Get Subnet ID.
|
Tag[] |
getTags()
Get Tag array
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getVersion()
Get Kafka version information
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getVip()
Get Virtual IP
|
VipEntity[] |
getVipList()
Get VIP list information of access point
|
String |
getVpcId()
Get VPC ID.
|
String |
getVport()
Get Virtual port
|
Long |
getZoneId()
Get AZ
|
Long[] |
getZoneIds()
Get Cross-AZ
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setBandwidth(Long Bandwidth)
Set Instance bandwidth in Mbps
|
void |
setConfig(InstanceConfigDO Config)
Set Configuration for automatic topic creation.
|
void |
setCreatedPartitions(Long CreatedPartitions)
Set Number of partitions already created
|
void |
setCreatedTopics(Long CreatedTopics)
Set Number of topics already created
|
void |
setCreateTime(Long CreateTime)
Set Creation time
|
void |
setCvm(Long Cvm)
Set Sale type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDiskSize(Long DiskSize)
Set Instance storage capacity in GB
|
void |
setExpireTime(Long ExpireTime)
Set Expiration time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setHealthy(Long Healthy)
Set Instance health status.
|
void |
setHealthyMessage(String HealthyMessage)
Set Instance health information.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setMaxGroupNum(Long MaxGroupNum)
Set Maximum number of groups
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMsgRetentionTime(Long MsgRetentionTime)
Set Message retention period in minutes
|
void |
setRemainderPartitions(Long RemainderPartitions)
Set Number of remaining creatable partitions
|
void |
setRemainderTopics(Long RemainderTopics)
Set Number of remaining creatable topics
|
void |
setStatus(Long Status)
Set Instance status.
|
void |
setSubnetId(String SubnetId)
Set Subnet ID.
|
void |
setTags(Tag[] Tags)
Set Tag array
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setVersion(String Version)
Set Kafka version information
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setVip(String Vip)
Set Virtual IP
|
void |
setVipList(VipEntity[] VipList)
Set VIP list information of access point
|
void |
setVpcId(String VpcId)
Set VPC ID.
|
void |
setVport(String Vport)
Set Virtual port
|
void |
setZoneId(Long ZoneId)
Set AZ
|
void |
setZoneIds(Long[] ZoneIds)
Set Cross-AZ
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance namepublic VipEntity[] getVipList()
public void setVipList(VipEntity[] VipList)
VipList
- VIP list information of access pointpublic String getVip()
public void setVip(String Vip)
Vip
- Virtual IPpublic String getVport()
public void setVport(String Vport)
Vport
- Virtual portpublic Long getStatus()
public void setStatus(Long Status)
Status
- Instance status. 0: creating, 1: running, 2: deletingpublic Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- Instance bandwidth in Mbpspublic Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Instance storage capacity in GBpublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- AZpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID. If this parameter is empty, it means the basic networkpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet ID. If this parameter is empty, it means the basic networkpublic Long getHealthy()
public void setHealthy(Long Healthy)
Healthy
- Instance health status. 1: healthy, 2: alarmed, 3: exceptionalpublic String getHealthyMessage()
public void setHealthyMessage(String HealthyMessage)
HealthyMessage
- Instance health information. Currently, the disk utilization is displayed with a maximum length of 256public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation timepublic Long getMsgRetentionTime()
public void setMsgRetentionTime(Long MsgRetentionTime)
MsgRetentionTime
- Message retention period in minutespublic InstanceConfigDO getConfig()
public void setConfig(InstanceConfigDO Config)
Config
- Configuration for automatic topic creation. If this field is empty, it means that automatic creation is not enabledpublic Long getRemainderPartitions()
public void setRemainderPartitions(Long RemainderPartitions)
RemainderPartitions
- Number of remaining creatable partitionspublic Long getRemainderTopics()
public void setRemainderTopics(Long RemainderTopics)
RemainderTopics
- Number of remaining creatable topicspublic Long getCreatedPartitions()
public void setCreatedPartitions(Long CreatedPartitions)
CreatedPartitions
- Number of partitions already createdpublic Long getCreatedTopics()
public void setCreatedTopics(Long CreatedTopics)
CreatedTopics
- Number of topics already createdpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tag array
Note: this field may return null, indicating that no valid values can be obtained.public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- Expiration time
Note: this field may return null, indicating that no valid values can be obtained.public Long[] getZoneIds()
public void setZoneIds(Long[] ZoneIds)
ZoneIds
- Cross-AZ
Note: this field may return null, indicating that no valid values can be obtained.public String getVersion()
public void setVersion(String Version)
Version
- Kafka version information
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxGroupNum()
public void setMaxGroupNum(Long MaxGroupNum)
MaxGroupNum
- Maximum number of groups
Note: this field may return null, indicating that no valid values can be obtained.public Long getCvm()
public void setCvm(Long Cvm)
Cvm
- Sale type
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.