org.jclouds.virtualbox.domain
Class IsoImage
java.lang.Object
org.jclouds.virtualbox.domain.IsoImage
public class IsoImage
- extends Object
Represents an optical medium (DVD) in a VirtualBox VM.
sourcePath is the location of the .iso file to load the medium from.
deviceDetails contains information about how the Dvd is attached to the StorageController.
IsoImage
public IsoImage(DeviceDetails deviceDetails,
String sourcePath)
getDeviceDetails
public DeviceDetails getDeviceDetails()
getSourcePath
public String getSourcePath()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.