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

    Interface V1LunTarget

    interface V1LunTarget {
        bus?: string;
        readonly?: boolean;
        reservation?: boolean;
    }
    Index

    Properties

    bus?: string

    Bus indicates the type of disk device to emulate. supported values: virtio, sata, scsi.

    readonly?: boolean

    ReadOnly. Defaults to false.

    reservation?: boolean

    Reservation indicates if the disk needs to support the persistent reservation for the SCSI disk