public class RabbitMQServerlessInstance extends AbstractModel
header, skipSign
Constructor and Description |
---|
RabbitMQServerlessInstance() |
RabbitMQServerlessInstance(RabbitMQServerlessInstance 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 Auto-renewal flag.
|
Long |
getClusterStatus()
Get Instance status.
|
Long |
getCreateTime()
Get Expiration time
|
String |
getExceptionInformation()
Get Exception information.
|
Long |
getExpireTime()
Get Expiration time of the cluster.
|
String |
getInstanceId()
Get Instance ID
|
String |
getInstanceName()
Get Instance name
|
Long |
getInstanceType()
Get Specifies the cluster type: 1.
|
String |
getInstanceVersion()
Get Instance version.
|
Long |
getIsolatedTime()
Get Isolation time
|
Long |
getMaxBandWidth()
Get MaxBandwidth
|
Long |
getMaxStorage()
Get For compatibility with the managed version, the fixed value is 0.
|
Long |
getMaxTps()
Get MaxTPS
|
Long |
getNodeCount()
Get For compatibility with the managed version, the fixed value is 0.
|
Long |
getPayMode()
Get 0: Postpaid, 1: Prepaid
|
String |
getPublicAccessEndpoint()
Get Public network access point.
|
String |
getRemark()
Get Remarks
|
String |
getSpecName()
Get Cluster specifications
|
Long |
getStatus()
Get Instance status.
|
RabbitMQServerlessEndpoint[] |
getVpcs()
Get The virtual private cloud (vpc) network access point.
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Auto-renewal flag.
|
void |
setClusterStatus(Long ClusterStatus)
Set Instance status.
|
void |
setCreateTime(Long CreateTime)
Set Expiration time
|
void |
setExceptionInformation(String ExceptionInformation)
Set Exception information.
|
void |
setExpireTime(Long ExpireTime)
Set Expiration time of the cluster.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setInstanceType(Long InstanceType)
Set Specifies the cluster type: 1.
|
void |
setInstanceVersion(String InstanceVersion)
Set Instance version.
|
void |
setIsolatedTime(Long IsolatedTime)
Set Isolation time
|
void |
setMaxBandWidth(Long MaxBandWidth)
Set MaxBandwidth
|
void |
setMaxStorage(Long MaxStorage)
Set For compatibility with the managed version, the fixed value is 0.
|
void |
setMaxTps(Long MaxTps)
Set MaxTPS
|
void |
setNodeCount(Long NodeCount)
Set For compatibility with the managed version, the fixed value is 0.
|
void |
setPayMode(Long PayMode)
Set 0: Postpaid, 1: Prepaid
|
void |
setPublicAccessEndpoint(String PublicAccessEndpoint)
Set Public network access point.
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setSpecName(String SpecName)
Set Cluster specifications
|
void |
setStatus(Long Status)
Set Instance status.
|
void |
setVpcs(RabbitMQServerlessEndpoint[] Vpcs)
Set The virtual private cloud (vpc) network access point.
|
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, toJsonString
public RabbitMQServerlessInstance()
public RabbitMQServerlessInstance(RabbitMQServerlessInstance 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.public Long getStatus()
public void setStatus(Long Status)
Status
- Instance status. 0 indicates creating in progress. 1 indicates normal. 2 indicates isolated. 3 indicates terminated. 4 indicates exception. 5 indicates delivery failed.public Long getMaxTps()
public void setMaxTps(Long MaxTps)
MaxTps
- MaxTPSpublic Long getMaxBandWidth()
public void setMaxBandWidth(Long MaxBandWidth)
MaxBandWidth
- MaxBandwidthpublic Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- Expiration time of the cluster.public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- Auto-renewal flag. 0 indicates the default status (If the default status is not configured, manual renewal is enabled), 1 indicates auto-renewal, and 2 indicates explicitly no auto-renewal (configured by the user).public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 0: Postpaid, 1: Prepaidpublic String getRemark()
public void setRemark(String Remark)
Remark
- Remarkspublic String getSpecName()
public void setSpecName(String SpecName)
SpecName
- Cluster specificationspublic String getExceptionInformation()
public void setExceptionInformation(String ExceptionInformation)
ExceptionInformation
- Exception information.public String getPublicAccessEndpoint()
public void setPublicAccessEndpoint(String PublicAccessEndpoint)
PublicAccessEndpoint
- Public network access point.public RabbitMQServerlessEndpoint[] getVpcs()
public void setVpcs(RabbitMQServerlessEndpoint[] Vpcs)
Vpcs
- The virtual private cloud (vpc) network access point.public Long getClusterStatus()
public void setClusterStatus(Long ClusterStatus)
ClusterStatus
- Instance status. 0 indicates creating in progress. 1 indicates normal. 2 indicates isolated. 3 indicates terminated. 4 indicates exception. 5 indicates delivery failed.public Long getInstanceType()
public void setInstanceType(Long InstanceType)
InstanceType
- Specifies the cluster type: 1.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Expiration timepublic Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount
- For compatibility with the managed version, the fixed value is 0.public Long getMaxStorage()
public void setMaxStorage(Long MaxStorage)
MaxStorage
- For compatibility with the managed version, the fixed value is 0.public Long getIsolatedTime()
public void setIsolatedTime(Long IsolatedTime)
IsolatedTime
- Isolation timeCopyright © 2025. All rights reserved.