Enum State (1.41.0)

public enum State extends Enum<State> implements ProtocolMessageEnum

The State enum represents the lifecycle stage of a Network Connectivity Center resource.

Protobuf enum google.cloud.networkconnectivity.v1.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACCEPTING

The resource's accept operation is in progress.

ACCEPTING = 8;

ACCEPTING_VALUE

The resource's accept operation is in progress.

ACCEPTING = 8;

ACTIVE

The resource is active

ACTIVE = 2;

ACTIVE_VALUE

The resource is active

ACTIVE = 2;

CREATING

The resource's create operation is in progress.

CREATING = 1;

CREATING_VALUE

The resource's create operation is in progress.

CREATING = 1;

DELETING

The resource's delete operation is in progress.

DELETING = 3;

DELETING_VALUE

The resource's delete operation is in progress.

DELETING = 3;

INACTIVE

The resource is inactive.

INACTIVE = 7;

INACTIVE_VALUE

The resource is inactive.

INACTIVE = 7;

OBSOLETE

The hub associated with this spoke resource has been deleted. This state applies to spoke resources only.

OBSOLETE = 10;

OBSOLETE_VALUE

The hub associated with this spoke resource has been deleted. This state applies to spoke resources only.

OBSOLETE = 10;

REJECTING

The resource's reject operation is in progress.

REJECTING = 9;

REJECTING_VALUE

The resource's reject operation is in progress.

REJECTING = 9;

STATE_UNSPECIFIED

No state information available

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

No state information available

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The resource's update operation is in progress.

UPDATING = 6;

UPDATING_VALUE

The resource's update operation is in progress.

UPDATING = 6;

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()