Module: Google::Cloud::VpcAccess::V1::Connector::State
- Defined in:
- proto_docs/google/cloud/vpcaccess/v1/vpc_access.rb
Overview
State of a connector.
Constant Summary collapse
- STATE_UNSPECIFIED =
Invalid state.
0
- READY =
Connector is deployed and ready to receive traffic.
1
- CREATING =
An Insert operation is in progress. Transient condition.
2
- DELETING =
A Delete operation is in progress. Transient condition.
3
- ERROR =
Connector is in a bad state, manual deletion recommended.
4
- UPDATING =
The connector is being updated.
5