HibernationOptionsProperties

data class HibernationOptionsProperties(val configured: Boolean? = null)

Indicates whether an instance is enabled for hibernation.

Constructors

Link copied to clipboard
constructor(configured: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val configured: Boolean? = null

If you set this parameter to true, your instance is enabled for hibernation.