| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.clone() |
LustreFileSystemConfiguration |
FileSystem.getLustreConfiguration() |
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system are copied to backups.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDataCompressionType(DataCompressionType dataCompressionType)
The data compression configuration for the file system.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDataCompressionType(String dataCompressionType)
The data compression configuration for the file system.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration) |
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDeploymentType(LustreDeploymentType deploymentType)
The deployment type of the FSx for Lustre file system.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDeploymentType(String deploymentType)
The deployment type of the FSx for Lustre file system.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDriveCacheType(DriveCacheType driveCacheType)
The type of drive cache used by
PERSISTENT_1 file systems that are provisioned with HDD storage
devices. |
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDriveCacheType(String driveCacheType)
The type of drive cache used by
PERSISTENT_1 file systems that are provisioned with HDD storage
devices. |
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withLogConfiguration(LustreLogConfiguration logConfiguration)
The Lustre logging configuration.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withMountName(String mountName)
You use the
MountName value when mounting the file system. |
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withPerUnitStorageThroughput(Integer perUnitStorageThroughput)
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of
storage provisioned.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withRootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystem.setLustreConfiguration(LustreFileSystemConfiguration lustreConfiguration) |
FileSystem |
FileSystem.withLustreConfiguration(LustreFileSystemConfiguration lustreConfiguration) |
Copyright © 2022. All rights reserved.