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