GoogleApi.NetworkConnectivity.V1.Model.RouterApplianceInstance (google_api_network_connectivity v0.3.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.

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.RouterApplianceInstance{
  ipAddress: String.t() | nil,
  virtualMachine: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.