Class InsufficientHostMemoryCapacityFault

All Implemented Interfaces:
Serializable

public class InsufficientHostMemoryCapacityFault extends InsufficientHostCapacityFault
See Also:
  • Field Details

    • unreserved

      public long unreserved
    • requested

      public long requested
  • Constructor Details

    • InsufficientHostMemoryCapacityFault

      public InsufficientHostMemoryCapacityFault()
  • Method Details

    • getUnreserved

      public long getUnreserved()
    • getRequested

      public long getRequested()
    • setUnreserved

      public void setUnreserved(long unreserved)
    • setRequested

      public void setRequested(long requested)