interface Resource {
    id: string;
    macAddress?: string;
    name?: string;
    type: ResourceType;
}

Properties

id: string

ID of the resource the IP is attached to.

macAddress?: string

MAC of the resource the IP is attached to.

name?: string

When the IP is in a Private Network, then a DNS record is available to resolve the resource name to this IP.

Type of resource the IP is attached to.