Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
RoutePolicyPolicyTerm |
RoutePolicyPolicyTerm.clone() |
RoutePolicyPolicyTerm |
RoutePolicyPolicyTerm.set(String fieldName,
Object value) |
RoutePolicyPolicyTerm |
RoutePolicyPolicyTerm.setActions(List<Expr> actions)
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm |
RoutePolicyPolicyTerm.setMatch(Expr match)
CEL expression evaluated against a route to determine if this term applies.
|
RoutePolicyPolicyTerm |
RoutePolicyPolicyTerm.setPriority(Integer priority)
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31
(exclusive), and unique within the list.
|
Modifier and Type | Method and Description |
---|---|
List<RoutePolicyPolicyTerm> |
RoutePolicy.getTerms()
List of terms (the order in the list is not important, they are evaluated in order of
priority).
|
Modifier and Type | Method and Description |
---|---|
RoutePolicy |
RoutePolicy.setTerms(List<RoutePolicyPolicyTerm> terms)
List of terms (the order in the list is not important, they are evaluated in order of
priority).
|
Copyright © 2011–2025 Google. All rights reserved.