InstanceAddOnArgs

data class InstanceAddOnArgs(val snapshotTime: Output<String>, val status: Output<String>, val type: Output<String>) : ConvertibleToJava<InstanceAddOnArgs>

Constructors

Link copied to clipboard
constructor(snapshotTime: Output<String>, status: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val snapshotTime: Output<String>

The daily time when an automatic snapshot will be created. Must be in HH:00 format, and in an hourly increment and specified in Coordinated Universal Time (UTC). The snapshot will be automatically created between the time specified and up to 45 minutes after.

Link copied to clipboard
val status: Output<String>

The status of the add-on. Valid Values: Enabled, Disabled.

Link copied to clipboard
val type: Output<String>

The add-on type. There is currently only one valid type AutoSnapshot.

Functions

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