Show / Hide Table of Contents

Class RouterStatusBgpPeerStatus

Inheritance
object
RouterStatusBgpPeerStatus
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.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class RouterStatusBgpPeerStatus : IDirectResponseSchema

Properties

AdvertisedRoutes

Routes that were advertised to the remote BGP peer

Declaration
[JsonProperty("advertisedRoutes")]
public virtual IList<Route> AdvertisedRoutes { get; set; }
Property Value
Type Description
IList<Route>

BfdStatus

Declaration
[JsonProperty("bfdStatus")]
public virtual BfdStatus BfdStatus { get; set; }
Property Value
Type Description
BfdStatus

ETag

The ETag of the item.

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

EnableIpv4

Enable IPv4 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 4.

Declaration
[JsonProperty("enableIpv4")]
public virtual bool? EnableIpv4 { get; set; }
Property Value
Type Description
bool?

EnableIpv6

Enable IPv6 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 6.

Declaration
[JsonProperty("enableIpv6")]
public virtual bool? EnableIpv6 { get; set; }
Property Value
Type Description
bool?

IpAddress

IP address of the local BGP interface.

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

Ipv4NexthopAddress

IPv4 address of the local BGP interface.

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

Ipv6NexthopAddress

IPv6 address of the local BGP interface.

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

LinkedVpnTunnel

URL of the VPN tunnel that this BGP peer controls.

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

Md5AuthEnabled

Informs whether MD5 authentication is enabled on this BGP peer.

Declaration
[JsonProperty("md5AuthEnabled")]
public virtual bool? Md5AuthEnabled { get; set; }
Property Value
Type Description
bool?

Name

Name of this BGP peer. Unique within the Routers resource.

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

NumLearnedRoutes

Number of routes learned from the remote BGP Peer.

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

PeerIpAddress

IP address of the remote BGP interface.

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

PeerIpv4NexthopAddress

IPv4 address of the remote BGP interface.

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

PeerIpv6NexthopAddress

IPv6 address of the remote BGP interface.

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

RouterApplianceInstance

[Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.

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

State

The state of the BGP session. For a list of possible values for this field, see BGP session states.

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

Status

Status of the BGP peer: {UP, DOWN}

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

StatusReason

Indicates why particular status was returned.

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

Uptime

Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds

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

UptimeSeconds

Time this session has been up, in seconds. Format: 145

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX