public class Pod extends Object implements Comparable<Pod>
Modifier and Type | Class and Description |
---|---|
static class |
Pod.Builder<T extends Pod.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Pod(String id,
String name,
String 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 obj) |
AllocationState |
getAllocationState() |
String |
getEndIp() |
String |
getGateway() |
String |
getId() |
String |
getName() |
String |
getNetmask() |
String |
getStartIp() |
String |
getZoneId() |
String |
getZoneName() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Pod.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","name","zoneid","zonename","gateway","netmask","startip","endip","allocationstate"}) protected Pod(String id, @Nullable String name, @Nullable String zoneId, @Nullable String zoneName, @Nullable String gateway, @Nullable String netmask, @Nullable String startIp, @Nullable String endIp, @Nullable AllocationState allocationState)
public static Pod.Builder<?> builder()
public Pod.Builder<?> toBuilder()
public String getId()
@Nullable public AllocationState getAllocationState()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(Pod other)
compareTo
in interface Comparable<Pod>
Copyright © 2009-2013 jclouds. All Rights Reserved.