View Source GoogleApi.Compute.V1.Model.RouteAsPath (google_api_compute v0.56.2)

Attributes

  • asLists (type: list(integer()), default: nil) - [Output Only] The AS numbers of the AS Path.
  • pathSegmentType (type: String.t, default: nil) - [Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.