public static class AddDrgRouteDistributionStatementDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddDrgRouteDistributionStatementDetails.Builder |
action(AddDrgRouteDistributionStatementDetails.Action action)
Accept: import/export the route “as is”
|
AddDrgRouteDistributionStatementDetails |
build() |
AddDrgRouteDistributionStatementDetails.Builder |
copy(AddDrgRouteDistributionStatementDetails model) |
AddDrgRouteDistributionStatementDetails.Builder |
matchCriteria(List<DrgRouteDistributionMatchCriteria> matchCriteria)
The action is applied only if all of the match criteria is met.
|
AddDrgRouteDistributionStatementDetails.Builder |
priority(Integer priority)
This field is used to specify the priority of each statement in a route distribution.
|
public AddDrgRouteDistributionStatementDetails.Builder matchCriteria(List<DrgRouteDistributionMatchCriteria> matchCriteria)
The action is applied only if all of the match criteria is met.
matchCriteria
- the value to setpublic AddDrgRouteDistributionStatementDetails.Builder action(AddDrgRouteDistributionStatementDetails.Action action)
Accept: import/export the route “as is”
action
- the value to setpublic AddDrgRouteDistributionStatementDetails.Builder priority(Integer priority)
This field is used to specify the priority of each statement in a route distribution. The priority will be represented as a number between 0 and 65535 where a lower number indicates a higher priority. When a route is processed, statements are applied in the order defined by their priority. The first matching rule dictates the action that will be taken on the route.
priority
- the value to setpublic AddDrgRouteDistributionStatementDetails build()
public AddDrgRouteDistributionStatementDetails.Builder copy(AddDrgRouteDistributionStatementDetails model)
Copyright © 2016–2024. All rights reserved.