Compute Engine v1 API - Class BgpRouteNetworkLayerReachabilityInformation (3.5.0)

public sealed class BgpRouteNetworkLayerReachabilityInformation : IMessage<BgpRouteNetworkLayerReachabilityInformation>, IEquatable<BgpRouteNetworkLayerReachabilityInformation>, IDeepCloneable<BgpRouteNetworkLayerReachabilityInformation>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class BgpRouteNetworkLayerReachabilityInformation.

Network Layer Reachability Information (NLRI) for a route.

Inheritance

object > BgpRouteNetworkLayerReachabilityInformation

Namespace

Google.Cloud.Compute.V1

Assembly

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