DiskAddOnArgs

data class DiskAddOnArgs(val addOnType: Output<String>, val autoSnapshotAddOnRequest: Output<DiskAutoSnapshotAddOnArgs>? = null, val status: Output<DiskAddOnStatus>? = null) : ConvertibleToJava<DiskAddOnArgs>

A addon associate with a resource.

Constructors

Link copied to clipboard
constructor(addOnType: Output<String>, autoSnapshotAddOnRequest: Output<DiskAutoSnapshotAddOnArgs>? = null, status: Output<DiskAddOnStatus>? = null)

Properties

Link copied to clipboard
val addOnType: Output<String>

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: Output<DiskAddOnStatus>? = null

Status of the Addon

Functions

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