Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data FileCacheLustreMetadataConfiguration Source #
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.
See: newFileCacheLustreMetadataConfiguration
smart constructor.
FileCacheLustreMetadataConfiguration' | |
|
Instances
newFileCacheLustreMetadataConfiguration Source #
Create a value of FileCacheLustreMetadataConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:storageCapacity:FileCacheLustreMetadataConfiguration'
, fileCacheLustreMetadataConfiguration_storageCapacity
- The storage capacity of the Lustre MDT (Metadata Target) storage volume
in gibibytes (GiB). The only supported value is 2400
GiB.
fileCacheLustreMetadataConfiguration_storageCapacity :: Lens' FileCacheLustreMetadataConfiguration Natural Source #
The storage capacity of the Lustre MDT (Metadata Target) storage volume
in gibibytes (GiB). The only supported value is 2400
GiB.