VolumeState
public enum VolumeState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case creating = "creating"
-
Undocumented
Declaration
Swift
case available = "available"
-
Undocumented
Declaration
Swift
case inUse = "in-use"
-
Undocumented
Declaration
Swift
case deleting = "deleting"
-
Undocumented
Declaration
Swift
case deleted = "deleted"
-
Undocumented
Declaration
Swift
case error = "error"
-
Declaration
Swift
public var description: String { get }