ListFlexibleIPsRequest: {
    orderBy?: ListFlexibleIPsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    serverIds?: string[];
    status?: FlexibleIPStatus[];
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • OptionalorderBy?: ListFlexibleIPsRequestOrderBy

    Sort order of the returned flexible IPs.

  • OptionalorganizationId?: string

    Filter by Organization ID, only flexible IPs from this Organization will be returned.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Maximum number of flexible IPs per page.

  • OptionalprojectId?: string

    Filter by Project ID, only flexible IPs from this Project will be returned.

  • OptionalserverIds?: string[]

    Filter by server IDs, only flexible IPs with these server IDs will be returned.

  • Optionalstatus?: FlexibleIPStatus[]

    Filter by status, only flexible IPs with this status will be returned.

  • Optionaltags?: string[]

    Filter by tag, only flexible IPs with one or more matching tags will be returned.

  • Optionalzone?: Zone

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