Class CapacityPoolList

java.lang.Object
com.azure.resourcemanager.netapp.models.CapacityPoolList

public final class CapacityPoolList extends Object
List of capacity pool resources.
  • Constructor Details

    • CapacityPoolList

      public CapacityPoolList()
  • Method Details

    • value

      public List<CapacityPoolInner> value()
      Get the value property: List of Capacity pools.
      Returns:
      the value value.
    • withValue

      public CapacityPoolList withValue(List<CapacityPoolInner> value)
      Set the value property: List of Capacity pools.
      Parameters:
      value - the value value to set.
      Returns:
      the CapacityPoolList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL to get the next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public CapacityPoolList withNextLink(String nextLink)
      Set the nextLink property: URL to get the next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the CapacityPoolList object itself.
    • validate

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