Struct aws_sdk_fsx::model::update_ontap_volume_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateOntapVolumeConfiguration
Implementations
Specifies the location in the SVM's namespace where the volume is mounted.
The JunctionPath must have a leading forward slash, such as /vol3.
Specifies the location in the SVM's namespace where the volume is mounted.
The JunctionPath must have a leading forward slash, such as /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.
Specifies the size of the volume in megabytes.
Specifies the size of the volume in megabytes.
Default is false. Set to true to enable the deduplication,
compression, and compaction storage efficiency features on the volume.
Default is false. Set to true to enable the deduplication,
compression, and compaction storage efficiency features on the volume.
Update the volume's data tiering policy.
Update the volume's data tiering policy.
Consumes the builder and constructs a UpdateOntapVolumeConfiguration
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