AutoUpgradeOptionsResponse

data class AutoUpgradeOptionsResponse(val autoUpgradeStartTime: String, val description: String)

AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.

Constructors

Link copied to clipboard
fun AutoUpgradeOptionsResponse(autoUpgradeStartTime: String, description: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.

Link copied to clipboard

Output only This field is set when upgrades are about to commence with the description of the upgrade.