interface NetworkInterface {
    cardId: number;
    deviceId: number;
    ips: Dedibox.v1.IP[];
    mac: string;
    type: NetworkInterfaceInterfaceType;
}

Properties

cardId: number

Card ID of the network interface.

deviceId: number

Device ID of the network interface.

ips: Dedibox.v1.IP[]

IPs of the network interface.

mac: string

MAC address of the network interface.

Network interface type.