Class FileSystemLustreMetadataConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.fsx.model.FileSystemLustreMetadataConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileSystemLustreMetadataConfiguration.Builder,FileSystemLustreMetadataConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FileSystemLustreMetadataConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileSystemLustreMetadataConfiguration.Builder,FileSystemLustreMetadataConfiguration>
The Lustre metadata performance configuration of an Amazon FSx for Lustre file system using a
PERSISTENT_2deployment type. The configuration enables the file system to support increasing metadata performance.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileSystemLustreMetadataConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileSystemLustreMetadataConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integeriops()The number of Metadata IOPS provisioned for the file system.MetadataConfigurationModemode()The metadata configuration mode for provisioning Metadata IOPS for the file system.StringmodeAsString()The metadata configuration mode for provisioning Metadata IOPS for the file system.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FileSystemLustreMetadataConfiguration.Builder>serializableBuilderClass()FileSystemLustreMetadataConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
iops
public final Integer iops()
The number of Metadata IOPS provisioned for the file system. Valid values are
1500,3000,6000,12000, and multiples of12000up to a maximum of192000.- Returns:
- The number of Metadata IOPS provisioned for the file system. Valid values are
1500,3000,6000,12000, and multiples of12000up to a maximum of192000.
-
mode
public final MetadataConfigurationMode mode()
The metadata configuration mode for provisioning Metadata IOPS for the file system.
-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.
If the service returns an enum value that is not available in the current SDK version,
modewill returnMetadataConfigurationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The metadata configuration mode for provisioning Metadata IOPS for the file system.
-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.
-
- See Also:
MetadataConfigurationMode
-
-
modeAsString
public final String modeAsString()
The metadata configuration mode for provisioning Metadata IOPS for the file system.
-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.
If the service returns an enum value that is not available in the current SDK version,
modewill returnMetadataConfigurationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The metadata configuration mode for provisioning Metadata IOPS for the file system.
-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.
-
- See Also:
MetadataConfigurationMode
-
-
toBuilder
public FileSystemLustreMetadataConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileSystemLustreMetadataConfiguration.Builder,FileSystemLustreMetadataConfiguration>
-
builder
public static FileSystemLustreMetadataConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileSystemLustreMetadataConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-