| Top |  |  |  |  | 
| org.freedesktop.UDisks2.Swapspaceorg.freedesktop.UDisks2.Swapspace — Block device containing swap data | 
Start (IN a{sv} options); Stop (IN a{sv} options); SetLabel (IN s label, IN a{sv} options); SetUUID (IN s uuid, IN a{sv} options);
This interface is used for org.freedesktop.UDisks2.Block devices that contain swap space.
Start (IN  a{sv} options);
Activates the swap device.
| 
 | Options (currently unused except for standard options). | 
Stop (IN  a{sv} options);
Deactivates the swap device.
| 
 | Options (currently unused except for standard options). | 
SetLabel (IN  s     label,
          IN  a{sv} options);
Set label for the swap device.
| 
 | The label to set. | 
| 
 | Options (currently unused except for standard options). | 
SetUUID (IN  s     uuid,
         IN  a{sv} options);
Set UUID for the swap device.
| 
 | The UUID to set. | 
| 
 | Options (currently unused except for standard options). | 
Since 2.10.0