GoogleApi.NetworkConnectivity.V1.Model.NextHopVPNTunnel (google_api_network_connectivity v0.12.0)

View Source

A route next hop that leads to a VPN tunnel resource.

Attributes

  • siteToSiteDataTransfer (type: boolean(), default: nil) - Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource. Data transfer is available only in supported locations.
  • uri (type: String.t, default: nil) - The URI of the VPN tunnel resource.
  • vpcNetwork (type: String.t, default: nil) - The VPC network where this VPN tunnel is located.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.NextHopVPNTunnel{
  siteToSiteDataTransfer: boolean() | nil,
  uri: String.t() | nil,
  vpcNetwork: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.