Layer2ConfigurationArgs

data class Layer2ConfigurationArgs(val interfaces: Output<List<String>>? = null, val mtu: Output<Int>? = null) : ConvertibleToJava<Layer2ConfigurationArgs>

Common properties for Layer2 Configuration.

Constructors

Link copied to clipboard
constructor(interfaces: Output<List<String>>? = null, mtu: Output<Int>? = null)

Properties

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

List of network device interfaces resource IDs.

Link copied to clipboard
val mtu: Output<Int>? = null

MTU of the packets between PE & CE.

Functions

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