Class AccountProperties


  • public final class AccountProperties
    extends Object
    NetApp account properties.
    • Constructor Detail

      • AccountProperties

        public AccountProperties()
    • Method Detail

      • provisioningState

        public String provisioningState()
        Get the provisioningState property: Azure lifecycle management.
        Returns:
        the provisioningState value.
      • activeDirectories

        public List<ActiveDirectory> activeDirectories()
        Get the activeDirectories property: Active Directories.
        Returns:
        the activeDirectories value.
      • withActiveDirectories

        public AccountProperties withActiveDirectories​(List<ActiveDirectory> activeDirectories)
        Set the activeDirectories property: Active Directories.
        Parameters:
        activeDirectories - the activeDirectories value to set.
        Returns:
        the AccountProperties object itself.
      • encryption

        public AccountEncryption encryption()
        Get the encryption property: Encryption settings.
        Returns:
        the encryption value.
      • withEncryption

        public AccountProperties withEncryption​(AccountEncryption encryption)
        Set the encryption property: Encryption settings.
        Parameters:
        encryption - the encryption value to set.
        Returns:
        the AccountProperties object itself.
      • validate

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