Interface GetKeyVaultStatusResponse


public interface GetKeyVaultStatusResponse
An immutable client-side representation of GetKeyVaultStatusResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.netapp.fluent.models.GetKeyVaultStatusResponseInner object.
    Gets the keyName property: The name of the key that should be used for encryption.
    Gets the keyVaultPrivateEndpoints property: Pairs of virtual network ID and private endpoint ID.
    Gets the keyVaultResourceId property: Azure resource ID of the key vault/managed HSM that should be used for encryption.
    Gets the keyVaultUri property: The URI of the key vault/managed HSM that should be used for encryption.
  • Method Details

    • keyVaultUri

      String keyVaultUri()
      Gets the keyVaultUri property: The URI of the key vault/managed HSM that should be used for encryption.
      Returns:
      the keyVaultUri value.
    • keyName

      String keyName()
      Gets the keyName property: The name of the key that should be used for encryption.
      Returns:
      the keyName value.
    • keyVaultResourceId

      String keyVaultResourceId()
      Gets the keyVaultResourceId property: Azure resource ID of the key vault/managed HSM that should be used for encryption.
      Returns:
      the keyVaultResourceId value.
    • keyVaultPrivateEndpoints

      List<KeyVaultPrivateEndpoint> keyVaultPrivateEndpoints()
      Gets the keyVaultPrivateEndpoints property: Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
      Returns:
      the keyVaultPrivateEndpoints value.
    • innerModel

      Gets the inner com.azure.resourcemanager.netapp.fluent.models.GetKeyVaultStatusResponseInner object.
      Returns:
      the inner object.