@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_2 deployment 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_2 deployment 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_2 deployment type. |
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. |
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.
MetadataConfigurationMode
public 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.
MetadataConfigurationMode
public 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.
MetadataConfigurationMode
public 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.
MetadataConfigurationMode
public String toString()
toString
in class Object
Object.toString()
public CreateFileSystemLustreMetadataConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.