| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
LustreRootSquashConfiguration |
LustreRootSquashConfiguration.clone() |
LustreRootSquashConfiguration |
UpdateFileSystemLustreConfiguration.getRootSquashConfiguration()
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.
|
LustreRootSquashConfiguration |
LustreFileSystemConfiguration.getRootSquashConfiguration()
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
|
LustreRootSquashConfiguration |
CreateFileSystemLustreConfiguration.getRootSquashConfiguration()
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
|
LustreRootSquashConfiguration |
LustreRootSquashConfiguration.withNoSquashNids(Collection<String> noSquashNids)
When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does
not apply.
|
LustreRootSquashConfiguration |
LustreRootSquashConfiguration.withNoSquashNids(String... noSquashNids)
When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does
not apply.
|
LustreRootSquashConfiguration |
LustreRootSquashConfiguration.withRootSquash(String rootSquash)
You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format
UID:GID (for example, 365534:65534). |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFileSystemLustreConfiguration.setRootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.
|
void |
LustreFileSystemConfiguration.setRootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
|
void |
CreateFileSystemLustreConfiguration.setRootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
|
UpdateFileSystemLustreConfiguration |
UpdateFileSystemLustreConfiguration.withRootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withRootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withRootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
|
Copyright © 2025. All rights reserved.