Class ListClusters
java.lang.Object
com.azure.resourcemanager.cosmos.models.ListClusters
List of managed Cassandra clusters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: Container for the array of clusters.withValue(List<ClusterResourceInner> value) Set the value property: Container for the array of clusters.
-
Constructor Details
-
ListClusters
public ListClusters()Creates an instance of ListClusters class.
-
-
Method Details
-
value
Get the value property: Container for the array of clusters.- Returns:
- the value value.
-
withValue
Set the value property: Container for the array of clusters.- Parameters:
value- the value value to set.- Returns:
- the ListClusters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-