@truenas/api-client
    Preparing search index...

    Interface VMDisplayDevice

    interface VMDisplayDevice {
        bind?: string;
        dtype: "DISPLAY";
        password?: string | null;
        port?: number | null;
        resolution?: v25_10_0.Resolution;
        type?: "SPICE" | "VNC";
        wait?: boolean;
        web?: boolean;
        web_port?: number | null;
    }
    Index
    bind?: string
    dtype: "DISPLAY"
    password?: string | null
    port?: number | null
    resolution?: v25_10_0.Resolution
    type?: "SPICE" | "VNC"
    wait?: boolean
    web?: boolean
    web_port?: number | null