Managed Service for Apache Kafka API v1 API - Enum Connector.Types.State (1.0.0-beta05)

public enum Connector.Types.State

Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API enum Connector.Types.State.

The state of the connector.

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

Google.Cloud.ManagedKafka.V1.dll

Fields

Name Description
Failed

The connector has failed. See logs for why.

Paused

The connector has been paused.

Restarting

The connector is restarting.

Running

The connector is running.

Stopped

The connector has been stopped.

Unassigned

The connector is not assigned to any tasks, usually transient.

Unspecified

A state was not specified.