public class InstanceAttributesResponse extends AbstractModel
| Constructor and Description | 
|---|
| InstanceAttributesResponse() | 
| InstanceAttributesResponse(InstanceAttributesResponse 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 | 
|---|---|
| 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 Offering type. | 
| String | getDeleteRouteTimestamp()Get Time
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getDiskSize()Get Instance storage capacity in GB | 
| DynamicDiskConfig | getDynamicDiskConfig()Get Dynamic disk expansion policy. | 
| Long | getExpireTime()Get Expiration time
Note: this field may return null, indicating that no valid values can be obtained. | 
| String[] | getFeatures()Get Features supported by the instance. | 
| Long | getHealthy()Get Instance health status. | 
| String | getHealthyMessage()Get Instance health information. | 
| String | getInstanceId()Get Instance ID | 
| String | getInstanceName()Get Instance name | 
| String | getInstanceType()Get Type. | 
| Long | getMaxConnection()Get Maximum number of connections
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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 | getPublicNetwork()Get Public network bandwidth
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getRemainderPartitions()Get Number of remaining creatable partitions | 
| Long | getRemainderTopics()Get Number of remaining creatable topics | 
| Long | getRemainingPartitions()Get Number of remaining creatable partitions
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| Long | getRemainingTopics()Get Number of remaining creatable topics
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| DynamicRetentionTime | getRetentionTimeConfig()Get Dynamic message retention policy
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| 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 Offering type. | 
| void | setDeleteRouteTimestamp(String DeleteRouteTimestamp)Set Time
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 | setDynamicDiskConfig(DynamicDiskConfig DynamicDiskConfig)Set Dynamic disk expansion policy. | 
| void | setExpireTime(Long ExpireTime)Set Expiration time
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setFeatures(String[] Features)Set Features supported by the instance. | 
| 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 | setInstanceType(String InstanceType)Set Type. | 
| void | setMaxConnection(Long MaxConnection)Set Maximum number of connections
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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 | setPublicNetwork(Long PublicNetwork)Set Public network bandwidth
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setRemainderPartitions(Long RemainderPartitions)Set Number of remaining creatable partitions | 
| void | setRemainderTopics(Long RemainderTopics)Set Number of remaining creatable topics | 
| void | setRemainingPartitions(Long RemainingPartitions)Set Number of remaining creatable partitions
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setRemainingTopics(Long RemainingTopics)Set Number of remaining creatable topics
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setRetentionTimeConfig(DynamicRetentionTime RetentionTimeConfig)Set Dynamic message retention policy
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic InstanceAttributesResponse()
public InstanceAttributesResponse(InstanceAttributesResponse source)
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 - Offering type. `0`: Standard Edition; `1`: Professional Edition
Note: this field may return `null`, indicating that no valid value was found.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - Type.
Note: this field may return `null`, indicating that no valid value was found.public String[] getFeatures()
public void setFeatures(String[] Features)
Features - Features supported by the instance. `FEATURE_SUBNET_ACL` indicates that the ACL policy supports setting subnets. 
Note: this field may return null, indicating that no valid values can be obtained.public DynamicRetentionTime getRetentionTimeConfig()
public void setRetentionTimeConfig(DynamicRetentionTime RetentionTimeConfig)
RetentionTimeConfig - Dynamic message retention policy
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getMaxConnection()
public void setMaxConnection(Long MaxConnection)
MaxConnection - Maximum number of connections
Note: this field may return null, indicating that no valid values can be obtained.public Long getPublicNetwork()
public void setPublicNetwork(Long PublicNetwork)
PublicNetwork - Public network bandwidth
Note: this field may return null, indicating that no valid values can be obtained.public String getDeleteRouteTimestamp()
public void setDeleteRouteTimestamp(String DeleteRouteTimestamp)
DeleteRouteTimestamp - Time
Note: this field may return null, indicating that no valid values can be obtained.public Long getRemainingPartitions()
public void setRemainingPartitions(Long RemainingPartitions)
RemainingPartitions - Number of remaining creatable partitions
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getRemainingTopics()
public void setRemainingTopics(Long RemainingTopics)
RemainingTopics - Number of remaining creatable topics
Note: this field may return `null`, indicating that no valid values can be obtained.public DynamicDiskConfig getDynamicDiskConfig()
public void setDynamicDiskConfig(DynamicDiskConfig DynamicDiskConfig)
DynamicDiskConfig - Dynamic disk expansion policy.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.