Show / Hide Table of Contents

Class NodeManagement

NodeManagement defines the set of node management services turned on for the node pool.

Inheritance
object
NodeManagement
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 NodeManagement : IDirectResponseSchema

Properties

AutoRepair

Whether the nodes will be automatically repaired.

Declaration
[JsonProperty("autoRepair")]
public virtual bool? AutoRepair { get; set; }
Property Value
Type Description
bool?

AutoUpgrade

Whether the nodes will be automatically upgraded.

Declaration
[JsonProperty("autoUpgrade")]
public virtual bool? AutoUpgrade { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UpgradeOptions

Specifies the Auto Upgrade knobs for the node pool.

Declaration
[JsonProperty("upgradeOptions")]
public virtual AutoUpgradeOptions UpgradeOptions { get; set; }
Property Value
Type Description
AutoUpgradeOptions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX