pyanaconda.modules.storage.partitioning.base_interface ====================================================== .. py:module:: pyanaconda.modules.storage.partitioning.base_interface Classes ------- .. autoapisummary:: pyanaconda.modules.storage.partitioning.base_interface.PartitioningInterface Module Contents --------------- .. py:class:: PartitioningInterface Bases: :py:obj:`pyanaconda.modules.common.base.base_template.ModuleInterfaceTemplate` DBus interface for a partitioning module. .. py:property:: PartitioningMethod :type: Str Type of the partitioning method. :return: a name of the method .. py:method:: GetDeviceTree() Get the device tree. :return: a DBus path to a device tree .. py:method:: ConfigureWithTask() Schedule the partitioning actions. :return: a DBus path to a task .. py:method:: ValidateWithTask() Validate the scheduled partitioning. Run sanity checks on the current storage model to verify if the partitioning is valid. The result of the task is a validation report. :return: a DBus path to a task