Share via


CacheHealth interface

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

Properties

conditions

Outstanding conditions that need to be investigated and resolved. NOTE: This property will not be serialized. It can only be populated by the server.

state

List of Cache health states. Possible values include: 'Unknown', 'Healthy', 'Degraded', 'Down', 'Transitioning', 'Stopping', 'Stopped', 'Upgrading', 'Flushing'

statusDescription

Describes explanation of state.

Property Details

conditions

Outstanding conditions that need to be investigated and resolved. NOTE: This property will not be serialized. It can only be populated by the server.

conditions?: Condition[]

Property Value

state

List of Cache health states. Possible values include: 'Unknown', 'Healthy', 'Degraded', 'Down', 'Transitioning', 'Stopping', 'Stopped', 'Upgrading', 'Flushing'

state?: HealthStateType

Property Value

statusDescription

Describes explanation of state.

statusDescription?: undefined | string

Property Value

undefined | string