Class SnapshotCreateRequest
java.lang.Object
com.iland.core.web.rest.request.common.SnapshotCreateRequest
- All Implemented Interfaces:
Serializable
Create Snapshot Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSnapshotCreateRequest(Boolean snapshotMemory, Boolean snapshotQuiesce, String name, String description) -
Method Summary
Modifier and TypeMethodDescriptionGets the description of the snapshot.getName()Gets the name of the snapshot.Whether to snapshot memory.Whether to quiesce the snapshot.
-
Constructor Details
-
SnapshotCreateRequest
-
-
Method Details
-
isSnapshotMemory
Whether to snapshot memory.- Returns:
Booleansnapshot memory
-
isSnapshotQuiesce
Whether to quiesce the snapshot.- Returns:
Booleansnapshot quiesce
-
getName
Gets the name of the snapshot.- Returns:
Stringthe name.
-
getDescription
Gets the description of the snapshot.- Returns:
Stringthe snapshot's description
-