Google Cloud BeyondCorp Client Connector Services V1 Client - Class State (0.2.2)

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

Represents the different states of a ClientConnectorService.

Protobuf type google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.State

Namespace

Google \ Cloud \ BeyondCorp \ ClientConnectorServices \ V1 \ ClientConnectorService

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

ClientConnectorService is being created.

Generated from protobuf enum CREATING = 1;

UPDATING

Value: 2

ClientConnectorService is being updated.

Generated from protobuf enum UPDATING = 2;

DELETING

Value: 3

ClientConnectorService is being deleted.

Generated from protobuf enum DELETING = 3;

RUNNING

Value: 4

ClientConnectorService is running.

Generated from protobuf enum RUNNING = 4;

DOWN

Value: 5

ClientConnectorService is down and may be restored in the future.

This happens when CCFE sends ProjectState = OFF.

Generated from protobuf enum DOWN = 5;

ERROR

Value: 6

ClientConnectorService encountered an error and is in an indeterministic state.

Generated from protobuf enum ERROR = 6;