UpdateFileSystemLustreConfiguration class
The configuration object for Amazon FSx for Lustre file systems used in the
UpdateFileSystem
operation.
Constructors
- UpdateFileSystemLustreConfiguration({AutoImportPolicyType? autoImportPolicy, int? automaticBackupRetentionDays, String? dailyAutomaticBackupStartTime, String? weeklyMaintenanceStartTime})
Properties
- autoImportPolicy → 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:final - automaticBackupRetentionDays → int?
-
final
- dailyAutomaticBackupStartTime → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- weeklyMaintenanceStartTime → 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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited