| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.clone() |
CreateOpenZFSVolumeConfiguration |
CreateVolumeRequest.getOpenZFSConfiguration()
Specifies the configuration to use when creating the OpenZFS volume.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withCopyTagsToSnapshots(Boolean copyTagsToSnapshots)
A Boolean value indicating whether tags for the volume should be copied to snapshots.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withDataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withNfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withNfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withOriginSnapshot(CreateOpenZFSOriginSnapshotConfiguration originSnapshot)
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withParentVolumeId(String parentVolumeId)
The ID of the volume to use as the parent volume of the volume that you are creating.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withReadOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withRecordSizeKiB(Integer recordSizeKiB)
Specifies the suggested block size for a volume in a ZFS dataset, in kibibytes (KiB).
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withStorageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
Sets the maximum storage size in gibibytes (GiB) for the volume.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withStorageCapacityReservationGiB(Integer storageCapacityReservationGiB)
Specifies the amount of storage in gibibytes (GiB) to reserve from the parent volume.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
Configures how much storage users and groups can use on the volume.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withUserAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
Configures how much storage users and groups can use on the volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateVolumeRequest.setOpenZFSConfiguration(CreateOpenZFSVolumeConfiguration openZFSConfiguration)
Specifies the configuration to use when creating the OpenZFS volume.
|
CreateVolumeRequest |
CreateVolumeRequest.withOpenZFSConfiguration(CreateOpenZFSVolumeConfiguration openZFSConfiguration)
Specifies the configuration to use when creating the OpenZFS volume.
|
Copyright © 2025. All rights reserved.