public sealed class RoutePolicyPolicyTerm : IMessage<RoutePolicyPolicyTerm>, IEquatable<RoutePolicyPolicyTerm>, IDeepCloneable<RoutePolicyPolicyTerm>, IBufferMessage, IMessageImplements
IMessageRoutePolicyPolicyTerm, IEquatableRoutePolicyPolicyTerm, IDeepCloneableRoutePolicyPolicyTerm, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RoutePolicyPolicyTerm()
public RoutePolicyPolicyTerm()RoutePolicyPolicyTerm(RoutePolicyPolicyTerm)
public RoutePolicyPolicyTerm(RoutePolicyPolicyTerm other)| Parameter | |
|---|---|
| Name | Description |
other |
RoutePolicyPolicyTerm |
Properties
Actions
public RepeatedField<Expr> Actions { get; }CEL expressions to evaluate to modify a route when this term matches.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExpr |
|
HasPriority
public bool HasPriority { get; }Gets whether the "priority" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Match
public Expr Match { get; set; }CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
| Property Value | |
|---|---|
| Type | Description |
Expr |
|
Priority
public int Priority { get; set; }The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
| Property Value | |
|---|---|
| Type | Description |
int |
|