Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
ClientOptions.Builder |
ClientOptions.Builder.access(ClientOptions.Access access)
Type of access to grant clients using the file system through this export.
|
ClientOptions.Builder |
ClientOptions.Builder.allowedAuth(List<ClientOptions.AllowedAuth> allowedAuth)
Array of allowed NFS authentication types.
|
ClientOptions.Builder |
ClientOptions.Builder.anonymousGid(Long anonymousGid)
GID value to remap to when squashing a client GID (see identitySquash for more details.)
If unspecified defaults to
65534 . |
ClientOptions.Builder |
ClientOptions.Builder.anonymousUid(Long anonymousUid)
UID value to remap to when squashing a client UID (see identitySquash for more details.)
If unspecified, defaults to
65534 . |
static ClientOptions.Builder |
ClientOptions.builder()
Create a new builder.
|
ClientOptions.Builder |
ClientOptions.Builder.copy(ClientOptions model) |
ClientOptions.Builder |
ClientOptions.Builder.identitySquash(ClientOptions.IdentitySquash identitySquash)
Used when clients accessing the file system through this export have their UID and GID
remapped to ‘anonymousUid’ and ‘anonymousGid’.
|
ClientOptions.Builder |
ClientOptions.Builder.isAnonymousAccessAllowed(Boolean isAnonymousAccessAllowed)
Whether or not to enable anonymous access to the file system through this export in cases
where a user isn’t found in the LDAP server used for ID mapping.
|
ClientOptions.Builder |
ClientOptions.Builder.requirePrivilegedSourcePort(Boolean requirePrivilegedSourcePort)
If
true , clients accessing the file system through this export must connect from
a privileged source port. |
ClientOptions.Builder |
ClientOptions.Builder.source(String source)
Clients these options should apply to.
|
ClientOptions.Builder |
ClientOptions.toBuilder() |
Copyright © 2016–2024. All rights reserved.