ListIPsRequest: {
    ipAddress?: string;
    ipType?: ListIpsRequestIpType;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
    tags?: string[];
}

Type declaration

  • OptionalipAddress?: string

    IP address to filter for.

  • OptionalipType?: ListIpsRequestIpType

    IP type to filter for.

  • OptionalorganizationId?: string

    Organization ID to filter for, only Load Balancer IP addresses from this Organization will be returned.

  • Optionalpage?: number

    The page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of IP addresses to return.

  • OptionalprojectId?: string

    Project ID to filter for, only Load Balancer IP addresses from this Project will be returned.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionaltags?: string[]

    Tag to filter for, only IPs with one or more matching tags will be returned.