Merge branch 'thgeneric'
[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': None, 
6         'component_id': None,
7         'component_name': None,
8         'component_manager': None,
9         'type': None,
10         'interface1': None,
11         'interface2': None,
12         'capacity': None,
13         'latency': None,
14         'packet_loss': None,
15         'description': None,
16     }