Module: Google::Cloud::VmwareEngine::V1::PrivateConnection::State
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Enum State defines possible states of private connection.
Constant Summary collapse
- STATE_UNSPECIFIED =
The default value. This value is used if the state is omitted.
0
- CREATING =
The private connection is being created.
1
- ACTIVE =
The private connection is ready.
2
- UPDATING =
The private connection is being updated.
3
- DELETING =
The private connection is being deleted.
4
- UNPROVISIONED =
The private connection is not provisioned, since no private cloud is present for which this private connection is needed.
5
- FAILED =
The private connection is in failed state.
6