com.xensource.xenapi
Class Types.PatchPrecheckFailedWrongServerBuild
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.PatchPrecheckFailedWrongServerBuild
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Types
public static class Types.PatchPrecheckFailedWrongServerBuild
- extends Types.XenAPIException
The patch precheck stage failed: the server is of an incorrect build.
- See Also:
- Serialized Form
patch
public final String patch
foundBuild
public final String foundBuild
requiredBuild
public final String requiredBuild
Types.PatchPrecheckFailedWrongServerBuild
public Types.PatchPrecheckFailedWrongServerBuild(String patch,
String foundBuild,
String requiredBuild)
- Create a new PatchPrecheckFailedWrongServerBuild
- Parameters:
patch
- foundBuild
- requiredBuild
-