CacheUpgradeSettingsArgs

data class CacheUpgradeSettingsArgs(val scheduledTime: Output<String>? = null, val upgradeScheduleEnabled: Output<Boolean>? = null) : ConvertibleToJava<CacheUpgradeSettingsArgs>

Cache Upgrade Settings.

Constructors

Link copied to clipboard
constructor(scheduledTime: Output<String>? = null, upgradeScheduleEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val scheduledTime: Output<String>? = null

When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache.

Link copied to clipboard
val upgradeScheduleEnabled: Output<Boolean>? = null

True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.

Functions

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