| Package | Description |
|---|---|
| com.brkt.client |
| Modifier and Type | Method and Description |
|---|---|
Volume |
BrktService.cloneVolume(String volumeId,
Map<String,Object> attrs) |
Volume |
BrktService.createVolume(Map<String,Object> attrs) |
Volume |
BrktService.deleteVolume(String volumeId) |
Volume |
BrktService.getVolume(String volumeId) |
Volume |
BrktService.snapshotVolume(String volumeId,
Map<String,Object> attrs) |
Volume |
BrktService.updateVolume(String volumeId,
Map<String,Object> attrs) |
Volume |
BrktService.updateVolume(String volumeId,
String fieldName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<Volume> |
BrktService.getAllVolumes() |
List<Volume> |
BrktService.getComputingCellVolumes(String computingCellId) |
List<Volume> |
BrktService.getInstanceVolumes(String instanceId) |
List<Volume> |
BrktService.getVolumeChildren(String volumeId) |
Copyright © 2015. All rights reserved.