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

    Interface V1DiskTarget

    interface V1DiskTarget {
        bus?: string;
        pciAddress?: string;
        readonly?: boolean;
    }
    Index

    Properties

    bus?: string

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

    pciAddress?: string

    If specified, the virtual disk will be placed on the guests pci address with the specified PCI address. For example: 0000:81:01.10

    readonly?: boolean

    ReadOnly. Defaults to false.