state property

String? state
getter/setter pair

The state of the Private Connection.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "CREATING" : The private connection is in creation state - creating resources.
  • "CREATED" : The private connection has been created with all of its resources.
  • "FAILED" : The private connection creation has failed.
  • "DELETING" : The private connection is being deleted.
  • "FAILED_TO_DELETE" : Delete request has failed, resource is in invalid state.

Implementation

core.String? state;