Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceStatus

Package version

The resource status information.

Hierarchy

  • ResourceStatus

Index

Properties

Optional lastUpdatedAt

lastUpdatedAt: Date

The last update time for this condition. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

A human readable message indicating details about the status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional reason

reason: undefined | string

The reason for the condition's status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional severity

severity: undefined | string

Severity with which to treat failures of this type of condition. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: undefined | string

Status of the condition. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the condition. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc