JSON representation |
---|
{ "name": string, "type": enum ( |
Fields | |
---|---|
name |
Route Policy name, which must be a resource ID segment and unique within all the router's Route Policies. Name should conform to RFC1035. |
type |
|
terms[] |
List of terms (the order in the list is not important, they are evaluated in order of priority). Order of policies is not retained and might change when getting policy later. |
fingerprint |
A fingerprint for the Route Policy being applied to this Router, which is essentially a hash of the Route Policy used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update Route Policy. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make a
request to retrieve a Route Policy. A base64-encoded string. |
description |
An optional description of route policy. |
RoutePolicyType
Enums | |
---|---|
ROUTE_POLICY_TYPE_IMPORT |
The Route Policy is an Import Policy. |
ROUTE_POLICY_TYPE_EXPORT |
The Route Policy is an Export Policy. |
PolicyTerm
JSON representation |
---|
{ "priority": integer, "match": { object ( |
Fields | |
---|---|
priority |
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list. |
match |
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes. |
actions[] |
CEL expressions to evaluate to modify a route when this term matches. |