Class: Aws::FSx::Types::FileCacheLustreMetadataConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::FileCacheLustreMetadataConfiguration
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_capacity ⇒ Integer
The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB).
Instance Attribute Details
#storage_capacity ⇒ Integer
The storage capacity of the Lustre MDT (Metadata Target) storage
volume in gibibytes (GiB). The only supported value is 2400
GiB.
5849 5850 5851 5852 5853 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5849 class FileCacheLustreMetadataConfiguration < Struct.new( :storage_capacity) SENSITIVE = [] include Aws::Structure end |