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

Inherits:
Struct
  • Object
show all
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

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)


5740
5741
5742
5743
5744
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5740

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