Show / Hide Table of Contents

Class AutoUpgradeOptions

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

Inheritance
object
AutoUpgradeOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX