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.

The current state of the endpoint group.

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

Namespace

Google \ Cloud \ NetworkSecurity \ V1 \ MirroringEndpointGroup

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The endpoint group is ready and in sync with the target deployment group.

Generated from protobuf enum ACTIVE = 1;

CLOSED

Value: 2

The deployment group backing this endpoint group has been force-deleted.

This endpoint group cannot be used and mirroring is effectively disabled.

Generated from protobuf enum CLOSED = 2;

CREATING

Value: 3

The endpoint group is being created.

Generated from protobuf enum CREATING = 3;

DELETING

Value: 4

The endpoint group is being deleted.

Generated from protobuf enum DELETING = 4;

OUT_OF_SYNC

Value: 5

The endpoint group is out of sync with the backing deployment group.

In most cases, this is a result of a transient issue within the system (e.g. an inaccessible location) and the system is expected to recover automatically. See the associations field for details per network and location.

Generated from protobuf enum OUT_OF_SYNC = 5;

DELETE_FAILED

Value: 6

An attempt to delete the endpoint group has failed. This is a terminal state and the endpoint group is not expected to recover.

The only permitted operation is to retry deleting the endpoint group.

Generated from protobuf enum DELETE_FAILED = 6;