- Account - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Account attributes
 
- Account() - Constructor for class com.myjeeva.digitalocean.pojo.Account
 
-  
 
- Action - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Action attributes
 
- Action() - Constructor for class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- Actions - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Actions attributes
 
- Actions() - Constructor for class com.myjeeva.digitalocean.pojo.Actions
 
-  
 
- ActionStatus - Enum in com.myjeeva.digitalocean.common
 
- 
Enumeration of DigitalOcean Action Status
 
- ActionType - Enum in com.myjeeva.digitalocean.common
 
- 
Enumeration of DigitalOcean Droplet & Image Action Type
 
- addDropletsToLoadBalancer(String, List<Integer>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to assign a Droplet to a Load Balancer instance.
 
- addDropletsToLoadBalancer(String, List<Integer>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- addForwardingRulesToLoadBalancer(String, List<ForwardingRules>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to add an additional forwarding rule to a Load Balancer instance.
 
- addForwardingRulesToLoadBalancer(String, List<ForwardingRules>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- ApiAction - Enum in com.myjeeva.digitalocean.common
 
- 
Enumeration of DigitalOcean RESTful resource information.
 
- apiHost - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
- 
DigitalOcean API Host is api.digitalocean.com
 
- ApiRequest - Class in com.myjeeva.digitalocean.impl
 
- 
Represents DigitalOcean API Request details
 
- ApiRequest() - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
 
- 
Default Constructor
 
- ApiRequest(ApiAction) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
 
- 
Constructor
 
- ApiRequest(ApiAction, Object[]) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
 
- 
Constructor
 
- ApiRequest(ApiAction, Integer, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
 
- 
Constructor
 
- ApiRequest(ApiAction, Integer, Map<String, String>, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
 
- 
Constructor
 
- ApiRequest(ApiAction, Object) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
 
- 
Constructor
 
- ApiRequest(ApiAction, Object[], Integer, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
 
- 
Constructor
 
- ApiRequest(ApiAction, Object, Object[]) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
 
- 
Constructor
 
- ApiRequest(ApiAction, Object, Object[], Integer, Map<String, String>, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
 
- 
Constructor
 
- ApiResponse - Class in com.myjeeva.digitalocean.impl
 
- 
Represents DigitalOcean API Response details
 
- ApiResponse() - Constructor for class com.myjeeva.digitalocean.impl.ApiResponse
 
- 
Default Constructor
 
- ApiResponse(ApiAction, boolean) - Constructor for class com.myjeeva.digitalocean.impl.ApiResponse
 
- 
Constructor
 
- ApiResponse(ApiAction, Object, boolean) - Constructor for class com.myjeeva.digitalocean.impl.ApiResponse
 
- 
Constructor
 
- apiVersion - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
- 
DigitalOcean API version.
 
- assignFloatingIP(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method will assign Floating IP to a Droplet.
 
- assignFloatingIP(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- attachVolume(Integer, String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method attaches the given volume into droplet by identifier
 
- attachVolume(Integer, String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- attachVolumeByName(Integer, String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method attaches the given volume into droplet by name
 
- attachVolumeByName(Integer, String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- authToken - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
- 
OAuth Authorization Token for Accessing DigitalOcean API
 
- CaaTagType - Enum in com.myjeeva.digitalocean.common
 
- 
 Enumeration of DigitalOcean CAA Tag Types.
 
- Certificate - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Certificate attributes
 
- Certificate() - Constructor for class com.myjeeva.digitalocean.pojo.Certificate
 
- 
Default Constructor.
 
- Certificate(String, String, String, String) - Constructor for class com.myjeeva.digitalocean.pojo.Certificate
 
- 
Constructor for new certificate create request.
 
- Certificates - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Certificates attributes
 
- Certificates() - Constructor for class com.myjeeva.digitalocean.pojo.Certificates
 
-  
 
- changeDropletKernel(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method changes a OS kernel for given droplet
 
- changeDropletKernel(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- com.myjeeva.digitalocean - package com.myjeeva.digitalocean
 
-  
 
- com.myjeeva.digitalocean.common - package com.myjeeva.digitalocean.common
 
-  
 
- com.myjeeva.digitalocean.exception - package com.myjeeva.digitalocean.exception
 
-  
 
- com.myjeeva.digitalocean.http.client.methods - package com.myjeeva.digitalocean.http.client.methods
 
-  
 
- com.myjeeva.digitalocean.impl - package com.myjeeva.digitalocean.impl
 
-  
 
- com.myjeeva.digitalocean.pojo - package com.myjeeva.digitalocean.pojo
 
-  
 
- com.myjeeva.digitalocean.serializer - package com.myjeeva.digitalocean.serializer
 
-  
 
- Constants - Interface in com.myjeeva.digitalocean.common
 
- 
DigitalOcean API client Constants
 
- convertImage(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to convert image into snapshot
 
- convertImage(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createCertificate(Certificate) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
 Method allows you to create a new certificate.
 
- createCertificate(Certificate) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createDomain(Domain) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method creates a new domain name with an A record for the specified [ip_address].
 
- createDomain(Domain) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createDomainRecord(String, DomainRecord) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method creates a new domain record name with an given domain record values
 
- createDomainRecord(String, DomainRecord) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createDroplet(Droplet) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
 Method allows you to create a new droplet.
 
- createDroplet(Droplet) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createDroplets(Droplet) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
 Method allows you to create multiple droplets simultaneously.
 
- createDroplets(Droplet) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createFloatingIP(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method creates a new Floating IP and assigns to the Droplet.
 
- createFloatingIP(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method creates a new Floating IP and its reserved to a Region
 
- createFloatingIP(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createFloatingIP(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createKey(Key) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to add a new public SSH key to your account
 
- createKey(Key) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createLoadBalancer(LoadBalancer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to add a new load balancer to distribute traffic across multiple Droplets.
 
- createLoadBalancer(LoadBalancer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createTag(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method will create a Tag on DigitalOcean aacount.
 
- createTag(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- createVolume(Volume) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method creates new volume with given details
 
- createVolume(Volume) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- CustomHttpDelete - Class in com.myjeeva.digitalocean.http.client.methods
 
- 
Custom delete HTTP client method with Payload support.
 
- CustomHttpDelete(URI) - Constructor for class com.myjeeva.digitalocean.http.client.methods.CustomHttpDelete
 
-  
 
- CustomHttpDelete(String) - Constructor for class com.myjeeva.digitalocean.http.client.methods.CustomHttpDelete
 
-  
 
- DATE_FORMAT - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
-  
 
- DEFAULT_PAGE_SIZE - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
-  
 
- Delete - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents HTTP Method - DELETE response handling
 
- Delete() - Constructor for class com.myjeeva.digitalocean.pojo.Delete
 
- 
Default Constructor
 
- Delete(Boolean) - Constructor for class com.myjeeva.digitalocean.pojo.Delete
 
- 
Parameterized Constructor
 
- deleteCertificate(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to delete a Certificate by Id from your account.
 
- deleteCertificate(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteDomain(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method deletes the specified domain from DNS control panel
 
- deleteDomain(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteDomainRecord(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method deletes the specified domain record from domain.
 
- deleteDomainRecord(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method destroys one of your droplet; this is irreversible.
 
- deleteDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteDropletByTagName(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method destroys one or more of your droplet by given tag name; this is irreversible.
 
- deleteDropletByTagName(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteFloatingIP(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method deletes the Floating IP and removes it from your account.
 
- deleteFloatingIP(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteImage(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to deletes an image.
 
- deleteImage(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteKey(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method will delete the SSH key from your account.
 
- deleteKey(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method will delete the SSH key from your account.
 
- deleteKey(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteKey(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteLoadBalancer(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to delete a Load Balancer instance, disassociating any Droplets assigned to
 it and removing it from your account.
 
- deleteLoadBalancer(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteSnapshot(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method deletes snapshot by id
 
- deleteSnapshot(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteTag(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method deletes the existing Tag from DigitalOcean account.
 
- deleteTag(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteVolume(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method deletes volume by identifier
 
- deleteVolume(String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method deletes volume by name and region slug
 
- deleteVolume(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- deleteVolume(String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- detachVolume(Integer, String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method detaches volume from the droplet by identifier
 
- detachVolume(Integer, String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- detachVolumeByName(Integer, String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method detaches volume from the droplet by volume name
 
- detachVolumeByName(Integer, String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- DigitalOcean - Interface in com.myjeeva.digitalocean
 
- 
 DigitalOcean API client in Java
 
- DigitalOceanClient - Class in com.myjeeva.digitalocean.impl
 
- 
DigitalOcean API client wrapper methods Implementation
 
- DigitalOceanClient(String) - Constructor for class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
- 
DigitalOcean Client Constructor
 
- DigitalOceanClient(String, String) - Constructor for class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
- 
DigitalOcean Client Constructor
 
- DigitalOceanClient(String, String, CloseableHttpClient) - Constructor for class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
- 
DigitalOcean Client Constructor
 
- DigitalOceanException - Exception in com.myjeeva.digitalocean.exception
 
- 
DigitalOceanException will be thrown, when request had interruption [
 HTTP status code >= 400 && < 510] DigitalOcean API
 
- DigitalOceanException(String) - Constructor for exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
-  
 
- DigitalOceanException(String, Throwable) - Constructor for exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
-  
 
- DigitalOceanException(String, String, int) - Constructor for exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
-  
 
- disableDropletBackups(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method disables automatic backups from running to backup your droplet's data.
 
- disableDropletBackups(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- Domain - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Domain (TLD) attributes of DigitalOcean DNS.
 
- Domain() - Constructor for class com.myjeeva.digitalocean.pojo.Domain
 
-  
 
- Domain(String, String) - Constructor for class com.myjeeva.digitalocean.pojo.Domain
 
-  
 
- DomainRecord - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents DomainRecord (TLD) Record attributes of DigitalOcean DNS.
 
- DomainRecord() - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- DomainRecord(String) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- DomainRecord(String, String) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- DomainRecord(String, String, String) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- DomainRecord(String, String, String, Integer, Integer, Integer) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- DomainRecord(String, String, String, Integer, Integer, Integer, Integer) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- DomainRecords - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Domain Records attributes
 
- DomainRecords() - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecords
 
-  
 
- Domains - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Domains attributes
 
- Domains() - Constructor for class com.myjeeva.digitalocean.pojo.Domains
 
-  
 
- Droplet - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Droplet attributes of DigitalOcean.
 
- Droplet() - Constructor for class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- DropletAction - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Droplet Actions like reboot, powercycle, power on , power off, etc.
 
- DropletAction() - Constructor for class com.myjeeva.digitalocean.pojo.DropletAction
 
-  
 
- DropletAction(ActionType) - Constructor for class com.myjeeva.digitalocean.pojo.DropletAction
 
-  
 
- Droplets - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Droplets attributes
 
- Droplets() - Constructor for class com.myjeeva.digitalocean.pojo.Droplets
 
-  
 
- DropletSerializer - Class in com.myjeeva.digitalocean.serializer
 
- 
Serializer for droplet class
 
- DropletSerializer() - Constructor for class com.myjeeva.digitalocean.serializer.DropletSerializer
 
-  
 
- DropletStatus - Enum in com.myjeeva.digitalocean.common
 
- 
Enumeration of DigitalOcean droplet states.
 
- getAccountInfo() - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns account information for provided credentials
 
- getAccountInfo() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getActionInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
To retrieve a specific action information by action ID
 
- getActionInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getActions() - Method in class com.myjeeva.digitalocean.pojo.Actions
 
-  
 
- getActions() - Method in class com.myjeeva.digitalocean.pojo.Links
 
-  
 
- getAlgorithm() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getAllDropletNeighbors(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
For an entire account; Method retrieves a list of any droplets that are
 running on the same physical server (any other droplets that share the same physical hardware).
 
- getAllDropletNeighbors(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAllDropletSnapshots(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method return all of the droplet snapshots available on your account
 
- getAllDropletSnapshots(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAllVolumeSnapshots(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method return all of the volume snapshots available on your account
 
- getAllVolumeSnapshots(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getApiAction() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getApiAction() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
-  
 
- getApiVersion() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAuthToken() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableActions(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method return all the action informations, regardless of categories.
 
- getAvailableActions(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableCertificates(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all available Certificates from your account.
 
- getAvailableCertificates(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableDomains(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all of your available domains from DNS control panel
 
- getAvailableDomains(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableDropletActions(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method return all the action informations; specific to given Droplet Id
 
- getAvailableDropletActions(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableDroplets(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all active droplets that are currently running in your account.
 
- getAvailableDroplets(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableFloatingIPActions(String, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method retrives all actions that have been executed on a Floating IP address.
 
- getAvailableFloatingIPActions(String, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableFloatingIPs(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method will list all of the Floating IPs available from your account.
 
- getAvailableFloatingIPs(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableImageActions(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method return all the action informations; specific to given Image Id
 
- getAvailableImageActions(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableImages(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all the available images that can be accessed by your OAuth Token.
 
- getAvailableImages(Integer, Integer, ActionType) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all the available images based on
 type={distribution or application} that can be accessed by your OAuth Token.
 
- getAvailableImages(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableImages(Integer, Integer, ActionType) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableKeys(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method lists all the available public SSH keys in your account that can be added to a droplet.
 
- getAvailableKeys(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableLoadBalancers(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all active loadbalancers that are currently running in your account.
 
- getAvailableLoadBalancers(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableRegions(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all the available regions within the DigitalOcean cloud.
 
- getAvailableRegions(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableSizes(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all the available sizes that can be used to create a droplet.
 
- getAvailableSizes(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableSnapshots(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method return all of the snapshots available on your account
 
- getAvailableSnapshots(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableTags(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method will list all of the Tags available from your account.
 
- getAvailableTags(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableVolumeActions(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method will get all the available volume action by volume identifier
 
- getAvailableVolumeActions(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getAvailableVolumes(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method will list all of the Volumes available from your account.
 
- getAvailableVolumes(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getBackupIds() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getBackups() - Method in class com.myjeeva.digitalocean.pojo.Backups
 
-  
 
- getCertificateChain() - Method in class com.myjeeva.digitalocean.pojo.Certificate
 
-  
 
- getCertificateId() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
 
-  
 
- getCertificateInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns the Certificate information for given certificate ID.
 
- getCertificateInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getCertificates() - Method in class com.myjeeva.digitalocean.pojo.Certificates
 
-  
 
- getCheckIntervalInSeconds() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
 
-  
 
- getClazz() - Method in enum com.myjeeva.digitalocean.common.ApiAction
 
-  
 
- getClazz() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getCompletedAt() - Method in class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- getCookieName() - Method in class com.myjeeva.digitalocean.pojo.StickySessions
 
-  
 
- getCookieTtlInSeconds() - Method in class com.myjeeva.digitalocean.pojo.StickySessions
 
-  
 
- getCount() - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
 
-  
 
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Certificate
 
-  
 
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Image
 
-  
 
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Volume
 
-  
 
- getData() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getData() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
-  
 
- getData() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getDescription() - Method in class com.myjeeva.digitalocean.pojo.Volume
 
-  
 
- getDisk() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
-  
 
- getDiskSize() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getDiskSize() - Method in class com.myjeeva.digitalocean.pojo.Size
 
-  
 
- getDistribution() - Method in class com.myjeeva.digitalocean.pojo.Image
 
-  
 
- getDomainInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns the specified domain attributes and zone file info.
 
- getDomainInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getDomainRecordInfo(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns the specified domain record.
 
- getDomainRecordInfo(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getDomainRecords(String, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all of your current domain records from DNS control panel for given domain.
 
- getDomainRecords(String, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getDomainRecords() - Method in class com.myjeeva.digitalocean.pojo.DomainRecords
 
-  
 
- getDomains() - Method in class com.myjeeva.digitalocean.pojo.Domains
 
-  
 
- getDroplet() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
-  
 
- getDropletBackups(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all available snapshots for given droplet ID
 
- getDropletBackups(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getDropletId() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
-  
 
- getDropletId() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
 
-  
 
- getDropletIds() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getDropletIds() - Method in class com.myjeeva.digitalocean.pojo.Volume
 
-  
 
- getDropletInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns complete information for given droplet ID
 
- getDropletInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getDropletKernels(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all available kernels for given droplet ID
 
- getDropletKernels(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getDropletLimit() - Method in class com.myjeeva.digitalocean.pojo.Account
 
-  
 
- getDropletNeighbors(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
For an individual droplet; Method retrieves a list of droplets that are running on the same
 physical server (any other droplets that share the same physical hardware).
 
- getDropletNeighbors(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getDroplets() - Method in class com.myjeeva.digitalocean.pojo.Droplets
 
-  
 
- getDroplets() - Method in class com.myjeeva.digitalocean.pojo.TagResource
 
-  
 
- getDropletSnapshots(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns all available snapshots for given droplet ID
 
- getDropletSnapshots(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getElementName() - Method in enum com.myjeeva.digitalocean.common.ApiAction
 
-  
 
- getElementName() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getEmail() - Method in class com.myjeeva.digitalocean.pojo.Account
 
-  
 
- getEnableBackup() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getEnableIpv6() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getEnablePrivateNetworking() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getEntryPort() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
 
-  
 
- getEntryProtocol() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
 
-  
 
- getFeatures() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getFeatures() - Method in class com.myjeeva.digitalocean.pojo.Region
 
-  
 
- getFingerprint() - Method in class com.myjeeva.digitalocean.pojo.Key
 
-  
 
- getFirst() - Method in class com.myjeeva.digitalocean.pojo.Pages
 
-  
 
- getFlags() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getFloatingIPActionInfo(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method to retrieve the status of a Floating IP action.
 
- getFloatingIPActionInfo(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getFloatingIPInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method retrieves the information about given Floating IP
 
- getFloatingIPInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getFloatingIPLimit() - Method in class com.myjeeva.digitalocean.pojo.Account
 
-  
 
- getFloatingIPs() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPs
 
-  
 
- getForwardingRules() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getGateway() - Method in class com.myjeeva.digitalocean.pojo.Network
 
-  
 
- getHealthCheck() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getHealthyThreshold() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
 
-  
 
- getHref() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
-  
 
- getHttpClient() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getHttpStatusCode() - Method in exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
-  
 
- getId() - Method in exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.Certificate
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.Image
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.Key
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.Resource
 
-  
 
- getId() - Method in class com.myjeeva.digitalocean.pojo.Volume
 
-  
 
- getImage() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getImage() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
-  
 
- getImageInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method retrieves the attributes of an image.
 
- getImageInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method retrieves the attributes of an image.
 
- getImageInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getImageInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getImages() - Method in class com.myjeeva.digitalocean.pojo.Images
 
-  
 
- getInstallMonitoring() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getIp() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
-  
 
- getIp() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getIpAddress() - Method in class com.myjeeva.digitalocean.pojo.Domain
 
-  
 
- getIpAddress() - Method in class com.myjeeva.digitalocean.pojo.Network
 
-  
 
- getIsRequestSuccess() - Method in class com.myjeeva.digitalocean.pojo.Response
 
-  
 
- getKernel() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getKernel() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
-  
 
- getKernels() - Method in class com.myjeeva.digitalocean.pojo.Kernels
 
-  
 
- getKeyInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method shows a specific public SSH key information from your account that can be added to a
 droplet.
 
- getKeyInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method shows a specific public SSH key information from your account that can be added to a
 droplet.
 
- getKeyInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getKeyInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getKeys() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getKeys() - Method in class com.myjeeva.digitalocean.pojo.Keys
 
-  
 
- getLast() - Method in class com.myjeeva.digitalocean.pojo.Pages
 
-  
 
- getLastTagged() - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
 
-  
 
- getLeafCertificate() - Method in class com.myjeeva.digitalocean.pojo.Certificate
 
-  
 
- getLimit() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
 
-  
 
- getLinks() - Method in class com.myjeeva.digitalocean.pojo.Base
 
-  
 
- getLoadBalancerInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns complete information for given load balancer ID.
 
- getLoadBalancerInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getLoadBalancers() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancers
 
-  
 
- getMemorySizeInMb() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getMemorySizeInMb() - Method in class com.myjeeva.digitalocean.pojo.Size
 
-  
 
- getMeta() - Method in class com.myjeeva.digitalocean.pojo.Base
 
-  
 
- getMethod() - Method in enum com.myjeeva.digitalocean.common.ApiAction
 
-  
 
- getMethod() - Method in class com.myjeeva.digitalocean.http.client.methods.CustomHttpDelete
 
-  
 
- getMethod() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getMinDiskSize() - Method in class com.myjeeva.digitalocean.pojo.Image
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.Certificate
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.Domain
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.Image
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.Key
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.Region
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.Tag
 
-  
 
- getName() - Method in class com.myjeeva.digitalocean.pojo.Volume
 
-  
 
- getNames() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getNeighbors() - Method in class com.myjeeva.digitalocean.pojo.Neighbors
 
-  
 
- getNetmask() - Method in class com.myjeeva.digitalocean.pojo.Network
 
-  
 
- getNetworks() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getNext() - Method in class com.myjeeva.digitalocean.pojo.Pages
 
-  
 
- getNotAfter() - Method in class com.myjeeva.digitalocean.pojo.Certificate
 
-  
 
- getPageNo() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getPages() - Method in class com.myjeeva.digitalocean.pojo.Links
 
-  
 
- getPath() - Method in enum com.myjeeva.digitalocean.common.ApiAction
 
-  
 
- getPath() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getPath() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
 
-  
 
- getPathParams() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getPerPage() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getPort() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getPort() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
 
-  
 
- getPrev() - Method in class com.myjeeva.digitalocean.pojo.Pages
 
-  
 
- getPriceHourly() - Method in class com.myjeeva.digitalocean.pojo.Size
 
-  
 
- getPriceMonthly() - Method in class com.myjeeva.digitalocean.pojo.Size
 
-  
 
- getPriority() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getPrivateKey() - Method in class com.myjeeva.digitalocean.pojo.Certificate
 
-  
 
- getProtocol() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
 
-  
 
- getPublicKey() - Method in class com.myjeeva.digitalocean.pojo.Key
 
-  
 
- getQueryParams() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
-  
 
- getRateLimit() - Method in class com.myjeeva.digitalocean.pojo.RateLimitBase
 
-  
 
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
-  
 
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
-  
 
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.ImageAction
 
-  
 
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.Volume
 
-  
 
- getRegions() - Method in class com.myjeeva.digitalocean.pojo.Image
 
-  
 
- getRegions() - Method in class com.myjeeva.digitalocean.pojo.Regions
 
-  
 
- getRegions() - Method in class com.myjeeva.digitalocean.pojo.Size
 
-  
 
- getRegionSlug() - Method in class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- getRegionSlug() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
 
-  
 
- getRel() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
-  
 
- getRemaining() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
 
-  
 
- getReset() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
 
-  
 
- getResourceId() - Method in class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- getResources() - Method in class com.myjeeva.digitalocean.pojo.Resources
 
-  
 
- getResources() - Method in class com.myjeeva.digitalocean.pojo.Tag
 
-  
 
- getResourceType() - Method in class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- getResponseTimeoutInSeconds() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
 
-  
 
- getSha1Fingerprint() - Method in class com.myjeeva.digitalocean.pojo.Certificate
 
-  
 
- getSize() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getSize() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
-  
 
- getSize() - Method in class com.myjeeva.digitalocean.pojo.Image
 
-  
 
- getSize() - Method in class com.myjeeva.digitalocean.pojo.Volume
 
-  
 
- getSize() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
 
-  
 
- getSizes() - Method in class com.myjeeva.digitalocean.pojo.Region
 
-  
 
- getSizes() - Method in class com.myjeeva.digitalocean.pojo.Sizes
 
-  
 
- getSlug() - Method in class com.myjeeva.digitalocean.pojo.Image
 
-  
 
- getSlug() - Method in class com.myjeeva.digitalocean.pojo.Region
 
-  
 
- getSlug() - Method in class com.myjeeva.digitalocean.pojo.Size
 
-  
 
- getSnaphotInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns specific snapshot info by id
 
- getSnaphotInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getSnapshotId() - Method in class com.myjeeva.digitalocean.pojo.Volume
 
-  
 
- getSnapshotIds() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getSnapshots() - Method in class com.myjeeva.digitalocean.pojo.Snapshots
 
-  
 
- getStartedAt() - Method in class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.Account
 
-  
 
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getStatusCode() - Method in class com.myjeeva.digitalocean.pojo.Response
 
-  
 
- getStatusMessage() - Method in class com.myjeeva.digitalocean.pojo.Account
 
-  
 
- getStickySessions() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getTag(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method retrieves the Tag from DigitalOcean account.
 
- getTag(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getTag() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getTag() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
 
-  
 
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Tags
 
-  
 
- getTargetPort() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
 
-  
 
- getTargetProtocol() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
 
-  
 
- getTimeToLive() - Method in class com.myjeeva.digitalocean.pojo.Domain
 
-  
 
- getTotal() - Method in class com.myjeeva.digitalocean.pojo.Meta
 
-  
 
- getTransfer() - Method in class com.myjeeva.digitalocean.pojo.Size
 
-  
 
- getTtl() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.Action
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.Image
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.ImageAction
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.Network
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.Resource
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.StickySessions
 
-  
 
- getType() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
 
-  
 
- getUnhealthyThreshold() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
 
-  
 
- getUserData() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getUserImages(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method retrieves only the private images of a user
 
- getUserImages(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getUuid() - Method in class com.myjeeva.digitalocean.pojo.Account
 
-  
 
- getVersion() - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
-  
 
- getVersion4Networks() - Method in class com.myjeeva.digitalocean.pojo.Networks
 
-  
 
- getVersion6Networks() - Method in class com.myjeeva.digitalocean.pojo.Networks
 
-  
 
- getVirutalCpuCount() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getVirutalCpuCount() - Method in class com.myjeeva.digitalocean.pojo.Size
 
-  
 
- getVolumeAction(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method returns specific volume action by action & volume identifier
 
- getVolumeAction(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getVolumeIds() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
-  
 
- getVolumeInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method shows specific volume information by identifier
 
- getVolumeInfo(String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method shows volume information by name and region slug
 
- getVolumeInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getVolumeInfo(String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getVolumeName() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
 
-  
 
- getVolumes() - Method in class com.myjeeva.digitalocean.pojo.Volumes
 
-  
 
- getVolumeSnapshots(String, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method return all of the snapshots for given volume Id
 
- getVolumeSnapshots(String, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- getWeight() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
-  
 
- getZoneFile() - Method in class com.myjeeva.digitalocean.pojo.Domain
 
-  
 
- RATE_LIMIT_ELEMENT_NAME - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
-  
 
- RATE_LIMIT_JSON_STRUCT - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
-  
 
- RateLimit - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Rate Limit header values
 
- RateLimit() - Constructor for class com.myjeeva.digitalocean.pojo.RateLimit
 
- 
Default Constructor
 
- RateLimit(Integer, Integer, Date) - Constructor for class com.myjeeva.digitalocean.pojo.RateLimit
 
- 
Parameterized Constructor
 
- RateLimitBase - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents RateLimit header values and being extended in all POJO.
 
- RateLimitBase() - Constructor for class com.myjeeva.digitalocean.pojo.RateLimitBase
 
-  
 
- rebootDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to reboot a droplet.
 
- rebootDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- rebuildDroplet(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to reinstall a droplet with a default image.
 
- rebuildDroplet(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- Region - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Region (aka Data Center) attributes of DigitalOcean.
 
- Region() - Constructor for class com.myjeeva.digitalocean.pojo.Region
 
-  
 
- Region(String) - Constructor for class com.myjeeva.digitalocean.pojo.Region
 
-  
 
- Regions - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Regions attributes
 
- Regions() - Constructor for class com.myjeeva.digitalocean.pojo.Regions
 
-  
 
- removeDropletsFromLoadBalancer(String, List<Integer>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to remove a Droplet from a Load Balancer instance.
 
- removeDropletsFromLoadBalancer(String, List<Integer>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- removeForwardingRulesFromLoadBalancer(String, List<ForwardingRules>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to remove forwarding rules from a Load Balancer instance.
 
- removeForwardingRulesFromLoadBalancer(String, List<ForwardingRules>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- renameDroplet(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method renames the droplet to the specified name.
 
- renameDroplet(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- RequestMethod - Enum in com.myjeeva.digitalocean.common
 
- 
Enumeration of HTTP Methods
 
- RequestUnsuccessfulException - Exception in com.myjeeva.digitalocean.exception
 
- 
RequestUnsuccessfulException will be thrown if any RESTful request unsuccessful
 from wrapper method
 
- RequestUnsuccessfulException(String) - Constructor for exception com.myjeeva.digitalocean.exception.RequestUnsuccessfulException
 
-  
 
- RequestUnsuccessfulException(String, Throwable) - Constructor for exception com.myjeeva.digitalocean.exception.RequestUnsuccessfulException
 
-  
 
- resetDropletPassword(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method will reset the root password for a droplet.
 
- resetDropletPassword(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- resizeDroplet(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to resize a specific droplet to a different size.
 
- resizeDroplet(Integer, String, Boolean) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to resize a specific droplet to a different size.
 
- resizeDroplet(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- resizeDroplet(Integer, String, Boolean) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- resizeVolume(String, String, Double) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method resizes volume by identifier
 
- resizeVolume(String, String, Double) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- Resource - Class in com.myjeeva.digitalocean.pojo
 
- 
Resource represent a single resource for associating/disassociating with tag on DigitalOcean.
 
- Resource() - Constructor for class com.myjeeva.digitalocean.pojo.Resource
 
-  
 
- Resource(String, ResourceType) - Constructor for class com.myjeeva.digitalocean.pojo.Resource
 
-  
 
- Resources - Class in com.myjeeva.digitalocean.pojo
 
- 
Resource represent a array of resources for associating/disassociating with tag on DigitalOcean.
 
- Resources() - Constructor for class com.myjeeva.digitalocean.pojo.Resources
 
-  
 
- Resources(List<Resource>) - Constructor for class com.myjeeva.digitalocean.pojo.Resources
 
-  
 
- ResourceType - Enum in com.myjeeva.digitalocean.common
 
- 
Enumeration of DigitalOcean Resource Types
 
- Response - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents generic basic response handling for HTTP Method
 
- Response() - Constructor for class com.myjeeva.digitalocean.pojo.Response
 
- 
Default Constructor
 
- Response(Boolean) - Constructor for class com.myjeeva.digitalocean.pojo.Response
 
- 
Parameterized Constructor
 
- restoreDroplet(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
 
- 
Method allows you to restore a droplet with a previous image or snapshot.
 
- restoreDroplet(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
-  
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ActionStatus
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ActionType
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ApiAction
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.CaaTagType
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.DropletStatus
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ImageType
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.LoadBalancerStatus
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.LoadBalancingAlgorithm
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.Protocol
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.RequestMethod
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ResourceType
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.StickySessionType
 
- 
Returns the enum constant of this type with the specified name.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.ActionStatus
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.ActionType
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.ApiAction
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.CaaTagType
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.DropletStatus
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.ImageType
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.LoadBalancerStatus
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.LoadBalancingAlgorithm
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.Protocol
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.RequestMethod
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.ResourceType
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.myjeeva.digitalocean.common.StickySessionType
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- Volume - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents Block Storage attributes of DigitalOcean.
 
- Volume() - Constructor for class com.myjeeva.digitalocean.pojo.Volume
 
-  
 
- VolumeAction - Class in com.myjeeva.digitalocean.pojo
 
- 
Volume action is to create new volume.
 
- VolumeAction() - Constructor for class com.myjeeva.digitalocean.pojo.VolumeAction
 
- 
Constructor
 
- VolumeAction(ActionType, Integer, String) - Constructor for class com.myjeeva.digitalocean.pojo.VolumeAction
 
- 
Constructor
 
- VolumeAction(ActionType, String, Double) - Constructor for class com.myjeeva.digitalocean.pojo.VolumeAction
 
- 
Constructor
 
- VolumeAction(ActionType, Integer, String, String, Double) - Constructor for class com.myjeeva.digitalocean.pojo.VolumeAction
 
- 
Constructor
 
- Volumes - Class in com.myjeeva.digitalocean.pojo
 
- 
Represents list of volumes.
 
- Volumes() - Constructor for class com.myjeeva.digitalocean.pojo.Volumes
 
-  
 
- VolumeSerializer - Class in com.myjeeva.digitalocean.serializer
 
- 
Serialize the volume info for POST request.
 
- VolumeSerializer() - Constructor for class com.myjeeva.digitalocean.serializer.VolumeSerializer
 
-