Interface RouteAggregationRules
- All Known Implementing Classes:
RouteAggregationRulesImpl
public interface RouteAggregationRules
Client interface for managing rules within an Equinix Fabric route aggregation. Each rule
defines a prefix that participates in the parent route aggregation.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the fluent builder for creating a new route aggregation rule.Retrieves a single route aggregation rule by its unique identifier.Lists all rules belonging to the specified route aggregation.
-
Method Details
-
list
Lists all rules belonging to the specified route aggregation.- Parameters:
routeAggregationId- the unique identifier of the parent route aggregation- Returns:
- a paginated list of route aggregation rules
-
getByUuid
Retrieves a single route aggregation rule by its unique identifier.- Parameters:
routeAggregationId- the unique identifier of the parent route aggregationuuid- the unique identifier of the route aggregation rule- Returns:
- the route aggregation rule matching the given UUID
-
define
Begins the fluent builder for creating a new route aggregation rule. Call methods on the returned builder to configure the rule, then callcreate().- Parameters:
routeAggregationId- the unique identifier of the parent route aggregation- Returns:
- a builder for configuring the new route aggregation rule
-