interface Ip {
    address: string;
    id: string;
    ipamId: string;
    organization: string;
    prefix: string;
    project: string;
    reverse?: string;
    server?: Instance.v1.ServerSummary;
    state: IpState;
    tags: string[];
    type: IpType;
    zone: Zone;
}

Properties

address: string
id: string
ipamId: string
organization: string
prefix: string
project: string
reverse?: string
state: IpState
tags: string[]
type: IpType
zone: Zone

Zone to target. If none is passed will use default zone from the config.