Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static ClientOptions.Access |
ClientOptions.Access.create(String key) |
ClientOptions.Access |
ClientOptions.getAccess()
Type of access to grant clients using the file system through this export.
|
static ClientOptions.Access |
ClientOptions.Access.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientOptions.Access[] |
ClientOptions.Access.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.access(ClientOptions.Access access)
Type of access to grant clients using the file system through this export.
|
Constructor and Description |
---|
ClientOptions(String source,
Boolean requirePrivilegedSourcePort,
ClientOptions.Access access,
ClientOptions.IdentitySquash identitySquash,
Long anonymousUid,
Long anonymousGid,
Boolean isAnonymousAccessAllowed,
List<ClientOptions.AllowedAuth> allowedAuth)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.