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: Fully qualified resource Id for the resource. |
|
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: The name of the resource. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
SCCluster |
spec()
Gets the spec property: Specification of the cluster. |
|
abstract
Cluster |
status()
Gets the status property: Specification of the cluster status. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the SCCluster |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
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: The name of the resource.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
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:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SCClusterRecord.Update update()
Begins update for the SCClusterRecord resource.
Returns: