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 deployment.

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

Namespace

Google \ Cloud \ NetworkSecurity \ V1 \ MirroringDeployment

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 deployment is ready and in sync with the parent group.

Generated from protobuf enum ACTIVE = 1;

CREATING

Value: 2

The deployment is being created.

Generated from protobuf enum CREATING = 2;

DELETING

Value: 3

The deployment is being deleted.

Generated from protobuf enum DELETING = 3;

OUT_OF_SYNC

Value: 4

The deployment is out of sync with the parent group.

In most cases, this is a result of a transient issue within the system (e.g. a delayed data-path config) and the system is expected to recover automatically. See the parent deployment group's state for more details.

Generated from protobuf enum OUT_OF_SYNC = 4;

DELETE_FAILED

Value: 5

An attempt to delete the deployment has failed. This is a terminal state and the deployment is not expected to recover. The only permitted operation is to retry deleting the deployment.

Generated from protobuf enum DELETE_FAILED = 5;