public class FloatingIP extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
FloatingIP.Builder<T extends FloatingIP.Builder<T>> |
Resource.LinkType
Modifier | Constructor and Description |
---|---|
protected |
FloatingIP(int id,
List<Map<String,String>> links,
Map<Resource.LinkType,URI> orderedSelfReferences,
String ip,
String fixedIP,
int instanceID) |
Modifier and Type | Method and Description |
---|---|
static FloatingIP.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getFixedIP() |
int |
getInstanceID() |
String |
getIp() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
FloatingIP.Builder<?> |
toBuilder() |
getId, getLinks, getOrderedSelfReferences, getSelfURI, getURI, toString
public static FloatingIP.Builder<?> builder()
public FloatingIP.Builder<?> toBuilder()
public String getIp()
public String getFixedIP()
public int getInstanceID()
Copyright © 2009-2013 jclouds. All Rights Reserved.