Class ConnectedClusterList

java.lang.Object
com.azure.resourcemanager.hybridkubernetes.models.ConnectedClusterList

public final class ConnectedClusterList extends Object
The paginated list of connected Clusters.
  • Constructor Details

    • ConnectedClusterList

      public ConnectedClusterList()
      Creates an instance of ConnectedClusterList class.
  • Method Details

    • value

      public List<ConnectedClusterInner> value()
      Get the value property: The list of connected clusters.
      Returns:
      the value value.
    • withValue

      public ConnectedClusterList withValue(List<ConnectedClusterInner> value)
      Set the value property: The list of connected clusters.
      Parameters:
      value - the value value to set.
      Returns:
      the ConnectedClusterList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link to fetch the next page of connected cluster.
      Returns:
      the nextLink value.
    • withNextLink

      public ConnectedClusterList withNextLink(String nextLink)
      Set the nextLink property: The link to fetch the next page of connected cluster.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ConnectedClusterList object itself.
    • validate

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