SCClusterRecordInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. confluent. fluent. models. SCClusterRecordInner
- com.
- com.
public final class SCClusterRecordInner
extends ProxyResource
Details of cluster record.
Constructor Summary
| Constructor | Description |
|---|---|
| SCClusterRecordInner() |
Creates an instance of SCCluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
SCCluster |
fromJson(JsonReader jsonReader)
Reads an instance of SCCluster |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
kind()
Get the kind property: Type of cluster. |
|
SCMetadata |
metadata()
Get the metadata property: Metadata of the record. |
| String |
name()
Get the name property: The name of the resource. |
|
SCCluster |
spec()
Get the spec property: Specification of the cluster. |
|
Cluster |
status()
Get the status property: Specification of the cluster status. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
SCCluster |
withKind(String kind)
Set the kind property: Type of cluster. |
|
SCCluster |
withMetadata(SCMetadataEntity metadata)
Set the metadata property: Metadata of the record. |
|
SCCluster |
withSpec(SCClusterSpecEntity spec)
Set the spec property: Specification of the cluster. |
|
SCCluster |
withStatus(ClusterStatusEntity status)
Set the status property: Specification of the cluster status. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SCClusterRecordInner
public SCClusterRecordInner()
Creates an instance of SCClusterRecordInner class.
Method Details
fromJson
public static SCClusterRecordInner fromJson(JsonReader jsonReader)
Reads an instance of SCClusterRecordInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SCClusterRecordInner.id()Returns:
kind
public String kind()
Get the kind property: Type of cluster.
Returns:
metadata
public SCMetadataEntity metadata()
Get the metadata property: Metadata of the record.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SCClusterRecordInner.name()Returns:
spec
public SCClusterSpecEntity spec()
Get the spec property: Specification of the cluster.
Returns:
status
public ClusterStatusEntity status()
Get the status property: Specification of the cluster status.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SCClusterRecordInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SCClusterRecordInner.type()Returns:
withKind
public SCClusterRecordInner withKind(String kind)
Set the kind property: Type of cluster.
Parameters:
Returns:
withMetadata
public SCClusterRecordInner withMetadata(SCMetadataEntity metadata)
Set the metadata property: Metadata of the record.
Parameters:
Returns:
withSpec
public SCClusterRecordInner withSpec(SCClusterSpecEntity spec)
Set the spec property: Specification of the cluster.
Parameters:
Returns:
withStatus
public SCClusterRecordInner withStatus(ClusterStatusEntity status)
Set the status property: Specification of the cluster status.
Parameters:
Returns: