#[non_exhaustive]pub struct OpenZfsVolumeConfigurationBuilder { /* private fields */ }Expand description
A builder for OpenZfsVolumeConfiguration.
Implementations§
source§impl OpenZfsVolumeConfigurationBuilder
impl OpenZfsVolumeConfigurationBuilder
sourcepub fn parent_volume_id(self, input: impl Into<String>) -> Self
pub fn parent_volume_id(self, input: impl Into<String>) -> Self
The ID of the parent volume.
sourcepub fn set_parent_volume_id(self, input: Option<String>) -> Self
pub fn set_parent_volume_id(self, input: Option<String>) -> Self
The ID of the parent volume.
sourcepub fn volume_path(self, input: impl Into<String>) -> Self
pub fn volume_path(self, input: impl Into<String>) -> Self
The path to the volume from the root volume. For example, fsx/parentVolume/volume1.
sourcepub fn set_volume_path(self, input: Option<String>) -> Self
pub fn set_volume_path(self, input: Option<String>) -> Self
The path to the volume from the root volume. For example, fsx/parentVolume/volume1.
sourcepub fn storage_capacity_reservation_gi_b(self, input: i32) -> Self
pub fn storage_capacity_reservation_gi_b(self, input: i32) -> Self
The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.
sourcepub fn set_storage_capacity_reservation_gi_b(self, input: Option<i32>) -> Self
pub fn set_storage_capacity_reservation_gi_b(self, input: Option<i32>) -> Self
The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.
sourcepub fn storage_capacity_quota_gi_b(self, input: i32) -> Self
pub fn storage_capacity_quota_gi_b(self, input: i32) -> Self
The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.
sourcepub fn set_storage_capacity_quota_gi_b(self, input: Option<i32>) -> Self
pub fn set_storage_capacity_quota_gi_b(self, input: Option<i32>) -> Self
The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.
sourcepub fn record_size_ki_b(self, input: i32) -> Self
pub fn record_size_ki_b(self, input: i32) -> Self
The record size of an OpenZFS volume, in kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default is 128 KiB. Most workloads should use the default record size. For guidance on when to set a custom record size, see the Amazon FSx for OpenZFS User Guide.
sourcepub fn set_record_size_ki_b(self, input: Option<i32>) -> Self
pub fn set_record_size_ki_b(self, input: Option<i32>) -> Self
The record size of an OpenZFS volume, in kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default is 128 KiB. Most workloads should use the default record size. For guidance on when to set a custom record size, see the Amazon FSx for OpenZFS User Guide.
sourcepub fn data_compression_type(self, input: OpenZfsDataCompressionType) -> Self
pub fn data_compression_type(self, input: OpenZfsDataCompressionType) -> Self
Specifies the method used to compress the data on the volume. The compression type is NONE by default.
-
NONE- Doesn't compress the data on the volume.NONEis the default. -
ZSTD- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage utilization. -
LZ4- Compresses the data in the volume using the LZ4 compression algorithm. Compared to Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.
sourcepub fn set_data_compression_type(
self,
input: Option<OpenZfsDataCompressionType>
) -> Self
pub fn set_data_compression_type( self, input: Option<OpenZfsDataCompressionType> ) -> Self
Specifies the method used to compress the data on the volume. The compression type is NONE by default.
-
NONE- Doesn't compress the data on the volume.NONEis the default. -
ZSTD- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage utilization. -
LZ4- Compresses the data in the volume using the LZ4 compression algorithm. Compared to Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.
A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.
A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.
sourcepub fn origin_snapshot(self, input: OpenZfsOriginSnapshotConfiguration) -> Self
pub fn origin_snapshot(self, input: OpenZfsOriginSnapshotConfiguration) -> Self
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
sourcepub fn set_origin_snapshot(
self,
input: Option<OpenZfsOriginSnapshotConfiguration>
) -> Self
pub fn set_origin_snapshot( self, input: Option<OpenZfsOriginSnapshotConfiguration> ) -> Self
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
sourcepub fn read_only(self, input: bool) -> Self
pub fn read_only(self, input: bool) -> Self
A Boolean value indicating whether the volume is read-only.
sourcepub fn set_read_only(self, input: Option<bool>) -> Self
pub fn set_read_only(self, input: Option<bool>) -> Self
A Boolean value indicating whether the volume is read-only.
sourcepub fn nfs_exports(self, input: OpenZfsNfsExport) -> Self
pub fn nfs_exports(self, input: OpenZfsNfsExport) -> Self
Appends an item to nfs_exports.
To override the contents of this collection use set_nfs_exports.
The configuration object for mounting a Network File System (NFS) file system.
sourcepub fn set_nfs_exports(self, input: Option<Vec<OpenZfsNfsExport>>) -> Self
pub fn set_nfs_exports(self, input: Option<Vec<OpenZfsNfsExport>>) -> Self
The configuration object for mounting a Network File System (NFS) file system.
sourcepub fn user_and_group_quotas(self, input: OpenZfsUserOrGroupQuota) -> Self
pub fn user_and_group_quotas(self, input: OpenZfsUserOrGroupQuota) -> Self
Appends an item to user_and_group_quotas.
To override the contents of this collection use set_user_and_group_quotas.
An object specifying how much storage users or groups can use on the volume.
sourcepub fn set_user_and_group_quotas(
self,
input: Option<Vec<OpenZfsUserOrGroupQuota>>
) -> Self
pub fn set_user_and_group_quotas( self, input: Option<Vec<OpenZfsUserOrGroupQuota>> ) -> Self
An object specifying how much storage users or groups can use on the volume.
sourcepub fn restore_to_snapshot(self, input: impl Into<String>) -> Self
pub fn restore_to_snapshot(self, input: impl Into<String>) -> Self
Specifies the ID of the snapshot to which the volume was restored.
sourcepub fn set_restore_to_snapshot(self, input: Option<String>) -> Self
pub fn set_restore_to_snapshot(self, input: Option<String>) -> Self
Specifies the ID of the snapshot to which the volume was restored.
sourcepub fn delete_intermediate_snaphots(self, input: bool) -> Self
pub fn delete_intermediate_snaphots(self, input: bool) -> Self
A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.
sourcepub fn set_delete_intermediate_snaphots(self, input: Option<bool>) -> Self
pub fn set_delete_intermediate_snaphots(self, input: Option<bool>) -> Self
A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.
sourcepub fn delete_cloned_volumes(self, input: bool) -> Self
pub fn delete_cloned_volumes(self, input: bool) -> Self
A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.
sourcepub fn set_delete_cloned_volumes(self, input: Option<bool>) -> Self
pub fn set_delete_cloned_volumes(self, input: Option<bool>) -> Self
A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.
sourcepub fn build(self) -> OpenZfsVolumeConfiguration
pub fn build(self) -> OpenZfsVolumeConfiguration
Consumes the builder and constructs a OpenZfsVolumeConfiguration.
Trait Implementations§
source§impl Clone for OpenZfsVolumeConfigurationBuilder
impl Clone for OpenZfsVolumeConfigurationBuilder
source§fn clone(&self) -> OpenZfsVolumeConfigurationBuilder
fn clone(&self) -> OpenZfsVolumeConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for OpenZfsVolumeConfigurationBuilder
impl Default for OpenZfsVolumeConfigurationBuilder
source§fn default() -> OpenZfsVolumeConfigurationBuilder
fn default() -> OpenZfsVolumeConfigurationBuilder
source§impl PartialEq<OpenZfsVolumeConfigurationBuilder> for OpenZfsVolumeConfigurationBuilder
impl PartialEq<OpenZfsVolumeConfigurationBuilder> for OpenZfsVolumeConfigurationBuilder
source§fn eq(&self, other: &OpenZfsVolumeConfigurationBuilder) -> bool
fn eq(&self, other: &OpenZfsVolumeConfigurationBuilder) -> bool
self and other values to be equal, and is used
by ==.