:right-sidebar: True DriveStartStopType =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.22 .. class:: DriveStartStopType :no-contents-entry: Enumeration describing how a drive can be started/stopped. Fields ------ .. rst-class:: interim-class .. class:: DriveStartStopType :no-index: .. attribute:: MULTIDISK The start/stop methods will assemble/disassemble a virtual drive from several physical drives. .. attribute:: NETWORK The start/stop methods are used for connecting/disconnect to the drive over the network. .. attribute:: PASSWORD The start/stop methods will unlock/lock the disk (for example using the ATA SECURITY UNLOCK DEVICE command) .. attribute:: SHUTDOWN The stop method will physically shut down the drive and e.g. power down the port the drive is attached to. .. attribute:: UNKNOWN Unknown or drive doesn't support start/stop.