View Source GoogleApi.Compute.V1.Model.NetworksAddPeeringRequest (google_api_compute v0.56.2)

Attributes

  • autoCreateRoutes (type: boolean(), default: nil) - This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.
  • name (type: String.t, default: nil) - Name of the peering, which should conform to RFC1035.
  • networkPeering (type: GoogleApi.Compute.V1.Model.NetworkPeering.t, default: nil) - Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon.
  • peerNetwork (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.NetworksAddPeeringRequest{
  autoCreateRoutes: boolean() | nil,
  name: String.t() | nil,
  networkPeering: GoogleApi.Compute.V1.Model.NetworkPeering.t() | nil,
  peerNetwork: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.