| Package | Description | 
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.impl | 
| Modifier and Type | Method and Description | 
|---|---|
Actions | 
DigitalOcean.getAvailableActions(java.lang.Integer pageNo,
                   java.lang.Integer perPage)
Method return all the action informations, regardless of categories. 
 | 
Actions | 
DigitalOcean.getAvailableDropletActions(java.lang.Integer dropletId,
                          java.lang.Integer pageNo,
                          java.lang.Integer perPage)
Method return all the action informations; specific to given Droplet Id 
 | 
Actions | 
DigitalOcean.getAvailableFloatingIPActions(java.lang.String ipAddress,
                             java.lang.Integer pageNo,
                             java.lang.Integer perPage)
Method retrives all actions that have been executed on a Floating IP address. 
 | 
Actions | 
DigitalOcean.getAvailableImageActions(java.lang.Integer imageId,
                        java.lang.Integer pageNo,
                        java.lang.Integer perPage)
Method return all the action informations; specific to given Image Id 
 | 
Actions | 
DigitalOcean.getAvailableVolumeActions(java.lang.String volumeId)
Method will get all the available volume action by volume identifier 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Actions | 
DigitalOceanClient.getAvailableActions(java.lang.Integer pageNo,
                   java.lang.Integer perPage)  | 
Actions | 
DigitalOceanClient.getAvailableDropletActions(java.lang.Integer dropletId,
                          java.lang.Integer pageNo,
                          java.lang.Integer perPage)  | 
Actions | 
DigitalOceanClient.getAvailableFloatingIPActions(java.lang.String ipAddress,
                             java.lang.Integer pageNo,
                             java.lang.Integer perPage)  | 
Actions | 
DigitalOceanClient.getAvailableImageActions(java.lang.Integer imageId,
                        java.lang.Integer pageNo,
                        java.lang.Integer perPage)  | 
Actions | 
DigitalOceanClient.getAvailableVolumeActions(java.lang.String volumeId)  | 
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.