Package | Description |
---|---|
com.myjeeva.digitalocean | |
com.myjeeva.digitalocean.impl | |
com.myjeeva.digitalocean.pojo |
Modifier and Type | Method and Description |
---|---|
Action |
DigitalOcean.changeDropletKernel(Integer dropletId,
Integer kernelId)
Method changes a OS kernel for given droplet
|
Action |
DigitalOcean.convertImage(Integer imageId)
Method allows you to convert image into snapshot
|
Action |
DigitalOcean.disableDropletBackups(Integer dropletId)
Method disables automatic backups from running to backup your droplet's data.
|
Action |
DigitalOcean.enableDropletIpv6(Integer dropletId)
Enabling IP v6 networking capability for droplet.
|
Action |
DigitalOcean.enableDropletPrivateNetworking(Integer dropletId)
Enabling private networking capability for droplet.
|
Action |
DigitalOcean.getActionInfo(Integer actionId)
To retrieve a specific action information by action ID
|
Action |
DigitalOcean.powerCycleDroplet(Integer dropletId)
Method allows you to power cycle a droplet.
|
Action |
DigitalOcean.powerOffDroplet(Integer dropletId)
Method allows you to poweroff a running droplet.
|
Action |
DigitalOcean.powerOnDroplet(Integer dropletId)
Method allows you to poweron a powered off droplet.
|
Action |
DigitalOcean.rebootDroplet(Integer dropletId)
Method allows you to reboot a droplet.
|
Action |
DigitalOcean.rebuildDroplet(Integer dropletId,
Integer imageId)
Method allows you to reinstall a droplet with a default image.
|
Action |
DigitalOcean.renameDroplet(Integer dropletId,
String name)
Method renames the droplet to the specified name.
|
Action |
DigitalOcean.resetDropletPassword(Integer dropletId)
Method will reset the root password for a droplet.
|
Action |
DigitalOcean.resizeDroplet(Integer dropletId,
String size)
Method allows you to resize a specific droplet to a different size.
|
Action |
DigitalOcean.restoreDroplet(Integer dropletId,
Integer imageId)
Method allows you to restore a droplet with a previous image or snapshot.
|
Action |
DigitalOcean.shutdownDroplet(Integer dropletId)
Method allows you to shutdown a running droplet.
|
Action |
DigitalOcean.takeDropletSnapshot(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(Integer dropletId,
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(Integer imageId,
String regionSlug)
Method allows you to transfer an image to a specified region.
|
Modifier and Type | Method and Description |
---|---|
Action |
DigitalOceanClient.changeDropletKernel(Integer dropletId,
Integer kernelId) |
Action |
DigitalOceanClient.convertImage(Integer imageId) |
Action |
DigitalOceanClient.disableDropletBackups(Integer dropletId) |
Action |
DigitalOceanClient.enableDropletIpv6(Integer dropletId) |
Action |
DigitalOceanClient.enableDropletPrivateNetworking(Integer dropletId) |
Action |
DigitalOceanClient.getActionInfo(Integer actionId) |
Action |
DigitalOceanClient.powerCycleDroplet(Integer dropletId) |
Action |
DigitalOceanClient.powerOffDroplet(Integer dropletId) |
Action |
DigitalOceanClient.powerOnDroplet(Integer dropletId) |
Action |
DigitalOceanClient.rebootDroplet(Integer dropletId) |
Action |
DigitalOceanClient.rebuildDroplet(Integer dropletId,
Integer imageId) |
Action |
DigitalOceanClient.renameDroplet(Integer dropletId,
String name) |
Action |
DigitalOceanClient.resetDropletPassword(Integer dropletId) |
Action |
DigitalOceanClient.resizeDroplet(Integer dropletId,
String size) |
Action |
DigitalOceanClient.restoreDroplet(Integer dropletId,
Integer imageId) |
Action |
DigitalOceanClient.shutdownDroplet(Integer dropletId) |
Action |
DigitalOceanClient.takeDropletSnapshot(Integer dropletId) |
Action |
DigitalOceanClient.takeDropletSnapshot(Integer dropletId,
String snapshotName) |
Action |
DigitalOceanClient.transferImage(Integer imageId,
String regionSlug) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
Actions.getActions() |
Modifier and Type | Method and Description |
---|---|
void |
Actions.setActions(List<Action> actions) |
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.