Interface VmService.PreviewSnapshotResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.PreviewSnapshotResponse
    extends Response
    Temporarily restores the virtual machine to the state of a snapshot. The snapshot is indicated with the `snapshot.id` parameter. It is restored temporarily, so that the content can be inspected. Once that inspection is finished, the state of the virtual machine can be made permanent, using the <> method, or discarded using the <> method.