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

UpdateOntapVolumeConfiguration

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

Used to specify changes to the ONTAP configuration for the volume you are updating.

interface UpdateOntapVolumeConfiguration {
JunctionPath?: string | null;
SecurityStyle?: SecurityStyle | null;
SizeInMegabytes?: number | null;
StorageEfficiencyEnabled?: boolean | null;
TieringPolicy?: TieringPolicy | null;
}

§Properties

§
JunctionPath?: string | null
[src]

Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3.

§
SecurityStyle?: SecurityStyle | null
[src]

The security style for the volume, which can be UNIX. NTFS, or MIXED.

§
SizeInMegabytes?: number | null
[src]

Specifies the size of the volume in megabytes.

§
StorageEfficiencyEnabled?: boolean | null
[src]

Default is false. Set to true to enable the deduplication, compression, and compaction storage efficiency features on the volume.

§
TieringPolicy?: TieringPolicy | null
[src]

Update the volume's data tiering policy.