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 \ FirewallEndpointMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2Processing configuration updates.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3Being deleted.
Generated from protobuf enum DELETING = 3;
INACTIVE
Value: 4Down or in an error state.
Generated from protobuf enum INACTIVE = 4;