Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class State.
The state of the cluster.
Protobuf type google.cloud.managedkafka.v1.Cluster.State
Namespace
Google \ Cloud \ ManagedKafka \ V1 \ ClusterMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
A state was not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The cluster is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
The cluster is active.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3
The cluster is being deleted.
Generated from protobuf enum DELETING = 3;