@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileCacheLustreMetadataConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for a Lustre MDT (Metadata Target) storage volume. The metadata on Amazon File Cache is managed by a Lustre Metadata Server (MDS) while the actual metadata is persisted on an MDT.
| Constructor and Description | 
|---|
| FileCacheLustreMetadataConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| FileCacheLustreMetadataConfiguration | clone() | 
| boolean | equals(Object obj) | 
| Integer | getStorageCapacity()
 The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setStorageCapacity(Integer storageCapacity)
 The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). | 
| String | toString()Returns a string representation of this object. | 
| FileCacheLustreMetadataConfiguration | withStorageCapacity(Integer storageCapacity)
 The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). | 
public FileCacheLustreMetadataConfiguration()
public void setStorageCapacity(Integer storageCapacity)
 The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported
 value is 2400 GiB.
 
storageCapacity - The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only
        supported value is 2400 GiB.public Integer getStorageCapacity()
 The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported
 value is 2400 GiB.
 
2400 GiB.public FileCacheLustreMetadataConfiguration withStorageCapacity(Integer storageCapacity)
 The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported
 value is 2400 GiB.
 
storageCapacity - The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only
        supported value is 2400 GiB.public String toString()
toString in class ObjectObject.toString()public FileCacheLustreMetadataConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.