Compute Engine v1 API - Enum Autoscaler.Types.Status (2.16.0)

public enum Autoscaler.Types.Status

Reference documentation and code samples for the Compute Engine v1 API enum Autoscaler.Types.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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Active

Configuration is acknowledged to be effective

Deleting

Configuration is being deleted

Error

Configuration has errors. Actionable for users.

Pending

Autoscaler backend hasn't read new/updated configuration

UndefinedStatus

A value indicating that the enum field is not set.