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.V1Assembly
Google.Cloud.CloudDms.V1.dll
Fields |
|
---|---|
Name | Description |
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. |