pyanaconda.modules.storage.snapshot.snapshot_interface ====================================================== .. py:module:: pyanaconda.modules.storage.snapshot.snapshot_interface Classes ------- .. autoapisummary:: pyanaconda.modules.storage.snapshot.snapshot_interface.SnapshotInterface Module Contents --------------- .. py:class:: SnapshotInterface Bases: :py:obj:`pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate` DBus interface for the snapshot module. .. py:method:: IsRequested(when) Are there requests for snapshots of the given type? Types of the requests: 0 Post-installation snapshots. 1 Pre-installation snapshots. :param when: a type of the requests :return: True or False .. py:method:: CreateWithTask(when) Create ThinLV snapshots. Types of the snapshots: 0 Post-installation snapshots. 1 Pre-installation snapshots. :param when: a type of the requests :return: a DBus path to a task