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

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

Defines possible states of subnets.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The default value. This value should never be used.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The subnet is ready.

Generated from protobuf enum ACTIVE = 1;

CREATING

Value: 2

The subnet is being created.

Generated from protobuf enum CREATING = 2;

UPDATING

Value: 3

The subnet is being updated.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

The subnet is being deleted.

Generated from protobuf enum DELETING = 4;