GoogleApi.Compute.V1.Model.RouterStatusBgpPeerStatus (google_api_compute v0.47.0) View Source
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) - -
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. -
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) - 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
Specs
t() :: %GoogleApi.Compute.V1.Model.RouterStatusBgpPeerStatus{
advertisedRoutes: [GoogleApi.Compute.V1.Model.Route.t()] | nil,
bfdStatus: GoogleApi.Compute.V1.Model.BfdStatus.t() | nil,
ipAddress: String.t() | nil,
linkedVpnTunnel: String.t() | nil,
name: String.t() | nil,
numLearnedRoutes: integer() | nil,
peerIpAddress: String.t() | nil,
routerApplianceInstance: String.t() | nil,
state: String.t() | nil,
status: String.t() | nil,
uptime: String.t() | nil,
uptimeSeconds: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.