public sealed class RoutePolicy : IMessage<RoutePolicy>, IEquatable<RoutePolicy>, IDeepCloneable<RoutePolicy>, IBufferMessage, IMessage
Implements
IMessageRoutePolicy, IEquatableRoutePolicy, IDeepCloneableRoutePolicy, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RoutePolicy()
public RoutePolicy()
RoutePolicy(RoutePolicy)
public RoutePolicy(RoutePolicy other)
Parameter | |
---|---|
Name | Description |
other |
RoutePolicy |
Properties
Description
public string Description { get; set; }
An optional description of route policy.
Property Value | |
---|---|
Type | Description |
string |
Fingerprint
public string Fingerprint { get; set; }
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 getRoutePolicy() request to retrieve a Route Policy.
Property Value | |
---|---|
Type | Description |
string |
HasDescription
public bool HasDescription { get; }
Gets whether the "description" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasFingerprint
public bool HasFingerprint { get; }
Gets whether the "fingerprint" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasType
public bool HasType { get; }
Gets whether the "type" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Route Policy name, which must be a resource ID segment and unique within all the router's Route Policies. Name should conform to RFC1035.
Property Value | |
---|---|
Type | Description |
string |
Terms
public RepeatedField<RoutePolicyPolicyTerm> Terms { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRoutePolicyPolicyTerm |
Type
public string Type { get; set; }
Check the Type enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |