Class State (1.21.0)

State(value)

State describes the lifecycle status of a Feature.

Enums

Name Description
STATE_UNSPECIFIED State is unknown or not set.
ENABLING The Feature is being enabled, and the Feature resource is being created. Once complete, the corresponding Feature will be enabled in this Fleet.
ACTIVE The Feature is enabled in this Fleet, and the Feature resource is fully available.
DISABLING The Feature is being disabled in this Fleet, and the Feature resource is being deleted.
UPDATING The Feature resource is being updated.
SERVICE_UPDATING The Feature resource is being updated by the Hub Service.