pyanaconda.modules.storage.disk_selection.selection_interface ============================================================= .. py:module:: pyanaconda.modules.storage.disk_selection.selection_interface Classes ------- .. autoapisummary:: pyanaconda.modules.storage.disk_selection.selection_interface.DiskSelectionInterface Module Contents --------------- .. py:class:: DiskSelectionInterface Bases: :py:obj:`pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate` DBus interface for the disk selection module. .. py:method:: connect_signals() Connect the signals. .. py:property:: SelectedDisks :type: List[Str] The list of selected disks. .. py:method:: ValidateSelectedDisks(drives) Validate the list of selected disks. :param drives: a list of drives IDs :return: a validation report .. py:property:: ExclusiveDisks :type: List[Str] The list of drives to scan. .. py:property:: IgnoredDisks :type: List[Str] The list of ignored disks. .. py:property:: ProtectedDevices :type: List[Str] The list of devices to protect. .. py:property:: DiskImages :type: Dict[Str, Str] The dictionary of disk images. .. py:method:: GetUsableDisks() Get a list of disks that can be used for the installation. :return: a list of disk IDs