Google Cloud Network Security V1 Client - Class State (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class State.

Endpoint state.

Protobuf type google.cloud.networksecurity.v1.FirewallEndpoint.State

Namespace

Google \ Cloud \ NetworkSecurity \ V1 \ FirewallEndpoint

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

Processing configuration updates.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

Being deleted.

Generated from protobuf enum DELETING = 3;

INACTIVE

Value: 4

Down or in an error state.

Generated from protobuf enum INACTIVE = 4;