public class FloatingIP extends Resource
Constructor and Description |
---|
FloatingIP(int id,
String ip,
String fixedIP,
int instanceID) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFixedIP() |
int |
getId() |
int |
getInstanceID() |
String |
getIp() |
int |
hashCode() |
void |
setFixedIP(String fixedIP) |
void |
setId(int id) |
void |
setInstanceID(int instanceID) |
void |
setIp(String ip) |
String |
toString() |
getSelfURI, getURI
public int getId()
public void setId(int id)
id
- the id to setpublic String getIp()
public void setIp(String ip)
ip
- the ip to setpublic String getFixedIP()
public void setFixedIP(String fixedIP)
fixedIP
- the fixedIP to setpublic int getInstanceID()
public void setInstanceID(int instanceID)
instanceID
- the instanceID to setCopyright © 2009-2012 jclouds. All Rights Reserved.