Enum Autoscaler.Status (1.37.0)

public enum Autoscaler.Status extends Enum<Autoscaler.Status> implements ProtocolMessageEnum

[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 enum google.cloud.compute.v1.Autoscaler.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Configuration is acknowledged to be effective

ACTIVE = 314733318;

ACTIVE_VALUE

Configuration is acknowledged to be effective

ACTIVE = 314733318;

DELETING

Configuration is being deleted

DELETING = 528602024;

DELETING_VALUE

Configuration is being deleted

DELETING = 528602024;

ERROR

Configuration has errors. Actionable for users.

ERROR = 66247144;

ERROR_VALUE

Configuration has errors. Actionable for users.

ERROR = 66247144;

PENDING

Autoscaler backend hasn't read new/updated configuration

PENDING = 35394935;

PENDING_VALUE

Autoscaler backend hasn't read new/updated configuration

PENDING = 35394935;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()