Module: Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding::State

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

Overview

Enum State defines possible states of binding between the consumer VPC network and the management DNS zone.

Constant Summary collapse

STATE_UNSPECIFIED =

The default value. This value should never be used.

0
ACTIVE =

The binding is ready.

1
CREATING =

The binding is being created.

2
UPDATING =

The binding is being updated.

3
DELETING =

The binding is being deleted.

4
FAILED =

The binding has failed.

5