google_api_compute v0.3.0 GoogleApi.Compute.V1.Model.RouterStatusBgpPeerStatus View Source

Attributes

  • advertisedRoutes ([Route]): Routes that were advertised to the remote BGP peer Defaults to: null.
  • ipAddress (String.t): IP address of the local BGP interface. Defaults to: null.
  • linkedVpnTunnel (String.t): URL of the VPN tunnel that this BGP peer controls. Defaults to: null.
  • name (String.t): Name of this BGP peer. Unique within the Routers resource. Defaults to: null.
  • numLearnedRoutes (integer()): Number of routes learned from the remote BGP Peer. Defaults to: null.
  • peerIpAddress (String.t): IP address of the remote BGP interface. Defaults to: null.
  • state (String.t): BGP state as specified in RFC1771. Defaults to: null.
  • status (String.t): Status of the BGP peer: {UP, DOWN} Defaults to: null.

    • Enum - one of [DOWN, UNKNOWN, UP]
  • uptime (String.t): Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds Defaults to: null.
  • uptimeSeconds (String.t): Time this session has been up, in seconds. Format: 145 Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.RouterStatusBgpPeerStatus{
  advertisedRoutes: [GoogleApi.Compute.V1.Model.Route.t()],
  ipAddress: any(),
  linkedVpnTunnel: any(),
  name: any(),
  numLearnedRoutes: any(),
  peerIpAddress: any(),
  state: any(),
  status: any(),
  uptime: any(),
  uptimeSeconds: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.