static RootSquashConfiguration.Builder |
RootSquashConfiguration.builder() |
Create a new builder.
|
RootSquashConfiguration.Builder |
RootSquashConfiguration.Builder.clientExceptions(List<String> clientExceptions) |
A list of NIDs allowed with this lustre file system not to be squashed.
|
RootSquashConfiguration.Builder |
RootSquashConfiguration.Builder.copy(RootSquashConfiguration model) |
|
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.
|
RootSquashConfiguration.Builder |
RootSquashConfiguration.Builder.squashGid(Long squashGid) |
The GID value to remap to when squashing a client GID.
|
RootSquashConfiguration.Builder |
RootSquashConfiguration.Builder.squashUid(Long squashUid) |
The UID value to remap to when squashing a client UID.
|
RootSquashConfiguration.Builder |
RootSquashConfiguration.toBuilder() |
|