Enum FeatureResourceState.State (1.0.1)

public enum FeatureResourceState.State extends Enum<FeatureResourceState.State> implements ProtocolMessageEnum

State describes the lifecycle status of a Feature.

Protobuf enum google.cloud.gkehub.v1beta.FeatureResourceState.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The Feature is enabled in this Hub, and the Feature resource is fully available.

ACTIVE = 2;

ACTIVE_VALUE

The Feature is enabled in this Hub, and the Feature resource is fully available.

ACTIVE = 2;

DISABLING

The Feature is being disabled in this Hub, and the Feature resource is being deleted.

DISABLING = 3;

DISABLING_VALUE

The Feature is being disabled in this Hub, and the Feature resource is being deleted.

DISABLING = 3;

ENABLING

The Feature is being enabled, and the Feature resource is being created. Once complete, the corresponding Feature will be enabled in this Hub.

ENABLING = 1;

ENABLING_VALUE

The Feature is being enabled, and the Feature resource is being created. Once complete, the corresponding Feature will be enabled in this Hub.

ENABLING = 1;

SERVICE_UPDATING

The Feature resource is being updated by the Hub Service.

SERVICE_UPDATING = 5;

SERVICE_UPDATING_VALUE

The Feature resource is being updated by the Hub Service.

SERVICE_UPDATING = 5;

STATE_UNSPECIFIED

State is unknown or not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is unknown or not set.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The Feature resource is being updated.

UPDATING = 4;

UPDATING_VALUE

The Feature resource is being updated.

UPDATING = 4;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()