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

public enum PrivateConnection.Types.State

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

Private Connection state.

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
Created

The private connection has been created with all of its resources.

Creating

The private connection is in creation state - creating resources.

Deleted

The private connection has been deleted.

Deleting

The private connection is being deleted.

Failed

The private connection creation has failed.

FailedToDelete

Delete request has failed, resource is in invalid state.

Unspecified