RouterApplianceInstanceArgs

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

RouterAppliance represents a Router appliance which is specified by a VM URI and a NIC address.

Constructors

Link copied to clipboard
fun RouterApplianceInstanceArgs(ipAddress: Output<String>? = null, networkInterface: Output<String>? = null, virtualMachine: Output<String>? = null)

Functions

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

Properties

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

The IP address of the network interface to use for peering.

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

The URI of the virtual machine resource