Uses of Class
com.oracle.bmc.lustrefilestorage.model.RootSquashConfiguration.IdentitySquash
-
Packages that use RootSquashConfiguration.IdentitySquash Package Description com.oracle.bmc.lustrefilestorage.model -
-
Uses of RootSquashConfiguration.IdentitySquash in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return RootSquashConfiguration.IdentitySquash Modifier and Type Method Description static RootSquashConfiguration.IdentitySquash
RootSquashConfiguration.IdentitySquash. create(String key)
RootSquashConfiguration.IdentitySquash
RootSquashConfiguration. getIdentitySquash()
Used when clients accessing the Lustre file system have their UID and GID remapped to squashUid and squashGid.static RootSquashConfiguration.IdentitySquash
RootSquashConfiguration.IdentitySquash. valueOf(String name)
Returns the enum constant of this type with the specified name.static RootSquashConfiguration.IdentitySquash[]
RootSquashConfiguration.IdentitySquash. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type RootSquashConfiguration.IdentitySquash Modifier and Type Method Description RootSquashConfiguration.Builder
RootSquashConfiguration.Builder. identitySquash(RootSquashConfiguration.IdentitySquash identitySquash)
Used when clients accessing the Lustre file system have their UID and GID remapped to squashUid and squashGid.Constructors in com.oracle.bmc.lustrefilestorage.model with parameters of type RootSquashConfiguration.IdentitySquash Constructor Description RootSquashConfiguration(RootSquashConfiguration.IdentitySquash identitySquash, Long squashUid, Long squashGid, List<String> clientExceptions)
Deprecated.
-