All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.model.magnum.Cluster Maven / Gradle / Ivy

The newest version!
package org.openstack4j.model.magnum;

import java.util.List;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.openstack.common.GenericLink;

public interface Cluster extends ModelEntity, Buildable {
    /**
     * Gets status
     * 
     * @return status
     */
    String getStatus();

    /**
     * Gets clusterTemplateId
     * 
     * @return clusterTemplateId
     */
    String getClusterTemplateId();

    /**
     * Gets uuid
     * 
     * @return uuid
     */
    String getUuid();

    /**
     * Gets links
     * 
     * @return links
     */
    List getLinks();

    /**
     * Gets stackId
     * 
     * @return stackId
     */
    String getStackId();

    /**
     * Gets masterCount
     * 
     * @return masterCount
     */
    Integer getMasterCount();

    /**
     * Gets createTimeout
     * 
     * @return createTimeout
     */
    Integer getCreateTimeout();

    /**
     * Gets nodeCount
     * 
     * @return nodeCount
     */
    Integer getNodeCount();

    /**
     * Gets discoveryUrl
     * 
     * @return discoveryUrl
     */
    String getDiscoveryUrl();

    /**
     * Gets keypair
     * 
     * @return keypair
     */
    String getKeypair();

    /**
     * Gets name
     * 
     * @return name
     */
    String getName();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy