Package | Description |
---|---|
com.myjeeva.digitalocean | |
com.myjeeva.digitalocean.impl | |
com.myjeeva.digitalocean.pojo | |
com.myjeeva.digitalocean.serializer |
Modifier and Type | Method and Description |
---|---|
Volume |
DigitalOcean.createVolume(Volume volume)
Method creates new volume with given details
|
Volume |
DigitalOcean.getVolumeInfo(String volumeId)
Method shows specific volume information by identifier
|
Modifier and Type | Method and Description |
---|---|
Volume |
DigitalOcean.createVolume(Volume volume)
Method creates new volume with given details
|
Modifier and Type | Method and Description |
---|---|
Volume |
DigitalOceanClient.createVolume(Volume volume) |
Volume |
DigitalOceanClient.getVolumeInfo(String volumeId) |
Modifier and Type | Method and Description |
---|---|
Volume |
DigitalOceanClient.createVolume(Volume volume) |
Modifier and Type | Method and Description |
---|---|
List<Volume> |
Volumes.getVolumes() |
Modifier and Type | Method and Description |
---|---|
void |
Volumes.setVolumes(List<Volume> volumes) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
VolumeSerializer.serialize(Volume volume,
Type paramType,
com.google.gson.JsonSerializationContext context) |