GlobalVMShutdownScheduleNotificationSettings

data class GlobalVMShutdownScheduleNotificationSettings(val email: String? = null, val enabled: Boolean, val timeInMinutes: Int? = null, val webhookUrl: String? = null)

Constructors

constructor(email: String? = null, enabled: Boolean, timeInMinutes: Int? = null, webhookUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

E-mail address to which the notification will be sent.

Link copied to clipboard

Whether to enable pre-shutdown notifications. Possible values are true and false.

Link copied to clipboard
val timeInMinutes: Int? = null

Time in minutes between 15 and 120 before a shutdown event at which a notification will be sent. Defaults to 30.

Link copied to clipboard
val webhookUrl: String? = null

The webhook URL to which the notification will be sent.