ReplicaStatus
public enum ReplicaStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case creating = "CREATING"
-
Undocumented
Declaration
Swift
case creationFailed = "CREATION_FAILED"
-
Undocumented
Declaration
Swift
case updating = "UPDATING"
-
Undocumented
Declaration
Swift
case deleting = "DELETING"
-
Undocumented
Declaration
Swift
case active = "ACTIVE"
-
Declaration
Swift
public var description: String { get }