Class ClusterLevelAttribute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ClusterLevelAttribute
-
public class ClusterLevelAttribute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Get 等级名称LonggetConfigMapCount()Get Configmap数量LonggetCRDCount()Get CRD数量BooleangetEnable()Get 是否启用StringgetName()Get 集群等级LonggetNodeCount()Get 节点数量LonggetOtherCount()Get 其他资源数量 注意:此字段可能返回 null,表示取不到有效值。LonggetPodCount()Get Pod数量LonggetRSCount()Get ReplicaSets数量voidsetAlias(String Alias)Set 等级名称voidsetConfigMapCount(Long ConfigMapCount)Set Configmap数量voidsetCRDCount(Long CRDCount)Set CRD数量voidsetEnable(Boolean Enable)Set 是否启用voidsetName(String Name)Set 集群等级voidsetNodeCount(Long NodeCount)Set 节点数量voidsetOtherCount(Long OtherCount)Set 其他资源数量 注意:此字段可能返回 null,表示取不到有效值。voidsetPodCount(Long PodCount)Set Pod数量voidsetRSCount(Long RSCount)Set ReplicaSets数量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
-
ClusterLevelAttribute
public ClusterLevelAttribute()
-
ClusterLevelAttribute
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 集群等级- Returns:
- Name 集群等级
-
setName
public void setName(String Name)
Set 集群等级- Parameters:
Name- 集群等级
-
getAlias
public String getAlias()
Get 等级名称- Returns:
- Alias 等级名称
-
setAlias
public void setAlias(String Alias)
Set 等级名称- Parameters:
Alias- 等级名称
-
getNodeCount
public Long getNodeCount()
Get 节点数量- Returns:
- NodeCount 节点数量
-
setNodeCount
public void setNodeCount(Long NodeCount)
Set 节点数量- Parameters:
NodeCount- 节点数量
-
getPodCount
public Long getPodCount()
Get Pod数量- Returns:
- PodCount Pod数量
-
setPodCount
public void setPodCount(Long PodCount)
Set Pod数量- Parameters:
PodCount- Pod数量
-
getConfigMapCount
public Long getConfigMapCount()
Get Configmap数量- Returns:
- ConfigMapCount Configmap数量
-
setConfigMapCount
public void setConfigMapCount(Long ConfigMapCount)
Set Configmap数量- Parameters:
ConfigMapCount- Configmap数量
-
getRSCount
public Long getRSCount()
Get ReplicaSets数量- Returns:
- RSCount ReplicaSets数量
-
setRSCount
public void setRSCount(Long RSCount)
Set ReplicaSets数量- Parameters:
RSCount- ReplicaSets数量
-
getCRDCount
public Long getCRDCount()
Get CRD数量- Returns:
- CRDCount CRD数量
-
setCRDCount
public void setCRDCount(Long CRDCount)
Set CRD数量- Parameters:
CRDCount- CRD数量
-
getEnable
public Boolean getEnable()
Get 是否启用- Returns:
- Enable 是否启用
-
setEnable
public void setEnable(Boolean Enable)
Set 是否启用- Parameters:
Enable- 是否启用
-
getOtherCount
public Long getOtherCount()
Get 其他资源数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OtherCount 其他资源数量 注意:此字段可能返回 null,表示取不到有效值。
-
setOtherCount
public void setOtherCount(Long OtherCount)
Set 其他资源数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OtherCount- 其他资源数量 注意:此字段可能返回 null,表示取不到有效值。
-
-