interface IP {
    address: string;
    cidr: number;
    gateway: string;
    ipId: number;
    netmask: string;
    reverse: string;
    semantic: IPSemantic;
    status: IPStatus;
    version: Dedibox.v1.IPVersion;
}

Properties

address: string

Address of the IP.

cidr: number

Classless InterDomain Routing notation of the IP.

gateway: string

Gateway of IP.

ipId: number

ID of the IP.

netmask: string

Network mask of IP.

reverse: string

Reverse IP value.

semantic: IPSemantic

Semantic of IP.

status: IPStatus

Status of the IP.

Version of IP (v4 or v6).