public class FloatingIP extends Base
| Constructor and Description | 
|---|
FloatingIP()  | 
| Modifier and Type | Method and Description | 
|---|---|
Droplet | 
getDroplet()  | 
java.lang.String | 
getIp()  | 
Region | 
getRegion()  | 
boolean | 
isLocked()  | 
void | 
setDroplet(Droplet droplet)  | 
void | 
setIp(java.lang.String ip)  | 
void | 
setLocked(boolean locked)  | 
void | 
setRegion(Region region)  | 
java.lang.String | 
toString()  | 
getLinks, getMeta, setLinks, setMetagetRateLimit, setRateLimitpublic java.lang.String getIp()
public void setIp(java.lang.String ip)
ip - the ip to setpublic Region getRegion()
public void setRegion(Region region)
region - the region to setpublic Droplet getDroplet()
public void setDroplet(Droplet droplet)
droplet - the droplet to setpublic boolean isLocked()
public void setLocked(boolean locked)
locked - the locked to set
Copyright ©  myjeeva blog, All rights reserved. 
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.