public class ClusterLevelAttribute extends AbstractModel
Constructor and Description |
---|
ClusterLevelAttribute() |
ClusterLevelAttribute(ClusterLevelAttribute 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 |
---|---|
String |
getAlias()
Get 等级名称
|
Long |
getConfigMapCount()
Get Configmap数量
|
Long |
getCRDCount()
Get CRD数量
|
Boolean |
getEnable()
Get 是否启用
|
String |
getName()
Get 集群等级
|
Long |
getNodeCount()
Get 节点数量
|
Long |
getOtherCount()
Get 其他资源数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPodCount()
Get Pod数量
|
void |
setAlias(String Alias)
Set 等级名称
|
void |
setConfigMapCount(Long ConfigMapCount)
Set Configmap数量
|
void |
setCRDCount(Long CRDCount)
Set CRD数量
|
void |
setEnable(Boolean Enable)
Set 是否启用
|
void |
setName(String Name)
Set 集群等级
|
void |
setNodeCount(Long NodeCount)
Set 节点数量
|
void |
setOtherCount(Long OtherCount)
Set 其他资源数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPodCount(Long PodCount)
Set Pod数量
|
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 ClusterLevelAttribute()
public ClusterLevelAttribute(ClusterLevelAttribute source)
public String getName()
public void setName(String Name)
Name
- 集群等级public String getAlias()
public void setAlias(String Alias)
Alias
- 等级名称public Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount
- 节点数量public Long getPodCount()
public void setPodCount(Long PodCount)
PodCount
- Pod数量public Long getConfigMapCount()
public void setConfigMapCount(Long ConfigMapCount)
ConfigMapCount
- Configmap数量public Long getCRDCount()
public void setCRDCount(Long CRDCount)
CRDCount
- CRD数量public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- 是否启用public Long getOtherCount()
public void setOtherCount(Long OtherCount)
OtherCount
- 其他资源数量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.