ListIPsRequest: {
    isFree?: boolean;
    orderBy?: VPCGW.v1.ListIPsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    reverse?: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • OptionalisFree?: boolean

    Filter based on whether the IP is attached to a gateway or not.

  • OptionalorderBy?: VPCGW.v1.ListIPsRequestOrderBy

    Order in which to return results.

  • OptionalorganizationId?: string

    Filter for IP addresses in this Organization.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    IP addresses per page.

  • OptionalprojectId?: string

    Filter for IP addresses in this Project.

  • Optionalreverse?: string

    Filter for IP addresses that have a reverse containing this string.

  • Optionaltags?: string[]

    Filter for IP addresses with these tags.

  • Optionalzone?: Zone

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