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.
2114 2115 2116 2117 2118 2119 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2114 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.
2114 2115 2116 2117 2118 2119 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2114 class NFSOnDeviceServiceConfiguration < Struct.new( :storage_limit, :storage_unit) SENSITIVE = [] include Aws::Structure end |