data_classes

Classes

Switch

Represents a switch being modeled in the virtual lab.

Connection

Represents a connection between two switches in the virtual lab.

Module Contents

class data_classes.Switch[source]

Represents a switch being modeled in the virtual lab.

name: str[source]
model: str[source]
eos_version: str[source]
system_mac: str[source]
serial_number: str[source]
lldp_system_name: str[source]
ethernet_interfaces: int[source]
gns3_template_id: str[source]
gns3_node_id: str[source]
docker_container_id: str[source]
initial_config: List = [][source]
vendor_platform: str = ''[source]
qemu_vm_id: str = ''[source]
class data_classes.Connection[source]

Represents a connection between two switches in the virtual lab.

switch_a: str[source]
port_a: str[source]
switch_b: str[source]
port_b: str[source]