OpenZfsVolumeConfiguration

The configuration of an Amazon FSx for OpenZFS volume.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the strategy used when copying data from the snapshot to the new volume.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the method used to compress the data on the volume. The compression type is NONE by default.

Link copied to clipboard

A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.

Link copied to clipboard

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.

Link copied to clipboard

A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.

Link copied to clipboard

The ID of the snapshot that's being copied or was most recently copied to the destination volume.

Link copied to clipboard

The configuration object for mounting a Network File System (NFS) file system.

Link copied to clipboard

The configuration object that specifies the snapshot to use as the origin of the data for the volume.

Link copied to clipboard

The ID of the parent volume.

Link copied to clipboard

A Boolean value indicating whether the volume is read-only.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the ID of the snapshot to which the volume was restored.

Link copied to clipboard

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

An object specifying how much storage users or groups can use on the volume.

Link copied to clipboard

The path to the volume from the root volume. For example, fsx/parentVolume/volume1.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String