org.jclouds.virtualbox.domain
Class IsoImage

java.lang.Object
  extended by 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.


Constructor Summary
IsoImage(DeviceDetails deviceDetails, String sourcePath)
           
 
Method Summary
 boolean equals(Object o)
           
 DeviceDetails getDeviceDetails()
           
 String getSourcePath()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsoImage

public IsoImage(DeviceDetails deviceDetails,
                String sourcePath)
Method Detail

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.