EnvironmentHealthStatus

public enum EnvironmentHealthStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case nodata = "NoData"
  • Undocumented

    Declaration

    Swift

    case unknown = "Unknown"
  • Undocumented

    Declaration

    Swift

    case pending = "Pending"
  • ok

    Undocumented

    Declaration

    Swift

    case ok = "Ok"
  • Undocumented

    Declaration

    Swift

    case info = "Info"
  • Undocumented

    Declaration

    Swift

    case warning = "Warning"
  • Undocumented

    Declaration

    Swift

    case degraded = "Degraded"
  • Undocumented

    Declaration

    Swift

    case severe = "Severe"
  • Undocumented

    Declaration

    Swift

    case suspended = "Suspended"
  • Declaration

    Swift

    public var description: String { get }