BrokerState
public enum BrokerState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case creationInProgress = "CREATION_IN_PROGRESS"
-
Undocumented
Declaration
Swift
case creationFailed = "CREATION_FAILED"
-
Undocumented
Declaration
Swift
case deletionInProgress = "DELETION_IN_PROGRESS"
-
Undocumented
Declaration
Swift
case running = "RUNNING"
-
Undocumented
Declaration
Swift
case rebootInProgress = "REBOOT_IN_PROGRESS"
-
Declaration
Swift
public var description: String { get }