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.IdmapTypeMountTarget.IdmapType. create(String key)MountTarget.IdmapTypeCreateMountTargetDetails. getIdmapType()The method used to map a Unix UID to secondary groups, if any.MountTarget.IdmapTypeMountTarget. getIdmapType()The method used to map a Unix UID to secondary groups.MountTarget.IdmapTypeUpdateMountTargetDetails. getIdmapType()The method used to map a Unix UID to secondary groups, if any.static MountTarget.IdmapTypeMountTarget.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.BuilderCreateMountTargetDetails.Builder. idmapType(MountTarget.IdmapType idmapType)The method used to map a Unix UID to secondary groups, if any.MountTarget.BuilderMountTarget.Builder. idmapType(MountTarget.IdmapType idmapType)The method used to map a Unix UID to secondary groups.UpdateMountTargetDetails.BuilderUpdateMountTargetDetails.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, Map<String,Map<String,Object>> securityAttributes, 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, Map<String,Map<String,Object>> securityAttributes)Deprecated.UpdateMountTargetDetails(String displayName, MountTarget.IdmapType idmapType, UpdateLdapIdmapDetails ldapIdmap, List<String> nsgIds, UpdateKerberosDetails kerberos, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes)Deprecated.
-