Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data NFSOnDeviceServiceConfiguration = NFSOnDeviceServiceConfiguration' {}
- newNFSOnDeviceServiceConfiguration :: NFSOnDeviceServiceConfiguration
- nFSOnDeviceServiceConfiguration_storageLimit :: Lens' NFSOnDeviceServiceConfiguration (Maybe Natural)
- nFSOnDeviceServiceConfiguration_storageUnit :: Lens' NFSOnDeviceServiceConfiguration (Maybe StorageUnit)
Documentation
data NFSOnDeviceServiceConfiguration Source #
An object that represents metadata and configuration settings for NFS service on an AWS Snow Family device.
See: newNFSOnDeviceServiceConfiguration
smart constructor.
NFSOnDeviceServiceConfiguration' | |
|
Instances
newNFSOnDeviceServiceConfiguration :: NFSOnDeviceServiceConfiguration Source #
Create a value of NFSOnDeviceServiceConfiguration
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:storageLimit:NFSOnDeviceServiceConfiguration'
, nFSOnDeviceServiceConfiguration_storageLimit
- The maximum NFS storage for one Snowball Family device.
$sel:storageUnit:NFSOnDeviceServiceConfiguration'
, nFSOnDeviceServiceConfiguration_storageUnit
- The scale unit of the NFS storage on the device.
Valid values: TB.
nFSOnDeviceServiceConfiguration_storageLimit :: Lens' NFSOnDeviceServiceConfiguration (Maybe Natural) Source #
The maximum NFS storage for one Snowball Family device.
nFSOnDeviceServiceConfiguration_storageUnit :: Lens' NFSOnDeviceServiceConfiguration (Maybe StorageUnit) Source #
The scale unit of the NFS storage on the device.
Valid values: TB.