GoogleApi.Compute.V1.Model.BgpRouteNetworkLayerReachabilityInformation (google_api_compute v0.71.0)

View Source

Network Layer Reachability Information (NLRI) for a route.

Attributes

  • pathId (type: integer(), default: nil) - If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.
  • prefix (type: String.t, default: nil) - Human readable CIDR notation for a prefix. E.g. 10.42.0.0/16.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Compute.V1.Model.BgpRouteNetworkLayerReachabilityInformation{
  pathId: integer() | nil,
  prefix: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.