DraDetailsResponse

data class DraDetailsResponse(val biosId: String, val forwardProtectedItemCount: Int, val health: String, val healthErrors: List<HealthErrorResponse>, val id: String, val lastHeartbeatUtc: String, val name: String, val reverseProtectedItemCount: Int, val version: String)

DRA details.

Constructors

Link copied to clipboard
constructor(biosId: String, forwardProtectedItemCount: Int, health: String, healthErrors: List<HealthErrorResponse>, id: String, lastHeartbeatUtc: String, name: String, reverseProtectedItemCount: Int, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DRA Bios Id.

Link copied to clipboard

The count of protected items which are protected in forward direction.

Link copied to clipboard

The health.

Link copied to clipboard

The health errors.

Link copied to clipboard
val id: String

The DRA Id.

Link copied to clipboard

The last heartbeat received from the DRA.

Link copied to clipboard

The DRA name.

Link copied to clipboard

The count of protected items which are protected in reverse direction.

Link copied to clipboard

The version.