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

    Interface V1Input

    interface V1Input {
        bus?: string;
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    bus?: string

    Bus indicates the bus of input device to emulate. Supported values: virtio, usb.

    name: string

    Name is the device name

    ""
    
    type: string

    Type indicated the type of input device. Supported values: tablet.

    ""