- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public enum AutoscalerStatusDetails.Type extends Enum<AutoscalerStatusDetails.Type> implements ProtocolMessageEnum
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.
Protobuf enum google.cloud.compute.v1.AutoscalerStatusDetails.Type
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ALL_INSTANCES_UNHEALTHY | All instances in the instance group are unhealthy (not in RUNNING state). |
ALL_INSTANCES_UNHEALTHY_VALUE | All instances in the instance group are unhealthy (not in RUNNING state). |
BACKEND_SERVICE_DOES_NOT_EXIST | There is no backend service attached to the instance group. |
BACKEND_SERVICE_DOES_NOT_EXIST_VALUE | There is no backend service attached to the instance group. |
CAPPED_AT_MAX_NUM_REPLICAS | Autoscaler recommends a size greater than maxNumReplicas. |
CAPPED_AT_MAX_NUM_REPLICAS_VALUE | Autoscaler recommends a size greater than maxNumReplicas. |
CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE | The custom metric samples are not exported often enough to be a credible base for autoscaling. |
CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE_VALUE | The custom metric samples are not exported often enough to be a credible base for autoscaling. |
CUSTOM_METRIC_INVALID | The custom metric that was specified does not exist or does not have the necessary labels. |
CUSTOM_METRIC_INVALID_VALUE | The custom metric that was specified does not exist or does not have the necessary labels. |
MIN_EQUALS_MAX | The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. |
MIN_EQUALS_MAX_VALUE | The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. |
MISSING_CUSTOM_METRIC_DATA_POINTS | The autoscaler did not receive any data from the custom metric configured for autoscaling. |
MISSING_CUSTOM_METRIC_DATA_POINTS_VALUE | The autoscaler did not receive any data from the custom metric configured for autoscaling. |
MISSING_LOAD_BALANCING_DATA_POINTS | 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. |
MISSING_LOAD_BALANCING_DATA_POINTS_VALUE | 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 | Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. |
MODE_OFF_VALUE | Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. |
MODE_ONLY_SCALE_OUT | Autoscaling is in the "Autoscale only scale out" mode. Instances in the group will be only added. |
MODE_ONLY_SCALE_OUT_VALUE | Autoscaling is in the "Autoscale only scale out" mode. Instances in the group will be only added. |
MODE_ONLY_UP | Autoscaling is in the "Autoscale only out" mode. Instances in the group will be only added. |
MODE_ONLY_UP_VALUE | Autoscaling is in the "Autoscale only out" mode. Instances in the group will be only added. |
MORE_THAN_ONE_BACKEND_SERVICE | The instance group cannot be autoscaled because it has more than one backend service attached to it. |
MORE_THAN_ONE_BACKEND_SERVICE_VALUE | The instance group cannot be autoscaled because it has more than one backend service attached to it. |
NOT_ENOUGH_QUOTA_AVAILABLE | There is insufficient quota for the necessary resources, such as CPU or number of instances. |
NOT_ENOUGH_QUOTA_AVAILABLE_VALUE | There is insufficient quota for the necessary resources, such as CPU or number of instances. |
REGION_RESOURCE_STOCKOUT | Showed only for regional autoscalers: there is a resource stockout in the chosen region. |
REGION_RESOURCE_STOCKOUT_VALUE | Showed only for regional autoscalers: there is a resource stockout in the chosen region. |
SCALING_TARGET_DOES_NOT_EXIST | The target to be scaled does not exist. |
SCALING_TARGET_DOES_NOT_EXIST_VALUE | The target to be scaled does not exist. |
SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX | For some scaling schedules minRequiredReplicas is greater than maxNumReplicas. Autoscaler always recommends at most maxNumReplicas instances. |
SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX_VALUE | For some scaling schedules minRequiredReplicas is greater than maxNumReplicas. Autoscaler always recommends at most maxNumReplicas instances. |
SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN | For some scaling schedules minRequiredReplicas is less than minNumReplicas. Autoscaler always recommends at least minNumReplicas instances. |
SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN_VALUE | For some scaling schedules minRequiredReplicas is less than minNumReplicas. Autoscaler always recommends at least minNumReplicas instances. |
UNDEFINED_TYPE | A value indicating that the enum field is not set. |
UNDEFINED_TYPE_VALUE | A value indicating that the enum field is not set. |
UNKNOWN |
|
UNKNOWN_VALUE |
|
UNRECOGNIZED | |
UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION | Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. |
UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION_VALUE | Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. |
ZONE_RESOURCE_STOCKOUT | 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. |
ZONE_RESOURCE_STOCKOUT_VALUE | 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. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |