Struct aws_sdk_fsx::model::ontap_volume_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for OntapVolumeConfiguration
Implementations
Specifies the FlexCache endpoint type of the volume. Valid values are the following:
-
NONEspecifies that the volume doesn't have a FlexCache configuration.NONEis the default. -
ORIGINspecifies that the volume is the origin volume for a FlexCache volume. -
CACHEspecifies that the volume is a FlexCache volume.
Specifies the FlexCache endpoint type of the volume. Valid values are the following:
-
NONEspecifies that the volume doesn't have a FlexCache configuration.NONEis the default. -
ORIGINspecifies that the volume is the origin volume for a FlexCache volume. -
CACHEspecifies that the volume is a FlexCache volume.
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..
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..
The security style for the volume, which can be UNIX,
NTFS, or MIXED.
The security style for the volume, which can be UNIX,
NTFS, or MIXED.
The configured size of the volume, in megabytes (MBs).
The configured size of the volume, in megabytes (MBs).
The volume's storage efficiency setting.
The volume's storage efficiency setting.
The ID of the volume's storage virtual machine.
The ID of the volume's storage virtual machine.
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.
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.
The volume's TieringPolicy setting.
The volume's TieringPolicy setting.
The volume's UUID (universally unique identifier).
The volume's UUID (universally unique identifier).
Specifies the type of volume. Valid values are the following:
-
RWspecifies a read-write volume.RWis the default. -
DPspecifies 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. -
LSspecifies 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.
Specifies the type of volume. Valid values are the following:
-
RWspecifies a read-write volume.RWis the default. -
DPspecifies 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. -
LSspecifies 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.
Consumes the builder and constructs a OntapVolumeConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more