Class UpdateLocationFsxOntapRequest

    • Method Detail

      • locationArn

        public final String locationArn()

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

        Returns:
        Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP transfer location that you're updating.
      • protocol

        public final FsxUpdateProtocol protocol()

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

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

        public final String subdirectory()

        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.

        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.

        Returns:
        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.

        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.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object