git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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
]