Layer2ConfigurationResponse

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

layer2Configuration

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of network device interfaces resource IDs.

Link copied to clipboard
val mtu: Int

MTU of the packets between PE & CE.

Link copied to clipboard
val portCount: Int? = null

Number of ports connected between PE/CE. Maximum value depends on FabricSKU.