public class RabbitMQClusterInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RabbitMQClusterInfo() |
RabbitMQClusterInfo(RabbitMQClusterInfo 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 |
getChannelNumber()
Get number of channels.
|
String |
getClusterId()
Get Cluster ID
|
String |
getClusterName()
Get Cluster name.
|
Long |
getClusterStatus()
Get Instance status.
|
String |
getClusterVersion()
Get Specifies the cluster version information.
|
Long |
getConnectionNumber()
Get number of connections.
|
Long |
getConsumerNumber()
Get Number of consumers.
|
Long |
getCreateTime()
Get Creation time, in milliseconds
|
String |
getExceptionInformation()
Get Cluster exception information.
|
Long |
getExchangeNumber()
Get Number of Exchanges.
|
Long |
getExpireTime()
Get Expiration time
|
Long |
getInstanceType()
Get Specifies the cluster type.
|
Float |
getMessageConsumeRate()
Get Number of messages consumed per second (measurement unit: messages/second).
|
Float |
getMessagePublishRate()
Get Number of messages produced per second (measurement unit: messages/second).
|
Long |
getMessageRetainTime()
Get Specifies the message retention time, in hours.
|
Long |
getMessageStackNumber()
Get Number of accumulated messages.
|
Long |
getMirrorQueuePolicyFlag()
Get Whether the mirrored queue strategy is enabled.
|
Long |
getPayMode()
Get Billing mode.
|
Long |
getQueueNumber()
Get Number of queues
|
String |
getRegion()
Get Region information
|
String |
getRemark()
Get Cluster description remark information
|
Long |
getVirtualHostNumber()
Get number of virtual hosts.
|
VpcEndpointInfo[] |
getVpcs()
Get VPC and network information.
|
Long[] |
getZoneIds()
Get Availability zone information
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Auto-renewal flag.
|
void |
setChannelNumber(Long ChannelNumber)
Set number of channels.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setClusterName(String ClusterName)
Set Cluster name.
|
void |
setClusterStatus(Long ClusterStatus)
Set Instance status.
|
void |
setClusterVersion(String ClusterVersion)
Set Specifies the cluster version information.
|
void |
setConnectionNumber(Long ConnectionNumber)
Set number of connections.
|
void |
setConsumerNumber(Long ConsumerNumber)
Set Number of consumers.
|
void |
setCreateTime(Long CreateTime)
Set Creation time, in milliseconds
|
void |
setExceptionInformation(String ExceptionInformation)
Set Cluster exception information.
|
void |
setExchangeNumber(Long ExchangeNumber)
Set Number of Exchanges.
|
void |
setExpireTime(Long ExpireTime)
Set Expiration time
|
void |
setInstanceType(Long InstanceType)
Set Specifies the cluster type.
|
void |
setMessageConsumeRate(Float MessageConsumeRate)
Set Number of messages consumed per second (measurement unit: messages/second).
|
void |
setMessagePublishRate(Float MessagePublishRate)
Set Number of messages produced per second (measurement unit: messages/second).
|
void |
setMessageRetainTime(Long MessageRetainTime)
Set Specifies the message retention time, in hours.
|
void |
setMessageStackNumber(Long MessageStackNumber)
Set Number of accumulated messages.
|
void |
setMirrorQueuePolicyFlag(Long MirrorQueuePolicyFlag)
Set Whether the mirrored queue strategy is enabled.
|
void |
setPayMode(Long PayMode)
Set Billing mode.
|
void |
setQueueNumber(Long QueueNumber)
Set Number of queues
|
void |
setRegion(String Region)
Set Region information
|
void |
setRemark(String Remark)
Set Cluster description remark information
|
void |
setVirtualHostNumber(Long VirtualHostNumber)
Set number of virtual hosts.
|
void |
setVpcs(VpcEndpointInfo[] Vpcs)
Set VPC and network information.
|
void |
setZoneIds(Long[] ZoneIds)
Set Availability zone information
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RabbitMQClusterInfo()
public RabbitMQClusterInfo(RabbitMQClusterInfo source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster name.public String getRegion()
public void setRegion(String Region)
Region
- Region informationpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation time, in millisecondspublic String getRemark()
public void setRemark(String Remark)
Remark
- Cluster description remark informationpublic VpcEndpointInfo[] getVpcs()
public void setVpcs(VpcEndpointInfo[] Vpcs)
Vpcs
- VPC and network information.public Long[] getZoneIds()
public void setZoneIds(Long[] ZoneIds)
ZoneIds
- Availability zone informationpublic Long getVirtualHostNumber()
public void setVirtualHostNumber(Long VirtualHostNumber)
VirtualHostNumber
- number of virtual hosts.public Long getQueueNumber()
public void setQueueNumber(Long QueueNumber)
QueueNumber
- Number of queuespublic Float getMessagePublishRate()
public void setMessagePublishRate(Float MessagePublishRate)
MessagePublishRate
- Number of messages produced per second (measurement unit: messages/second).public Long getMessageStackNumber()
public void setMessageStackNumber(Long MessageStackNumber)
MessageStackNumber
- Number of accumulated messages. valid values: pieces.public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- Expiration timepublic Long getChannelNumber()
public void setChannelNumber(Long ChannelNumber)
ChannelNumber
- number of channels.public Long getConnectionNumber()
public void setConnectionNumber(Long ConnectionNumber)
ConnectionNumber
- number of connections.public Long getConsumerNumber()
public void setConsumerNumber(Long ConsumerNumber)
ConsumerNumber
- Number of consumers.public Long getExchangeNumber()
public void setExchangeNumber(Long ExchangeNumber)
ExchangeNumber
- Number of Exchanges.public String getExceptionInformation()
public void setExceptionInformation(String ExceptionInformation)
ExceptionInformation
- Cluster exception information.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 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 getMirrorQueuePolicyFlag()
public void setMirrorQueuePolicyFlag(Long MirrorQueuePolicyFlag)
MirrorQueuePolicyFlag
- Whether the mirrored queue strategy is enabled. 1 indicates enabled, and 0 indicates not enabled.public Float getMessageConsumeRate()
public void setMessageConsumeRate(Float MessageConsumeRate)
MessageConsumeRate
- Number of messages consumed per second (measurement unit: messages/second).public String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion
- Specifies the cluster version information.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Billing mode. valid values: 0 (postpaid), 1 (prepaid).public Long getInstanceType()
public void setInstanceType(Long InstanceType)
InstanceType
- Specifies the cluster type.public Long getMessageRetainTime()
public void setMessageRetainTime(Long MessageRetainTime)
MessageRetainTime
- Specifies the message retention time, in hours.Copyright © 2025. All rights reserved.