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

OntapVolumeConfiguration

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

The configuration of an Amazon FSx for NetApp ONTAP volume.

interface OntapVolumeConfiguration {
FlexCacheEndpointType?: FlexCacheEndpointType | null;
JunctionPath?: string | null;
OntapVolumeType?: OntapVolumeType | null;
SecurityStyle?: SecurityStyle | null;
SizeInMegabytes?: number | null;
StorageEfficiencyEnabled?: boolean | null;
StorageVirtualMachineId?: string | null;
StorageVirtualMachineRoot?: boolean | null;
TieringPolicy?: TieringPolicy | null;
UUID?: string | null;
}

§Properties

§
FlexCacheEndpointType?: FlexCacheEndpointType | null
[src]

Specifies the FlexCache endpoint type of the volume. Valid values are the following:

  • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
  • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
  • CACHE specifies that the volume is a FlexCache volume.
§
JunctionPath?: string | null
[src]

Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3, or /vol1/dir2/vol3, or even /dir1/dir2/vol3.

§
OntapVolumeType?: OntapVolumeType | null
[src]

Specifies the type of volume. Valid values are the following:

  • RW specifies a read/write volume. RW is the default.
  • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
  • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
§
SecurityStyle?: SecurityStyle | null
[src]

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

§
SizeInMegabytes?: number | null
[src]

The configured size of the volume, in megabytes (MBs).

§
StorageEfficiencyEnabled?: boolean | null
[src]

The volume's storage efficiency setting.

§
StorageVirtualMachineId?: string | null
[src]

The ID of the volume's storage virtual machine.

§
StorageVirtualMachineRoot?: boolean | null
[src]

A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false. If this value is true, then this is the SVM root volume.

This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false, helps you identify which volumes to delete before you can delete the SVM.

§
TieringPolicy?: TieringPolicy | null
[src]

The volume's TieringPolicy setting.

§
UUID?: string | null
[src]

The volume's universally unique identifier (UUID).