GoogleApi.NetworkConnectivity.V1.Model.LinkedRouterApplianceInstances (google_api_network_connectivity v0.3.0) View Source

A collection of router appliance instances. If you have multiple router appliance instances connected to the same site, they should all be attached to the same spoke.

Attributes

  • instances (type: list(GoogleApi.NetworkConnectivity.V1.Model.RouterApplianceInstance.t), default: nil) - The list of router appliance instances.
  • siteToSiteDataTransfer (type: boolean(), default: nil) - A value that controls whether site-to-site data transfer is enabled for these resources. This field is set to false by default, but you must set it to true. Note that data transfer is available only in supported locations.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkConnectivity.V1.Model.LinkedRouterApplianceInstances{
  instances:
    [GoogleApi.NetworkConnectivity.V1.Model.RouterApplianceInstance.t()] | nil,
  siteToSiteDataTransfer: boolean() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.