Class ClusterListResult


  • public final class ClusterListResult
    extends Object
    A list of clusters populated by a 'list' operation.
    • Constructor Detail

      • ClusterListResult

        public ClusterListResult()
    • Method Detail

      • value

        public List<ClusterInner> value()
        Get the value property: A list of clusters.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URL to fetch the next set of clusters.
        Returns:
        the nextLink value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.