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

    Interface V1VirtualMachineExportBackupEndpoint

    VirtualMachineExportBackupEndpoint contains the endpoint type and URL to interact with a backup export

    interface V1VirtualMachineExportBackupEndpoint {
        endpoint: string;
        url: string;
    }
    Index

    Properties

    Properties

    endpoint: string

    Endpoint is the endpoint of the backup export at the specified URL

    ""
    
    url: string

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

    ""