RouterApplianceInstanceResponse

data class RouterApplianceInstanceResponse(val ipAddress: String, val virtualMachine: String)

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.

Constructors

Link copied to clipboard
fun RouterApplianceInstanceResponse(ipAddress: String, virtualMachine: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address on the VM to use for peering.

Link copied to clipboard

The URI of the VM.