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

    Interface V1DomainMemoryDumpInfo

    DomainMemoryDumpInfo represents the memory dump information

    interface V1DomainMemoryDumpInfo {
        claimName?: string;
        endTimestamp?: string;
        startTimestamp?: string;
        targetFileName?: string;
    }
    Index

    Properties

    claimName?: string

    ClaimName is the name of the pvc the memory was dumped to

    endTimestamp?: string

    EndTimestamp is the time when the memory dump completed

    startTimestamp?: string

    StartTimestamp is the time when the memory dump started

    targetFileName?: string

    TargetFileName is the name of the memory dump output