Cloud Database Migration Service V1 API - Module Google::Cloud::CloudDMS::V1::ConnectionProfile::State (v0.8.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API module Google::Cloud::CloudDMS::V1::ConnectionProfile::State.

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

Constants

STATE_UNSPECIFIED

value: 0
The state of the connection profile is unknown.

DRAFT

value: 1
The connection profile is in draft mode and fully editable.

CREATING

value: 2
The connection profile is being created.

READY

value: 3
The connection profile is ready.

UPDATING

value: 4
The connection profile is being updated.

DELETING

value: 5
The connection profile is being deleted.

DELETED

value: 6
The connection profile has been deleted.

FAILED

value: 7
The last action on the connection profile failed.