GetVirtualNodesNodeEvent

data class GetVirtualNodesNodeEvent(val count: Int, val firstTimestamp: String, val lastTimestamp: String, val message: String, val name: String, val reason: String, val type: String)

Constructors

Link copied to clipboard
constructor(count: Int, firstTimestamp: String, lastTimestamp: String, message: String, name: String, reason: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of occurrences.

Link copied to clipboard

The first presentation time stamp.

Link copied to clipboard

The most recent time stamp.

Link copied to clipboard

The event of the message body.

Link copied to clipboard

The name of the event.

Link copied to clipboard

The causes of the incident.

Link copied to clipboard

The Event type.