Module: Google::Cloud::ManagedKafka::V1::ConnectCluster::State
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/resources.rb
Overview
The state of the cluster.
Constant Summary collapse
- STATE_UNSPECIFIED =
A state was not specified.
0- CREATING =
The cluster is being created.
1- ACTIVE =
The cluster is active.
2- DELETING =
The cluster is being deleted.
3