Class: Aws::Mgn::Types::StorageConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Storage configuration for replication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fsx_ontap_configuration ⇒ Types::FsxOntapConfiguration

Storage configuration FSx ONTAP configuration.



6556
6557
6558
6559
6560
6561
# File 'lib/aws-sdk-mgn/types.rb', line 6556

class StorageConfiguration < Struct.new(
  :storage_type,
  :fsx_ontap_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#storage_type ⇒ String

Storage configuration storage type.

Returns:

  • (String)


6556
6557
6558
6559
6560
6561
# File 'lib/aws-sdk-mgn/types.rb', line 6556

class StorageConfiguration < Struct.new(
  :storage_type,
  :fsx_ontap_configuration)
  SENSITIVE = []
  include Aws::Structure
end