Images functions.
More...
Images functions.
Definition at line 301 of file mngmt.py.
◆ __init__()
def cFSPlib.mngmt.cFimage.__init__ |
( |
|
self, |
|
|
cFuser |
user, |
|
|
|
image_data |
|
) |
| |
Definition at line 303 of file mngmt.py.
303 def __init__(self, user: cFuser, image_data):
305 self.image_data = image_data
306 self.id = image_data[
'id']
307 self.comment = image_data[
'comment']
308 self.required_shell = image_data[
'shell_type']
◆ comment
cFSPlib.mngmt.cFimage.comment |
◆ id
◆ image_data
cFSPlib.mngmt.cFimage.image_data |
◆ required_shell
cFSPlib.mngmt.cFimage.required_shell |
◆ user
cFSPlib.mngmt.cFimage.user |
The documentation for this class was generated from the following file: