InstanceAddOn

data class InstanceAddOn(val snapshotTime: String, val status: String, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Link copied to clipboard

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