Module: Google::Cloud::CloudDMS::V1::ConnectionProfile::State

Defined in:
proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb

Overview

The current connection profile state (e.g. DRAFT, READY, or FAILED).

Constant Summary collapse

STATE_UNSPECIFIED =

The state of the connection profile is unknown.

0
DRAFT =

The connection profile is in draft mode and fully editable.

1
CREATING =

The connection profile is being created.

2
READY =

The connection profile is ready.

3
UPDATING =

The connection profile is being updated.

4
DELETING =

The connection profile is being deleted.

5
DELETED =

The connection profile has been deleted.

6
FAILED =

The last action on the connection profile failed.

7