Kathara.model.Link - KatharaFramework/Kathara GitHub Wiki
- 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.