interface FailoverBlock {
    address: string;
    cidr: number;
    gatewayIp: string;
    id: number;
    ipVersion: FailoverBlockVersion;
    nameservers: string[];
    netmask: string;
}

Properties

address: string

IP of the failover block.

cidr: number

Classless InterDomain Routing notation of the failover block.

gatewayIp: string

Gateway IP of the failover block.

id: number

ID of the failover block.

IP version of the failover block.

nameservers: string[]

Name servers.

netmask: string

Netmask of the failover block.