| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.clone() |
OpenZFSVolumeConfiguration |
Volume.getOpenZFSConfiguration()
The configuration of an Amazon FSx for OpenZFS volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withCopyStrategy(OpenZFSCopyStrategy copyStrategy)
Specifies the strategy used when copying data from the snapshot to the new volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withCopyStrategy(String copyStrategy)
Specifies the strategy used when copying data from the snapshot to the new volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withCopyTagsToSnapshots(Boolean copyTagsToSnapshots)
A Boolean value indicating whether tags for the volume should be copied to snapshots.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withDataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withDeleteClonedVolumes(Boolean deleteClonedVolumes)
A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted
when a volume is restored from snapshot.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withDeleteIntermediateData(Boolean deleteIntermediateData)
A Boolean value indicating whether snapshot data that differs between the current state and the specified
snapshot should be overwritten when a volume is restored from a snapshot.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withDeleteIntermediateSnaphots(Boolean deleteIntermediateSnaphots)
A Boolean value indicating whether snapshots between the current state and the specified snapshot should be
deleted when a volume is restored from snapshot.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withDestinationSnapshot(String destinationSnapshot)
The ID of the snapshot that's being copied or was most recently copied to the destination volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withNfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withNfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withOriginSnapshot(OpenZFSOriginSnapshotConfiguration originSnapshot)
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withParentVolumeId(String parentVolumeId)
The ID of the parent volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withReadOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withRecordSizeKiB(Integer recordSizeKiB)
The record size of an OpenZFS volume, in kibibytes (KiB).
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withRestoreToSnapshot(String restoreToSnapshot)
Specifies the ID of the snapshot to which the volume was restored.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withSourceSnapshotARN(String sourceSnapshotARN) |
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withStorageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withStorageCapacityReservationGiB(Integer storageCapacityReservationGiB)
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withUserAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withVolumePath(String volumePath)
The path to the volume from the root volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Volume.setOpenZFSConfiguration(OpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of an Amazon FSx for OpenZFS volume.
|
Volume |
Volume.withOpenZFSConfiguration(OpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of an Amazon FSx for OpenZFS volume.
|
Copyright © 2025. All rights reserved.