Uses of Class
com.myjeeva.digitalocean.pojo.Action
Packages that use Action
Package
Description
-
Uses of Action in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return ActionModifier and TypeMethodDescriptionDigitalOcean.assignFloatingIP(Integer dropletId, String ipAddress) Method will assign Floating IP to a Droplet.DigitalOcean.attachVolume(Integer dropletId, String volumeId, String regionSlug) Method attaches the given volume into droplet by identifierDigitalOcean.attachVolumeByName(Integer dropletId, String volumeName, String regionSlug) Method attaches the given volume into droplet by nameDigitalOcean.changeDropletKernel(Integer dropletId, Integer kernelId) Method changes a OS kernel for given dropletDigitalOcean.convertImage(Integer imageId) Method allows you to convert image into snapshotDigitalOcean.detachVolume(Integer dropletId, String volumeId, String regionSlug) Method detaches volume from the droplet by identifierDigitalOcean.detachVolumeByName(Integer dropletId, String volumeName, String regionSlug) Method detaches volume from the droplet by volume nameDigitalOcean.disableDropletBackups(Integer dropletId) Method disables automatic backups from running to backup your droplet's data.DigitalOcean.enableDropletBackups(Integer dropletId) Method enables automatic backups for your droplet's data.DigitalOcean.enableDropletIpv6(Integer dropletId) Enabling IP v6 networking capability for droplet.DigitalOcean.enableDropletPrivateNetworking(Integer dropletId) Enabling private networking capability for droplet.DigitalOcean.getActionInfo(Integer actionId) To retrieve a specific action information by action IDDigitalOcean.getFloatingIPActionInfo(String ipAddress, Integer actionId) Method to retrieve the status of a Floating IP action.DigitalOcean.getVolumeAction(String volumeId, Integer actionId) Method returns specific volume action by action and volume identifierDigitalOcean.powerCycleDroplet(Integer dropletId) Method allows you to power cycle a droplet.DigitalOcean.powerOffDroplet(Integer dropletId) Method allows you to poweroff a running droplet.DigitalOcean.powerOnDroplet(Integer dropletId) Method allows you to poweron a powered off droplet.DigitalOcean.rebootDroplet(Integer dropletId) Method allows you to reboot a droplet.DigitalOcean.rebuildDroplet(Integer dropletId, Integer imageId) Method allows you to reinstall a droplet with a default image.DigitalOcean.renameDroplet(Integer dropletId, String name) Method renames the droplet to the specified name.DigitalOcean.resetDropletPassword(Integer dropletId) Method will reset the root password for a droplet.DigitalOcean.resizeDroplet(Integer dropletId, String size) Method allows you to resize a specific droplet to a different size.DigitalOcean.resizeDroplet(Integer dropletId, String size, Boolean disk) Method allows you to resize a specific droplet to a different size.DigitalOcean.resizeVolume(String volumeId, String regionSlug, Double sizeGigabytes) Method resizes volume by identifierDigitalOcean.restoreDroplet(Integer dropletId, Integer imageId) Method allows you to restore a droplet with a previous image or snapshot.DigitalOcean.shutdownDroplet(Integer dropletId) Method allows you to shutdown a running droplet.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.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.DigitalOcean.transferImage(Integer imageId, String regionSlug) Method allows you to transfer an image to a specified region.DigitalOcean.unassignFloatingIP(String ipAddress) Method will unassign Floating IP from a Droplet. -
Uses of Action in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return ActionModifier and TypeMethodDescriptionDigitalOceanClient.assignFloatingIP(Integer dropletId, String ipAddress) DigitalOceanClient.attachVolume(Integer dropletId, String volumeId, String regionSlug) DigitalOceanClient.attachVolumeByName(Integer dropletId, String volumeName, String regionSlug) DigitalOceanClient.changeDropletKernel(Integer dropletId, Integer kernelId) DigitalOceanClient.convertImage(Integer imageId) DigitalOceanClient.detachVolume(Integer dropletId, String volumeId, String regionSlug) DigitalOceanClient.detachVolumeByName(Integer dropletId, String volumeName, String regionSlug) DigitalOceanClient.disableDropletBackups(Integer dropletId) DigitalOceanClient.enableDropletBackups(Integer dropletId) DigitalOceanClient.enableDropletIpv6(Integer dropletId) DigitalOceanClient.enableDropletPrivateNetworking(Integer dropletId) DigitalOceanClient.getActionInfo(Integer actionId) DigitalOceanClient.getFloatingIPActionInfo(String ipAddress, Integer actionId) DigitalOceanClient.getVolumeAction(String volumeId, Integer actionId) DigitalOceanClient.powerCycleDroplet(Integer dropletId) DigitalOceanClient.powerOffDroplet(Integer dropletId) DigitalOceanClient.powerOnDroplet(Integer dropletId) DigitalOceanClient.rebootDroplet(Integer dropletId) DigitalOceanClient.rebuildDroplet(Integer dropletId, Integer imageId) DigitalOceanClient.renameDroplet(Integer dropletId, String name) DigitalOceanClient.resetDropletPassword(Integer dropletId) DigitalOceanClient.resizeDroplet(Integer dropletId, String size) DigitalOceanClient.resizeDroplet(Integer dropletId, String size, Boolean disk) DigitalOceanClient.resizeVolume(String volumeId, String regionSlug, Double sizeGigabytes) DigitalOceanClient.restoreDroplet(Integer dropletId, Integer imageId) DigitalOceanClient.shutdownDroplet(Integer dropletId) DigitalOceanClient.takeDropletSnapshot(Integer dropletId) DigitalOceanClient.takeDropletSnapshot(Integer dropletId, String snapshotName) DigitalOceanClient.transferImage(Integer imageId, String regionSlug) DigitalOceanClient.unassignFloatingIP(String ipAddress) -
Uses of Action in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return types with arguments of type ActionMethod parameters in com.myjeeva.digitalocean.pojo with type arguments of type Action