| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.clone() |
CreateFileSystemLustreConfiguration |
CreateFileSystemRequest.getLustreConfiguration() |
CreateFileSystemLustreConfiguration |
CreateFileSystemFromBackupRequest.getLustreConfiguration() |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withAutoImportPolicy(AutoImportPolicyType autoImportPolicy)
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withAutoImportPolicy(String autoImportPolicy)
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
(Optional) Not available to use with file systems that are linked to a data repository.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDeploymentType(LustreDeploymentType deploymentType)
Choose
SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and
shorter-term processing of data. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDeploymentType(String deploymentType)
Choose
SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and
shorter-term processing of data. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDriveCacheType(DriveCacheType driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDriveCacheType(String driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withExportPath(String exportPath)
(Optional) The path in Amazon S3 where the root of your Amazon FSx file system is exported.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withImportedFileChunkSize(Integer importedFileChunkSize)
(Optional) For files imported from a data repository, this value determines the stripe count and maximum amount
of data per file (in MiB) stored on a single physical disk.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withImportPath(String importPath)
(Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data
repository for your Amazon FSx for Lustre file system.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withPerUnitStorageThroughput(Integer perUnitStorageThroughput)
Required for the
PERSISTENT_1 deployment type, describes the amount of read and write throughput for
each 1 tebibyte of storage, in MB/s/TiB. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where
d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileSystemRequest.setLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
void |
CreateFileSystemFromBackupRequest.setLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
CreateFileSystemRequest |
CreateFileSystemRequest.withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
Copyright © 2020. All rights reserved.