Class VolumeList

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

public final class VolumeList extends Object
List of volume resources.
  • Constructor Details

    • VolumeList

      public VolumeList()
  • Method Details

    • value

      public List<VolumeInner> value()
      Get the value property: List of volumes.
      Returns:
      the value value.
    • withValue

      public VolumeList withValue(List<VolumeInner> value)
      Set the value property: List of volumes.
      Parameters:
      value - the value value to set.
      Returns:
      the VolumeList object itself.
    • nextLink

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

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

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