Compute V1 Client - Class Type (2.0.0)

Reference documentation and code samples for the Compute V1 Client class 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.

Protobuf type google.cloud.compute.v1.AutoscalerStatusDetails.Type

Namespace

Google \ Cloud \ Compute \ V1 \ AutoscalerStatusDetails

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_TYPE = 0;

ALL_INSTANCES_UNHEALTHY

Value: 404965477

All instances in the instance group are unhealthy (not in RUNNING state).

Generated from protobuf enum ALL_INSTANCES_UNHEALTHY = 404965477;

BACKEND_SERVICE_DOES_NOT_EXIST

Value: 191417626

There is no backend service attached to the instance group.

Generated from protobuf enum BACKEND_SERVICE_DOES_NOT_EXIST = 191417626;

CAPPED_AT_MAX_NUM_REPLICAS

Value: 518617

Autoscaler recommends a size greater than maxNumReplicas.

Generated from protobuf enum CAPPED_AT_MAX_NUM_REPLICAS = 518617;

CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE

Value: 328964659

The custom metric samples are not exported often enough to be a credible base for autoscaling.

Generated from protobuf enum CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE = 328964659;

CUSTOM_METRIC_INVALID

Value: 204430550

The custom metric that was specified does not exist or does not have the necessary labels.

Generated from protobuf enum CUSTOM_METRIC_INVALID = 204430550;

MIN_EQUALS_MAX

Value: 2821361

The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group.

Generated from protobuf enum MIN_EQUALS_MAX = 2821361;

MISSING_CUSTOM_METRIC_DATA_POINTS

Value: 94885086

The autoscaler did not receive any data from the custom metric configured for autoscaling.

Generated from protobuf enum MISSING_CUSTOM_METRIC_DATA_POINTS = 94885086;

MISSING_LOAD_BALANCING_DATA_POINTS

Value: 509858898

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.

Generated from protobuf enum MISSING_LOAD_BALANCING_DATA_POINTS = 509858898;

MODE_OFF

Value: 164169907

Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved.

Generated from protobuf enum MODE_OFF = 164169907;

MODE_ONLY_SCALE_OUT

Value: 3840994

Autoscaling is in the "Autoscale only scale out" mode. Instances in the group will be only added.

Generated from protobuf enum MODE_ONLY_SCALE_OUT = 3840994;

MODE_ONLY_UP

Value: 100969842

Autoscaling is in the "Autoscale only out" mode. Instances in the group will be only added.

Generated from protobuf enum MODE_ONLY_UP = 100969842;

MORE_THAN_ONE_BACKEND_SERVICE

Value: 151922141

The instance group cannot be autoscaled because it has more than one backend service attached to it.

Generated from protobuf enum MORE_THAN_ONE_BACKEND_SERVICE = 151922141;

NOT_ENOUGH_QUOTA_AVAILABLE

Value: 403101631

There is insufficient quota for the necessary resources, such as CPU or number of instances.

Generated from protobuf enum NOT_ENOUGH_QUOTA_AVAILABLE = 403101631;

REGION_RESOURCE_STOCKOUT

Value: 528622846

Showed only for regional autoscalers: there is a resource stockout in the chosen region.

Generated from protobuf enum REGION_RESOURCE_STOCKOUT = 528622846;

SCALING_TARGET_DOES_NOT_EXIST

Value: 122636699

The target to be scaled does not exist.

Generated from protobuf enum SCALING_TARGET_DOES_NOT_EXIST = 122636699;

SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX

Value: 29275586

For some scaling schedules minRequiredReplicas is greater than maxNumReplicas. Autoscaler always recommends at most maxNumReplicas instances.

Generated from protobuf enum SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX = 29275586;

SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN

Value: 398287669

For some scaling schedules minRequiredReplicas is less than minNumReplicas. Autoscaler always recommends at least minNumReplicas instances.

Generated from protobuf enum SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN = 398287669;

UNKNOWN

Value: 433141802

Generated from protobuf enum UNKNOWN = 433141802;

UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION

Value: 330845009

Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate.

Generated from protobuf enum UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION = 330845009;

ZONE_RESOURCE_STOCKOUT

Value: 210200502

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.

Generated from protobuf enum ZONE_RESOURCE_STOCKOUT = 210200502;