Google Cloud BeyondCorp AppGateways V1 Client - Class State (0.2.2)

Reference documentation and code samples for the Google Cloud BeyondCorp AppGateways V1 Client class State.

Represents the different states of an AppGateway.

Protobuf type google.cloud.beyondcorp.appgateways.v1.AppGateway.State

Namespace

Google \ Cloud \ BeyondCorp \ AppGateways \ V1 \ AppGateway

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

AppGateway is being created.

Generated from protobuf enum CREATING = 1;

CREATED

Value: 2

AppGateway has been created.

Generated from protobuf enum CREATED = 2;

UPDATING

Value: 3

AppGateway's configuration is being updated.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

AppGateway is being deleted.

Generated from protobuf enum DELETING = 4;

DOWN

Value: 5

AppGateway is down and may be restored in the future.

This happens when CCFE sends ProjectState = OFF.

Generated from protobuf enum DOWN = 5;