Show / Hide Table of Contents

Class BgpRoute

Inheritance
object
BgpRoute
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class BgpRoute : IDirectResponseSchema

Properties

AsPaths

[Output only] AS-PATH for the route

Declaration
[JsonProperty("asPaths")]
public virtual IList<BgpRouteAsPath> AsPaths { get; set; }
Property Value
Type Description
IList<BgpRouteAsPath>

Communities

[Output only] BGP communities in human-readable A:B format.

Declaration
[JsonProperty("communities")]
public virtual IList<string> Communities { get; set; }
Property Value
Type Description
IList<string>

Destination

[Output only] Destination IP range for the route, in human-readable CIDR format

Declaration
[JsonProperty("destination")]
public virtual BgpRouteNetworkLayerReachabilityInformation Destination { get; set; }
Property Value
Type Description
BgpRouteNetworkLayerReachabilityInformation

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Med

[Output only] BGP multi-exit discriminator

Declaration
[JsonProperty("med")]
public virtual long? Med { get; set; }
Property Value
Type Description
long?

Origin

[Output only] BGP origin (EGP, IGP or INCOMPLETE)

Declaration
[JsonProperty("origin")]
public virtual string Origin { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX