Class CreateFileSystemLustreMetadataConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.fsx.model.CreateFileSystemLustreMetadataConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateFileSystemLustreMetadataConfiguration.Builder,CreateFileSystemLustreMetadataConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class CreateFileSystemLustreMetadataConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateFileSystemLustreMetadataConfiguration.Builder,CreateFileSystemLustreMetadataConfiguration>
The Lustre metadata performance configuration for the creation of an Amazon FSx for Lustre file system using a
PERSISTENT_2deployment type. The configuration uses a Metadata IOPS value to set the maximum rate of metadata disk IOPS supported by the file system.After creation, the file system supports increasing metadata performance. For more information on Metadata IOPS, see Lustre metadata performance configuration in the Amazon FSx for Lustre User Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateFileSystemLustreMetadataConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateFileSystemLustreMetadataConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integeriops()(USER_PROVISIONED mode only) Specifies the number of Metadata IOPS to provision for the file system.MetadataConfigurationModemode()The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using aPERSISTENT_2deployment type.StringmodeAsString()The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using aPERSISTENT_2deployment type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateFileSystemLustreMetadataConfiguration.Builder>serializableBuilderClass()CreateFileSystemLustreMetadataConfiguration.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()
(USER_PROVISIONED mode only) Specifies the number of Metadata IOPS to provision for the file system. This parameter sets the maximum rate of metadata disk IOPS supported by the file system. Valid values are
1500,3000,6000,12000, and multiples of12000up to a maximum of192000.Iops doesn’t have a default value. If you're using USER_PROVISIONED mode, you can choose to specify a valid value. If you're using AUTOMATIC mode, you cannot specify a value because FSx for Lustre automatically sets the value based on your file system storage capacity.
- Returns:
- (USER_PROVISIONED mode only) Specifies the number of Metadata IOPS to provision for the file system. This
parameter sets the maximum rate of metadata disk IOPS supported by the file system. Valid values are
1500,3000,6000,12000, and multiples of12000up to a maximum of192000.Iops doesn’t have a default value. If you're using USER_PROVISIONED mode, you can choose to specify a valid value. If you're using AUTOMATIC mode, you cannot specify a value because FSx for Lustre automatically sets the value based on your file system storage capacity.
-
mode
public final MetadataConfigurationMode mode()
The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
PERSISTENT_2deployment type.-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS for your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you 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 an FSx for Lustre file system using a
PERSISTENT_2deployment type.-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS for your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you 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 an FSx for Lustre file system using a
PERSISTENT_2deployment type.-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS for your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you 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 an FSx for Lustre file system using a
PERSISTENT_2deployment type.-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS for your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you specify the number of Metadata IOPS to provision for your file system.
-
- See Also:
MetadataConfigurationMode
-
-
toBuilder
public CreateFileSystemLustreMetadataConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateFileSystemLustreMetadataConfiguration.Builder,CreateFileSystemLustreMetadataConfiguration>
-
builder
public static CreateFileSystemLustreMetadataConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateFileSystemLustreMetadataConfiguration.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
-
-