public class FloatingIP extends Base
Constructor and Description |
---|
FloatingIP() |
Modifier and Type | Method and Description |
---|---|
Droplet |
getDroplet() |
String |
getIp() |
Region |
getRegion() |
boolean |
isLocked() |
void |
setDroplet(Droplet droplet) |
void |
setIp(String ip) |
void |
setLocked(boolean locked) |
void |
setRegion(Region region) |
String |
toString() |
getLinks, getMeta, setLinks, setMeta
getRateLimit, setRateLimit
public String getIp()
public void setIp(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.