AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The configuration of an Amazon FSx for OpenZFS volume.
Namespace: Amazon.FSx.Model
Assembly: AWSSDK.FSx.dll
Version: 3.x.y.z
public class OpenZFSVolumeConfiguration
The OpenZFSVolumeConfiguration type exposes the following members
Name | Description | |
---|---|---|
![]() |
OpenZFSVolumeConfiguration() |
Name | Type | Description | |
---|---|---|---|
![]() |
CopyStrategy | Amazon.FSx.OpenZFSCopyStrategy |
Gets and sets the property CopyStrategy. Specifies the strategy used when copying data from the snapshot to the new volume.
The |
![]() |
CopyTagsToSnapshots | System.Boolean |
Gets and sets the property CopyTagsToSnapshots.
A Boolean value indicating whether tags for the volume should be copied to snapshots.
This value defaults to |
![]() |
DataCompressionType | Amazon.FSx.OpenZFSDataCompressionType |
Gets and sets the property DataCompressionType.
Specifies the method used to compress the data on the volume. The compression type
is
|
![]() |
DeleteClonedVolumes | System.Boolean |
Gets and sets the property DeleteClonedVolumes. A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot. |
![]() |
DeleteIntermediateData | System.Boolean |
Gets and sets the property 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. |
![]() |
DeleteIntermediateSnaphots | System.Boolean |
Gets and sets the property 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. |
![]() |
DestinationSnapshot | System.String |
Gets and sets the property DestinationSnapshot. The ID of the snapshot that's being copied or was most recently copied to the destination volume. |
![]() |
NfsExports | System.Collections.Generic.List<Amazon.FSx.Model.OpenZFSNfsExport> |
Gets and sets the property NfsExports. The configuration object for mounting a Network File System (NFS) file system. |
![]() |
OriginSnapshot | Amazon.FSx.Model.OpenZFSOriginSnapshotConfiguration |
Gets and sets the property OriginSnapshot. The configuration object that specifies the snapshot to use as the origin of the data for the volume. |
![]() |
ParentVolumeId | System.String |
Gets and sets the property ParentVolumeId. The ID of the parent volume. |
![]() |
ReadOnly | System.Boolean |
Gets and sets the property ReadOnly. A Boolean value indicating whether the volume is read-only. |
![]() |
RecordSizeKiB | System.Int32 |
Gets and sets the property RecordSizeKiB. 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. |
![]() |
RestoreToSnapshot | System.String |
Gets and sets the property RestoreToSnapshot. Specifies the ID of the snapshot to which the volume was restored. |
![]() |
SourceSnapshotARN | System.String |
Gets and sets the property SourceSnapshotARN. |
![]() |
StorageCapacityQuotaGiB | System.Int32 |
Gets and sets the property StorageCapacityQuotaGiB. The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume. |
![]() |
StorageCapacityReservationGiB | System.Int32 |
Gets and sets the property StorageCapacityReservationGiB. 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. |
![]() |
UserAndGroupQuotas | System.Collections.Generic.List<Amazon.FSx.Model.OpenZFSUserOrGroupQuota> |
Gets and sets the property UserAndGroupQuotas. An object specifying how much storage users or groups can use on the volume. |
![]() |
VolumePath | System.String |
Gets and sets the property VolumePath.
The path to the volume from the root volume. For example, |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5