- 3.24.0 (latest)
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public enum AutoscalerStatusDetails.Types.TypeReference documentation and code samples for the Compute Engine v1 API enum AutoscalerStatusDetails.Types.Type.
The type of error, warning, or notice returned. Current set of possible values:
- ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING state).
- BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group.
- CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas.
- CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to be a credible base for autoscaling.
- CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified does not exist or does not have the necessary labels.
- MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group.
- MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric configured for autoscaling.
- MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer.
- MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved.
- MODE_ONLY_UP (WARNING): Autoscaling is in the "Autoscale only out" mode. The autoscaler can add instances but not remove any.
- MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one backend service attached to it.
- NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the necessary resources, such as CPU or number of instances.
- REGION_RESOURCE_STOCKOUT (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region.
- SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist.
- UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate.
- ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout.
New values might be added in the future. Some of the values might not be available in all API versions.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
AllInstancesUnhealthy |
All instances in the instance group are unhealthy (not in RUNNING state). |
BackendServiceDoesNotExist |
There is no backend service attached to the instance group. |
CappedAtMaxNumReplicas |
Autoscaler recommends a size greater than maxNumReplicas. |
CustomMetricDataPointsTooSparse |
The custom metric samples are not exported often enough to be a credible base for autoscaling. |
CustomMetricInvalid |
The custom metric that was specified does not exist or does not have the necessary labels. |
MinEqualsMax |
The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. |
MissingCustomMetricDataPoints |
The autoscaler did not receive any data from the custom metric configured for autoscaling. |
MissingLoadBalancingDataPoints |
The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. |
ModeOff |
Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. |
ModeOnlyScaleOut |
Autoscaling is in the "Autoscale only scale out" mode. Instances in the group will be only added. |
ModeOnlyUp |
Autoscaling is in the "Autoscale only out" mode. Instances in the group will be only added. |
MoreThanOneBackendService |
The instance group cannot be autoscaled because it has more than one backend service attached to it. |
NotEnoughQuotaAvailable |
There is insufficient quota for the necessary resources, such as CPU or number of instances. |
RegionResourceStockout |
Showed only for regional autoscalers: there is a resource stockout in the chosen region. |
ScalingTargetDoesNotExist |
The target to be scaled does not exist. |
ScheduledInstancesGreaterThanAutoscalerMax |
For some scaling schedules minRequiredReplicas is greater than maxNumReplicas. Autoscaler always recommends at most maxNumReplicas instances. |
ScheduledInstancesLessThanAutoscalerMin |
For some scaling schedules minRequiredReplicas is less than minNumReplicas. Autoscaler always recommends at least minNumReplicas instances. |
UndefinedType |
A value indicating that the enum field is not set. |
Unknown |
|
UnsupportedMaxRateLoadBalancingConfiguration |
Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. |
ZoneResourceStockout |
For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. |