Class: Aws::Snowball::Types::TGWOnDeviceServiceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::TGWOnDeviceServiceConfiguration
- 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
-
#storage_limit ⇒ Integer
The maximum number of virtual tapes to store on one Snow Family device.
-
#storage_unit ⇒ String
The scale unit of the virtual tapes on the device.
Instance Attribute Details
#storage_limit ⇒ Integer
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.
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_unit ⇒ String
The scale unit of the virtual tapes on the device.
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 |