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

    Interface V1VirtualMachineExportVolume

    VirtualMachineExportVolume contains the name and available formats for the exported volume

    interface V1VirtualMachineExportVolume {
        formats?: V1VirtualMachineExportVolumeFormat[];
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    Name is the name of the exported volume

    ""