| Package | Description | 
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.impl | |
| com.myjeeva.digitalocean.pojo | 
| Modifier and Type | Method and Description | 
|---|---|
FloatingIP | 
DigitalOcean.createFloatingIP(Integer dropletId)
Method creates a new Floating IP and assigns to the Droplet. 
 | 
FloatingIP | 
DigitalOcean.createFloatingIP(String region)
Method creates a new Floating IP and its reserved to a Region 
 | 
FloatingIP | 
DigitalOcean.getFloatingIPInfo(String ipAddress)
Method retrives the information about given Floating IP 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FloatingIP | 
DigitalOceanClient.createFloatingIP(Integer dropletId)  | 
FloatingIP | 
DigitalOceanClient.createFloatingIP(String region)  | 
FloatingIP | 
DigitalOceanClient.getFloatingIPInfo(String ipAddress)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<FloatingIP> | 
FloatingIPs.getFloatingIPs()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FloatingIPs.setFloatingIPs(List<FloatingIP> floatingIPs)  | 
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.