interface FailoverIP {
    address: string;
    block?: FailoverBlock;
    cidr: number;
    gatewayIp: string;
    id: number;
    ipVersion: FailoverIPVersion;
    mac?: string;
    netmask: string;
    reverse: string;
    serverId?: number;
    serverZone?: string;
    status: FailoverIPStatus;
    type: FailoverIPInterfaceType;
}

Properties

address: string

IP of the failover IP.

Block of the IP failover.

cidr: number

Classless InterDomain Routing notation of the failover IP.

gatewayIp: string

Gateway IP of the failover IP.

id: number

ID of the failover IP.

IP version of the failover IP.

mac?: string

MAC address of the IP failover.

netmask: string

Netmask of the failover IP.

reverse: string

Reverse IP value.

serverId?: number

Server ID linked to the IP failover.

serverZone?: string

The server zone (if assigned).

Status of the IP failover.

The interface type.