Google Kubernetes Engine v1 API - Class AutoUpgradeOptions (3.16.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class AutoUpgradeOptions.

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