| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.clone() |
UpdateOpenZFSVolumeConfiguration |
UpdateVolumeRequest.getOpenZFSConfiguration()
The configuration of the OpenZFS volume that you are updating.
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withDataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume.
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withNfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withNfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withReadOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withRecordSizeKiB(Integer recordSizeKiB)
Specifies the record size of an OpenZFS volume, in kibibytes (KiB).
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withStorageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent.
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withStorageCapacityReservationGiB(Integer storageCapacityReservationGiB)
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withUserAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateVolumeRequest.setOpenZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
|
UpdateVolumeRequest |
UpdateVolumeRequest.withOpenZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
|
Copyright © 2023. All rights reserved.