state property
State of the private connection.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
- "CREATING" : The private connection is being created.
- "ACTIVE" : The private connection is ready.
- "UPDATING" : The private connection is being updated.
- "DELETING" : The private connection is being deleted.
- "UNPROVISIONED" : The private connection is not provisioned, since no private cloud is present for which this private connection is needed.
- "FAILED" : The private connection is in failed state.
Implementation
core.String? state;