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

    Interface V1VirtualMachineExportVolumeFormat

    VirtualMachineExportVolumeFormat contains the format type and URL to get the volume in that format

    interface V1VirtualMachineExportVolumeFormat {
        format: string;
        url: string;
    }
    Index

    Properties

    Properties

    format: string

    Format is the format of the image at the specified URL

    ""
    
    url: string

    Url is the url that contains the volume in the format specified

    ""