OSImageNotificationProfileArgs

data class OSImageNotificationProfileArgs(val enable: Output<Boolean>? = null, val notBeforeTimeout: Output<String>? = null) : ConvertibleToJava<OSImageNotificationProfileArgs>

Constructors

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

Properties

Link copied to clipboard
val enable: Output<Boolean>? = null

Specifies whether the OS Image Scheduled event is enabled or disabled.

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

Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)

Functions

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