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

    Interface V1VirtualMachineInstanceNetworkInterface

    interface V1VirtualMachineInstanceNetworkInterface {
        infoSource?: string;
        interfaceName?: string;
        ipAddress?: string;
        ipAddresses?: string[];
        linkState?: string;
        mac?: string;
        name?: string;
        podInterfaceName?: string;
        queueCount?: number;
    }
    Index

    Properties

    infoSource?: string

    Specifies the origin of the interface data collected. values: domain, guest-agent, multus-status.

    interfaceName?: string

    The interface name inside the Virtual Machine

    ipAddress?: string

    IP address of a Virtual Machine interface. It is always the first item of IPs

    ipAddresses?: string[]

    List of all IP addresses of a Virtual Machine interface

    linkState?: string

    LinkState Reports the current operational link state`. values: up, down.

    mac?: string

    Hardware address of a Virtual Machine interface

    name?: string

    Name of the interface, corresponds to name of the network assigned to the interface

    podInterfaceName?: string

    PodInterfaceName represents the name of the pod network interface

    queueCount?: number

    Specifies how many queues are allocated by MultiQueue

    int32