ApplicationStatus

Describes the application-level health status for an instance.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details about the application status checks for the instance.

Link copied to clipboard

The date and time when application status reporting resumes after suppression.

Link copied to clipboard

The current instance-level application status. This status is derived from application status checks with Aggregation set to included. Possible values:

Link copied to clipboard

The date and time when the current status started.

Link copied to clipboard

The date and time of the last status update.

Functions

Link copied to clipboard
inline fun copy(block: ApplicationStatus.Builder.() -> Unit = {}): ApplicationStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String