Class: Aws::FSx::Types::FileCacheLustreMetadataConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#storage_capacityInteger

The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is ‘2400` GiB.

Returns:

  • (Integer)


5390
5391
5392
5393
5394
# File 'lib/aws-sdk-fsx/types.rb', line 5390

class FileCacheLustreMetadataConfiguration < Struct.new(
  :storage_capacity)
  SENSITIVE = []
  include Aws::Structure
end