Class Types.PatchPrecheckFailedOutOfSpace

All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.PatchPrecheckFailedOutOfSpace extends Types.XenAPIException
The patch pre-check stage failed: the server does not have enough space.
See Also:
  • Field Details

    • patch

      public final String patch
    • foundSpace

      public final String foundSpace
    • requiredRequired

      public final String requiredRequired
  • Constructor Details

    • PatchPrecheckFailedOutOfSpace

      public PatchPrecheckFailedOutOfSpace(String patch, String foundSpace, String requiredRequired)
      Create a new PatchPrecheckFailedOutOfSpace