Uses of Class
com.oracle.bmc.filestorage.model.LdapIdmap
-
Packages that use LdapIdmap Package Description com.oracle.bmc.filestorage.model -
-
Uses of LdapIdmap in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return LdapIdmap Modifier and Type Method Description LdapIdmap
LdapIdmap.Builder. build()
LdapIdmap
MountTarget. getLdapIdmap()
Methods in com.oracle.bmc.filestorage.model with parameters of type LdapIdmap Modifier and Type Method Description LdapIdmap.Builder
LdapIdmap.Builder. copy(LdapIdmap model)
MountTarget.Builder
MountTarget.Builder. ldapIdmap(LdapIdmap ldapIdmap)
Constructors in com.oracle.bmc.filestorage.model with parameters of type LdapIdmap Constructor Description MountTarget(String availabilityDomain, String compartmentId, String displayName, String exportSetId, String id, String lifecycleDetails, MountTarget.LifecycleState lifecycleState, List<String> privateIpIds, String subnetId, MountTarget.IdmapType idmapType, LdapIdmap ldapIdmap, List<String> nsgIds, Kerberos kerberos, Date timeBillingCycleEnd, Long observedThroughput, Long requestedThroughput, Long reservedStorageCapacity, Date timeCreated, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-