Reference documentation and code samples for the Compute V1 Client class State.
[Output Only] The current state of a scaling schedule.
Protobuf type google.cloud.compute.v1.ScalingScheduleStatus.State
Namespace
Google \ Cloud \ Compute \ V1 \ ScalingScheduleStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ACTIVE
Value: 314733318
The current autoscaling recommendation is influenced by this scaling schedule.
Generated from protobuf enum ACTIVE = 314733318;
DISABLED
Value: 516696700
This scaling schedule has been disabled by the user.
Generated from protobuf enum DISABLED = 516696700;
OBSOLETE
Value: 66532761
This scaling schedule will never become active again.
Generated from protobuf enum OBSOLETE = 66532761;
READY
Value: 77848963
The current autoscaling recommendation is not influenced by this scaling schedule.
Generated from protobuf enum READY = 77848963;