DomainSoftwareUpdateOptions

data class DomainSoftwareUpdateOptions(val autoSoftwareUpdateEnabled: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether automatic service software updates are enabled for the domain. Defaults to false.