ListFailoverIPsRequest: {
    onlyAvailable?: boolean;
    orderBy?: ListFailoverIPsRequestOrderBy;
    page?: number;
    pageSize?: number;
    projectId?: string;
    search?: string;
    zone?: Zone;
}

Type declaration

  • OptionalonlyAvailable?: boolean

    True: return all failovers IP not attached on server false: return all failovers IP attached on server.

  • OptionalorderBy?: ListFailoverIPsRequestOrderBy

    Order of the failovers IP.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Number of failovers IP per page.

  • OptionalprojectId?: string

    Filter failovers IP by project ID.

  • Optionalsearch?: string

    Filter failovers IP which matching with this field.

  • Optionalzone?: Zone

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