Google Cloud Gke Hub V1 Client - Class State (0.6.3)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;