Class RabbitMQClusterSpecInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.RabbitMQClusterSpecInfo
-
public class RabbitMQClusterSpecInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RabbitMQClusterSpecInfo()RabbitMQClusterSpecInfo(RabbitMQClusterSpecInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetMaxBandWidth()Get 峰值带宽。单位:mbpsLonggetMaxStorage()Get 存储容量。单位:GBLonggetMaxTps()Get 峰值tpsLonggetNodeCount()Get 节点数量LonggetPublicNetworkTps()Get 公网带宽tps。单位:MbpsStringgetSpecName()Get 集群规格名称voidsetMaxBandWidth(Long MaxBandWidth)Set 峰值带宽。单位:mbpsvoidsetMaxStorage(Long MaxStorage)Set 存储容量。单位:GBvoidsetMaxTps(Long MaxTps)Set 峰值tpsvoidsetNodeCount(Long NodeCount)Set 节点数量voidsetPublicNetworkTps(Long PublicNetworkTps)Set 公网带宽tps。单位:MbpsvoidsetSpecName(String SpecName)Set 集群规格名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RabbitMQClusterSpecInfo
public RabbitMQClusterSpecInfo()
-
RabbitMQClusterSpecInfo
public RabbitMQClusterSpecInfo(RabbitMQClusterSpecInfo 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.
-
-
Method Detail
-
getSpecName
public String getSpecName()
Get 集群规格名称- Returns:
- SpecName 集群规格名称
-
setSpecName
public void setSpecName(String SpecName)
Set 集群规格名称- Parameters:
SpecName- 集群规格名称
-
getNodeCount
public Long getNodeCount()
Get 节点数量- Returns:
- NodeCount 节点数量
-
setNodeCount
public void setNodeCount(Long NodeCount)
Set 节点数量- Parameters:
NodeCount- 节点数量
-
getMaxTps
public Long getMaxTps()
Get 峰值tps- Returns:
- MaxTps 峰值tps
-
setMaxTps
public void setMaxTps(Long MaxTps)
Set 峰值tps- Parameters:
MaxTps- 峰值tps
-
getMaxBandWidth
public Long getMaxBandWidth()
Get 峰值带宽。单位:mbps- Returns:
- MaxBandWidth 峰值带宽。单位:mbps
-
setMaxBandWidth
public void setMaxBandWidth(Long MaxBandWidth)
Set 峰值带宽。单位:mbps- Parameters:
MaxBandWidth- 峰值带宽。单位:mbps
-
getMaxStorage
public Long getMaxStorage()
Get 存储容量。单位:GB- Returns:
- MaxStorage 存储容量。单位:GB
-
setMaxStorage
public void setMaxStorage(Long MaxStorage)
Set 存储容量。单位:GB- Parameters:
MaxStorage- 存储容量。单位:GB
-
getPublicNetworkTps
public Long getPublicNetworkTps()
Get 公网带宽tps。单位:Mbps- Returns:
- PublicNetworkTps 公网带宽tps。单位:Mbps
-
setPublicNetworkTps
public void setPublicNetworkTps(Long PublicNetworkTps)
Set 公网带宽tps。单位:Mbps- Parameters:
PublicNetworkTps- 公网带宽tps。单位:Mbps
-
-