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

A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.

Attributes

  • 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.
  • uris (type: list(String.t), default: nil) - The URIs of linked interconnect attachment resources

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.LinkedInterconnectAttachments{
  siteToSiteDataTransfer: boolean() | nil,
  uris: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.