pyanaconda.ui.gui.spokes.advstorage package

Submodules

pyanaconda.ui.gui.spokes.advstorage.dasd module

class pyanaconda.ui.gui.spokes.advstorage.dasd.DASDDialog(data, storage)

Bases: pyanaconda.ui.gui.GUIObject

Gtk dialog which allows users to manually add DASD devices without
having previously specified them in a parm file.

Inheritance diagram of DASDDialog

builderObjects = ['dasdDialog']
mainWidgetName = 'dasdDialog'
on_device_entry_activate(entry, user_data=None)
on_start_clicked(*args)

Go through the process of validating entry contents and then attempt to add the device.

refresh()
run()
uiFile = 'spokes/advstorage/dasd.glade'

pyanaconda.ui.gui.spokes.advstorage.fcoe module

class pyanaconda.ui.gui.spokes.advstorage.fcoe.FCoEDialog(data, storage)

Bases: pyanaconda.ui.gui.GUIObject

Inheritance diagram of FCoEDialog

builderObjects = ['fcoeDialog']
mainWidgetName = 'fcoeDialog'
nic
on_add_clicked(*args)
refresh()
run()
uiFile = 'spokes/advstorage/fcoe.glade'
use_auto_vlan
use_dcb

pyanaconda.ui.gui.spokes.advstorage.iscsi module

class pyanaconda.ui.gui.spokes.advstorage.iscsi.ISCSIDialog(data, storage)

Bases: pyanaconda.ui.gui.GUIObject

Inheritance diagram of ISCSIDialog

builderObjects = ['iscsiDialog', 'nodeStore', 'nodeStoreFiltered']
mainWidgetName = 'iscsiDialog'
on_auth_type_changed(widget, *args)
on_discover_entry_activated(*args)
on_discover_field_changed(*args)
on_login_clicked(*args)
on_login_entry_activated(*args)
on_login_field_changed(*args)
on_login_type_changed(widget, *args)
on_row_toggled(button, path)
on_start_clicked(*args)
refresh()
run()
selectedNames
uiFile = 'spokes/advstorage/iscsi.glade'

pyanaconda.ui.gui.spokes.advstorage.zfcp module

class pyanaconda.ui.gui.spokes.advstorage.zfcp.ZFCPDialog(data, storage)

Bases: pyanaconda.ui.gui.GUIObject

Gtk dialog which allows users to manually add zFCP devices without
having previously specified them in a parm file.

Inheritance diagram of ZFCPDialog

builderObjects = ['zfcpDialog']
mainWidgetName = 'zfcpDialog'
on_entry_activated(entry, user_data=None)
on_start_clicked(*args)

Go through the process of validating entry contents and then attempt to add the device.

refresh()
run()
uiFile = 'spokes/advstorage/zfcp.glade'

Module contents