autopep8
[sfa.git] / sfa / rspecs / elements / link.py
1 from sfa.rspecs.elements.element import Element
2
3
4 class Link(Element):
5     fields = [
6         'client_id',
7         'component_id',
8         'component_name',
9         'component_manager',
10         'type',
11         'interface1',
12         'interface2',
13         'capacity',
14         'latency',
15         'packet_loss',
16         'description',
17     ]