InstanceStatusEventArgs

data class InstanceStatusEventArgs(val code: Output<EventCodeEnumValueArgs>? = null, val description: Output<String>? = null, val instanceEventId: Output<String>? = null, val notAfter: Output<String>? = null, val notBefore: Output<String>? = null, val notBeforeDeadline: Output<String>? = null) : ConvertibleToJava<InstanceStatusEventArgs>

Definition of InstanceStatusEvent

Constructors

Link copied to clipboard
constructor(code: Output<EventCodeEnumValueArgs>? = null, description: Output<String>? = null, instanceEventId: Output<String>? = null, notAfter: Output<String>? = null, notBefore: Output<String>? = null, notBeforeDeadline: Output<String>? = null)

Properties

Link copied to clipboard
val code: Output<EventCodeEnumValueArgs>? = null

The event code.

Link copied to clipboard
val description: Output<String>? = null

A description of the event.

After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].

Link copied to clipboard
val instanceEventId: Output<String>? = null

The ID of the event.

Link copied to clipboard
val notAfter: Output<String>? = null

The latest scheduled end time for the event.

Link copied to clipboard
val notBefore: Output<String>? = null

The earliest scheduled start time for the event.

Link copied to clipboard
val notBeforeDeadline: Output<String>? = null

The deadline for starting the event.

Functions

Link copied to clipboard
open override fun toJava(): InstanceStatusEventArgs