-
Notifications
You must be signed in to change notification settings - Fork 64
Kathara.model.Link
Tommaso Caiazzi edited this page Jul 21, 2023
·
9 revisions
- BRIDGE_LINK_NAME
A Kathara collision domain.
Contains information about the collision domain and the API object to interact with the Manager.
Attributes:
-
lab
(Kathara.model.Lab.Lab): The Kathara network scenario of the collision domain. -
name
(str): The name of the collision domain. -
external
(List[Kathara.model.ExternalLink.ExternalLink]): External links attached to this collision domain. -
machines
(Dict[str, Kathara.model.Machine.Machine]): Machines attached to this collision domain. -
api_object
(Any): To interact with the current Kathara Manager.
__init__(lab: 'LabPackage.Lab', name) → None
This file was automatically generated via lazydocs.
Website: kathara.org
Contact us: contact@kathara.org