Class Snapshot


  • public abstract class Snapshot
    extends Object
    • Method Detail

      • id

        public abstract String id()
      • selfLink

        public abstract URI selfLink()
      • creationTimestamp

        public abstract Date creationTimestamp()
      • name

        public abstract String name()
      • diskSizeGb

        public abstract int diskSizeGb()
      • status

        public abstract String status()
      • sourceDisk

        @Nullable
        public abstract URI sourceDisk()
        The source disk used to insert this snapshot. Once the source disk has been deleted from the system, this field will be cleared, and will not be set even if a disk with the same name has been re-created (output only).
      • sourceDiskId

        public abstract String sourceDiskId()
        The ID value of the disk used to insert this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.