fix options to sfi myslice for selecting a custom backend
[sfa.git] / sfa / rspecs / elements / channel.py
index eab3bea..9668054 100644 (file)
@@ -3,7 +3,12 @@ from sfa.rspecs.elements.element import Element
 class Channel(Element):
     
     fields = [
+        'reservation_id',
         'channel_num',
         'frequency',
         'standard',
+        'slice_id',
+        'start_time',
+        'duration',
+        'component_id',
     ]