state property
State of the VPC access connector.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Invalid state.
- "READY" : Connector is deployed and ready to receive traffic.
- "CREATING" : An Insert operation is in progress. Transient condition.
- "DELETING" : A Delete operation is in progress. Transient condition.
- "ERROR" : Connector is in a bad state, manual deletion recommended.
- "UPDATING" : The connector is being updated.
Implementation
core.String? state;