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

View Source

Attributes

  • asns (type: list(integer()), default: nil) - [Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
  • type (type: String.t, default: nil) - [Output only] Type of AS-PATH segment (SEQUENCE or SET)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Compute.V1.Model.BgpRouteAsPath{
  asns: [integer()] | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.