Class LustreFileSystemConfiguration
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<LustreFileSystemConfiguration.Builder,
LustreFileSystemConfiguration>
The configuration for the Amazon FSx for Lustre file system.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Integer
Returns the value of the AutomaticBackupRetentionDays property for this object.builder()
final Boolean
A boolean flag indicating whether tags on the file system are copied to backups.final String
Returns the value of the DailyAutomaticBackupStartTime property for this object.final DataCompressionType
The data compression configuration for the file system.final String
The data compression configuration for the file system.Returns the value of the DataRepositoryConfiguration property for this object.final LustreDeploymentType
The deployment type of the FSx for Lustre file system.final String
The deployment type of the FSx for Lustre file system.final DriveCacheType
The type of drive cache used byPERSISTENT_1
file systems that are provisioned with HDD storage devices.final String
The type of drive cache used byPERSISTENT_1
file systems that are provisioned with HDD storage devices.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final LustreLogConfiguration
The Lustre logging configuration.The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using aPERSISTENT_2
deployment type.final String
You use theMountName
value when mounting the file system.final Integer
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned.The Lustre root squash configuration for an Amazon FSx for Lustre file system.static Class
<? extends LustreFileSystemConfiguration.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final String
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
weeklyMaintenanceStartTime
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here,
d
is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.- Returns:
- The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here,
d
is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
-
dataRepositoryConfiguration
Returns the value of the DataRepositoryConfiguration property for this object.- Returns:
- The value of the DataRepositoryConfiguration property for this object.
-
deploymentType
The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.
SCRATCH_1
andSCRATCH_2
deployment types are best suited for when you need temporary storage and shorter-term processing of data. TheSCRATCH_2
deployment type provides in-transit encryption of data and higher burst throughput capacity thanSCRATCH_1
.The
PERSISTENT_1
andPERSISTENT_2
deployment type is used for longer-term storage and workloads and encryption of data in transit.PERSISTENT_2
offers higherPerUnitStorageThroughput
(up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options.The default is
SCRATCH_1
.If the service returns an enum value that is not available in the current SDK version,
deploymentType
will returnLustreDeploymentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdeploymentTypeAsString()
.- Returns:
- The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for
temporary storage and shorter-term processing of data.
SCRATCH_1
andSCRATCH_2
deployment types are best suited for when you need temporary storage and shorter-term processing of data. TheSCRATCH_2
deployment type provides in-transit encryption of data and higher burst throughput capacity thanSCRATCH_1
.The
PERSISTENT_1
andPERSISTENT_2
deployment type is used for longer-term storage and workloads and encryption of data in transit.PERSISTENT_2
offers higherPerUnitStorageThroughput
(up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options.The default is
SCRATCH_1
. - See Also:
-
deploymentTypeAsString
The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.
SCRATCH_1
andSCRATCH_2
deployment types are best suited for when you need temporary storage and shorter-term processing of data. TheSCRATCH_2
deployment type provides in-transit encryption of data and higher burst throughput capacity thanSCRATCH_1
.The
PERSISTENT_1
andPERSISTENT_2
deployment type is used for longer-term storage and workloads and encryption of data in transit.PERSISTENT_2
offers higherPerUnitStorageThroughput
(up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options.The default is
SCRATCH_1
.If the service returns an enum value that is not available in the current SDK version,
deploymentType
will returnLustreDeploymentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdeploymentTypeAsString()
.- Returns:
- The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for
temporary storage and shorter-term processing of data.
SCRATCH_1
andSCRATCH_2
deployment types are best suited for when you need temporary storage and shorter-term processing of data. TheSCRATCH_2
deployment type provides in-transit encryption of data and higher burst throughput capacity thanSCRATCH_1
.The
PERSISTENT_1
andPERSISTENT_2
deployment type is used for longer-term storage and workloads and encryption of data in transit.PERSISTENT_2
offers higherPerUnitStorageThroughput
(up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options.The default is
SCRATCH_1
. - See Also:
-
perUnitStorageThroughput
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for
PERSISTENT_1
andPERSISTENT_2
deployment types.Valid values:
-
For
PERSISTENT_1
SSD storage: 50, 100, 200. -
For
PERSISTENT_1
HDD storage: 12, 40. -
For
PERSISTENT_2
SSD storage: 125, 250, 500, 1000.
- Returns:
- Per unit storage throughput represents the megabytes per second of read or write throughput per 1
tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) *
PerUnitStorageThroughput (MB/s/TiB). This option is only valid for
PERSISTENT_1
andPERSISTENT_2
deployment types.Valid values:
-
For
PERSISTENT_1
SSD storage: 50, 100, 200. -
For
PERSISTENT_1
HDD storage: 12, 40. -
For
PERSISTENT_2
SSD storage: 125, 250, 500, 1000.
-
-
-
mountName
You use the
MountName
value when mounting the file system.For the
SCRATCH_1
deployment type, this value is always "fsx
". ForSCRATCH_2
,PERSISTENT_1
, andPERSISTENT_2
deployment types, this value is a string that is unique within an Amazon Web Services Region.- Returns:
- You use the
MountName
value when mounting the file system.For the
SCRATCH_1
deployment type, this value is always "fsx
". ForSCRATCH_2
,PERSISTENT_1
, andPERSISTENT_2
deployment types, this value is a string that is unique within an Amazon Web Services Region.
-
dailyAutomaticBackupStartTime
Returns the value of the DailyAutomaticBackupStartTime property for this object.- Returns:
- The value of the DailyAutomaticBackupStartTime property for this object.
-
automaticBackupRetentionDays
Returns the value of the AutomaticBackupRetentionDays property for this object.- Returns:
- The value of the AutomaticBackupRetentionDays property for this object.
-
copyTagsToBackups
A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)
- Returns:
- A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)
-
driveCacheType
The type of drive cache used by
PERSISTENT_1
file systems that are provisioned with HDD storage devices. This parameter is required whenStorageType
is HDD. When set toREAD
the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.This parameter is required when
StorageType
is set to HDD.If the service returns an enum value that is not available in the current SDK version,
driveCacheType
will returnDriveCacheType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdriveCacheTypeAsString()
.- Returns:
- The type of drive cache used by
PERSISTENT_1
file systems that are provisioned with HDD storage devices. This parameter is required whenStorageType
is HDD. When set toREAD
the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.This parameter is required when
StorageType
is set to HDD. - See Also:
-
driveCacheTypeAsString
The type of drive cache used by
PERSISTENT_1
file systems that are provisioned with HDD storage devices. This parameter is required whenStorageType
is HDD. When set toREAD
the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.This parameter is required when
StorageType
is set to HDD.If the service returns an enum value that is not available in the current SDK version,
driveCacheType
will returnDriveCacheType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdriveCacheTypeAsString()
.- Returns:
- The type of drive cache used by
PERSISTENT_1
file systems that are provisioned with HDD storage devices. This parameter is required whenStorageType
is HDD. When set toREAD
the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.This parameter is required when
StorageType
is set to HDD. - See Also:
-
dataCompressionType
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.
For more information, see Lustre data compression.
If the service returns an enum value that is not available in the current SDK version,
dataCompressionType
will returnDataCompressionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdataCompressionTypeAsString()
.- Returns:
- 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.
For more information, see Lustre data compression.
-
- See Also:
-
-
dataCompressionTypeAsString
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.
For more information, see Lustre data compression.
If the service returns an enum value that is not available in the current SDK version,
dataCompressionType
will returnDataCompressionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdataCompressionTypeAsString()
.- Returns:
- 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.
For more information, see Lustre data compression.
-
- See Also:
-
-
logConfiguration
The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.
- Returns:
- The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.
-
rootSquashConfiguration
The Lustre root squash configuration for 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.
- Returns:
- The Lustre root squash configuration for 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.
-
metadataConfiguration
The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a
PERSISTENT_2
deployment type.- Returns:
- The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a
PERSISTENT_2
deployment type.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<LustreFileSystemConfiguration.Builder,
LustreFileSystemConfiguration> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-