SCClusterRecord Interface
public interface SCClusterRecord
An immutable client-side representation of SCClusterRecord.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Id of the cluster. |
|
abstract
SCCluster |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: Type of cluster. |
|
abstract
SCMetadata |
metadata()
Gets the metadata property: Metadata of the record. |
| abstract String |
name()
Gets the name property: Display name of the cluster. |
|
abstract
SCCluster |
spec()
Gets the spec property: Specification of the cluster. |
|
abstract
Cluster |
status()
Gets the status property: Specification of the cluster status. |
Method Details
id
public abstract String id()
Gets the id property: Id of the cluster.
Returns:
innerModel
public abstract SCClusterRecordInner innerModel()
Gets the inner com.azure.resourcemanager.confluent.fluent.models.SCClusterRecordInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: Type of cluster.
Returns:
metadata
public abstract SCMetadataEntity metadata()
Gets the metadata property: Metadata of the record.
Returns:
name
public abstract String name()
Gets the name property: Display name of the cluster.
Returns:
spec
public abstract SCClusterSpecEntity spec()
Gets the spec property: Specification of the cluster.
Returns:
status
public abstract ClusterStatusEntity status()
Gets the status property: Specification of the cluster status.
Returns: