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

    Interface V1VolumeSnapshotStatus

    interface V1VolumeSnapshotStatus {
        enabled: boolean;
        name: string;
        reason?: string;
    }
    Index

    Properties

    Properties

    enabled: boolean

    True if the volume supports snapshotting

    false
    
    name: string

    Volume name

    ""
    
    reason?: string

    Empty if snapshotting is enabled, contains reason otherwise