-
Notifications
You must be signed in to change notification settings - Fork 64
Kathara.model.Interface
Tommaso Caiazzi edited this page Jan 10, 2024
·
1 revision
Interface object associated to a Machine network interface.
Attributes:
-
machine
(Kathara.model.Machine.Machine): The machine associated to this interface. -
link
(Kathara.model.Link.Link): The collision domain associated to this interface. -
num
(int): The interface number. -
mac_address
(Optional[str]): The MAC address of the interface. If None, a generated MAC address is associated when the Machine is started.
__init__(
machine: 'MachinePackage.Machine',
link: 'LinkPackage.Link',
num: int,
mac_address: Optional[str] = None
) → None
This file was automatically generated via lazydocs.
Website: kathara.org
Contact us: [email protected]