CacheHealthResponse

data class CacheHealthResponse(val conditions: List<ConditionResponse>, val state: String? = null, val statusDescription: String? = null)

An indication of Cache health. Gives more information about health than just that related to provisioning.

Constructors

Link copied to clipboard
constructor(conditions: List<ConditionResponse>, state: String? = null, statusDescription: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Outstanding conditions that need to be investigated and resolved.

Link copied to clipboard
val state: String? = null

List of Cache health states.

Link copied to clipboard

Describes explanation of state.