com.xensource.xenapi
Class Types.VdiNotSparse

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.xensource.xenapi.Types.XenAPIException
                  extended by com.xensource.xenapi.Types.VdiNotSparse
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Types

public static class Types.VdiNotSparse
extends Types.XenAPIException

The VDI is not stored using a sparse format. It is not possible to query and manipulate only the changed blocks (or 'block differences' or 'disk deltas') between two VDIs. Please select a VDI which uses a sparse-aware technology such as VHD.

See Also:
Serialized Form

Field Summary
 java.lang.String vdi
           
 
Fields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
 
Constructor Summary
Types.VdiNotSparse(java.lang.String vdi)
          Create a new VdiNotSparse
 
Method Summary
 
Methods inherited from class com.xensource.xenapi.Types.XenAPIException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

vdi

public final java.lang.String vdi
Constructor Detail

Types.VdiNotSparse

public Types.VdiNotSparse(java.lang.String vdi)
Create a new VdiNotSparse

Parameters:
vdi -