Struct aws_sdk_fsx::model::UpdateOntapVolumeConfiguration [−][src]
#[non_exhaustive]pub struct UpdateOntapVolumeConfiguration {
pub junction_path: Option<String>,
pub security_style: Option<SecurityStyle>,
pub size_in_megabytes: Option<i32>,
pub storage_efficiency_enabled: Option<bool>,
pub tiering_policy: Option<TieringPolicy>,
}Expand description
Used to specify changes to the ONTAP configuration for the volume you are updating.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.junction_path: Option<String>Specifies the location in the SVM's namespace where the volume is mounted.
The JunctionPath must have a leading forward slash, such as /vol3.
security_style: Option<SecurityStyle>The security style for the volume, which can be UNIX.
NTFS, or MIXED.
size_in_megabytes: Option<i32>Specifies the size of the volume in megabytes.
storage_efficiency_enabled: Option<bool>Default is false. Set to true to enable the deduplication,
compression, and compaction storage efficiency features on the volume.
tiering_policy: Option<TieringPolicy>Update the volume's data tiering policy.
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.
The security style for the volume, which can be UNIX.
NTFS, or MIXED.
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.
Update the volume's data tiering policy.
Creates a new builder-style object to manufacture UpdateOntapVolumeConfiguration
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for UpdateOntapVolumeConfiguration
impl Sync for UpdateOntapVolumeConfiguration
impl Unpin for UpdateOntapVolumeConfiguration
impl UnwindSafe for UpdateOntapVolumeConfiguration
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