google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.NetworksAddPeeringRequest View Source

Attributes

  • autoCreateRoutes (boolean()): Whether Google Compute Engine manages the routes automatically. Defaults to: null.
  • name (String.t): Name of the peering, which should conform to RFC1035. Defaults to: null.
  • peerNetwork (String.t): URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Compute.V1.Model.NetworksAddPeeringRequest{
  autoCreateRoutes: any(),
  name: any(),
  peerNetwork: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.