GoogleApi.ServiceNetworking.V1.Model.Route (google_api_service_networking v0.40.0)

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.