Class: Aws::Snowball::Types::NFSOnDeviceServiceConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#storage_limitInteger

The maximum NFS storage for one Snow Family device.

Returns:

  • (Integer)


2114
2115
2116
2117
2118
2119
# File 'lib/aws-sdk-snowball/types.rb', line 2114

class NFSOnDeviceServiceConfiguration < Struct.new(
  :storage_limit,
  :storage_unit)
  SENSITIVE = []
  include Aws::Structure
end

#storage_unitString

The scale unit of the NFS storage on the device.

Valid values: TB.

Returns:

  • (String)


2114
2115
2116
2117
2118
2119
# File 'lib/aws-sdk-snowball/types.rb', line 2114

class NFSOnDeviceServiceConfiguration < Struct.new(
  :storage_limit,
  :storage_unit)
  SENSITIVE = []
  include Aws::Structure
end