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

    Interface V1DHCPOptions

    Extra DHCP options to use in the interface.

    interface V1DHCPOptions {
        bootFileName?: string;
        ntpServers?: string[];
        privateOptions?: V1DHCPPrivateOptions[];
        tftpServerName?: string;
    }
    Index

    Properties

    bootFileName?: string

    If specified will pass option 67 to interface's DHCP server

    ntpServers?: string[]

    If specified will pass the configured NTP server to the VM via DHCP option 042.

    privateOptions?: V1DHCPPrivateOptions[]

    If specified will pass extra DHCP options for private use, range: 224-254

    tftpServerName?: string

    If specified will pass option 66 to interface's DHCP server