public class DescribeRabbitMQServerlessInstanceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRabbitMQServerlessInstanceResponse() |
DescribeRabbitMQServerlessInstanceResponse(DescribeRabbitMQServerlessInstanceResponse 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 |
---|---|
RabbitMQClusterInfo |
getClusterInfo()
Get Cluster information.
|
RabbitMQServerlessAccessInfo |
getClusterNetInfo()
Get Network information.
|
RabbitMQClusterSpecInfo |
getClusterSpecInfo()
Get Specifies the cluster specification information.
|
RabbitMQServerlessWhiteListInfo |
getClusterWhiteListInfo()
Get Public network allowlist information.
|
ExchangeQuota |
getExchangeQuota()
Get Specifies the exchange quota information.
|
QueueQuota |
getQueueQuota()
Get Specifies the quota information of the queue.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
UserQuota |
getUserQuota()
Get Specifies the quota information of the user.
|
VirtualHostQuota |
getVirtualHostQuota()
Get Specifies the quota information of the vhost.
|
void |
setClusterInfo(RabbitMQClusterInfo ClusterInfo)
Set Cluster information.
|
void |
setClusterNetInfo(RabbitMQServerlessAccessInfo ClusterNetInfo)
Set Network information.
|
void |
setClusterSpecInfo(RabbitMQClusterSpecInfo ClusterSpecInfo)
Set Specifies the cluster specification information.
|
void |
setClusterWhiteListInfo(RabbitMQServerlessWhiteListInfo ClusterWhiteListInfo)
Set Public network allowlist information.
|
void |
setExchangeQuota(ExchangeQuota ExchangeQuota)
Set Specifies the exchange quota information.
|
void |
setQueueQuota(QueueQuota QueueQuota)
Set Specifies the quota information of the queue.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setUserQuota(UserQuota UserQuota)
Set Specifies the quota information of the user.
|
void |
setVirtualHostQuota(VirtualHostQuota VirtualHostQuota)
Set Specifies the quota information of the vhost.
|
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 DescribeRabbitMQServerlessInstanceResponse()
public DescribeRabbitMQServerlessInstanceResponse(DescribeRabbitMQServerlessInstanceResponse source)
public RabbitMQClusterInfo getClusterInfo()
public void setClusterInfo(RabbitMQClusterInfo ClusterInfo)
ClusterInfo
- Cluster information.public RabbitMQClusterSpecInfo getClusterSpecInfo()
public void setClusterSpecInfo(RabbitMQClusterSpecInfo ClusterSpecInfo)
ClusterSpecInfo
- Specifies the cluster specification information.public VirtualHostQuota getVirtualHostQuota()
public void setVirtualHostQuota(VirtualHostQuota VirtualHostQuota)
VirtualHostQuota
- Specifies the quota information of the vhost.public ExchangeQuota getExchangeQuota()
public void setExchangeQuota(ExchangeQuota ExchangeQuota)
ExchangeQuota
- Specifies the exchange quota information.public QueueQuota getQueueQuota()
public void setQueueQuota(QueueQuota QueueQuota)
QueueQuota
- Specifies the quota information of the queue.public RabbitMQServerlessAccessInfo getClusterNetInfo()
public void setClusterNetInfo(RabbitMQServerlessAccessInfo ClusterNetInfo)
ClusterNetInfo
- Network information.public RabbitMQServerlessWhiteListInfo getClusterWhiteListInfo()
public void setClusterWhiteListInfo(RabbitMQServerlessWhiteListInfo ClusterWhiteListInfo)
ClusterWhiteListInfo
- Public network allowlist information.public UserQuota getUserQuota()
public void setUserQuota(UserQuota UserQuota)
UserQuota
- Specifies the quota information of the user.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.