|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.domain.Cluster
public class Cluster
Represents a CloudStack Cluster.
| Nested Class Summary | |
|---|---|
static class |
Cluster.Builder<T extends Cluster.Builder<T>>
|
static class |
Cluster.ManagedState
|
| Constructor Summary | |
|---|---|
protected |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName)
|
| Method Summary | |
|---|---|
static Cluster.Builder<?> |
builder()
|
int |
compareTo(Cluster other)
|
boolean |
equals(Object obj)
|
AllocationState |
getAllocationState()
|
Host.ClusterType |
getClusterType()
|
String |
getHypervisor()
|
String |
getId()
|
Cluster.ManagedState |
getManagedState()
|
String |
getName()
|
String |
getPodId()
|
String |
getPodName()
|
String |
getZoneId()
|
String |
getZoneName()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
Cluster.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","allocationstate","clustertype","hypervisortype","managedstate","name","podid","podname","zoneid","zonename"})
protected Cluster(String id,
@Nullable
AllocationState allocationState,
@Nullable
Host.ClusterType clusterType,
@Nullable
String hypervisor,
@Nullable
Cluster.ManagedState managedState,
@Nullable
String name,
@Nullable
String podId,
@Nullable
String podName,
@Nullable
String zoneId,
@Nullable
String zoneName)
| Method Detail |
|---|
public static Cluster.Builder<?> builder()
public Cluster.Builder<?> toBuilder()
public String getId()
@Nullable public AllocationState getAllocationState()
@Nullable public Host.ClusterType getClusterType()
@Nullable public String getHypervisor()
@Nullable public Cluster.ManagedState getManagedState()
@Nullable public String getName()
@Nullable public String getPodId()
@Nullable public String getPodName()
@Nullable public String getZoneId()
@Nullable public String getZoneName()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Objectpublic int compareTo(Cluster other)
compareTo in interface Comparable<Cluster>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||