Class NodeGroupAutoscalingPolicy (0.5.0)

NodeGroupAutoscalingPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
max_nodes int
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
min_nodes int
The minimum number of nodes that the group should have.
mode google.cloud.compute_v1.types.NodeGroupAutoscalingPolicy.Mode
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.

Classes

Mode

Mode(value)

The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.