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