Class SubvolumesList

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

public final class SubvolumesList extends Object
List of Subvolumes.
  • Constructor Details

    • SubvolumesList

      public SubvolumesList()
  • Method Details

    • value

      public List<SubvolumeInfoInner> value()
      Get the value property: A list of Subvolumes.
      Returns:
      the value value.
    • withValue

      public SubvolumesList withValue(List<SubvolumeInfoInner> value)
      Set the value property: A list of Subvolumes.
      Parameters:
      value - the value value to set.
      Returns:
      the SubvolumesList object itself.
    • nextLink

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

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

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