RecoveryPointStatus

public enum RecoveryPointStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case completed = "COMPLETED"
  • Undocumented

    Declaration

    Swift

    case partial = "PARTIAL"
  • Undocumented

    Declaration

    Swift

    case deleting = "DELETING"
  • Undocumented

    Declaration

    Swift

    case expired = "EXPIRED"
  • Declaration

    Swift

    public var description: String { get }