OntapVolumeConfiguration

The configuration of an Amazon FSx for NetApp ONTAP volume.

Types

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

Properties

Link copied to clipboard

This structure specifies configuration options for a volume’s storage aggregate or aggregates.

Link copied to clipboard

A boolean flag indicating whether tags for the volume should be copied to backups. This value defaults to false. If it's set to true, all tags for the volume are copied to all automatic and user-initiated backups 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 backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the volume, regardless of this value.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The configured size of the volume, in bytes.

Link copied to clipboard

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

Link copied to clipboard

The SnapLock configuration object for an FSx for ONTAP SnapLock volume.

Link copied to clipboard

Specifies the snapshot policy for the volume. There are three built-in snapshot policies:

Link copied to clipboard

The volume's storage efficiency setting.

Link copied to clipboard

The ID of the volume's storage virtual machine.

Link copied to clipboard

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.

Link copied to clipboard

The volume's TieringPolicy setting.

Link copied to clipboard
val uuid: String?

The volume's universally unique identifier (UUID).

Link copied to clipboard

Use to specify the style of an ONTAP volume. For more information about FlexVols and FlexGroups, see Volume types in Amazon FSx for NetApp ONTAP User Guide.

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