state property

String? state
getter/setter pair

The current state of the SQL integration.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not Set
  • "CREATING" : The SQL integration is being created.
  • "DELETING" : The SQL integration is being deleted.
  • "READY" : The SQL integration is ready.

Implementation

core.String? state;