public class MagnumCluster extends Object implements Cluster
Modifier and Type | Class and Description |
---|---|
static class |
MagnumCluster.ClusterConcreteBuilder
Concrete builder containing MagnumCluster as model
|
static class |
MagnumCluster.Clusters |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
MagnumCluster() |
Modifier and Type | Method and Description |
---|---|
static ClusterBuilder |
builder() |
String |
getClusterTemplateId()
Gets clusterTemplateId
|
Integer |
getCreateTimeout()
Gets createTimeout
|
String |
getDiscoveryUrl()
Gets discoveryUrl
|
String |
getKeypair()
Gets keypair
|
List<GenericLink> |
getLinks()
Gets links
|
Integer |
getMasterCount()
Gets masterCount
|
String |
getName()
Gets name
|
Integer |
getNodeCount()
Gets nodeCount
|
String |
getStackId()
Gets stackId
|
String |
getStatus()
Gets status
|
String |
getUuid()
Gets uuid
|
ClusterBuilder |
toBuilder() |
String |
toString() |
public static ClusterBuilder builder()
public ClusterBuilder toBuilder()
toBuilder
in interface Buildable<ClusterBuilder>
public String getClusterTemplateId()
Cluster
getClusterTemplateId
in interface Cluster
public List<GenericLink> getLinks()
Cluster
public String getStackId()
Cluster
getStackId
in interface Cluster
public Integer getMasterCount()
Cluster
getMasterCount
in interface Cluster
public Integer getCreateTimeout()
Cluster
getCreateTimeout
in interface Cluster
public Integer getNodeCount()
Cluster
getNodeCount
in interface Cluster
public String getDiscoveryUrl()
Cluster
getDiscoveryUrl
in interface Cluster
public String getKeypair()
Cluster
getKeypair
in interface Cluster
Copyright © 2017. All rights reserved.