Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class State.
State describes the lifecycle status of a Feature.
Protobuf type google.cloud.gkehub.v1.FeatureResourceState.State
Namespace
Google \ Cloud \ GkeHub \ V1 \ FeatureResourceStateMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
State is unknown or not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ENABLING
Value: 1
The Feature is being enabled, and the Feature resource is being created.
Once complete, the corresponding Feature will be enabled in this Hub.
Generated from protobuf enum ENABLING = 1;
ACTIVE
Value: 2
The Feature is enabled in this Hub, and the Feature resource is fully available.
Generated from protobuf enum ACTIVE = 2;
DISABLING
Value: 3
The Feature is being disabled in this Hub, and the Feature resource is being deleted.
Generated from protobuf enum DISABLING = 3;
UPDATING
Value: 4
The Feature resource is being updated.
Generated from protobuf enum UPDATING = 4;
SERVICE_UPDATING
Value: 5
The Feature resource is being updated by the Hub Service.
Generated from protobuf enum SERVICE_UPDATING = 5;