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

    Interface V1VirtualMachineMemoryDumpRequest

    VirtualMachineMemoryDumpRequest represent the memory dump request phase and info

    interface V1VirtualMachineMemoryDumpRequest {
        claimName: string;
        endTimestamp?: string;
        fileName?: string;
        message?: string;
        phase: string;
        remove?: boolean;
        startTimestamp?: string;
    }
    Index

    Properties

    claimName: string

    ClaimName is the name of the pvc that will contain the memory dump

    ""
    
    endTimestamp?: string

    EndTimestamp represents the time the memory dump was completed

    fileName?: string

    FileName represents the name of the output file

    message?: string

    Message is a detailed message about failure of the memory dump

    phase: string

    Phase represents the memory dump phase

    ""
    
    remove?: boolean

    Remove represents request of dissociating the memory dump pvc

    startTimestamp?: string

    StartTimestamp represents the time the memory dump started