ServerEvent

An event that is related to the server, such as the start of maintenance or backup.

Types

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

Properties

Link copied to clipboard

The time when the event occurred.

Link copied to clipboard

The Amazon S3 URL of the event's log file.

Link copied to clipboard

A human-readable informational or status message.

Link copied to clipboard

The name of the server on or for which the event occurred.

Functions

Link copied to clipboard
inline fun copy(block: ServerEvent.Builder.() -> Unit = {}): ServerEvent
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