public class Cluster extends Object implements Comparable<Cluster>
Modifier and Type | Class and Description |
---|---|
static class |
Cluster.Builder |
static class |
Cluster.ManagedState |
Constructor and Description |
---|
Cluster(long id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
long podId,
String podName,
long zoneId,
String zoneName) |
Modifier and Type | Method and Description |
---|---|
static Cluster.Builder |
builder() |
int |
compareTo(Cluster other) |
boolean |
equals(Object o) |
AllocationState |
getAllocationState() |
Host.ClusterType |
getClusterType() |
String |
getHypervisor() |
long |
getId() |
Cluster.ManagedState |
getManagedState() |
String |
getName() |
long |
getPodId() |
String |
getPodName() |
long |
getZoneId() |
String |
getZoneName() |
int |
hashCode() |
String |
toString() |
public Cluster(long id, AllocationState allocationState, Host.ClusterType clusterType, String hypervisor, Cluster.ManagedState managedState, String name, long podId, String podName, long zoneId, String zoneName)
public static Cluster.Builder builder()
public long getId()
public AllocationState getAllocationState()
public Host.ClusterType getClusterType()
public String getHypervisor()
public Cluster.ManagedState getManagedState()
public String getName()
public long getPodId()
public String getPodName()
public long getZoneId()
public String getZoneName()
public int compareTo(Cluster other)
compareTo
in interface Comparable<Cluster>
Copyright © 2009-2012 jclouds. All Rights Reserved.