Class CacheSecuritySettings

java.lang.Object
com.azure.resourcemanager.storagecache.models.CacheSecuritySettings

public final class CacheSecuritySettings extends Object
Cache security settings.
  • Constructor Details

    • CacheSecuritySettings

      public CacheSecuritySettings()
  • Method Details

    • accessPolicies

      public List<NfsAccessPolicy> accessPolicies()
      Get the accessPolicies property: NFS access policies defined for this cache.
      Returns:
      the accessPolicies value.
    • withAccessPolicies

      public CacheSecuritySettings withAccessPolicies(List<NfsAccessPolicy> accessPolicies)
      Set the accessPolicies property: NFS access policies defined for this cache.
      Parameters:
      accessPolicies - the accessPolicies value to set.
      Returns:
      the CacheSecuritySettings object itself.
    • validate

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