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.



2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2116

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.



2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2116

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.



2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2116

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.



2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2116

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