Enum InterceptDeployment.State (0.94.0)

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

The current state of the deployment.

Protobuf enum google.cloud.networksecurity.v1.InterceptDeployment.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The deployment is ready and in sync with the parent group.

ACTIVE = 1;

ACTIVE_VALUE

The deployment is ready and in sync with the parent group.

ACTIVE = 1;

CREATING

The deployment is being created.

CREATING = 2;

CREATING_VALUE

The deployment is being created.

CREATING = 2;

DELETE_FAILED

An attempt to delete the deployment has failed. This is a terminal state and the deployment is not expected to recover. The only permitted operation is to retry deleting the deployment.

DELETE_FAILED = 5;

DELETE_FAILED_VALUE

An attempt to delete the deployment has failed. This is a terminal state and the deployment is not expected to recover. The only permitted operation is to retry deleting the deployment.

DELETE_FAILED = 5;

DELETING

The deployment is being deleted.

DELETING = 3;

DELETING_VALUE

The deployment is being deleted.

DELETING = 3;

OUT_OF_SYNC

The deployment is out of sync with the parent group. In most cases, this is a result of a transient issue within the system (e.g. a delayed data-path config) and the system is expected to recover automatically. See the parent deployment group's state for more details.

OUT_OF_SYNC = 4;

OUT_OF_SYNC_VALUE

The deployment is out of sync with the parent group. In most cases, this is a result of a transient issue within the system (e.g. a delayed data-path config) and the system is expected to recover automatically. See the parent deployment group's state for more details.

OUT_OF_SYNC = 4;

STATE_UNSPECIFIED

State not set (this is not a valid state).

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State not set (this is not a valid state).

STATE_UNSPECIFIED = 0;

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