Network Security V1 API - Module Google::Cloud::NetworkSecurity::V1::InterceptDeployment::State (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::InterceptDeployment::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-07 UTC."],[],[]]