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.

Possible states of a network peering.

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

Namespace

Google \ Cloud \ VmwareEngine \ V1 \ NetworkPeering

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified network peering state. This is the default value.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

INACTIVE

Value: 1

The peering is not active.

Generated from protobuf enum INACTIVE = 1;

ACTIVE

Value: 2

The peering is active.

Generated from protobuf enum ACTIVE = 2;

CREATING

Value: 3

The peering is being created.

Generated from protobuf enum CREATING = 3;

DELETING

Value: 4

The peering is being deleted.

Generated from protobuf enum DELETING = 4;