Module: Google::Cloud::Compute::V1::Autoscaler::Status
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[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.
Constant Summary collapse
- UNDEFINED_STATUS =
A value indicating that the enum field is not set.
0- ACTIVE =
Configuration is acknowledged to be effective
314_733_318- DELETING =
Configuration is being deleted
528_602_024- ERROR =
Configuration has errors. Actionable for users.
66_247_144- PENDING =
Autoscaler backend hasn't read new/updated configuration
35_394_935