interface ServerIp {
    address: string;
    dynamic: boolean;
    family: ServerIpIpFamily;
    gateway: string;
    id: string;
    ipamId: string;
    netmask: string;
    provisioningMode: ServerIpProvisioningMode;
    state: ServerIpState;
    tags: string[];
}

Properties

address: string

Instance's public IP-Address.

dynamic: boolean

True if the IP address is dynamic.

IP address family (inet or inet6).

gateway: string

Gateway's IP address.

id: string

Unique ID of the IP address.

ipamId: string

The ip_id of an IPAM ip if the ip is created from IPAM, null if not.

netmask: string

CIDR netmask.

provisioningMode: ServerIpProvisioningMode

Information about this address provisioning mode.

IP address state.

tags: string[]

Tags associated with the IP.