Module: Google::Cloud::Datastream::V1alpha1::PrivateConnection::State

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

Overview

Private Connection state.

Constant Summary collapse

STATE_UNSPECIFIED =
0
CREATING =

The private connection is in creation state - creating resources.

1
CREATED =

The private connection has been created with all of it's resources.

2
FAILED =

The private connection creation has failed.

3