SchemaRegistryClusterRecord Interface
public interface SchemaRegistryClusterRecord
An immutable client-side representation of SchemaRegistryClusterRecord.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Id of the cluster. |
|
abstract
Schema |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: Kind of the cluster. |
|
abstract
SCMetadata |
metadata()
Gets the metadata property: Metadata of the record. |
|
abstract
Schema |
spec()
Gets the spec property: Specification of the schema registry cluster. |
|
abstract
Schema |
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 SchemaRegistryClusterRecordInner innerModel()
Gets the inner com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterRecordInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: Kind of the cluster.
Returns:
metadata
public abstract SCMetadataEntity metadata()
Gets the metadata property: Metadata of the record.
Returns:
spec
public abstract SchemaRegistryClusterSpecEntity spec()
Gets the spec property: Specification of the schema registry cluster.
Returns:
status
public abstract SchemaRegistryClusterStatusEntity status()
Gets the status property: Specification of the cluster status.
Returns: