- DATE_FORMAT - 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
- 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
-
- 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
-
- 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
-
- 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, String, 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
-
- 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
-
- 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
-
- getAvailableBackups(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all available snapshots for given droplet ID
- getAvailableBackups(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
-
- getAvailableKernels(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all available kernels for given droplet ID
- getAvailableKernels(Integer, Integer, Integer) - 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
-
- 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, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all available snapshots for given droplet ID
- getAvailableSnapshots(Integer, 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
-
- getBackupIds() - Method in class com.myjeeva.digitalocean.pojo.Droplet
-
- getBackups() - Method in class com.myjeeva.digitalocean.pojo.Backups
-
- 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
-
- getCount() - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
-
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Droplet
-
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Image
-
- 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
-
- 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
-
- getDropletId() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getGateway() - Method in class com.myjeeva.digitalocean.pojo.Network
-
- 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.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.Resource
-
- 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
-
- getIp() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
-
- 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
-
- getLimit() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
-
- getLinks() - Method in class com.myjeeva.digitalocean.pojo.Base
-
- 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.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.Region
-
- getName() - Method in class com.myjeeva.digitalocean.pojo.Tag
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getSize() - Method in class com.myjeeva.digitalocean.pojo.Droplet
-
- getSize() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
-
- 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
-
- 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
-
- getStatusCode() - Method in class com.myjeeva.digitalocean.pojo.Response
-
- getStatusMessage() - Method in class com.myjeeva.digitalocean.pojo.Account
-
- 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
-
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Tags
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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) - 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.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.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.
- 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.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.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.