Interface Snapshot

  • All Superinterfaces:
    Identified, Vm, VmBase
    All Known Implementing Classes:
    SnapshotContainer

    public interface Snapshot
    extends Vm
    Represents a snapshot object. Example XML representation: [source,xml] ---- Virtual Machine 1 - Snapshot A active 2010-08-16T14:24:29 false ----
    • Method Detail

      • datePresent

        boolean datePresent()
      • persistMemorystate

        boolean persistMemorystate()
      • persistMemorystatePresent

        boolean persistMemorystatePresent()
      • snapshotStatusPresent

        boolean snapshotStatusPresent()
      • snapshotTypePresent

        boolean snapshotTypePresent()
      • disksPresent

        boolean disksPresent()
      • vm

        Vm vm()
      • vmPresent

        boolean vmPresent()