Module: Google::Cloud::ManagedKafka::V1::Connector::State
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/resources.rb
Overview
The state of the connector.
Constant Summary collapse
- STATE_UNSPECIFIED =
A state was not specified.
0
- UNASSIGNED =
The connector is not assigned to any tasks, usually transient.
1
- RUNNING =
The connector is running.
2
- PAUSED =
The connector has been paused.
3
- FAILED =
The connector has failed. See logs for why.
4
- RESTARTING =
The connector is restarting.
5
- STOPPED =
The connector has been stopped.
6