interface IP {
    address: string;
    id: string;
    reverse: string;
    reverseStatus: IPReverseStatus;
    reverseStatusMessage: string;
    version: BareMetal.v1.IPVersion;
}

Properties

address: string

Address of the IP.

id: string

ID of the IP.

reverse: string

Reverse IP value.

reverseStatus: IPReverseStatus

Status of the reverse.

reverseStatusMessage: string

A message related to the reverse status, e.g. in case of an error.

Version of IP (v4 or v6).