Sdílet prostřednictvím


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
int

MTU of the packets between PE & CE.

Default value: 1500
interfaces

List of network device interfaces resource IDs.

Default value: None

Variables

Name Description
mtu
int

MTU of the packets between PE & CE.

interfaces

List of network device interfaces resource IDs.