Class: Aws::DataSync::Types::UpdateLocationFsxOntapRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP transfer location that you’re updating.

Returns:

  • (String)


6395
6396
6397
6398
6399
6400
6401
# File 'lib/aws-sdk-datasync/types.rb', line 6395

class UpdateLocationFsxOntapRequest < Struct.new(
  :location_arn,
  :protocol,
  :subdirectory)
  SENSITIVE = []
  include Aws::Structure
end

#protocolTypes::FsxUpdateProtocol

Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.



6395
6396
6397
6398
6399
6400
6401
# File 'lib/aws-sdk-datasync/types.rb', line 6395

class UpdateLocationFsxOntapRequest < Struct.new(
  :location_arn,
  :protocol,
  :subdirectory)
  SENSITIVE = []
  include Aws::Structure
end

#subdirectoryString

Specifies a path to the file share in the storage virtual machine (SVM) where you want to transfer data to or from.

You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares). For example, your mount path might be ‘/vol1`, `/vol1/tree1`, or `/share1`.

<note markdown=“1”> Don’t specify a junction path in the SVM’s root volume. For more information, see [Managing FSx for ONTAP storage virtual machines] in the *Amazon FSx for NetApp ONTAP User Guide*.

</note>

[1]: docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html

Returns:

  • (String)


6395
6396
6397
6398
6399
6400
6401
# File 'lib/aws-sdk-datasync/types.rb', line 6395

class UpdateLocationFsxOntapRequest < Struct.new(
  :location_arn,
  :protocol,
  :subdirectory)
  SENSITIVE = []
  include Aws::Structure
end