Module: Google::Cloud::Datastream::V1::PrivateConnection::State

Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

Private Connection state.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified state.

0
CREATING =

The private connection is in creation state - creating resources.

1
CREATED =

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

2
FAILED =

The private connection creation has failed.

3
DELETING =

The private connection is being deleted.

4
FAILED_TO_DELETE =

Delete request has failed, resource is in invalid state.

5