Class VaultProperties

java.lang.Object
com.azure.resourcemanager.netapp.fluent.models.VaultProperties

public final class VaultProperties extends Object
Vault properties.
  • Constructor Details

    • VaultProperties

      public VaultProperties()
  • Method Details

    • vaultName

      public String vaultName()
      Get the vaultName property: Vault Name.
      Returns:
      the vaultName value.
    • withVaultName

      public VaultProperties withVaultName(String vaultName)
      Set the vaultName property: Vault Name.
      Parameters:
      vaultName - the vaultName value to set.
      Returns:
      the VaultProperties object itself.
    • validate

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