Class: Aws::DataSync::Types::UpdateLocationFsxOntapRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::UpdateLocationFsxOntapRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP transfer location that you’re updating.
-
#protocol ⇒ Types::FsxUpdateProtocol
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
-
#subdirectory ⇒ String
Specifies a path to the file share in the storage virtual machine (SVM) where you want to transfer data to or from.
Instance Attribute Details
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP transfer location that you’re updating.
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 |
#protocol ⇒ Types::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 |
#subdirectory ⇒ String
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
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 |