Class VaultList

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

public final class VaultList extends Object
List of Vaults.
  • Constructor Details

    • VaultList

      public VaultList()
  • Method Details

    • value

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

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

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