ClusterConfigEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. ClusterConfigEntity
- com.
Implements
public final class ClusterConfigEntity
implements JsonSerializable<ClusterConfigEntity>
The configuration of the Kafka cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterConfigEntity() |
Creates an instance of Cluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
| String |
kind()
Get the kind property: The lifecycle phase of the cluster. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Cluster |
withKind(String kind)
Set the kind property: The lifecycle phase of the cluster. |
Methods inherited from java.lang.Object
Constructor Details
ClusterConfigEntity
public ClusterConfigEntity()
Creates an instance of ClusterConfigEntity class.
Method Details
fromJson
public static ClusterConfigEntity fromJson(JsonReader jsonReader)
Reads an instance of ClusterConfigEntity from the JsonReader.
Parameters:
Returns:
Throws:
kind
public String kind()
Get the kind property: The lifecycle phase of the cluster.
Returns:
toJson
withKind
public ClusterConfigEntity withKind(String kind)
Set the kind property: The lifecycle phase of the cluster.
Parameters:
Returns: