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.
2119 2120 2121 2122 2123 2124 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2119 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.
2119 2120 2121 2122 2123 2124 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2119 class TGWOnDeviceServiceConfiguration < Struct.new( :storage_limit, :storage_unit) SENSITIVE = [] include Aws::Structure end |