Class: Aws::Snowball::Types::OnDeviceServiceConfiguration

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 services on an Amazon Web Services Snow Family device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eks_on_device_serviceTypes::EKSOnDeviceServiceConfiguration

The configuration of EKS Anywhere on the Snow Family device.



2197
2198
2199
2200
2201
2202
2203
2204
# File 'gems/aws-sdk-snowball/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_serviceTypes::NFSOnDeviceServiceConfiguration

Represents the NFS (Network File System) service on a Snow Family device.



2197
2198
2199
2200
2201
2202
2203
2204
# File 'gems/aws-sdk-snowball/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_serviceTypes::S3OnDeviceServiceConfiguration

Configuration for Amazon S3 compatible storage on Snow family devices.



2197
2198
2199
2200
2201
2202
2203
2204
# File 'gems/aws-sdk-snowball/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_serviceTypes::TGWOnDeviceServiceConfiguration

Represents the Storage Gateway service Tape Gateway type on a Snow Family device.



2197
2198
2199
2200
2201
2202
2203
2204
# File 'gems/aws-sdk-snowball/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