DataRepositoryLifecycle
public enum DataRepositoryLifecycle : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case creating = "CREATING"
-
Undocumented
Declaration
Swift
case available = "AVAILABLE"
-
Undocumented
Declaration
Swift
case misconfigured = "MISCONFIGURED"
-
Undocumented
Declaration
Swift
case updating = "UPDATING"
-
Undocumented
Declaration
Swift
case deleting = "DELETING"
-
Declaration
Swift
public var description: String { get }