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

    Interface V1beta1DataVolumeCheckpoint

    DataVolumeCheckpoint defines a stage in a warm migration.

    interface V1beta1DataVolumeCheckpoint {
        current: string;
        previous: string;
    }
    Index

    Properties

    Properties

    current: string

    Current is the identifier of the snapshot created for this checkpoint.

    ""
    
    previous: string

    Previous is the identifier of the snapshot from the previous checkpoint.

    ""