Class RouteFiltersImpl
java.lang.Object
api.equinix.javasdk.fabric.client.implementation.RouteFiltersImpl
- All Implemented Interfaces:
RouteFilters
-
Constructor Summary
ConstructorsConstructorDescriptionRouteFiltersImpl(RouteFilterClient<RouteFilter> serviceClient, Fabric serviceManager) -
Method Summary
Modifier and TypeMethodDescriptiondefine()Begins the fluent builder for creating a new route filter.Retrieves a single route filter by its unique identifier.search()Searches for route filters using default filter and sort criteria.search(FilterPropertyList filter) Searches for route filters matching the specified filter criteria.search(FilterPropertyList filter, SortPropertyList sort) Searches for route filters matching the specified filter and sort criteria.search(SortPropertyList sort) Searches for route filters with the specified sort order.
-
Constructor Details
-
RouteFiltersImpl
-
-
Method Details
-
search
Description copied from interface:RouteFiltersSearches for route filters using default filter and sort criteria.- Specified by:
searchin interfaceRouteFilters- Returns:
- a paginated, filtered list of matching route filters
-
search
Description copied from interface:RouteFiltersSearches for route filters matching the specified filter criteria.- Specified by:
searchin interfaceRouteFilters- Parameters:
filter- the filter criteria to apply- Returns:
- a paginated, filtered list of matching route filters
-
search
Description copied from interface:RouteFiltersSearches for route filters with the specified sort order.- Specified by:
searchin interfaceRouteFilters- Parameters:
sort- the sort criteria to apply- Returns:
- a paginated, filtered list of matching route filters
-
search
Description copied from interface:RouteFiltersSearches for route filters matching the specified filter and sort criteria.- Specified by:
searchin interfaceRouteFilters- Parameters:
filter- the filter criteria to applysort- the sort criteria to apply- Returns:
- a paginated, filtered list of matching route filters
-
getByUuid
Description copied from interface:RouteFiltersRetrieves a single route filter by its unique identifier.- Specified by:
getByUuidin interfaceRouteFilters- Parameters:
uuid- the unique identifier of the route filter- Returns:
- the route filter matching the given UUID
-
define
Description copied from interface:RouteFiltersBegins the fluent builder for creating a new route filter. Call methods on the returned builder to configure the filter, then callcreate().- Specified by:
definein interfaceRouteFilters- Returns:
- a builder for configuring the new route filter
-