public class HardDisk extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HardDisk.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DISK_FORMAT |
Constructor and Description |
---|
HardDisk(DeviceDetails deviceDetails,
String diskPath,
String diskFormat,
boolean autoDelete) |
Modifier and Type | Method and Description |
---|---|
static HardDisk.Builder |
builder() |
boolean |
equals(Object o) |
DeviceDetails |
getDeviceDetails() |
String |
getDiskFormat() |
String |
getDiskPath() |
String |
getName() |
int |
hashCode() |
boolean |
isAutoDelete() |
String |
toString() |
public static final String DEFAULT_DISK_FORMAT
public HardDisk(DeviceDetails deviceDetails, String diskPath, String diskFormat, boolean autoDelete)
public String getDiskPath()
public String getDiskFormat()
public DeviceDetails getDeviceDetails()
public String getName()
public boolean isAutoDelete()
public static HardDisk.Builder builder()
Copyright © 2009-2013 jclouds. All Rights Reserved.