Nitos: channels now have component_id (urn), which is used to address them into Lease...
[sfa.git] / sfa / rspecs / elements / channel.py
1 from sfa.rspecs.elements.element import Element
2  
3 class Channel(Element):
4     
5     fields = [
6         'reservation_id',
7         'channel_num',
8         'frequency',
9         'standard',
10         'slice_id',
11         'start_time',
12         'duration',
13         'component_id',
14     ]