public class PulsarProClusterSpecInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PulsarProClusterSpecInfo() | 
| PulsarProClusterSpecInfo(PulsarProClusterSpecInfo 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 | getMaxBandWidth()Get 峰值带宽。单位:mbps | 
| Long | getMaxDelayedMessages()Get 商品最大延迟消息数量。0代表没有限制 | 
| Long | getMaxNamespaces()Get 最大命名空间个数 | 
| Long | getMaxPartitions()Get 32或者128
当前集群topic的最大分区数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getMaxTopics()Get 最大主题分区数 | 
| Long | getMaxTps()Get 峰值tps | 
| Long | getScalableTps()Get 规格外弹性TPS
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getSpecName()Get 集群规格名称 | 
| void | setMaxBandWidth(Long MaxBandWidth)Set 峰值带宽。单位:mbps | 
| void | setMaxDelayedMessages(Long MaxDelayedMessages)Set 商品最大延迟消息数量。0代表没有限制 | 
| void | setMaxNamespaces(Long MaxNamespaces)Set 最大命名空间个数 | 
| void | setMaxPartitions(Long MaxPartitions)Set 32或者128
当前集群topic的最大分区数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMaxTopics(Long MaxTopics)Set 最大主题分区数 | 
| void | setMaxTps(Long MaxTps)Set 峰值tps | 
| void | setScalableTps(Long ScalableTps)Set 规格外弹性TPS
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSpecName(String SpecName)Set 集群规格名称 | 
| 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, toJsonStringpublic PulsarProClusterSpecInfo()
public PulsarProClusterSpecInfo(PulsarProClusterSpecInfo source)
public String getSpecName()
public void setSpecName(String SpecName)
SpecName - 集群规格名称public Long getMaxTps()
public void setMaxTps(Long MaxTps)
MaxTps - 峰值tpspublic Long getMaxBandWidth()
public void setMaxBandWidth(Long MaxBandWidth)
MaxBandWidth - 峰值带宽。单位:mbpspublic Long getMaxNamespaces()
public void setMaxNamespaces(Long MaxNamespaces)
MaxNamespaces - 最大命名空间个数public Long getMaxTopics()
public void setMaxTopics(Long MaxTopics)
MaxTopics - 最大主题分区数public Long getScalableTps()
public void setScalableTps(Long ScalableTps)
ScalableTps - 规格外弹性TPS
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxPartitions()
public void setMaxPartitions(Long MaxPartitions)
MaxPartitions - 32或者128
当前集群topic的最大分区数
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxDelayedMessages()
public void setMaxDelayedMessages(Long MaxDelayedMessages)
MaxDelayedMessages - 商品最大延迟消息数量。0代表没有限制Copyright © 2025. All rights reserved.