AccessListClusterSuccessResponse Interface
public interface AccessListClusterSuccessResponse
An immutable client-side representation of AccessListClusterSuccessResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
List<Cluster |
data()
Gets the data property: List of clusters. |
|
abstract
Access |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: Type of response. |
|
abstract
Confluent |
metadata()
Gets the metadata property: Metadata of the list. |
Method Details
data
public abstract List<ClusterRecord> data()
Gets the data property: List of clusters.
Returns:
innerModel
public abstract AccessListClusterSuccessResponseInner innerModel()
Gets the inner com.azure.resourcemanager.confluent.fluent.models.AccessListClusterSuccessResponseInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: Type of response.
Returns:
metadata
public abstract ConfluentListMetadata metadata()
Gets the metadata property: Metadata of the list.
Returns: