| Package | Description | 
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.impl | |
| com.myjeeva.digitalocean.pojo | 
| Modifier and Type | Method and Description | 
|---|---|
Action | 
DigitalOcean.assignFloatingIP(java.lang.Integer dropletId,
                java.lang.String ipAddress)
Method will assign Floating IP to a Droplet. 
 | 
Action | 
DigitalOcean.attachVolume(java.lang.Integer dropletId,
            java.lang.String volumeId,
            java.lang.String regionSlug)
Method attaches the given volume into droplet by identifier 
 | 
Action | 
DigitalOcean.attachVolumeByName(java.lang.Integer dropletId,
                  java.lang.String volumeName,
                  java.lang.String regionSlug)
Method attaches the given volume into droplet by name 
 | 
Action | 
DigitalOcean.changeDropletKernel(java.lang.Integer dropletId,
                   java.lang.Integer kernelId)
Method changes a OS kernel for given droplet 
 | 
Action | 
DigitalOcean.convertImage(java.lang.Integer imageId)
Method allows you to convert image into snapshot 
 | 
Action | 
DigitalOcean.detachVolume(java.lang.Integer dropletId,
            java.lang.String volumeId,
            java.lang.String regionSlug)
Method detaches volume from the droplet by identifier 
 | 
Action | 
DigitalOcean.detachVolumeByName(java.lang.Integer dropletId,
                  java.lang.String volumeName,
                  java.lang.String regionSlug)
Method detaches volume from the droplet by volume name 
 | 
Action | 
DigitalOcean.disableDropletBackups(java.lang.Integer dropletId)
Method disables automatic backups from running to backup your droplet's data. 
 | 
Action | 
DigitalOcean.enableDropletBackups(java.lang.Integer dropletId)
Method enables automatic backups for your droplet's data. 
 | 
Action | 
DigitalOcean.enableDropletIpv6(java.lang.Integer dropletId)
Enabling IP v6 networking capability for droplet. 
 | 
Action | 
DigitalOcean.enableDropletPrivateNetworking(java.lang.Integer dropletId)
Enabling private networking capability for droplet. 
 | 
Action | 
DigitalOcean.getActionInfo(java.lang.Integer actionId)
To retrieve a specific action information by action ID 
 | 
Action | 
DigitalOcean.getFloatingIPActionInfo(java.lang.String ipAddress,
                       java.lang.Integer actionId)
Method to retrieve the status of a Floating IP action. 
 | 
Action | 
DigitalOcean.getVolumeAction(java.lang.String volumeId,
               java.lang.Integer actionId)
Method returns specific volume action by action & volume identifier 
 | 
Action | 
DigitalOcean.powerCycleDroplet(java.lang.Integer dropletId)
Method allows you to power cycle a droplet. 
 | 
Action | 
DigitalOcean.powerOffDroplet(java.lang.Integer dropletId)
Method allows you to poweroff a running droplet. 
 | 
Action | 
DigitalOcean.powerOnDroplet(java.lang.Integer dropletId)
Method allows you to poweron a powered off droplet. 
 | 
Action | 
DigitalOcean.rebootDroplet(java.lang.Integer dropletId)
Method allows you to reboot a droplet. 
 | 
Action | 
DigitalOcean.rebuildDroplet(java.lang.Integer dropletId,
              java.lang.Integer imageId)
Method allows you to reinstall a droplet with a default image. 
 | 
Action | 
DigitalOcean.renameDroplet(java.lang.Integer dropletId,
             java.lang.String name)
Method renames the droplet to the specified name. 
 | 
Action | 
DigitalOcean.resetDropletPassword(java.lang.Integer dropletId)
Method will reset the root password for a droplet. 
 | 
Action | 
DigitalOcean.resizeDroplet(java.lang.Integer dropletId,
             java.lang.String size)
Method allows you to resize a specific droplet to a different size. 
 | 
Action | 
DigitalOcean.resizeDroplet(java.lang.Integer dropletId,
             java.lang.String size,
             java.lang.Boolean disk)
Method allows you to resize a specific droplet to a different size. 
 | 
Action | 
DigitalOcean.resizeVolume(java.lang.String volumeId,
            java.lang.String regionSlug,
            java.lang.Double sizeGigabytes)
Method resizes volume by identifier 
 | 
