Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OpenZFSCreateRootVolumeConfiguration

import type { OpenZFSCreateRootVolumeConfiguration } from "https://aws-api.deno.dev/v0.3/services/fsx.ts?docs=full";

The configuration of an Amazon FSx for OpenZFS root volume.

interface OpenZFSCreateRootVolumeConfiguration {
CopyTagsToSnapshots?: boolean | null;
DataCompressionType?: OpenZFSDataCompressionType | null;
NfsExports?: OpenZFSNfsExport[] | null;
ReadOnly?: boolean | null;
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[] | null;
}

§Properties

§
CopyTagsToSnapshots?: boolean | null
[src]

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.

§
DataCompressionType?: OpenZFSDataCompressionType | null
[src]

Specifies the method used to compress the data on the volume. Unless the compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

  • NONE - Doesn't compress the data on the volume.
  • ZSTD - Compresses the data in the volume using the ZStandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
§
NfsExports?: OpenZFSNfsExport[] | null
[src]

The configuration object for mounting a file system.

§
ReadOnly?: boolean | null
[src]

A Boolean value indicating whether the volume is read-only. Setting this value to true can be useful after you have completed changes to a volume and no longer want changes to occur.

§
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[] | null
[src]

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