682232e199dad88b58f9b8474fc9de7a27b584d3
[sfa.git] / sfa / rspecs / elements / link.py
1 from sfa.rspec.elements.interface import Interface
2
3 class Link:
4     def __init__(self):
5         self.component_id = None
6         self.component_name = None
7         self.component_manager_id = None
8         self.type = None
9         self.endpoint1 = Interface()
10         self.endpoint2 = Interface()
11         self.capacity = None
12         self.latency = None
13         self.packet_loss = None
14         self.description = None