pyanaconda.modules.storage.fcoe.fcoe_interface ============================================== .. py:module:: pyanaconda.modules.storage.fcoe.fcoe_interface Classes ------- .. autoapisummary:: pyanaconda.modules.storage.fcoe.fcoe_interface.FCOEInterface Module Contents --------------- .. py:class:: FCOEInterface Bases: :py:obj:`pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate` DBus interface for the FCoE module. .. py:method:: IsSupported() Is this module supported? .. py:method:: DiscoverWithTask(nic, dcb, auto_vlan) Discover a FCoE device. :param nic: a name of the network device :param dcb: Data Center Bridging awareness enabled :param auto_vlan: automatic VLAN discovery and setup enabled :return: a DBus path to a task .. py:method:: WriteConfiguration() Write the configuration to sysroot. FIXME: This is just a temporary method. .. py:method:: GetNics() Get all NICs. :return: a list of names of network devices connected to FCoE switches .. py:method:: GetDracutArguments(nic) Get dracut arguments for the given FCoE device. :param nic: a name of the network device connected to the FCoE switch :return: a list of dracut arguments FIXME: This is just a temporary method.