public enum InterceptDeployment.State extends Enum<InterceptDeployment.State> implements ProtocolMessageEnumThe current state of the deployment.
Protobuf enum google.cloud.networksecurity.v1.InterceptDeployment.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The deployment is ready and in sync with the parent group. |
ACTIVE_VALUE |
The deployment is ready and in sync with the parent group. |
CREATING |
The deployment is being created. |
CREATING_VALUE |
The deployment is being created. |
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_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. |
DELETING |
The deployment is being deleted. |
DELETING_VALUE |
The deployment is being deleted. |
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_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. |
STATE_UNSPECIFIED |
State not set (this is not a valid state). |
STATE_UNSPECIFIED_VALUE |
State not set (this is not a valid state). |
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() |
|