HsmState
public enum HsmState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case createInProgress = "CREATE_IN_PROGRESS"
-
Undocumented
Declaration
Swift
case active = "ACTIVE"
-
Undocumented
Declaration
Swift
case degraded = "DEGRADED"
-
Undocumented
Declaration
Swift
case deleteInProgress = "DELETE_IN_PROGRESS"
-
Undocumented
Declaration
Swift
case deleted = "DELETED"
-
Declaration
Swift
public var description: String { get }