TerminateNotificationProfileResponse

data class TerminateNotificationProfileResponse(val enable: Boolean? = null, val notBeforeTimeout: String? = null)

Specifies Terminate Scheduled Event related configurations.

Constructors

Link copied to clipboard
constructor(enable: Boolean? = null, notBeforeTimeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: Boolean? = null

Specifies whether the Terminate Scheduled event is enabled or disabled.

Link copied to clipboard

Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)