Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static ClientOptions.IdentitySquash |
ClientOptions.IdentitySquash.create(String key) |
ClientOptions.IdentitySquash |
ClientOptions.getIdentitySquash()
Used when clients accessing the file system through this export
have their UID and GID remapped to ‘anonymousUid’ and
‘anonymousGid’.
|
static ClientOptions.IdentitySquash |
ClientOptions.IdentitySquash.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientOptions.IdentitySquash[] |
ClientOptions.IdentitySquash.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClientOptions.Builder |
ClientOptions.Builder.identitySquash(ClientOptions.IdentitySquash identitySquash) |
Constructor and Description |
---|
ClientOptions(String source,
Boolean requirePrivilegedSourcePort,
ClientOptions.Access access,
ClientOptions.IdentitySquash identitySquash,
Long anonymousUid,
Long anonymousGid)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.