GoogleApi.NetworkManagement.V1.Model.RouteInfo (google_api_network_management v0.8.0) 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.V1.Model.RouteInfo{
  destIpRange: String.t(),
  displayName: String.t(),
  instanceTags: [String.t()],
  networkUri: String.t(),
  nextHop: String.t(),
  nextHopType: String.t(),
  priority: integer(),
  routeType: String.t(),
  uri: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.