Show / Hide Table of Contents

Class NodeGroupAutoscalingPolicy

Inheritance
System.Object
NodeGroupAutoscalingPolicy
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.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NodeGroupAutoscalingPolicy

Fields

View Source

MaxNodes

Maximum size of the node group. Set to a value less than or equal to 100 and greater than or equal to min-nodes.

Declaration
public readonly int? MaxNodes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MinNodes

Minimum size of the node group. Must be less than or equal to max-nodes. The default value is 0.

Declaration
public readonly int? MinNodes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Mode

The autoscaling mode. Set to one of the following:

  • OFF: Disables the autoscaler.
  • ON: Enables scaling in and scaling out.
  • ONLY_SCALE_OUT: Enables only scaling out. You must use this mode if your node groups are configured to restart their hosted VMs on minimal servers.
Declaration
public readonly string Mode
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.