Google Cloud BeyondCorp AppConnections V1 Client - Class State (0.2.2)

Reference documentation and code samples for the Google Cloud BeyondCorp AppConnections V1 Client class State.

Represents the different states of a AppConnection.

Protobuf type google.cloud.beyondcorp.appconnections.v1.AppConnection.State

Namespace

Google \ Cloud \ BeyondCorp \ AppConnections \ V1 \ AppConnection

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

AppConnection is being created.

Generated from protobuf enum CREATING = 1;

CREATED

Value: 2

AppConnection has been created.

Generated from protobuf enum CREATED = 2;

UPDATING

Value: 3

AppConnection's configuration is being updated.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

AppConnection is being deleted.

Generated from protobuf enum DELETING = 4;

DOWN

Value: 5

AppConnection is down and may be restored in the future.

This happens when CCFE sends ProjectState = OFF.

Generated from protobuf enum DOWN = 5;