Class BackupPoliciesList

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

public final class BackupPoliciesList extends Object
List of Backup Policies.
  • Constructor Details

    • BackupPoliciesList

      public BackupPoliciesList()
  • Method Details

    • value

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

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

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