Class AutoUpgradeOptions (3.0.0)

public sealed class AutoUpgradeOptions : IMessage<AutoUpgradeOptions>, IEquatable<AutoUpgradeOptions>, IDeepCloneable<AutoUpgradeOptions>, IBufferMessage, IMessage

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

Inheritance

Object > AutoUpgradeOptions

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AutoUpgradeOptions()

public AutoUpgradeOptions()

AutoUpgradeOptions(AutoUpgradeOptions)

public AutoUpgradeOptions(AutoUpgradeOptions other)
Parameter
NameDescription
otherAutoUpgradeOptions

Properties

AutoUpgradeStartTime

public string AutoUpgradeStartTime { get; set; }

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

Property Value
TypeDescription
String

Description

public string Description { get; set; }

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

Property Value
TypeDescription
String