ClusterRecord Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. ClusterRecord
- com.
Implements
public final class ClusterRecord
implements JsonSerializable<ClusterRecord>
Details of cluster record.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
| String |
id()
Get the id property: Id of the cluster. |
| String |
kind()
Get the kind property: Type of cluster. |
|
Metadata |
metadata()
Get the metadata property: Metadata of the record. |
|
Cluster |
spec()
Get the spec property: Specification of the cluster. |
|
Cluster |
status()
Get the status property: Specification of the cluster. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
displayName
public String displayName()
Get the displayName property: Display name of the cluster.
Returns:
fromJson
public static ClusterRecord fromJson(JsonReader jsonReader)
Reads an instance of ClusterRecord from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the cluster.
Returns:
kind
public String kind()
Get the kind property: Type of cluster.
Returns:
metadata
public MetadataEntity metadata()
Get the metadata property: Metadata of the record.
Returns:
spec
public ClusterSpecEntity spec()
Get the spec property: Specification of the cluster.
Returns:
status
public ClusterStatusEntity status()
Get the status property: Specification of the cluster.
Returns: