Class BgpRoute
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |