| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.clone() |
OpenZFSFileSystemConfiguration |
FileSystem.getOpenZFSConfiguration()
The configuration for this Amazon FSx for OpenZFS file system.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
A Boolean value indicating whether tags on the file system should be copied to backups.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withCopyTagsToVolumes(Boolean copyTagsToVolumes)
A Boolean value indicating whether tags for the volume should be copied to snapshots.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withDeploymentType(OpenZFSDeploymentType deploymentType)
Specifies the file-system deployment type.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withDeploymentType(String deploymentType)
Specifies the file-system deployment type.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withRootVolumeId(String rootVolumeId)
The ID of the root volume of the OpenZFS file system.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withThroughputCapacity(Integer throughputCapacity)
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystem.setOpenZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
|
FileSystem |
FileSystem.withOpenZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
|
Copyright © 2022. All rights reserved.