Module: Google::Cloud::NetworkSecurity::V1::FirewallEndpointAssociation::State

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

Overview

Association state.

Constant Summary collapse

STATE_UNSPECIFIED =

Not set.

0
CREATING =

Being created.

1
ACTIVE =

Active and ready for traffic.

2
DELETING =

Being deleted.

3
INACTIVE =

Down or in an error state.

4
ORPHAN =

The project that housed the association has been deleted.

5