Merge branch 'geni-v3' into pep8
[sfa.git] / sfa / rspecs / elements / link.py
index e69de29..f9ae02e 100644 (file)
@@ -0,0 +1,17 @@
+from sfa.rspecs.elements.element import Element
+
+
+class Link(Element):
+    fields = [
+        'client_id',
+        'component_id',
+        'component_name',
+        'component_manager',
+        'type',
+        'interface1',
+        'interface2',
+        'capacity',
+        'latency',
+        'packet_loss',
+        'description',
+    ]