pyanaconda.modules.storage.checker.checker_interface ==================================================== .. py:module:: pyanaconda.modules.storage.checker.checker_interface Classes ------- .. autoapisummary:: pyanaconda.modules.storage.checker.checker_interface.StorageCheckerInterface Module Contents --------------- .. py:class:: StorageCheckerInterface Bases: :py:obj:`pyanaconda.modules.common.base.base_template.InterfaceTemplate` DBus interface for the storage checker module. .. py:method:: SetConstraint(name, value) Set a constraint to a new value. Supported constraints: min_ram Minimal size of the total memory in bytes. swap_is_recommended Recommend to specify a swap partition. :param str name: a name of the existing constraint :param value: a value of the constraint :raise: UnsupportedValueError if the constraint is not supported