Package com.xensource.xenapi
Class Types.VmIsPartOfAnAppliance
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.VmIsPartOfAnAppliance
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
This operation is not allowed as the VM is part of an appliance.
- See Also:
-
Field Summary
FieldsFields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
-
Constructor Summary
ConstructorsConstructorDescriptionVmIsPartOfAnAppliance
(String vm, String appliance) Create a new VmIsPartOfAnAppliance -
Method Summary
Methods inherited from class com.xensource.xenapi.Types.XenAPIException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
vm
-
appliance
-
-
Constructor Details
-
VmIsPartOfAnAppliance
Create a new VmIsPartOfAnAppliance
-