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

    Interface V1VirtualMachineExportBackup

    VirtualMachineExportBackup contains the name and available endpoints for the exported backup

    interface V1VirtualMachineExportBackup {
        endpoints?: V1VirtualMachineExportBackupEndpoint[];
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    Name is the name of the exported volume

    ""