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