Class NodeGroupAutoscalingPolicy
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class NodeGroupAutoscalingPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxNodes
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
Declaration
[JsonProperty("maxNodes")]
public virtual int? MaxNodes { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinNodes
The minimum number of nodes that the group should have.
Declaration
[JsonProperty("minNodes")]
public virtual int? MinNodes { get; set; }
Property Value
Type | Description |
---|---|
int? |
Mode
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |