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

View Source

A router appliance instance is a Compute Engine virtual machine (VM) instance that acts as a BGP speaker. A router appliance instance is specified by the URI of the VM and the internal IP address of one of the VM's network interfaces.

Attributes

  • ipAddress (type: String.t, default: nil) - The IP address on the VM to use for peering.
  • virtualMachine (type: String.t, default: nil) - The URI of the VM.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.RouterApplianceInstance{
  ipAddress: String.t() | nil,
  virtualMachine: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.