public class RabbitMQVipInstance extends AbstractModel
Constructor and Description |
---|
RabbitMQVipInstance() |
RabbitMQVipInstance(RabbitMQVipInstance 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 |
getAutoRenewFlag()
Get Renewal mode.
|
String |
getConfigDisplay()
Get Instance specification name
|
String |
getExceptionInformation()
Get Cluster exception
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getExpireTime()
Get Instance expiration time in milliseconds
|
String |
getInstanceId()
Get Instance ID
|
String |
getInstanceName()
Get Instance name
|
String |
getInstanceVersion()
Get Instance version
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getMaxBandWidth()
Get Peak bandwidth in Mbps
|
Long |
getMaxStorage()
Get Storage capacity in GB
|
Long |
getMaxTps()
Get Peak TPS
|
Long |
getNodeCount()
Get Number of nodes
|
Long |
getPayMode()
Get Payment mode.
|
String |
getRemark()
Get Remarks
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getSpecName()
Get Instance specification ID
|
Long |
getStatus()
Get Instance status.
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Renewal mode.
|
void |
setConfigDisplay(String ConfigDisplay)
Set Instance specification name
|
void |
setExceptionInformation(String ExceptionInformation)
Set Cluster exception
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExpireTime(Long ExpireTime)
Set Instance expiration time in milliseconds
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setInstanceVersion(String InstanceVersion)
Set Instance version
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setMaxBandWidth(Long MaxBandWidth)
Set Peak bandwidth in Mbps
|
void |
setMaxStorage(Long MaxStorage)
Set Storage capacity in GB
|
void |
setMaxTps(Long MaxTps)
Set Peak TPS
|
void |
setNodeCount(Long NodeCount)
Set Number of nodes
|
void |
setPayMode(Long PayMode)
Set Payment mode.
|
void |
setRemark(String Remark)
Set Remarks
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setSpecName(String SpecName)
Set Instance specification ID
|
void |
setStatus(Long Status)
Set Instance status.
|
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 RabbitMQVipInstance()
public RabbitMQVipInstance(RabbitMQVipInstance source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance namepublic String getInstanceVersion()
public void setInstanceVersion(String InstanceVersion)
InstanceVersion
- Instance version
Note: This field may return null, indicating that no valid value can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Instance status. Valid values: `0` (Creating), `1` (Normal), `2` (Isolated), `3` (Terminated), `4` (Abnormal), `5` (Delivery failed).public Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount
- Number of nodespublic String getConfigDisplay()
public void setConfigDisplay(String ConfigDisplay)
ConfigDisplay
- Instance specification namepublic Long getMaxTps()
public void setMaxTps(Long MaxTps)
MaxTps
- Peak TPSpublic Long getMaxBandWidth()
public void setMaxBandWidth(Long MaxBandWidth)
MaxBandWidth
- Peak bandwidth in Mbpspublic Long getMaxStorage()
public void setMaxStorage(Long MaxStorage)
MaxStorage
- Storage capacity in GBpublic Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- Instance expiration time in millisecondspublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- Renewal mode. Valid values: `0` (Manual renewal, which is the default mode), `1` (Auto-renewal), `2` (Manual renewal, which is specified by users).public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Payment mode. `0`: Postpaid; `1`: Prepaid.public String getRemark()
public void setRemark(String Remark)
Remark
- Remarks
Note: This field may return null, indicating that no valid value can be obtained.public String getSpecName()
public void setSpecName(String SpecName)
SpecName
- Instance specification IDpublic String getExceptionInformation()
public void setExceptionInformation(String ExceptionInformation)
ExceptionInformation
- Cluster exception
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.