interface Ip {
    id: string;
    ipAddress: string;
    lbId?: string;
    organizationId: string;
    projectId: string;
    region?: Region;
    reverse: string;
    tags: string[];
    zone: Zone;
}

Properties

id: string

IP address ID.

ipAddress: string

IP address.

lbId?: string

Load Balancer ID.

organizationId: string

Organization ID of the Scaleway Organization the IP address is in.

projectId: string

Project ID of the Scaleway Project the IP address is in.

region?: Region

The region the IP address is in.

reverse: string

Reverse DNS (domain name) of the IP address.

tags: string[]

IP tags.

zone: Zone

The zone the IP address is in.