pyanaconda.modules.storage.fcoe.fcoe_interface
Classes
DBus interface for the FCoE module. |
Module Contents
- class pyanaconda.modules.storage.fcoe.fcoe_interface.FCOEInterface[source]
Bases:
pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate
DBus interface for the FCoE module.
- DiscoverWithTask(nic, dcb, auto_vlan)[source]
Discover a FCoE device.
- Parameters:
nic (Str) – a name of the network device
dcb (Bool) – Data Center Bridging awareness enabled
auto_vlan (Bool) – automatic VLAN discovery and setup enabled
- Returns:
a DBus path to a task
- Return type:
ObjPath
- WriteConfiguration()[source]
Write the configuration to sysroot.
FIXME: This is just a temporary method.