Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::MirroringDeployment::State.
The current state of the deployment.
Constants
STATE_UNSPECIFIED
value: 0
State not set (this is not a valid state).
ACTIVE
value: 1
The deployment is ready and in sync with the parent group.
CREATING
value: 2
The deployment is being created.
DELETING
value: 3
The deployment is being deleted.
OUT_OF_SYNC
value: 4
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.
DELETE_FAILED
value: 5
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.