Module: Google::Cloud::CloudDMS::V1::PrivateConnection::State
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_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 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
- DELETED =
The private connection has been deleted.
6