Module: Google::Cloud::ManagedIdentities::V1::Trust::State

Defined in:
proto_docs/google/cloud/managedidentities/v1/resource.rb

Overview

Represents the different states of a domain trust.

Constant Summary collapse

STATE_UNSPECIFIED =

Not set.

0
CREATING =

The domain trust is being created.

1
UPDATING =

The domain trust is being updated.

2
DELETING =

The domain trust is being deleted.

3
CONNECTED =

The domain trust is connected.

4
DISCONNECTED =

The domain trust is disconnected.

5