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

    Interface V1CDRomTarget

    interface V1CDRomTarget {
        bus?: string;
        readonly?: boolean;
        tray?: string;
    }
    Index

    Properties

    Properties

    bus?: string

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

    readonly?: boolean

    ReadOnly. Defaults to true.

    tray?: string

    Tray indicates if the tray of the device is open or closed. Allowed values are "open" and "closed". Defaults to closed.