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

View Source

Attributes

  • asPaths (type: list(GoogleApi.Compute.V1.Model.BgpRouteAsPath.t), default: nil) - [Output only] AS-PATH for the route
  • communities (type: list(String.t), default: nil) - [Output only] BGP communities in human-readable A:B format.
  • destination (type: GoogleApi.Compute.V1.Model.BgpRouteNetworkLayerReachabilityInformation.t, default: nil) - [Output only] Destination IP range for the route, in human-readable CIDR format
  • med (type: integer(), default: nil) - [Output only] BGP multi-exit discriminator
  • origin (type: String.t, default: nil) - [Output only] BGP origin (EGP, IGP or INCOMPLETE)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Compute.V1.Model.BgpRoute{
  asPaths: [GoogleApi.Compute.V1.Model.BgpRouteAsPath.t()] | nil,
  communities: [String.t()] | nil,
  destination:
    GoogleApi.Compute.V1.Model.BgpRouteNetworkLayerReachabilityInformation.t()
    | nil,
  med: integer() | nil,
  origin: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.