| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.clone() |
OpenZFSCreateRootVolumeConfiguration |
CreateFileSystemOpenZFSConfiguration.getRootVolumeConfiguration()
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withCopyTagsToSnapshots(Boolean copyTagsToSnapshots)
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withDataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withNfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a file system.
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withNfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a file system.
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withReadOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withRecordSizeKiB(Integer recordSizeKiB)
Specifies the record size of an OpenZFS root volume, in kibibytes (KiB).
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withUserAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileSystemOpenZFSConfiguration.setRootVolumeConfiguration(OpenZFSCreateRootVolumeConfiguration rootVolumeConfiguration)
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withRootVolumeConfiguration(OpenZFSCreateRootVolumeConfiguration rootVolumeConfiguration)
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
|
Copyright © 2025. All rights reserved.