Class: Aws::Snowball::Types::NFSOnDeviceServiceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::NFSOnDeviceServiceConfiguration
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
An object that represents the metadata and configuration settings for the NFS (Network File System) service on an Amazon Web Services Snow Family device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_limit ⇒ Integer
The maximum NFS storage for one Snow Family device.
-
#storage_unit ⇒ String
The scale unit of the NFS storage on the device.
Instance Attribute Details
#storage_limit ⇒ Integer
The maximum NFS storage for one Snow Family device.
1896 1897 1898 1899 1900 1901 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1896 class NFSOnDeviceServiceConfiguration < Struct.new( :storage_limit, :storage_unit) SENSITIVE = [] include Aws::Structure end |
#storage_unit ⇒ String
The scale unit of the NFS storage on the device.
Valid values: TB.
1896 1897 1898 1899 1900 1901 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1896 class NFSOnDeviceServiceConfiguration < Struct.new( :storage_limit, :storage_unit) SENSITIVE = [] include Aws::Structure end |