BeyondCorp Client Gateways v1 API - Enum ClientGateway.Types.State (1.2.0)

public enum ClientGateway.Types.State

Reference documentation and code samples for the BeyondCorp Client Gateways v1 API enum ClientGateway.Types.State.

Represents the different states of a gateway.

Namespace

Google.Cloud.BeyondCorp.ClientGateways.V1

Assembly

Google.Cloud.BeyondCorp.ClientGateways.V1.dll

Fields

NameDescription
Creating

Gateway is being created.

Deleting

Gateway is being deleted.

Down

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

Error

ClientGateway encountered an error and is in indeterministic state.

Running

Gateway is running.

Unspecified

Default value. This value is unused.

Updating

Gateway is being updated.