@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFileSystemLustreMetadataConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
 The Lustre metadata performance configuration for the creation of an Amazon FSx for Lustre file system using a
 PERSISTENT_2 deployment 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.
| Constructor and Description | 
|---|
| CreateFileSystemLustreMetadataConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateFileSystemLustreMetadataConfiguration | clone() | 
| boolean | equals(Object obj) | 
| Integer | getIops()
 (USER_PROVISIONED mode only) Specifies the number of Metadata IOPS to provision for the file system. | 
| String | getMode()
 The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
  PERSISTENT_2deployment type. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setIops(Integer iops)
 (USER_PROVISIONED mode only) Specifies the number of Metadata IOPS to provision for the file system. | 
| void | setMode(String mode)
 The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
  PERSISTENT_2deployment type. | 
| String | toString()Returns a string representation of this object. | 
| CreateFileSystemLustreMetadataConfiguration | withIops(Integer iops)
 (USER_PROVISIONED mode only) Specifies the number of Metadata IOPS to provision for the file system. | 
| CreateFileSystemLustreMetadataConfiguration | withMode(MetadataConfigurationMode mode)
 The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
  PERSISTENT_2deployment type. | 
| CreateFileSystemLustreMetadataConfiguration | withMode(String mode)
 The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
  PERSISTENT_2deployment type. | 
public CreateFileSystemLustreMetadataConfiguration()
public void setIops(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 of 12000
 up to a maximum of 192000.
 
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.
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 of
        12000 up to a maximum of 192000. 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.
public Integer getIops()
 (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 of 12000
 up to a maximum of 192000.
 
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.
1500, 3000, 6000, 12000, and multiples of
         12000 up to a maximum of 192000. 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.
public CreateFileSystemLustreMetadataConfiguration withIops(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 of 12000
 up to a maximum of 192000.
 
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.
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 of
        12000 up to a maximum of 192000. 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.
public void setMode(String mode)
 The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
 PERSISTENT_2 deployment 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.
mode - The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
        PERSISTENT_2 deployment 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.
MetadataConfigurationModepublic String getMode()
 The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
 PERSISTENT_2 deployment 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.
PERSISTENT_2 deployment 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.
MetadataConfigurationModepublic CreateFileSystemLustreMetadataConfiguration withMode(String mode)
 The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
 PERSISTENT_2 deployment 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.
mode - The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
        PERSISTENT_2 deployment 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.
MetadataConfigurationModepublic CreateFileSystemLustreMetadataConfiguration withMode(MetadataConfigurationMode mode)
 The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
 PERSISTENT_2 deployment 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.
mode - The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
        PERSISTENT_2 deployment 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.
MetadataConfigurationModepublic String toString()
toString in class ObjectObject.toString()public CreateFileSystemLustreMetadataConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.