ClusterState
public enum ClusterState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case createInProgress = "CREATE_IN_PROGRESS" -
Undocumented
Declaration
Swift
case uninitialized = "UNINITIALIZED" -
Undocumented
Declaration
Swift
case initializeInProgress = "INITIALIZE_IN_PROGRESS" -
Undocumented
Declaration
Swift
case initialized = "INITIALIZED" -
Undocumented
Declaration
Swift
case active = "ACTIVE" -
Undocumented
Declaration
Swift
case updateInProgress = "UPDATE_IN_PROGRESS" -
Undocumented
Declaration
Swift
case deleteInProgress = "DELETE_IN_PROGRESS" -
Undocumented
Declaration
Swift
case deleted = "DELETED" -
Undocumented
Declaration
Swift
case degraded = "DEGRADED" -
Declaration
Swift
public var description: String { get }
View on GitHub
ClusterState Enumeration Reference