RoutePolicyPolicyTerm(mapping=None, *, ignore_unknown_fields=False, **kwargs)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
actions |
MutableSequence[google.cloud.compute_v1.types.Expr]
CEL expressions to evaluate to modify a route when this term matches. |
match |
google.cloud.compute_v1.types.Expr
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes. This field is a member of oneof _ _match .
|
priority |
int
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list. This field is a member of oneof _ _priority .
|