google_api_service_networking v0.14.0 GoogleApi.ServiceNetworking.V1.Model.Route View Source

Represents a route that was created or discovered by a private access management service.

Attributes

  • destRange (type: String.t, default: nil) - Destination CIDR range that this route applies to.
  • name (type: String.t, default: nil) - Route name. See https://cloud.google.com/vpc/docs/routes
  • network (type: String.t, default: nil) - Fully-qualified URL of the VPC network in the producer host tenant project that this route applies to. For example: projects/123456/global/networks/host-network
  • nextHopGateway (type: String.t, default: nil) - Fully-qualified URL of the gateway that should handle matching packets that this route applies to. For example: projects/123456/global/gateways/default-internet-gateway

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ServiceNetworking.V1.Model.Route{
  destRange: String.t(),
  name: String.t(),
  network: String.t(),
  nextHopGateway: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.