class Aws::FSx::Types::OntapVolumeConfiguration

The configuration of an Amazon FSx for NetApp ONTAP volume

@!attribute [rw] flex_cache_endpoint_type

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.
@return [String]

@!attribute [rw] junction_path

Specifies the directory that NAS clients use to mount the volume,
along with the SVM 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..
@return [String]

@!attribute [rw] security_style

The security style for the volume, which can be `UNIX`, `NTFS`, or
`MIXED`.
@return [String]

@!attribute [rw] size_in_megabytes

The configured size of the volume, in megabytes (MBs).
@return [Integer]

@!attribute [rw] storage_efficiency_enabled

The volume's storage efficiency setting.
@return [Boolean]

@!attribute [rw] storage_virtual_machine_id

The ID of the volume's storage virtual machine.
@return [String]

@!attribute [rw] storage_virtual_machine_root

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.
@return [Boolean]

@!attribute [rw] tiering_policy

The volume's `TieringPolicy` setting.
@return [Types::TieringPolicy]

@!attribute [rw] uuid

The volume's UUID (universally unique identifier).
@return [String]

@!attribute [rw] ontap_volume_type

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 and use data
  protection mirror copies to recover data when a disaster occurs.

* `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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/OntapVolumeConfiguration AWS API Documentation

Constants

SENSITIVE