Kathara.model.Link - KatharaFramework/Kathara GitHub Wiki

module Kathara.model.Link

Global Variables

  • BRIDGE_LINK_NAME

class Link

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.

method Link.__init__

__init__(lab: 'LabPackage.Lab', name) → None

This file was automatically generated via lazydocs.

⚠️ **GitHub.com Fallback** ⚠️