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 state of association.

Protobuf type google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails.State

Namespace

Google \ Cloud \ NetworkSecurity \ V1 \ InterceptEndpointGroupAssociation \ LocationDetails

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;

ACTIVE

Value: 1

The association is ready and in sync with the linked endpoint group.

Generated from protobuf enum ACTIVE = 1;

OUT_OF_SYNC

Value: 2

The association is out of sync with the linked endpoint 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.

Generated from protobuf enum OUT_OF_SYNC = 2;