Module: Google::Cloud::VmwareEngine::V1::Subnet::State

Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb

Overview

Defines possible states of subnets.

Constant Summary collapse

STATE_UNSPECIFIED =

The default value. This value should never be used.

0
ACTIVE =

The subnet is ready.

1
CREATING =

The subnet is being created.

2
UPDATING =

The subnet is being updated.

3
DELETING =

The subnet is being deleted.

4