InstanceStatusDetailsResponse

data class InstanceStatusDetailsResponse(val impairedSince: String? = null, val name: StatusNameEnumValueResponse? = null, val status: StatusTypeEnumValueResponse? = null)

Definition of InstanceStatusDetails

Constructors

Link copied to clipboard
constructor(impairedSince: String? = null, name: StatusNameEnumValueResponse? = null, status: StatusTypeEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val impairedSince: String? = null

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

Link copied to clipboard

The type of instance status.

Link copied to clipboard

The status.