BeyondCorp ClientConnectorServices V1 API - Module Google::Cloud::BeyondCorp::ClientConnectorServices::V1::ClientConnectorService::State (v0.1.0)

Reference documentation and code samples for the BeyondCorp ClientConnectorServices V1 API module Google::Cloud::BeyondCorp::ClientConnectorServices::V1::ClientConnectorService::State.

Represents the different states of a ClientConnectorService.

Constants

STATE_UNSPECIFIED

value: 0
Default value. This value is unused.

CREATING

value: 1
ClientConnectorService is being created.

UPDATING

value: 2
ClientConnectorService is being updated.

DELETING

value: 3
ClientConnectorService is being deleted.

RUNNING

value: 4
ClientConnectorService is running.

DOWN

value: 5
ClientConnectorService is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.

ERROR

value: 6
ClientConnectorService encountered an error and is in an indeterministic state.