View Source GoogleApi.Compute.V1.Model.RouterStatusBgpPeerStatus (google_api_compute v0.60.0)
Attributes
-
advertisedRoutes
(type:list(GoogleApi.Compute.V1.Model.Route.t)
, default:nil
) - Routes that were advertised to the remote BGP peer -
bfdStatus
(type:GoogleApi.Compute.V1.Model.BfdStatus.t
, default:nil
) - -
enableIpv4
(type:boolean()
, default:nil
) - Enable IPv4 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 4. -
enableIpv6
(type:boolean()
, default:nil
) - Enable IPv6 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 6. -
ipAddress
(type:String.t
, default:nil
) - IP address of the local BGP interface. -
ipv4NexthopAddress
(type:String.t
, default:nil
) - IPv4 address of the local BGP interface. -
ipv6NexthopAddress
(type:String.t
, default:nil
) - IPv6 address of the local BGP interface. -
linkedVpnTunnel
(type:String.t
, default:nil
) - URL of the VPN tunnel that this BGP peer controls. -
md5AuthEnabled
(type:boolean()
, default:nil
) - Informs whether MD5 authentication is enabled on this BGP peer. -
name
(type:String.t
, default:nil
) - Name of this BGP peer. Unique within the Routers resource. -
numLearnedRoutes
(type:integer()
, default:nil
) - Number of routes learned from the remote BGP Peer. -
peerIpAddress
(type:String.t
, default:nil
) - IP address of the remote BGP interface. -
peerIpv4NexthopAddress
(type:String.t
, default:nil
) - IPv4 address of the remote BGP interface. -
peerIpv6NexthopAddress
(type:String.t
, default:nil
) - IPv6 address of the remote BGP interface. -
routerApplianceInstance
(type:String.t
, default:nil
) - [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. -
state
(type:String.t
, default:nil
) - The state of the BGP session. For a list of possible values for this field, see BGP session states. -
status
(type:String.t
, default:nil
) - Status of the BGP peer: {UP, DOWN} -
statusReason
(type:String.t
, default:nil
) - Indicates why particular status was returned. -
uptime
(type:String.t
, default:nil
) - Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds -
uptimeSeconds
(type:String.t
, default:nil
) - Time this session has been up, in seconds. Format: 145
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.RouterStatusBgpPeerStatus{ advertisedRoutes: [GoogleApi.Compute.V1.Model.Route.t()] | nil, bfdStatus: GoogleApi.Compute.V1.Model.BfdStatus.t() | nil, enableIpv4: boolean() | nil, enableIpv6: boolean() | nil, ipAddress: String.t() | nil, ipv4NexthopAddress: String.t() | nil, ipv6NexthopAddress: String.t() | nil, linkedVpnTunnel: String.t() | nil, md5AuthEnabled: boolean() | nil, name: String.t() | nil, numLearnedRoutes: integer() | nil, peerIpAddress: String.t() | nil, peerIpv4NexthopAddress: String.t() | nil, peerIpv6NexthopAddress: String.t() | nil, routerApplianceInstance: String.t() | nil, state: String.t() | nil, status: String.t() | nil, statusReason: String.t() | nil, uptime: String.t() | nil, uptimeSeconds: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.