state property

String? state
getter/setter pair

The current connection profile state (e.g. DRAFT, READY, or FAILED). Possible string values are:

  • "STATE_UNSPECIFIED" : The state of the connection profile is unknown.
  • "DRAFT" : The connection profile is in draft mode and fully editable.
  • "CREATING" : The connection profile is being created.
  • "READY" : The connection profile is ready.
  • "UPDATING" : The connection profile is being updated.
  • "DELETING" : The connection profile is being deleted.
  • "DELETED" : The connection profile has been deleted.
  • "FAILED" : The last action on the connection profile failed.

Implementation

core.String? state;