Interface RouteAggregations
- All Known Implementing Classes:
RouteAggregationsImpl
public interface RouteAggregations
Client interface for managing Equinix Fabric route aggregations. Route aggregations
combine multiple specific routes into summarized prefixes to reduce routing table size.
-
Method Details
-
list
PaginatedList<RouteAggregation> list()Lists all route aggregations accessible to the current account.- Returns:
- a paginated list of route aggregations
-
getByUuid
Retrieves a single route aggregation by its unique identifier.- Parameters:
uuid- the unique identifier of the route aggregation- Returns:
- the route aggregation matching the given UUID
-
define
Begins the fluent builder for creating a new route aggregation. Call methods on the returned builder to configure the aggregation, then callcreate().- Returns:
- a builder for configuring the new route aggregation
-