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

A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with 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. Data transfer is available only in supported locations.
  • vpcNetwork (type: String.t, default: nil) - Output only. The VPC network where these router appliance instances are located.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.