com.xensource.xenapi
Class Types.VgpuTypeNotCompatibleWithRunningType
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.VgpuTypeNotCompatibleWithRunningType
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Types
public static class Types.VgpuTypeNotCompatibleWithRunningType
- extends Types.XenAPIException
VGPU type is not compatible with one or more of the VGPU types currently running on this PGPU
- See Also:
- Serialized Form
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 |
pgpu
public final java.lang.String pgpu
type
public final java.lang.String type
runningType
public final java.lang.String runningType
Types.VgpuTypeNotCompatibleWithRunningType
public Types.VgpuTypeNotCompatibleWithRunningType(java.lang.String pgpu,
java.lang.String type,
java.lang.String runningType)
- Create a new VgpuTypeNotCompatibleWithRunningType
- Parameters:
pgpu
- type
- runningType
-