Class AccountProperties

java.lang.Object
com.azure.resourcemanager.netapp.fluent.models.AccountProperties

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

    • AccountProperties

      public AccountProperties()
  • Method Details

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

      public Boolean disableShowmount()
      Get the disableShowmount property: Shows the status of disableShowmount for all volumes under the subscription, null equals false.
      Returns:
      the disableShowmount value.
    • validate

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