Class SnapshotsList

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

public final class SnapshotsList extends Object
List of Snapshots.
  • Constructor Details

    • SnapshotsList

      public SnapshotsList()
  • Method Details

    • value

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

      public SnapshotsList withValue(List<SnapshotInner> value)
      Set the value property: A list of Snapshots.
      Parameters:
      value - the value value to set.
      Returns:
      the SnapshotsList object itself.
    • validate

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