public enum InterceptDeploymentGroup.State extends Enum<InterceptDeploymentGroup.State> implements ProtocolMessageEnumThe current state of the deployment group.
Protobuf enum google.cloud.networksecurity.v1.InterceptDeploymentGroup.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The deployment group is ready. |
ACTIVE_VALUE |
The deployment group is ready. |
CREATING |
The deployment group is being created. |
CREATING_VALUE |
The deployment group is being created. |
DELETING |
The deployment group is being deleted. |
DELETING_VALUE |
The deployment group is being deleted. |
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() |
|