Volume.DefinitionStages.WithLdapEnabled Interface

public static interface Volume.DefinitionStages.WithLdapEnabled

The stage of the Volume definition allowing to specify ldapEnabled.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withLdapEnabled(Boolean ldapEnabled)

Specifies the ldapEnabled property: Specifies whether LDAP is enabled or not for a given NFS volume..

Method Details

withLdapEnabled

public abstract Volume.DefinitionStages.WithCreate withLdapEnabled(Boolean ldapEnabled)

Specifies the ldapEnabled property: Specifies whether LDAP is enabled or not for a given NFS volume..

Parameters:

ldapEnabled - Specifies whether LDAP is enabled or not for a given NFS volume.

Returns:

the next definition stage.

Applies to