BeyondCorp Client Connector Services v1 API - Enum ClientConnectorService.Types.State (1.0.0)

public enum State

Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API enum ClientConnectorService.Types.State.

Represents the different states of a ClientConnectorService.

Namespace

Google.Cloud.BeyondCorp.ClientConnectorServices.V1

Assembly

Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll

Fields

NameDescription
Creating

ClientConnectorService is being created.

Deleting

ClientConnectorService is being deleted.

Down

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

Error

ClientConnectorService encountered an error and is in an indeterministic state.

Running

ClientConnectorService is running.

Unspecified

Default value. This value is unused.

Updating

ClientConnectorService is being updated.