Class KeyVaultProperties

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

public final class KeyVaultProperties extends Object
Properties of key vault.
  • Constructor Details

    • KeyVaultProperties

      public KeyVaultProperties()
  • Method Details

    • keyVaultId

      public String keyVaultId()
      Get the keyVaultId property: UUID v4 used to identify the Azure Key Vault configuration.
      Returns:
      the keyVaultId value.
    • keyVaultUri

      public String keyVaultUri()
      Get the keyVaultUri property: The Uri of KeyVault.
      Returns:
      the keyVaultUri value.
    • withKeyVaultUri

      public KeyVaultProperties withKeyVaultUri(String keyVaultUri)
      Set the keyVaultUri property: The Uri of KeyVault.
      Parameters:
      keyVaultUri - the keyVaultUri value to set.
      Returns:
      the KeyVaultProperties object itself.
    • keyName

      public String keyName()
      Get the keyName property: The name of KeyVault key.
      Returns:
      the keyName value.
    • withKeyName

      public KeyVaultProperties withKeyName(String keyName)
      Set the keyName property: The name of KeyVault key.
      Parameters:
      keyName - the keyName value to set.
      Returns:
      the KeyVaultProperties object itself.
    • keyVaultResourceId

      public String keyVaultResourceId()
      Get the keyVaultResourceId property: The resource ID of KeyVault.
      Returns:
      the keyVaultResourceId value.
    • withKeyVaultResourceId

      public KeyVaultProperties withKeyVaultResourceId(String keyVaultResourceId)
      Set the keyVaultResourceId property: The resource ID of KeyVault.
      Parameters:
      keyVaultResourceId - the keyVaultResourceId value to set.
      Returns:
      the KeyVaultProperties object itself.
    • status

      public KeyVaultStatus status()
      Get the status property: Status of the KeyVault connection.
      Returns:
      the status value.
    • validate

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