Class NodeManagement
NodeManagement defines the set of node management services turned on for the node pool.
Implements
Inherited Members
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 |