static OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.builder() |
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.copyTagsToSnapshots(Boolean copyTagsToSnapshots) |
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.dataCompressionType(String dataCompressionType) |
Specifies the method used to compress the data on the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.dataCompressionType(OpenZFSDataCompressionType dataCompressionType) |
Specifies the method used to compress the data on the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.nfsExports(Collection<OpenZFSNfsExport> nfsExports) |
The configuration object for mounting a file system.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.nfsExports(Consumer<OpenZFSNfsExport.Builder>... nfsExports) |
The configuration object for mounting a file system.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.nfsExports(OpenZFSNfsExport... nfsExports) |
The configuration object for mounting a file system.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.readOnly(Boolean readOnly) |
A Boolean value indicating whether the volume is read-only.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.recordSizeKiB(Integer recordSizeKiB) |
Specifies the record size of an OpenZFS root volume, in kibibytes (KiB).
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.toBuilder() |
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.userAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas) |
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.userAndGroupQuotas(Consumer<OpenZFSUserOrGroupQuota.Builder>... userAndGroupQuotas) |
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.userAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas) |
An object specifying how much storage users or groups can use on the volume.
|