public sealed class BgpRouteNetworkLayerReachabilityInformation : IMessage<BgpRouteNetworkLayerReachabilityInformation>, IEquatable<BgpRouteNetworkLayerReachabilityInformation>, IDeepCloneable<BgpRouteNetworkLayerReachabilityInformation>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class BgpRouteNetworkLayerReachabilityInformation.
Network Layer Reachability Information (NLRI) for a route.
Implements
IMessageBgpRouteNetworkLayerReachabilityInformation, IEquatableBgpRouteNetworkLayerReachabilityInformation, IDeepCloneableBgpRouteNetworkLayerReachabilityInformation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
BgpRouteNetworkLayerReachabilityInformation()
public BgpRouteNetworkLayerReachabilityInformation()BgpRouteNetworkLayerReachabilityInformation(BgpRouteNetworkLayerReachabilityInformation)
public BgpRouteNetworkLayerReachabilityInformation(BgpRouteNetworkLayerReachabilityInformation other)| Parameter | |
|---|---|
| Name | Description |
other |
BgpRouteNetworkLayerReachabilityInformation |
Properties
HasPathId
public bool HasPathId { get; }Gets whether the "path_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPrefix
public bool HasPrefix { get; }Gets whether the "prefix" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
PathId
public uint PathId { get; set; }If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.
| Property Value | |
|---|---|
| Type | Description |
uint |
|
Prefix
public string Prefix { get; set; }Human readable CIDR notation for a prefix. E.g. 10.42.0.0/16.
| Property Value | |
|---|---|
| Type | Description |
string |
|