adding PGv2 RSpec support to the vini aggregate manager
[sfa.git] / sfa / rspecs / elements / link.py
index e69de29..682232e 100644 (file)
@@ -0,0 +1,14 @@
+from sfa.rspec.elements.interface import Interface
+
+class Link:
+    def __init__(self):
+        self.component_id = None
+        self.component_name = None
+        self.component_manager_id = None
+        self.type = None
+        self.endpoint1 = Interface()
+        self.endpoint2 = Interface()
+        self.capacity = None
+        self.latency = None
+        self.packet_loss = None
+        self.description = None