BeyondCorp AppGateways v1 API - Enum AppGateway.Types.State (1.0.0)

public enum State

Reference documentation and code samples for the BeyondCorp AppGateways v1 API enum AppGateway.Types.State.

Represents the different states of an AppGateway.

Namespace

Google.Cloud.BeyondCorp.AppGateways.V1

Assembly

Google.Cloud.BeyondCorp.AppGateways.V1.dll

Fields

NameDescription
Created

AppGateway has been created.

Creating

AppGateway is being created.

Deleting

AppGateway is being deleted.

Down

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

Unspecified

Default value. This value is unused.

Updating

AppGateway's configuration is being updated.