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

    Interface V1VirtualMachineInstanceBackupStatus

    VirtualMachineInstanceBackupStatus tracks the information of the executed backup

    interface V1VirtualMachineInstanceBackupStatus {
        backupMsg?: string;
        backupName?: string;
        checkpointName?: string;
        completed?: boolean;
        endTimestamp?: string;
        failed?: boolean;
        startTimestamp?: string;
        volumes?: V1alpha1BackupVolumeInfo[];
    }
    Index

    Properties

    backupMsg?: string

    BackupMsg resturns any relevant information like failure reason unfreeze failed etc...

    backupName?: string

    BackupName is the name of the executed backup

    checkpointName?: string

    CheckpointName is the name of the checkpoint created for the backup

    completed?: boolean

    Completed indicates the backup completed

    endTimestamp?: string

    EndTimestamp is the timestamp when the backup ended

    failed?: boolean

    Failed indicates that the backup failed

    startTimestamp?: string

    StartTimestamp is the timestamp when the backup started

    Volumes lists the volumes included in the backup