Class ClusterLevelAttribute

    • 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,表示取不到有效值。