DomainAutoTuneOptionsMaintenanceScheduleDurationArgs

data class DomainAutoTuneOptionsMaintenanceScheduleDurationArgs(val unit: Output<String>, val value: Output<Int>) : ConvertibleToJava<DomainAutoTuneOptionsMaintenanceScheduleDurationArgs>

Constructors

constructor(unit: Output<String>, value: Output<Int>)

Properties

Link copied to clipboard
val unit: Output<String>

The unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: HOURS.

Link copied to clipboard
val value: Output<Int>

An integer specifying the value of the duration of an Auto-Tune maintenance window.

Functions

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