#[non_exhaustive]pub struct UpdateFileSystemLustreConfigurationBuilder { /* private fields */ }
Expand description
A builder for UpdateFileSystemLustreConfiguration
.
Implementations§
Source§impl UpdateFileSystemLustreConfigurationBuilder
impl UpdateFileSystemLustreConfigurationBuilder
Sourcepub fn weekly_maintenance_start_time(self, input: impl Into<String>) -> Self
pub fn weekly_maintenance_start_time(self, input: impl Into<String>) -> Self
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
Sourcepub fn set_weekly_maintenance_start_time(self, input: Option<String>) -> Self
pub fn set_weekly_maintenance_start_time(self, input: Option<String>) -> Self
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
Sourcepub fn get_weekly_maintenance_start_time(&self) -> &Option<String>
pub fn get_weekly_maintenance_start_time(&self) -> &Option<String>
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
Sourcepub fn daily_automatic_backup_start_time(self, input: impl Into<String>) -> Self
pub fn daily_automatic_backup_start_time(self, input: impl Into<String>) -> Self
A recurring daily time, in the format HH:MM
. HH
is the zero-padded hour of the day (0-23), and MM
is the zero-padded minute of the hour. For example, 05:00
specifies 5 AM daily.
Sourcepub fn set_daily_automatic_backup_start_time(
self,
input: Option<String>,
) -> Self
pub fn set_daily_automatic_backup_start_time( self, input: Option<String>, ) -> Self
A recurring daily time, in the format HH:MM
. HH
is the zero-padded hour of the day (0-23), and MM
is the zero-padded minute of the hour. For example, 05:00
specifies 5 AM daily.
Sourcepub fn get_daily_automatic_backup_start_time(&self) -> &Option<String>
pub fn get_daily_automatic_backup_start_time(&self) -> &Option<String>
A recurring daily time, in the format HH:MM
. HH
is the zero-padded hour of the day (0-23), and MM
is the zero-padded minute of the hour. For example, 05:00
specifies 5 AM daily.
Sourcepub fn automatic_backup_retention_days(self, input: i32) -> Self
pub fn automatic_backup_retention_days(self, input: i32) -> Self
The number of days to retain automatic backups. Setting this property to 0
disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0
.
Sourcepub fn set_automatic_backup_retention_days(self, input: Option<i32>) -> Self
pub fn set_automatic_backup_retention_days(self, input: Option<i32>) -> Self
The number of days to retain automatic backups. Setting this property to 0
disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0
.
Sourcepub fn get_automatic_backup_retention_days(&self) -> &Option<i32>
pub fn get_automatic_backup_retention_days(&self) -> &Option<i32>
The number of days to retain automatic backups. Setting this property to 0
disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0
.
Sourcepub fn auto_import_policy(self, input: AutoImportPolicyType) -> Self
pub fn auto_import_policy(self, input: AutoImportPolicyType) -> Self
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy
can have the following values:
-
NONE
- (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option. -
NEW
- AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system. -
NEW_CHANGED
- AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option. -
NEW_CHANGED_DELETED
- AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
This parameter is not supported for file systems with a data repository association.
Sourcepub fn set_auto_import_policy(self, input: Option<AutoImportPolicyType>) -> Self
pub fn set_auto_import_policy(self, input: Option<AutoImportPolicyType>) -> Self
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy
can have the following values:
-
NONE
- (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option. -
NEW
- AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system. -
NEW_CHANGED
- AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option. -
NEW_CHANGED_DELETED
- AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
This parameter is not supported for file systems with a data repository association.
Sourcepub fn get_auto_import_policy(&self) -> &Option<AutoImportPolicyType>
pub fn get_auto_import_policy(&self) -> &Option<AutoImportPolicyType>
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy
can have the following values:
-
NONE
- (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option. -
NEW
- AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system. -
NEW_CHANGED
- AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option. -
NEW_CHANGED_DELETED
- AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
This parameter is not supported for file systems with a data repository association.
Sourcepub fn data_compression_type(self, input: DataCompressionType) -> Self
pub fn data_compression_type(self, input: DataCompressionType) -> Self
Sets the data compression configuration for the file system. DataCompressionType
can have the following values:
-
NONE
- Data compression is turned off for the file system. -
LZ4
- Data compression is turned on with the LZ4 algorithm.
If you don't use DataCompressionType
, the file system retains its current data compression configuration.
For more information, see Lustre data compression.
Sourcepub fn set_data_compression_type(
self,
input: Option<DataCompressionType>,
) -> Self
pub fn set_data_compression_type( self, input: Option<DataCompressionType>, ) -> Self
Sets the data compression configuration for the file system. DataCompressionType
can have the following values:
-
NONE
- Data compression is turned off for the file system. -
LZ4
- Data compression is turned on with the LZ4 algorithm.
If you don't use DataCompressionType
, the file system retains its current data compression configuration.
For more information, see Lustre data compression.
Sourcepub fn get_data_compression_type(&self) -> &Option<DataCompressionType>
pub fn get_data_compression_type(&self) -> &Option<DataCompressionType>
Sets the data compression configuration for the file system. DataCompressionType
can have the following values:
-
NONE
- Data compression is turned off for the file system. -
LZ4
- Data compression is turned on with the LZ4 algorithm.
If you don't use DataCompressionType
, the file system retains its current data compression configuration.
For more information, see Lustre data compression.
Sourcepub fn log_configuration(self, input: LustreLogCreateConfiguration) -> Self
pub fn log_configuration(self, input: LustreLogCreateConfiguration) -> Self
The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.
Sourcepub fn set_log_configuration(
self,
input: Option<LustreLogCreateConfiguration>,
) -> Self
pub fn set_log_configuration( self, input: Option<LustreLogCreateConfiguration>, ) -> Self
The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.
Sourcepub fn get_log_configuration(&self) -> &Option<LustreLogCreateConfiguration>
pub fn get_log_configuration(&self) -> &Option<LustreLogCreateConfiguration>
The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.
Sourcepub fn root_squash_configuration(
self,
input: LustreRootSquashConfiguration,
) -> Self
pub fn root_squash_configuration( self, input: LustreRootSquashConfiguration, ) -> Self
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
Sourcepub fn set_root_squash_configuration(
self,
input: Option<LustreRootSquashConfiguration>,
) -> Self
pub fn set_root_squash_configuration( self, input: Option<LustreRootSquashConfiguration>, ) -> Self
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
Sourcepub fn get_root_squash_configuration(
&self,
) -> &Option<LustreRootSquashConfiguration>
pub fn get_root_squash_configuration( &self, ) -> &Option<LustreRootSquashConfiguration>
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
Sourcepub fn per_unit_storage_throughput(self, input: i32) -> Self
pub fn per_unit_storage_throughput(self, input: i32) -> Self
The throughput of an Amazon FSx for Lustre Persistent SSD-based file system, measured in megabytes per second per tebibyte (MB/s/TiB). You can increase or decrease your file system's throughput. Valid values depend on the deployment type of the file system, as follows:
-
For
PERSISTENT_1
SSD-based deployment types, valid values are 50, 100, and 200 MB/s/TiB. -
For
PERSISTENT_2
SSD-based deployment types, valid values are 125, 250, 500, and 1000 MB/s/TiB.
For more information, see Managing throughput capacity.
Sourcepub fn set_per_unit_storage_throughput(self, input: Option<i32>) -> Self
pub fn set_per_unit_storage_throughput(self, input: Option<i32>) -> Self
The throughput of an Amazon FSx for Lustre Persistent SSD-based file system, measured in megabytes per second per tebibyte (MB/s/TiB). You can increase or decrease your file system's throughput. Valid values depend on the deployment type of the file system, as follows:
-
For
PERSISTENT_1
SSD-based deployment types, valid values are 50, 100, and 200 MB/s/TiB. -
For
PERSISTENT_2
SSD-based deployment types, valid values are 125, 250, 500, and 1000 MB/s/TiB.
For more information, see Managing throughput capacity.
Sourcepub fn get_per_unit_storage_throughput(&self) -> &Option<i32>
pub fn get_per_unit_storage_throughput(&self) -> &Option<i32>
The throughput of an Amazon FSx for Lustre Persistent SSD-based file system, measured in megabytes per second per tebibyte (MB/s/TiB). You can increase or decrease your file system's throughput. Valid values depend on the deployment type of the file system, as follows:
-
For
PERSISTENT_1
SSD-based deployment types, valid values are 50, 100, and 200 MB/s/TiB. -
For
PERSISTENT_2
SSD-based deployment types, valid values are 125, 250, 500, and 1000 MB/s/TiB.
For more information, see Managing throughput capacity.
Sourcepub fn metadata_configuration(
self,
input: UpdateFileSystemLustreMetadataConfiguration,
) -> Self
pub fn metadata_configuration( self, input: UpdateFileSystemLustreMetadataConfiguration, ) -> Self
The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a PERSISTENT_2
deployment type. When this configuration is enabled, the file system supports increasing metadata performance.
Sourcepub fn set_metadata_configuration(
self,
input: Option<UpdateFileSystemLustreMetadataConfiguration>,
) -> Self
pub fn set_metadata_configuration( self, input: Option<UpdateFileSystemLustreMetadataConfiguration>, ) -> Self
The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a PERSISTENT_2
deployment type. When this configuration is enabled, the file system supports increasing metadata performance.
Sourcepub fn get_metadata_configuration(
&self,
) -> &Option<UpdateFileSystemLustreMetadataConfiguration>
pub fn get_metadata_configuration( &self, ) -> &Option<UpdateFileSystemLustreMetadataConfiguration>
The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a PERSISTENT_2
deployment type. When this configuration is enabled, the file system supports increasing metadata performance.
Sourcepub fn throughput_capacity(self, input: i32) -> Self
pub fn throughput_capacity(self, input: i32) -> Self
The throughput of an Amazon FSx for Lustre file system using an Intelligent-Tiering storage class, measured in megabytes per second (MBps). You can only increase your file system's throughput. Valid values are 4000 MBps or multiples of 4000 MBps.
Sourcepub fn set_throughput_capacity(self, input: Option<i32>) -> Self
pub fn set_throughput_capacity(self, input: Option<i32>) -> Self
The throughput of an Amazon FSx for Lustre file system using an Intelligent-Tiering storage class, measured in megabytes per second (MBps). You can only increase your file system's throughput. Valid values are 4000 MBps or multiples of 4000 MBps.
Sourcepub fn get_throughput_capacity(&self) -> &Option<i32>
pub fn get_throughput_capacity(&self) -> &Option<i32>
The throughput of an Amazon FSx for Lustre file system using an Intelligent-Tiering storage class, measured in megabytes per second (MBps). You can only increase your file system's throughput. Valid values are 4000 MBps or multiples of 4000 MBps.
Sourcepub fn data_read_cache_configuration(
self,
input: LustreReadCacheConfiguration,
) -> Self
pub fn data_read_cache_configuration( self, input: LustreReadCacheConfiguration, ) -> Self
Specifies the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.
Sourcepub fn set_data_read_cache_configuration(
self,
input: Option<LustreReadCacheConfiguration>,
) -> Self
pub fn set_data_read_cache_configuration( self, input: Option<LustreReadCacheConfiguration>, ) -> Self
Specifies the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.
Sourcepub fn get_data_read_cache_configuration(
&self,
) -> &Option<LustreReadCacheConfiguration>
pub fn get_data_read_cache_configuration( &self, ) -> &Option<LustreReadCacheConfiguration>
Specifies the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.
Sourcepub fn build(self) -> UpdateFileSystemLustreConfiguration
pub fn build(self) -> UpdateFileSystemLustreConfiguration
Consumes the builder and constructs a UpdateFileSystemLustreConfiguration
.
Trait Implementations§
Source§impl Clone for UpdateFileSystemLustreConfigurationBuilder
impl Clone for UpdateFileSystemLustreConfigurationBuilder
Source§fn clone(&self) -> UpdateFileSystemLustreConfigurationBuilder
fn clone(&self) -> UpdateFileSystemLustreConfigurationBuilder
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Default for UpdateFileSystemLustreConfigurationBuilder
impl Default for UpdateFileSystemLustreConfigurationBuilder
Source§fn default() -> UpdateFileSystemLustreConfigurationBuilder
fn default() -> UpdateFileSystemLustreConfigurationBuilder
Source§impl PartialEq for UpdateFileSystemLustreConfigurationBuilder
impl PartialEq for UpdateFileSystemLustreConfigurationBuilder
Source§fn eq(&self, other: &UpdateFileSystemLustreConfigurationBuilder) -> bool
fn eq(&self, other: &UpdateFileSystemLustreConfigurationBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateFileSystemLustreConfigurationBuilder
Auto Trait Implementations§
impl Freeze for UpdateFileSystemLustreConfigurationBuilder
impl RefUnwindSafe for UpdateFileSystemLustreConfigurationBuilder
impl Send for UpdateFileSystemLustreConfigurationBuilder
impl Sync for UpdateFileSystemLustreConfigurationBuilder
impl Unpin for UpdateFileSystemLustreConfigurationBuilder
impl UnwindSafe for UpdateFileSystemLustreConfigurationBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);