Compute V1 Client - Class Status (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Status.

[Output Only] The status of the autoscaler configuration. Current set of possible values: - PENDING: Autoscaler backend hasn't read new/updated configuration. - DELETING: Configuration is being deleted. - ACTIVE: Configuration is acknowledged to be effective. Some warnings might be present in the statusDetails field. - ERROR: Configuration has errors. Actionable for users. Details are present in the statusDetails field. New values might be added in the future.

Protobuf type google.cloud.compute.v1.Autoscaler.Status

Namespace

Google \ Cloud \ Compute \ V1 \ Autoscaler

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATUS

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATUS = 0;

ACTIVE

Value: 314733318

Configuration is acknowledged to be effective

Generated from protobuf enum ACTIVE = 314733318;

DELETING

Value: 528602024

Configuration is being deleted

Generated from protobuf enum DELETING = 528602024;

ERROR

Value: 66247144

Configuration has errors. Actionable for users.

Generated from protobuf enum ERROR = 66247144;

PENDING

Value: 35394935

Autoscaler backend hasn't read new/updated configuration

Generated from protobuf enum PENDING = 35394935;