com.xensource.xenapi
public static class Types.PatchPrecheckFailedWrongServerBuild extends Types.XenAPIException
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
foundBuild |
java.lang.String |
patch |
java.lang.String |
requiredBuild |
errorDescription, shortDescription| Constructor and Description |
|---|
Types.PatchPrecheckFailedWrongServerBuild(java.lang.String patch,
java.lang.String foundBuild,
java.lang.String requiredBuild)
Create a new PatchPrecheckFailedWrongServerBuild
|
toString