Class VolumeQuotaRulesList

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

public final class VolumeQuotaRulesList extends Object
List of Volume Quota Rules.
  • Constructor Details

    • VolumeQuotaRulesList

      public VolumeQuotaRulesList()
  • Method Details

    • value

      public List<VolumeQuotaRuleInner> value()
      Get the value property: A list of Volume Quota Rules.
      Returns:
      the value value.
    • withValue

      public VolumeQuotaRulesList withValue(List<VolumeQuotaRuleInner> value)
      Set the value property: A list of Volume Quota Rules.
      Parameters:
      value - the value value to set.
      Returns:
      the VolumeQuotaRulesList object itself.
    • validate

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