Class: Aws::Snowball::Types::OnDeviceServiceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::OnDeviceServiceConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
An object that represents the metadata and configuration settings for services on an Amazon Web Services Snow Family device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#eks_on_device_service ⇒ Types::EKSOnDeviceServiceConfiguration
The configuration of EKS Anywhere on the Snow Family device.
-
#nfs_on_device_service ⇒ Types::NFSOnDeviceServiceConfiguration
Represents the NFS (Network File System) service on a Snow Family device.
-
#s3_on_device_service ⇒ Types::S3OnDeviceServiceConfiguration
Configuration for Amazon S3 compatible storage on Snow family devices.
-
#tgw_on_device_service ⇒ Types::TGWOnDeviceServiceConfiguration
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
Instance Attribute Details
#eks_on_device_service ⇒ Types::EKSOnDeviceServiceConfiguration
The configuration of EKS Anywhere on the Snow Family device.
2197 2198 2199 2200 2201 2202 2203 2204 |
# File 'lib/aws-sdk-snowball/types.rb', line 2197 class OnDeviceServiceConfiguration < Struct.new( :nfs_on_device_service, :tgw_on_device_service, :eks_on_device_service, :s3_on_device_service) SENSITIVE = [] include Aws::Structure end |
#nfs_on_device_service ⇒ Types::NFSOnDeviceServiceConfiguration
Represents the NFS (Network File System) service on a Snow Family device.
2197 2198 2199 2200 2201 2202 2203 2204 |
# File 'lib/aws-sdk-snowball/types.rb', line 2197 class OnDeviceServiceConfiguration < Struct.new( :nfs_on_device_service, :tgw_on_device_service, :eks_on_device_service, :s3_on_device_service) SENSITIVE = [] include Aws::Structure end |
#s3_on_device_service ⇒ Types::S3OnDeviceServiceConfiguration
Configuration for Amazon S3 compatible storage on Snow family devices.
2197 2198 2199 2200 2201 2202 2203 2204 |
# File 'lib/aws-sdk-snowball/types.rb', line 2197 class OnDeviceServiceConfiguration < Struct.new( :nfs_on_device_service, :tgw_on_device_service, :eks_on_device_service, :s3_on_device_service) SENSITIVE = [] include Aws::Structure end |
#tgw_on_device_service ⇒ Types::TGWOnDeviceServiceConfiguration
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
2197 2198 2199 2200 2201 2202 2203 2204 |
# File 'lib/aws-sdk-snowball/types.rb', line 2197 class OnDeviceServiceConfiguration < Struct.new( :nfs_on_device_service, :tgw_on_device_service, :eks_on_device_service, :s3_on_device_service) SENSITIVE = [] include Aws::Structure end |