java.lang.Object
com.azure.resourcemanager.recoveryservices.models.VaultUsageList

public final class VaultUsageList extends Object
Usage for vault.
  • Constructor Details

    • VaultUsageList

      public VaultUsageList()
  • Method Details

    • value

      public List<VaultUsageInner> value()
      Get the value property: The list of usages for the given vault.
      Returns:
      the value value.
    • withValue

      public VaultUsageList withValue(List<VaultUsageInner> value)
      Set the value property: The list of usages for the given vault.
      Parameters:
      value - the value value to set.
      Returns:
      the VaultUsageList object itself.
    • validate

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