public interface Volume
OperatingSystem| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Volume.Type
Describes the cardinal type of a volume; used to determine scope and exclusivity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDevice()  | 
String | 
getId()
Unique identifier. 
 | 
Float | 
getSize()  | 
Volume.Type | 
getType()
Describes the cardinal type of a volume; used to determine scope and exclusivity. 
 | 
boolean | 
isBootDevice()  | 
boolean | 
isDurable()  | 
@Nullable String getId()
Hardware or external commands such as backups.Volume.Type getType()
@Nullable String getDevice()
boolean isDurable()
boolean isBootDevice()
Copyright © 2009-2013 jclouds. All Rights Reserved.