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

Attributes

  • advertisedRoutes (type: list(GoogleApi.Compute.V1.Model.Route.t), default: nil) - Routes that were advertised to the remote BGP peer
  • ipAddress (type: String.t, default: nil) - IP address of the local BGP interface.
  • linkedVpnTunnel (type: String.t, default: nil) - URL of the VPN tunnel that this BGP peer controls.
  • 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.
  • state (type: String.t, default: nil) - BGP state as specified in RFC1771.
  • status (type: String.t, default: nil) - Status of the BGP peer: {UP, DOWN}
  • 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

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: String.t(),
  linkedVpnTunnel: String.t(),
  name: String.t(),
  numLearnedRoutes: integer(),
  peerIpAddress: String.t(),
  state: String.t(),
  status: String.t(),
  uptime: String.t(),
  uptimeSeconds: String.t()
}

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.