RouterApplianceInstanceArgs

data class RouterApplianceInstanceArgs(val ipAddress: Output<String>? = null, val virtualMachine: Output<String>? = null) : ConvertibleToJava<RouterApplianceInstanceArgs>

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
constructor(ipAddress: Output<String>? = null, virtualMachine: Output<String>? = null)

Properties

Link copied to clipboard
val ipAddress: Output<String>? = null

The IP address on the VM to use for peering.

Link copied to clipboard
val virtualMachine: Output<String>? = null

The URI of the VM.

Functions

Link copied to clipboard
open override fun toJava(): RouterApplianceInstanceArgs