Enum ConnectionProfile.Types.State (2.0.0)

public enum 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.