Database Migration v1 API - Enum ConnectionProfile.Types.State (2.4.0)

public enum ConnectionProfile.Types.State

Reference documentation and code samples for the Database Migration v1 API enum ConnectionProfile.Types.State.

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

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
Creating

The connection profile is being created.

Deleted

The connection profile has been deleted.

Deleting

The connection profile is being deleted.

Draft

The connection profile is in draft mode and fully editable.

Failed

The last action on the connection profile failed.

Ready

The connection profile is ready.

Unspecified

The state of the connection profile is unknown.

Updating

The connection profile is being updated.