X509 Extension Authority Information Access: URI of Registry
[sfa.git] / sfa / rspecs / elements / property.py
1 from sfa.rspecs.elements.element import Element
2
3 class Property(Element):
4     
5     fields = [
6         'source_id',
7         'dest_id',
8         'capacity',
9         'latency',
10         'packet_loss',
11     ]
12