Layer2Configuration Class
Common properties for Layer2 Configuration.
Constructor
Layer2Configuration(*, mtu: int = 1500, interfaces: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
mtu
|
MTU of the packets between PE & CE. Default value: 1500
|
|
interfaces
|
List of network device interfaces resource IDs. Default value: None
|