Google Cloud Vmware Engine V1 Client - Class State (0.5.4)

Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.

Enum State defines possible states of private connection.

Protobuf type google.cloud.vmwareengine.v1.PrivateConnection.State

Namespace

Google \ Cloud \ VmwareEngine \ V1 \ PrivateConnection

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The default value. This value is used if the state is omitted.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The private connection is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The private connection is ready.

Generated from protobuf enum ACTIVE = 2;

UPDATING

Value: 3

The private connection is being updated.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

The private connection is being deleted.

Generated from protobuf enum DELETING = 4;

UNPROVISIONED

Value: 5

The private connection is not provisioned, since no private cloud is present for which this private connection is needed.

Generated from protobuf enum UNPROVISIONED = 5;

FAILED

Value: 6

The private connection is in failed state.

Generated from protobuf enum FAILED = 6;