Class: Aws::Snowball::Types::TGWOnDeviceServiceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

An object that represents the metadata and configuration settings for the Storage Gateway service Tape Gateway type on an Amazon Web Services Snow Family device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_limitInteger

The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.

Returns:

  • (Integer)


2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2456

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

#storage_unitString

The scale unit of the virtual tapes on the device.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2456

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