Class SnapshotPoliciesList

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

public final class SnapshotPoliciesList extends Object
List of Snapshot Policies.
  • Constructor Details

    • SnapshotPoliciesList

      public SnapshotPoliciesList()
  • Method Details

    • value

      public List<SnapshotPolicyInner> value()
      Get the value property: A list of snapshot policies.
      Returns:
      the value value.
    • withValue

      public SnapshotPoliciesList withValue(List<SnapshotPolicyInner> value)
      Set the value property: A list of snapshot policies.
      Parameters:
      value - the value value to set.
      Returns:
      the SnapshotPoliciesList object itself.
    • validate

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