Class AutoUpgradeOptions
AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class AutoUpgradeOptions : IDirectResponseSchema
Properties
AutoUpgradeStartTime
Output only. This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
Declaration
[JsonProperty("autoUpgradeStartTime")]
public virtual string AutoUpgradeStartTime { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Output only. This field is set when upgrades are about to commence with the description of the upgrade.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |