Class RouteAggregationsImpl
java.lang.Object
api.equinix.javasdk.fabric.client.implementation.RouteAggregationsImpl
- All Implemented Interfaces:
RouteAggregations
-
Constructor Summary
ConstructorsConstructorDescriptionRouteAggregationsImpl(RouteAggregationClient<RouteAggregation> serviceClient, Fabric serviceManager) -
Method Summary
-
Constructor Details
-
RouteAggregationsImpl
public RouteAggregationsImpl(RouteAggregationClient<RouteAggregation> serviceClient, Fabric serviceManager)
-
-
Method Details
-
list
Description copied from interface:RouteAggregationsLists all route aggregations accessible to the current account.- Specified by:
listin interfaceRouteAggregations- Returns:
- a paginated list of route aggregations
-
getByUuid
Description copied from interface:RouteAggregationsRetrieves a single route aggregation by its unique identifier.- Specified by:
getByUuidin interfaceRouteAggregations- Parameters:
uuid- the unique identifier of the route aggregation- Returns:
- the route aggregation matching the given UUID
-
define
Description copied from interface:RouteAggregationsBegins the fluent builder for creating a new route aggregation. Call methods on the returned builder to configure the aggregation, then callcreate().- Specified by:
definein interfaceRouteAggregations- Returns:
- a builder for configuring the new route aggregation
-