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
Note:
When making an API call, you may pass TGWOnDeviceServiceConfiguration data as a hash:
{
storage_limit: 1,
storage_unit: "TB", # accepts TB
}
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.
2589 2590 2591 2592 2593 2594 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2589 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.
2589 2590 2591 2592 2593 2594 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2589 class TGWOnDeviceServiceConfiguration < Struct.new( :storage_limit, :storage_unit) SENSITIVE = [] include Aws::Structure end |