| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.builder() |
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.copyTagsToSnapshots(Boolean copyTagsToSnapshots)
A Boolean value indicating whether tags for the volume should be copied to snapshots.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.dataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.dataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.deleteClonedVolumes(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.Builder |
OpenZFSVolumeConfiguration.Builder.deleteIntermediateSnaphots(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.Builder |
OpenZFSVolumeConfiguration.Builder.nfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.nfsExports(Consumer<OpenZFSNfsExport.Builder>... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.nfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
default OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.originSnapshot(Consumer<OpenZFSOriginSnapshotConfiguration.Builder> originSnapshot)
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.originSnapshot(OpenZFSOriginSnapshotConfiguration originSnapshot)
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.parentVolumeId(String parentVolumeId)
The ID of the parent volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.readOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.recordSizeKiB(Integer recordSizeKiB)
The record size of an OpenZFS volume, in kibibytes (KiB).
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.restoreToSnapshot(String restoreToSnapshot)
Specifies the ID of the snapshot to which the volume was restored.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.storageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.storageCapacityReservationGiB(Integer storageCapacityReservationGiB)
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.toBuilder() |
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.userAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.userAndGroupQuotas(Consumer<OpenZFSUserOrGroupQuota.Builder>... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.userAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.volumePath(String volumePath)
The path to the volume from the root volume.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OpenZFSVolumeConfiguration.Builder> |
OpenZFSVolumeConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Volume.Builder |
Volume.Builder.openZFSConfiguration(Consumer<OpenZFSVolumeConfiguration.Builder> openZFSConfiguration)
The configuration of an Amazon FSx for OpenZFS volume.
|
Copyright © 2023. All rights reserved.