Class AccountEncryption


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

      • AccountEncryption

        public AccountEncryption()
    • Method Detail

      • 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.