@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1beta1VirtualMachineSnapshotSpec

    VirtualMachineSnapshotSpec is the spec for a VirtualMachineSnapshot resource

    interface V1beta1VirtualMachineSnapshotSpec {
        deletionPolicy?: string;
        failureDeadline?: string;
        source: K8sIoApiCoreV1TypedLocalObjectReference;
    }
    Index

    Properties

    deletionPolicy?: string
    failureDeadline?: string

    This time represents the number of seconds we permit the vm snapshot to take. In case we pass this deadline we mark this snapshot as failed. Defaults to DefaultFailureDeadline - 5min

    TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

    {}