| Package | Description | 
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.impl | |
| com.myjeeva.digitalocean.pojo | 
| Modifier and Type | Method and Description | 
|---|---|
Snapshot | 
DigitalOcean.getSnaphotInfo(java.lang.String snapshotId)
Method returns specific snapshot info by id 
 | 
Snapshot | 
DigitalOcean.takeVolumeSnapshot(java.lang.String volumeId,
                  java.lang.String snapshotName)
Method take snapshot of given volume Id 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Snapshot | 
DigitalOceanClient.getSnaphotInfo(java.lang.String snapshotId)  | 
Snapshot | 
DigitalOceanClient.takeVolumeSnapshot(java.lang.String volumeId,
                  java.lang.String snapshotName)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Snapshot> | 
Snapshots.getSnapshots()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Snapshots.setSnapshots(java.util.List<Snapshot> snapshots)  | 
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.