pyanaconda.modules.storage.zfcp.zfcp_interface ============================================== .. py:module:: pyanaconda.modules.storage.zfcp.zfcp_interface Classes ------- .. autoapisummary:: pyanaconda.modules.storage.zfcp.zfcp_interface.ZFCPInterface Module Contents --------------- .. py:class:: ZFCPInterface Bases: :py:obj:`pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate` DBus interface for the zFCP module. .. py:method:: IsSupported() Is this module supported? .. py:method:: DiscoverWithTask(device_number, wwpn, lun) Discover a zFCP device. :param device_number: a device number :param wwpn: a worldwide port name :param lun: an FCP LUN number :return: a DBus path to a task .. py:method:: WriteConfiguration() Write the configuration to sysroot. FIXME: This is just a temporary method.