| Package | Description |
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.common | |
| com.myjeeva.digitalocean.impl | |
| com.myjeeva.digitalocean.pojo |
| Modifier and Type | Method and Description |
|---|---|
Images |
DigitalOcean.getAvailableImages(java.lang.Integer pageNo,
java.lang.Integer perPage,
ActionType type)
Method returns all the available images based on
type={distribution or application} that can be accessed by your OAuth Token. |
| Modifier and Type | Method and Description |
|---|---|
static ActionType |
ActionType.fromValue(java.lang.String value) |
static ActionType |
ActionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Images |
DigitalOceanClient.getAvailableImages(java.lang.Integer pageNo,
java.lang.Integer perPage,
ActionType type) |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
DropletAction.getType() |
ActionType |
Action.getType() |
ActionType |
ImageAction.getType() |
ActionType |
VolumeAction.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DropletAction.setType(ActionType type) |
void |
Action.setType(ActionType type) |
void |
ImageAction.setType(ActionType type) |
void |
VolumeAction.setType(ActionType type) |
| Constructor and Description |
|---|
DropletAction(ActionType type) |
ImageAction(ActionType type) |
ImageAction(ActionType type,
java.lang.String region) |
VolumeAction(ActionType type,
java.lang.Integer dropletId,
java.lang.String regionSlug)
Constructor
|
VolumeAction(ActionType type,
java.lang.Integer dropletId,
java.lang.String regionSlug,
java.lang.String volumeName,
java.lang.Double size)
Constructor
|
VolumeAction(ActionType type,
java.lang.String regionSlug,
java.lang.Double size)
Constructor
|
Copyright © myjeeva blog, All rights reserved.
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.