Show / Hide Table of Contents

Class NodePoolManagementArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodePoolManagementArgs
Inherited Members
ResourceArgs.Empty
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 Source

NodePoolManagementArgs()

Declaration
public NodePoolManagementArgs()

Properties

View Source

AutoRepair

Whether the nodes will be automatically repaired.

Declaration
public Input<bool> AutoRepair { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AutoUpgrade

Whether the nodes will be automatically upgraded.

Declaration
public Input<bool> AutoUpgrade { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.