public class Cluster extends AbstractModel
Constructor and Description |
---|
Cluster() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 集群Id。
|
String |
getClusterName()
Get 集群名称。
|
String |
getCreateTime()
Get 创建时间
|
Long |
getEndPointNum()
Get 接入点数量
|
Long |
getHealthy()
Get 集群是否健康,1表示健康,0表示异常
|
String |
getHealthyInfo()
Get 集群健康信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxNamespaceNum()
Get 最大命名空间数量
|
Long |
getMaxQps()
Get 最大QPS
|
Long |
getMaxStorageCapacity()
Get 最大存储容量
|
Long |
getMaxTopicNum()
Get 最大Topic数量
|
Long |
getMessageRetentionTime()
Get 消息保留时间
|
String |
getRemark()
Get 说明信息。
|
Long |
getStatus()
Get 集群状态,0:创建中,1:正常,2:删除中,3:已删除,5:创建失败,6: 删除失败
|
void |
setClusterId(String ClusterId)
Set 集群Id。
|
void |
setClusterName(String ClusterName)
Set 集群名称。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setEndPointNum(Long EndPointNum)
Set 接入点数量
|
void |
setHealthy(Long Healthy)
Set 集群是否健康,1表示健康,0表示异常
|
void |
setHealthyInfo(String HealthyInfo)
Set 集群健康信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxNamespaceNum(Long MaxNamespaceNum)
Set 最大命名空间数量
|
void |
setMaxQps(Long MaxQps)
Set 最大QPS
|
void |
setMaxStorageCapacity(Long MaxStorageCapacity)
Set 最大存储容量
|
void |
setMaxTopicNum(Long MaxTopicNum)
Set 最大Topic数量
|
void |
setMessageRetentionTime(Long MessageRetentionTime)
Set 消息保留时间
|
void |
setRemark(String Remark)
Set 说明信息。
|
void |
setStatus(Long Status)
Set 集群状态,0:创建中,1:正常,2:删除中,3:已删除,5:创建失败,6: 删除失败
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群Id。public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称。public String getRemark()
public void setRemark(String Remark)
Remark
- 说明信息。public Long getEndPointNum()
public void setEndPointNum(Long EndPointNum)
EndPointNum
- 接入点数量public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public Long getHealthy()
public void setHealthy(Long Healthy)
Healthy
- 集群是否健康,1表示健康,0表示异常public String getHealthyInfo()
public void setHealthyInfo(String HealthyInfo)
HealthyInfo
- 集群健康信息
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 集群状态,0:创建中,1:正常,2:删除中,3:已删除,5:创建失败,6: 删除失败public Long getMaxNamespaceNum()
public void setMaxNamespaceNum(Long MaxNamespaceNum)
MaxNamespaceNum
- 最大命名空间数量public Long getMaxTopicNum()
public void setMaxTopicNum(Long MaxTopicNum)
MaxTopicNum
- 最大Topic数量public Long getMaxQps()
public void setMaxQps(Long MaxQps)
MaxQps
- 最大QPSpublic Long getMessageRetentionTime()
public void setMessageRetentionTime(Long MessageRetentionTime)
MessageRetentionTime
- 消息保留时间public Long getMaxStorageCapacity()
public void setMaxStorageCapacity(Long MaxStorageCapacity)
MaxStorageCapacity
- 最大存储容量Copyright © 2021. All rights reserved.