@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LustreFileSystemConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for the Amazon FSx for Lustre file system.
Constructor and Description |
---|
LustreFileSystemConfiguration() |
Modifier and Type | Method and Description |
---|---|
LustreFileSystemConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getAutomaticBackupRetentionDays() |
Boolean |
getCopyTagsToBackups()
A boolean flag indicating whether tags on the file system should be copied to backups.
|
String |
getDailyAutomaticBackupStartTime() |
String |
getDataCompressionType()
The data compression configuration for the file system.
|
DataRepositoryConfiguration |
getDataRepositoryConfiguration() |
String |
getDeploymentType()
The deployment type of the FSX for Lustre file system.
|
String |
getDriveCacheType()
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
|
String |
getMountName()
You use the
MountName value when mounting the file system. |
Integer |
getPerUnitStorageThroughput()
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of
storage provisioned.
|
String |
getWeeklyMaintenanceStartTime()
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
int |
hashCode() |
Boolean |
isCopyTagsToBackups()
A boolean flag indicating whether tags on the file system should be copied to backups.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
void |
setCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system should be copied to backups.
|
void |
setDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
void |
setDataCompressionType(String dataCompressionType)
The data compression configuration for the file system.
|
void |
setDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration) |
void |
setDeploymentType(String deploymentType)
The deployment type of the FSX for Lustre file system.
|
void |
setDriveCacheType(String driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
|
void |
setMountName(String mountName)
You use the
MountName value when mounting the file system. |
void |
setPerUnitStorageThroughput(Integer perUnitStorageThroughput)
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of
storage provisioned.
|
void |
setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
String |
toString()
Returns a string representation of this object.
|
LustreFileSystemConfiguration |
withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
LustreFileSystemConfiguration |
withCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system should be copied to backups.
|
LustreFileSystemConfiguration |
withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
LustreFileSystemConfiguration |
withDataCompressionType(DataCompressionType dataCompressionType)
The data compression configuration for the file system.
|
LustreFileSystemConfiguration |
withDataCompressionType(String dataCompressionType)
The data compression configuration for the file system.
|
LustreFileSystemConfiguration |
withDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration) |
LustreFileSystemConfiguration |
withDeploymentType(LustreDeploymentType deploymentType)
The deployment type of the FSX for Lustre file system.
|
LustreFileSystemConfiguration |
withDeploymentType(String deploymentType)
The deployment type of the FSX for Lustre file system.
|
LustreFileSystemConfiguration |
withDriveCacheType(DriveCacheType driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
|
LustreFileSystemConfiguration |
withDriveCacheType(String driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
|
LustreFileSystemConfiguration |
withMountName(String mountName)
You use the
MountName value when mounting the file system. |
LustreFileSystemConfiguration |
withPerUnitStorageThroughput(Integer perUnitStorageThroughput)
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of
storage provisioned.
|
LustreFileSystemConfiguration |
withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
public void setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
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.
weeklyMaintenanceStartTime
- 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.public String getWeeklyMaintenanceStartTime()
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.
public LustreFileSystemConfiguration withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
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.
weeklyMaintenanceStartTime
- 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.public void setDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration)
dataRepositoryConfiguration
- public DataRepositoryConfiguration getDataRepositoryConfiguration()
public LustreFileSystemConfiguration withDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration)
dataRepositoryConfiguration
- public void setDeploymentType(String 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
and SCRATCH_2
deployment types are best suited for when you need temporary
storage and shorter-term processing of data. The SCRATCH_2
deployment type provides in-transit
encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
deployment type is used for longer-term storage and workloads and encryption of
data in transit. To learn more about deployment types, see FSx for Lustre Deployment
Options. (Default = SCRATCH_1
)
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
and SCRATCH_2
deployment types are best suited for when you need
temporary storage and shorter-term processing of data. The SCRATCH_2
deployment type provides
in-transit encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
deployment type is used for longer-term storage and workloads and encryption
of data in transit. To learn more about deployment types, see FSx for Lustre
Deployment Options. (Default = SCRATCH_1
)
LustreDeploymentType
public String getDeploymentType()
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
and SCRATCH_2
deployment types are best suited for when you need temporary
storage and shorter-term processing of data. The SCRATCH_2
deployment type provides in-transit
encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
deployment type is used for longer-term storage and workloads and encryption of
data in transit. To learn more about deployment types, see FSx for Lustre Deployment
Options. (Default = SCRATCH_1
)
SCRATCH_1
and SCRATCH_2
deployment types are best suited for when you need
temporary storage and shorter-term processing of data. The SCRATCH_2
deployment type
provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
deployment type is used for longer-term storage and workloads and
encryption of data in transit. To learn more about deployment types, see FSx for Lustre
Deployment Options. (Default = SCRATCH_1
)
LustreDeploymentType
public LustreFileSystemConfiguration withDeploymentType(String 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
and SCRATCH_2
deployment types are best suited for when you need temporary
storage and shorter-term processing of data. The SCRATCH_2
deployment type provides in-transit
encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
deployment type is used for longer-term storage and workloads and encryption of
data in transit. To learn more about deployment types, see FSx for Lustre Deployment
Options. (Default = SCRATCH_1
)
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
and SCRATCH_2
deployment types are best suited for when you need
temporary storage and shorter-term processing of data. The SCRATCH_2
deployment type provides
in-transit encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
deployment type is used for longer-term storage and workloads and encryption
of data in transit. To learn more about deployment types, see FSx for Lustre
Deployment Options. (Default = SCRATCH_1
)
LustreDeploymentType
public LustreFileSystemConfiguration withDeploymentType(LustreDeploymentType 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
and SCRATCH_2
deployment types are best suited for when you need temporary
storage and shorter-term processing of data. The SCRATCH_2
deployment type provides in-transit
encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
deployment type is used for longer-term storage and workloads and encryption of
data in transit. To learn more about deployment types, see FSx for Lustre Deployment
Options. (Default = SCRATCH_1
)
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
and SCRATCH_2
deployment types are best suited for when you need
temporary storage and shorter-term processing of data. The SCRATCH_2
deployment type provides
in-transit encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
deployment type is used for longer-term storage and workloads and encryption
of data in transit. To learn more about deployment types, see FSx for Lustre
Deployment Options. (Default = SCRATCH_1
)
LustreDeploymentType
public void setPerUnitStorageThroughput(Integer 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
deployment types.
Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.
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
deployment
types.
Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.
public Integer getPerUnitStorageThroughput()
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
deployment types.
Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.
PERSISTENT_1
deployment
types.
Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.
public LustreFileSystemConfiguration withPerUnitStorageThroughput(Integer 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
deployment types.
Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.
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
deployment
types.
Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.
public void setMountName(String mountName)
You use the MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For
SCRATCH_2
and PERSISTENT_1
deployment types, this value is a string that is unique
within an Amazon Web Services Region.
mountName
- You use the MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For
SCRATCH_2
and PERSISTENT_1
deployment types, this value is a string that is
unique within an Amazon Web Services Region.
public String getMountName()
You use the MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For
SCRATCH_2
and PERSISTENT_1
deployment types, this value is a string that is unique
within an Amazon Web Services Region.
MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For
SCRATCH_2
and PERSISTENT_1
deployment types, this value is a string that is
unique within an Amazon Web Services Region.
public LustreFileSystemConfiguration withMountName(String mountName)
You use the MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For
SCRATCH_2
and PERSISTENT_1
deployment types, this value is a string that is unique
within an Amazon Web Services Region.
mountName
- You use the MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For
SCRATCH_2
and PERSISTENT_1
deployment types, this value is a string that is
unique within an Amazon Web Services Region.
public void setDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
dailyAutomaticBackupStartTime
- public String getDailyAutomaticBackupStartTime()
public LustreFileSystemConfiguration withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
dailyAutomaticBackupStartTime
- public void setAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
automaticBackupRetentionDays
- public Integer getAutomaticBackupRetentionDays()
public LustreFileSystemConfiguration withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
automaticBackupRetentionDays
- public void setCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system should be 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)
copyTagsToBackups
- A boolean flag indicating whether tags on the file system should be 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)public Boolean getCopyTagsToBackups()
A boolean flag indicating whether tags on the file system should be 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)
public LustreFileSystemConfiguration withCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system should be 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)
copyTagsToBackups
- A boolean flag indicating whether tags on the file system should be 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)public Boolean isCopyTagsToBackups()
A boolean flag indicating whether tags on the file system should be 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)
public void setDriveCacheType(String driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This
parameter is required when storage type is HDD. Set to READ
, improve the performance for frequently
accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType
is set to HDD.
driveCacheType
- The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
This parameter is required when storage type is HDD. Set to READ
, improve the performance for
frequently accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType
is set to HDD.
DriveCacheType
public String getDriveCacheType()
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This
parameter is required when storage type is HDD. Set to READ
, improve the performance for frequently
accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType
is set to HDD.
READ
, improve the performance
for frequently accessed files and allows 20% of the total storage capacity of the file system to be
cached.
This parameter is required when StorageType
is set to HDD.
DriveCacheType
public LustreFileSystemConfiguration withDriveCacheType(String driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This
parameter is required when storage type is HDD. Set to READ
, improve the performance for frequently
accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType
is set to HDD.
driveCacheType
- The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
This parameter is required when storage type is HDD. Set to READ
, improve the performance for
frequently accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType
is set to HDD.
DriveCacheType
public LustreFileSystemConfiguration withDriveCacheType(DriveCacheType driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This
parameter is required when storage type is HDD. Set to READ
, improve the performance for frequently
accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType
is set to HDD.
driveCacheType
- The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
This parameter is required when storage type is HDD. Set to READ
, improve the performance for
frequently accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType
is set to HDD.
DriveCacheType
public void setDataCompressionType(String 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.
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.
DataCompressionType
public String getDataCompressionType()
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.
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.
DataCompressionType
public LustreFileSystemConfiguration withDataCompressionType(String 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.
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.
DataCompressionType
public LustreFileSystemConfiguration withDataCompressionType(DataCompressionType 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.
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.
DataCompressionType
public String toString()
toString
in class Object
Object.toString()
public LustreFileSystemConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.