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

    Interface V1VirtualMachineExportManifest

    VirtualMachineExportManifest contains the type and URL of the exported manifest

    interface V1VirtualMachineExportManifest {
        type: string;
        url: string;
    }
    Index

    Properties

    Properties

    type: string

    Type is the type of manifest returned

    ""
    
    url: string

    Url is the url of the endpoint that returns the manifest

    ""