CreateOntapVolumeConfiguration

Specifies the configuration of the ONTAP volume that you are creating.

Types

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

Properties

Link copied to clipboard

Use to specify 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 location in the SVM's namespace where the volume is mounted. This parameter is required. The JunctionPath must have a leading forward slash, such as /vol3.

Link copied to clipboard

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

Link copied to clipboard

Specifies the security style for the volume. If a volume's security style is not specified, it is automatically set to the root volume's security style. The security style determines the type of permissions that FSx for ONTAP uses to control data access. Specify one of the following values:

Link copied to clipboard

Specifies the configured size of the volume, in bytes.

Link copied to clipboard

Use SizeInBytes instead. Specifies the size of the volume, in megabytes (MB), that you are creating.

Link copied to clipboard

Specifies the SnapLock configuration for an FSx for ONTAP volume.

Link copied to clipboard

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

Link copied to clipboard

Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume, or set to false to disable them.

Link copied to clipboard

Specifies the ONTAP SVM in which to create the volume.

Link copied to clipboard

Describes the data tiering policy for an ONTAP volume. When enabled, Amazon FSx for ONTAP's intelligent tiering automatically transitions a volume's data between the file system's primary storage and capacity pool storage based on your access patterns.

Link copied to clipboard

Use to specify the style of an ONTAP volume. FSx for ONTAP offers two styles of volumes that you can use for different purposes, FlexVol and FlexGroup volumes. For more information, see Volume styles in the 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