Uses of Class
com.oracle.bmc.filestorage.model.CreateLdapIdmapDetails
-
Packages that use CreateLdapIdmapDetails Package Description com.oracle.bmc.filestorage.model -
-
Uses of CreateLdapIdmapDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return CreateLdapIdmapDetails Modifier and Type Method Description CreateLdapIdmapDetails
CreateLdapIdmapDetails.Builder. build()
CreateLdapIdmapDetails
CreateMountTargetDetails. getLdapIdmap()
Methods in com.oracle.bmc.filestorage.model with parameters of type CreateLdapIdmapDetails Modifier and Type Method Description CreateLdapIdmapDetails.Builder
CreateLdapIdmapDetails.Builder. copy(CreateLdapIdmapDetails model)
CreateMountTargetDetails.Builder
CreateMountTargetDetails.Builder. ldapIdmap(CreateLdapIdmapDetails ldapIdmap)
Constructors in com.oracle.bmc.filestorage.model with parameters of type CreateLdapIdmapDetails Constructor Description CreateMountTargetDetails(String availabilityDomain, String compartmentId, String displayName, String hostnameLabel, String ipAddress, String subnetId, MountTarget.IdmapType idmapType, CreateLdapIdmapDetails ldapIdmap, List<String> nsgIds, CreateKerberosDetails kerberos, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<ResourceLock> locks, Long requestedThroughput)
Deprecated.
-