Uses of Class
com.oracle.bmc.filestorage.model.MountTarget.IdmapType
-
Packages that use MountTarget.IdmapType Package Description com.oracle.bmc.filestorage.model -
-
Uses of MountTarget.IdmapType in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return MountTarget.IdmapType Modifier and Type Method Description static MountTarget.IdmapType
MountTarget.IdmapType. create(String key)
MountTarget.IdmapType
CreateMountTargetDetails. getIdmapType()
The method used to map a Unix UID to secondary groups, if any.MountTarget.IdmapType
MountTarget. getIdmapType()
The method used to map a Unix UID to secondary groups.MountTarget.IdmapType
UpdateMountTargetDetails. getIdmapType()
The method used to map a Unix UID to secondary groups, if any.static MountTarget.IdmapType
MountTarget.IdmapType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MountTarget.IdmapType[]
MountTarget.IdmapType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type MountTarget.IdmapType Modifier and Type Method Description CreateMountTargetDetails.Builder
CreateMountTargetDetails.Builder. idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups, if any.MountTarget.Builder
MountTarget.Builder. idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups.UpdateMountTargetDetails.Builder
UpdateMountTargetDetails.Builder. idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups, if any.Constructors in com.oracle.bmc.filestorage.model with parameters of type MountTarget.IdmapType 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.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.UpdateMountTargetDetails(String displayName, MountTarget.IdmapType idmapType, UpdateLdapIdmapDetails ldapIdmap, List<String> nsgIds, UpdateKerberosDetails kerberos, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-