public class Pod extends Object implements Comparable<Pod>
Modifier and Type | Class and Description |
---|---|
static class |
Pod.Builder |
Constructor and Description |
---|
Pod(long id,
String name,
long zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
Modifier and Type | Method and Description |
---|---|
static Pod.Builder |
builder() |
int |
compareTo(Pod other) |
boolean |
equals(Object o) |
AllocationState |
getAllocationState() |
String |
getEndIp() |
String |
getGateway() |
long |
getId() |
String |
getName() |
String |
getNetmask() |
String |
getStartIp() |
long |
getZoneId() |
String |
getZoneName() |
int |
hashCode() |
String |
toString() |
public static Pod.Builder builder()
public long getId()
public String getName()
public long getZoneId()
public String getZoneName()
public String getGateway()
public String getNetmask()
public String getStartIp()
public String getEndIp()
public AllocationState getAllocationState()
allocationState
- the allocation state of the clusterpublic int compareTo(Pod other)
compareTo
in interface Comparable<Pod>
Copyright © 2009-2012 jclouds. All Rights Reserved.