google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.VpnGatewayStatusVpnConnection View Source

A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway. The peer gateway could either be a external VPN gateway or GCP VPN gateway.

Attributes

  • peerExternalGateway (type: String.t, default: nil) - URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
  • peerGcpGateway (type: String.t, default: nil) - URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
  • state (type: GoogleApi.Compute.V1.Model.VpnGatewayStatusHighAvailabilityRequirementState.t, default: nil) - HighAvailabilityRequirementState for the VPN connection.
  • tunnels (type: list(GoogleApi.Compute.V1.Model.VpnGatewayStatusTunnel.t), default: nil) - List of VPN tunnels that are in this VPN connection.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.VpnGatewayStatusVpnConnection{
  peerExternalGateway: String.t(),
  peerGcpGateway: String.t(),
  state:
    GoogleApi.Compute.V1.Model.VpnGatewayStatusHighAvailabilityRequirementState.t(),
  tunnels: [GoogleApi.Compute.V1.Model.VpnGatewayStatusTunnel.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.