Reference documentation and code samples for the Google Cloud Network Security V1 Client class State.
The state of the association.
Protobuf type google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.State
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ MirroringEndpointGroupAssociationMethods
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;
ACTIVE
Value: 1The association is ready and in sync with the linked endpoint group.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 3The association is being created.
Generated from protobuf enum CREATING = 3;
DELETING
Value: 4The association is being deleted.
Generated from protobuf enum DELETING = 4;
CLOSED
Value: 5The association is disabled due to a breaking change in another resource.
Generated from protobuf enum CLOSED = 5;
OUT_OF_SYNC
Value: 6The 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. Check the locations_details field for more details.
Generated from protobuf enum OUT_OF_SYNC = 6;
DELETE_FAILED
Value: 7An attempt to delete the association has failed. This is a terminal state and the association is not expected to be usable as some of its resources have been deleted.
The only permitted operation is to retry deleting the association.
Generated from protobuf enum DELETE_FAILED = 7;