public sealed class AutoUpgradeOptions : IMessage<AutoUpgradeOptions>, IEquatable<AutoUpgradeOptions>, IDeepCloneable<AutoUpgradeOptions>, IBufferMessage, IMessageAutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.
Implements
IMessage<AutoUpgradeOptions>, IEquatable<AutoUpgradeOptions>, IDeepCloneable<AutoUpgradeOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
AutoUpgradeOptions()
public AutoUpgradeOptions()AutoUpgradeOptions(AutoUpgradeOptions)
public AutoUpgradeOptions(AutoUpgradeOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoUpgradeOptions |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|