Class AccountEncryption

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

public final class AccountEncryption extends Object
Encryption settings.
  • Constructor Details

    • AccountEncryption

      public AccountEncryption()
  • Method Details

    • keySource

      public String keySource()
      Get the keySource property: Encryption Key Source. Possible values are: 'Microsoft.NetApp'.
      Returns:
      the keySource value.
    • withKeySource

      public AccountEncryption withKeySource(String keySource)
      Set the keySource property: Encryption Key Source. Possible values are: 'Microsoft.NetApp'.
      Parameters:
      keySource - the keySource value to set.
      Returns:
      the AccountEncryption object itself.
    • validate

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