ResourceStatusResponse

data class ResourceStatusResponse(val lastUpdatedAt: String, val message: String, val reason: String, val severity: String, val status: String, val type: String)

The resource status information.

Constructors

Link copied to clipboard
constructor(lastUpdatedAt: String, message: String, reason: String, severity: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The last update time for this condition.

Link copied to clipboard

A human readable message indicating details about the status.

Link copied to clipboard

The reason for the condition's status.

Link copied to clipboard

Severity with which to treat failures of this type of condition.

Link copied to clipboard

Status of the condition.

Link copied to clipboard

The type of the condition.