public class InstanceDetail extends AbstractModel
Constructor and Description |
---|
InstanceDetail() |
Modifier and Type | Method and Description |
---|---|
Long |
getBandwidth()
Get Instance bandwidth in Mbps
|
Long |
getCreateTime()
Get Instance creation time
|
Long |
getCvm()
Get CKafka 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 Instance expiration time
|
Long |
getHealthy()
Get Instance status, which is an int-type value.
|
String |
getHealthyMessage()
Get Instance status information
|
String |
getInstanceId()
Get Instance ID
|
String |
getInstanceName()
Get Instance name
|
Long |
getIsInternal()
Get Whether it is an internal customer.
|
Long |
getRenewFlag()
Get Whether to renew the instance automatically, which is an int-type enumerated value.
|
Long |
getStatus()
Get Instance status.
|
String |
getSubnetId()
Get Subnet ID
|
Tag[] |
getTags()
Get Tag
|
Long |
getTopicNum()
Get Number of topics
|
String |
getVersion()
Get Kafka version information
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getVip()
Get Instance VIP information
|
VipEntity[] |
getVipList()
Get Virtual IP list
|
String |
getVpcId()
Get vpcId.
|
String |
getVport()
Get Instance port information
|
Long |
getZoneId()
Get AZ ID
|
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 |
setCreateTime(Long CreateTime)
Set Instance creation time
|
void |
setCvm(Long Cvm)
Set CKafka 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 Instance expiration time
|
void |
setHealthy(Long Healthy)
Set Instance status, which is an int-type value.
|
void |
setHealthyMessage(String HealthyMessage)
Set Instance status information
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setIsInternal(Long IsInternal)
Set Whether it is an internal customer.
|
void |
setRenewFlag(Long RenewFlag)
Set Whether to renew the instance automatically, which is an int-type enumerated value.
|
void |
setStatus(Long Status)
Set Instance status.
|
void |
setSubnetId(String SubnetId)
Set Subnet ID
|
void |
setTags(Tag[] Tags)
Set Tag
|
void |
setTopicNum(Long TopicNum)
Set Number of topics
|
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 Instance VIP information
|
void |
setVipList(VipEntity[] VipList)
Set Virtual IP list
|
void |
setVpcId(String VpcId)
Set vpcId.
|
void |
setVport(String Vport)
Set Instance port information
|
void |
setZoneId(Long ZoneId)
Set AZ ID
|
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 String getVip()
public void setVip(String Vip)
Vip
- Instance VIP informationpublic String getVport()
public void setVport(String Vport)
Vport
- Instance port informationpublic VipEntity[] getVipList()
public void setVipList(VipEntity[] VipList)
VipList
- Virtual IP listpublic Long getStatus()
public void setStatus(Long Status)
Status
- Instance status. 0: creating, 1: running, 2: deleting, 5: isolated, -1: creation failedpublic 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
- AZ IDpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpcId. If this parameter is empty, it means the basic networkpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet IDpublic Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag
- Whether to renew the instance automatically, which is an int-type enumerated value. 1: yes, 2: nopublic Long getHealthy()
public void setHealthy(Long Healthy)
Healthy
- Instance status, which is an int-type value. 0: healthy, 1: alarmed, 2: exceptionalpublic String getHealthyMessage()
public void setHealthyMessage(String HealthyMessage)
HealthyMessage
- Instance status informationpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Instance creation timepublic Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- Instance expiration timepublic Long getIsInternal()
public void setIsInternal(Long IsInternal)
IsInternal
- Whether it is an internal customer. 1: yespublic Long getTopicNum()
public void setTopicNum(Long TopicNum)
TopicNum
- Number of topicspublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tagpublic 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[] getZoneIds()
public void setZoneIds(Long[] ZoneIds)
ZoneIds
- Cross-AZ
Note: this field may return null, indicating that no valid values can be obtained.public Long getCvm()
public void setCvm(Long Cvm)
Cvm
- CKafka sale type
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.