Action | 
DigitalOcean.restoreDroplet(java.lang.Integer dropletId,
              java.lang.Integer imageId)
Method allows you to restore a droplet with a previous image or snapshot. 
 | 
Action | 
DigitalOcean.shutdownDroplet(java.lang.Integer dropletId)
Method allows you to shutdown a running droplet. 
 | 
Action | 
DigitalOcean.takeDropletSnapshot(java.lang.Integer dropletId)
Method allows you to take a snapshot of the running droplet, which can later be restored or
 used to create a new droplet from the same image. 
 | 
Action | 
DigitalOcean.takeDropletSnapshot(java.lang.Integer dropletId,
                   java.lang.String snapshotName)
Method allows you to take a snapshot of the running droplet, which can later be restored or
 used to create a new droplet from the same image. 
 | 
Action | 
DigitalOcean.transferImage(java.lang.Integer imageId,
             java.lang.String regionSlug)
Method allows you to transfer an image to a specified region. 
 | 
Action | 
DigitalOcean.unassignFloatingIP(java.lang.String ipAddress)
Method will unassign Floating IP from a Droplet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Action | 
DigitalOceanClient.assignFloatingIP(java.lang.Integer dropletId,
                java.lang.String ipAddress)  | 
Action | 
DigitalOceanClient.attachVolume(java.lang.Integer dropletId,
            java.lang.String volumeId,
            java.lang.String regionSlug)  | 
Action | 
DigitalOceanClient.attachVolumeByName(java.lang.Integer dropletId,
                  java.lang.String volumeName,
                  java.lang.String regionSlug)  | 
Action | 
DigitalOceanClient.changeDropletKernel(java.lang.Integer dropletId,
                   java.lang.Integer kernelId)  | 
Action | 
DigitalOceanClient.convertImage(java.lang.Integer imageId)  | 
Action | 
DigitalOceanClient.detachVolume(java.lang.Integer dropletId,
            java.lang.String volumeId,
            java.lang.String regionSlug)  | 
Action | 
DigitalOceanClient.detachVolumeByName(java.lang.Integer dropletId,
                  java.lang.String volumeName,
                  java.lang.String regionSlug)  | 
Action | 
DigitalOceanClient.disableDropletBackups(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.enableDropletBackups(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.enableDropletIpv6(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.enableDropletPrivateNetworking(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.getActionInfo(java.lang.Integer actionId)  | 
Action | 
DigitalOceanClient.getFloatingIPActionInfo(java.lang.String ipAddress,
                       java.lang.Integer actionId)  | 
Action | 
DigitalOceanClient.getVolumeAction(java.lang.String volumeId,
               java.lang.Integer actionId)  | 
Action | 
DigitalOceanClient.powerCycleDroplet(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.powerOffDroplet(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.powerOnDroplet(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.rebootDroplet(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.rebuildDroplet(java.lang.Integer dropletId,
              java.lang.Integer imageId)  | 
Action | 
DigitalOceanClient.renameDroplet(java.lang.Integer dropletId,
             java.lang.String name)  | 
Action | 
DigitalOceanClient.resetDropletPassword(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.resizeDroplet(java.lang.Integer dropletId,
             java.lang.String size)  | 
Action | 
DigitalOceanClient.resizeDroplet(java.lang.Integer dropletId,
             java.lang.String size,
             java.lang.Boolean disk)  | 
Action | 
DigitalOceanClient.resizeVolume(java.lang.String volumeId,
            java.lang.String regionSlug,
            java.lang.Double sizeGigabytes)  | 
Action | 
DigitalOceanClient.restoreDroplet(java.lang.Integer dropletId,
              java.lang.Integer imageId)  | 
Action | 
DigitalOceanClient.shutdownDroplet(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.takeDropletSnapshot(java.lang.Integer dropletId)  | 
Action | 
DigitalOceanClient.takeDropletSnapshot(java.lang.Integer dropletId,
                   java.lang.String snapshotName)  | 
Action | 
DigitalOceanClient.transferImage(java.lang.Integer imageId,
             java.lang.String regionSlug)  | 
Action | 
DigitalOceanClient.unassignFloatingIP(java.lang.String ipAddress)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Action> | 
Actions.getActions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Actions.setActions(java.util.List<Action> actions)  | 
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.