Enum StateTimeline.StateMetadata.State (1.73.0)

public enum StateTimeline.StateMetadata.State extends Enum<StateTimeline.StateMetadata.State> implements ProtocolMessageEnum

The state of the resource.

Protobuf enum google.cloud.networkconnectivity.v1.StateTimeline.StateMetadata.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The resource is in use.

ACTIVE = 2;

ACTIVE_VALUE

The resource is in use.

ACTIVE = 2;

ADDING

The resource is being added.

ADDING = 1;

ADDING_VALUE

The resource is being added.

ADDING = 1;

DELETING

The resource is being deleted.

DELETING = 3;

DELETING_VALUE

The resource is being deleted.

DELETING = 3;

STATE_UNSPECIFIED

An invalid state, which is the default case.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

An invalid state, which is the default case.

STATE_UNSPECIFIED = 0;

SUSPENDED

The resource is suspended and not in use.

SUSPENDED = 5;

SUSPENDED_VALUE

The resource is suspended and not in use.

SUSPENDED = 5;

SUSPENDING

The resource is being suspended.

SUSPENDING = 4;

SUSPENDING_VALUE

The resource is being suspended.

SUSPENDING = 4;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()