Class EncryptionKeySource

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionKeySource>
com.azure.resourcemanager.netapp.models.EncryptionKeySource

public final class EncryptionKeySource extends com.azure.core.util.ExpandableStringEnum<EncryptionKeySource>
Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'.
  • Field Details

    • MICROSOFT_NET_APP

      public static final EncryptionKeySource MICROSOFT_NET_APP
      Static value Microsoft.NetApp for EncryptionKeySource.
    • MICROSOFT_KEY_VAULT

      public static final EncryptionKeySource MICROSOFT_KEY_VAULT
      Static value Microsoft.KeyVault for EncryptionKeySource.
  • Constructor Details

    • EncryptionKeySource

      public EncryptionKeySource()
  • Method Details

    • fromString

      public static EncryptionKeySource fromString(String name)
      Creates or finds a EncryptionKeySource from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding EncryptionKeySource.
    • values

      public static Collection<EncryptionKeySource> values()
      Gets known EncryptionKeySource values.
      Returns:
      known EncryptionKeySource values.