DiskAddOn

data class DiskAddOn(val addOnType: String, val autoSnapshotAddOnRequest: DiskAutoSnapshotAddOn? = null, val status: DiskAddOnStatus? = null)

A addon associate with a resource.

Constructors

Link copied to clipboard
constructor(addOnType: String, autoSnapshotAddOnRequest: DiskAutoSnapshotAddOn? = null, status: DiskAddOnStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The add-on type

Link copied to clipboard

The parameters for the automatic snapshot add-on, such as the daily time when an automatic snapshot will be created.

Link copied to clipboard
val status: DiskAddOnStatus? = null

Status of the Addon