Class NodePoolManagementArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NodePoolManagementArgs : ResourceArgs
Constructors
View SourceNodePoolManagementArgs()
Declaration
public NodePoolManagementArgs()
Properties
View SourceAutoRepair
Whether the nodes will be automatically repaired.
Declaration
public Input<bool> AutoRepair { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AutoUpgrade
Whether the nodes will be automatically upgraded.
Declaration
public Input<bool> AutoUpgrade { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |