Module: Google::Cloud::NetworkSecurity::V1::MirroringDeploymentGroup::State

Defined in:
proto_docs/google/cloud/networksecurity/v1/mirroring.rb

Overview

The current state of the deployment group.

Constant Summary collapse

STATE_UNSPECIFIED =

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

0
ACTIVE =

The deployment group is ready.

1
CREATING =

The deployment group is being created.

2
DELETING =

The deployment group is being deleted.

3
CLOSED =

The deployment group is being wiped out (project deleted).

4