Layer2ConfigurationResponse

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

Common properties for Layer2 Configuration.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

List of network device interfaces resource IDs.

Link copied to clipboard
val mtu: Int? = null

MTU of the packets between PE & CE.