state property

String? state
getter/setter pair

The current state of the Kafka Connect cluster.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : A state was not specified.
  • "CREATING" : The cluster is being created.
  • "ACTIVE" : The cluster is active.
  • "DELETING" : The cluster is being deleted.
  • "DETACHED" : The cluster is detached.

Implementation

core.String? state;