static OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.builder() |
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.copyStrategy(String copyStrategy) |
Specifies the strategy used when copying data from the snapshot to the new volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.copyStrategy(OpenZFSCopyStrategy copyStrategy) |
Specifies the strategy used when copying data from the snapshot to the new volume.
|
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(String dataCompressionType) |
Specifies the method used to compress the data on the volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.dataCompressionType(OpenZFSDataCompressionType 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.deleteIntermediateData(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.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.destinationSnapshot(String destinationSnapshot) |
The ID of the snapshot that's being copied or was most recently copied to the destination volume.
|
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.sourceSnapshotARN(String sourceSnapshotARN) |
Sets the value of the SourceSnapshotARN property for this object.
|
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.
|