com.xensource.xenapi
Class Types.VmIncompatibleWithThisHost
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.VmIncompatibleWithThisHost
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Types
public static class Types.VmIncompatibleWithThisHost
- extends Types.XenAPIException
The VM is incompatible with the CPU features of this host.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
host
|
java.lang.String |
reason
|
java.lang.String |
vm
|
Constructor Summary |
Types.VmIncompatibleWithThisHost(java.lang.String vm,
java.lang.String host,
java.lang.String reason)
Create a new VmIncompatibleWithThisHost |
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 |
vm
public final java.lang.String vm
host
public final java.lang.String host
reason
public final java.lang.String reason
Types.VmIncompatibleWithThisHost
public Types.VmIncompatibleWithThisHost(java.lang.String vm,
java.lang.String host,
java.lang.String reason)
- Create a new VmIncompatibleWithThisHost
- Parameters:
vm
- host
- reason
-