Class SnapshotCreateRequest

java.lang.Object
com.iland.core.web.rest.request.common.SnapshotCreateRequest
All Implemented Interfaces:
Serializable

public class SnapshotCreateRequest extends Object implements Serializable
Create Snapshot Request.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • SnapshotCreateRequest

      public SnapshotCreateRequest(Boolean snapshotMemory, Boolean snapshotQuiesce, String name, String description)
  • Method Details

    • isSnapshotMemory

      public Boolean isSnapshotMemory()
      Whether to snapshot memory.
      Returns:
      Boolean snapshot memory
    • isSnapshotQuiesce

      public Boolean isSnapshotQuiesce()
      Whether to quiesce the snapshot.
      Returns:
      Boolean snapshot quiesce
    • getName

      public String getName()
      Gets the name of the snapshot.
      Returns:
      String the name.
    • getDescription

      public String getDescription()
      Gets the description of the snapshot.
      Returns:
      String the snapshot's description