GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo (google_api_network_management v0.14.1) View Source

For display only. Metadata associated with a Compute Engine route.

Attributes

  • destIpRange (type: String.t, default: nil) - Destination IP range of the route.
  • displayName (type: String.t, default: nil) - Name of a Compute Engine route.
  • instanceTags (type: list(String.t), default: nil) - Instance tags of the route.
  • networkUri (type: String.t, default: nil) - URI of a Compute Engine network.
  • nextHop (type: String.t, default: nil) - Next hop of the route.
  • nextHopType (type: String.t, default: nil) - Type of next hop.
  • priority (type: integer(), default: nil) - Priority of the route.
  • routeType (type: String.t, default: nil) - Type of route.
  • uri (type: String.t, default: nil) - URI of a Compute Engine route. Dynamic route from cloud router does not have a URI. Advertised route from Google Cloud VPC to on-premises network also does not have a URI.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo{
  destIpRange: String.t() | nil,
  displayName: String.t() | nil,
  instanceTags: [String.t()] | nil,
  networkUri: String.t() | nil,
  nextHop: String.t() | nil,
  nextHopType: String.t() | nil,
  priority: integer() | nil,
  routeType: String.t() | nil,
  uri: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.