ClusterStatusEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. ClusterStatusEntity
- com.
Implements
public final class ClusterStatusEntity
implements JsonSerializable<ClusterStatusEntity>
Status of the cluster record.
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterStatusEntity() |
Creates an instance of Cluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
cku()
Get the cku property: The number of Confluent Kafka Units. |
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
| String |
phase()
Get the phase property: The lifecycle phase of the cluster. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cluster |
withCku(Integer cku)
Set the cku property: The number of Confluent Kafka Units. |
|
Cluster |
withPhase(String phase)
Set the phase property: The lifecycle phase of the cluster. |
Methods inherited from java.lang.Object
Constructor Details
ClusterStatusEntity
public ClusterStatusEntity()
Creates an instance of ClusterStatusEntity class.
Method Details
cku
public Integer cku()
Get the cku property: The number of Confluent Kafka Units.
Returns:
fromJson
public static ClusterStatusEntity fromJson(JsonReader jsonReader)
Reads an instance of ClusterStatusEntity from the JsonReader.
Parameters:
Returns:
Throws:
phase
public String phase()
Get the phase property: The lifecycle phase of the cluster.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCku
public ClusterStatusEntity withCku(Integer cku)
Set the cku property: The number of Confluent Kafka Units.
Parameters:
Returns:
withPhase
public ClusterStatusEntity withPhase(String phase)
Set the phase property: The lifecycle phase of the cluster.
Parameters:
Returns: