Class SenlinCluster

    • Constructor Detail

      • SenlinCluster

        public SenlinCluster()
    • Method Detail

      • getCreatedAt

        public Date getCreatedAt()
        Description copied from interface: Cluster
        Returns the created at time of the cluster
        Specified by:
        getCreatedAt in interface Cluster
        Returns:
        the created at time of the cluster
      • getData

        public Map<String,​Object> getData()
        Description copied from interface: Cluster
        Returns the data of the cluster
        Specified by:
        getData in interface Cluster
        Returns:
        the data of the cluster
      • getDesiredCapacity

        public Integer getDesiredCapacity()
        Description copied from interface: Cluster
        Returns the desired capacity of the cluster
        Specified by:
        getDesiredCapacity in interface Cluster
        Returns:
        the desired capacity of the cluster
      • getDomain

        public String getDomain()
        Description copied from interface: Cluster
        Returns the domain of the cluster
        Specified by:
        getDomain in interface Cluster
        Returns:
        the domain of the cluster
      • getInitAt

        public Date getInitAt()
        Description copied from interface: Cluster
        Returns the init at time of the cluster
        Specified by:
        getInitAt in interface Cluster
        Returns:
        the init at time of the cluster
      • getMaxSize

        public Integer getMaxSize()
        Description copied from interface: Cluster
        Returns the max size of the cluster
        Specified by:
        getMaxSize in interface Cluster
        Returns:
        the max size time of the cluster
      • getMetadata

        public Map<String,​Object> getMetadata()
        Description copied from interface: Cluster
        Returns the metadata of the cluster
        Specified by:
        getMetadata in interface Cluster
        Returns:
        the metadata of the cluster
      • getMinSize

        public Integer getMinSize()
        Description copied from interface: Cluster
        Returns the min size of the cluster
        Specified by:
        getMinSize in interface Cluster
        Returns:
        the min size of the cluster
      • getNodes

        public List<String> getNodes()
        Description copied from interface: Cluster
        Returns the nodes of the cluster
        Specified by:
        getNodes in interface Cluster
        Returns:
        the nodes of the cluster
      • getPolicies

        public List<String> getPolicies()
        Description copied from interface: Cluster
        Returns the policies of the cluster
        Specified by:
        getPolicies in interface Cluster
        Returns:
        the policies of the cluster
      • getProfileID

        public String getProfileID()
        Description copied from interface: Cluster
        Returns the profile id of the cluster
        Specified by:
        getProfileID in interface Cluster
        Returns:
        the profile id of the cluster
      • getProfileName

        public String getProfileName()
        Description copied from interface: Cluster
        Returns the profile name of the cluster
        Specified by:
        getProfileName in interface Cluster
        Returns:
        the profile name of the cluster
      • getProject

        public String getProject()
        Description copied from interface: Cluster
        Returns the project of the cluster
        Specified by:
        getProject in interface Cluster
        Returns:
        the project of the cluster
      • getStatus

        public ClusterStatus getStatus()
        Description copied from interface: Cluster
        Returns the status of the cluster
        Specified by:
        getStatus in interface Cluster
        Returns:
        the status of the cluster
      • getStatusReason

        public String getStatusReason()
        Description copied from interface: Cluster
        Returns the status reason of the cluster
        Specified by:
        getStatusReason in interface Cluster
        Returns:
        the status reason of the cluster
      • getTimeout

        public Integer getTimeout()
        Description copied from interface: Cluster
        Returns the timeout value of the cluster
        Specified by:
        getTimeout in interface Cluster
        Returns:
        the timeout value of the cluster
      • getUpdatedAt

        public Date getUpdatedAt()
        Description copied from interface: Cluster
        Returns the updated at time of the cluster
        Specified by:
        getUpdatedAt in interface Cluster
        Returns:
        the updated at time of the cluster
      • getUser

        public String getUser()
        Description copied from interface: Cluster
        Returns the user of the cluster
        Specified by:
        getUser in interface Cluster
        Returns:
        the user of the cluster