public enum ClientConnectorService.Types.StateReference 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.V1Assembly
Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |