Enum ScalingScheduleStatus.State (1.51.0)

public enum ScalingScheduleStatus.State extends Enum<ScalingScheduleStatus.State> implements ProtocolMessageEnum

[Output Only] The current state of a scaling schedule.

Protobuf enum google.cloud.compute.v1.ScalingScheduleStatus.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The current autoscaling recommendation is influenced by this scaling schedule.

ACTIVE = 314733318;

ACTIVE_VALUE

The current autoscaling recommendation is influenced by this scaling schedule.

ACTIVE = 314733318;

DISABLED

This scaling schedule has been disabled by the user.

DISABLED = 516696700;

DISABLED_VALUE

This scaling schedule has been disabled by the user.

DISABLED = 516696700;

OBSOLETE

This scaling schedule will never become active again.

OBSOLETE = 66532761;

OBSOLETE_VALUE

This scaling schedule will never become active again.

OBSOLETE = 66532761;

READY

The current autoscaling recommendation is not influenced by this scaling schedule.

READY = 77848963;

READY_VALUE

The current autoscaling recommendation is not influenced by this scaling schedule.

READY = 77848963;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 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()