Class: Aws::DataSync::Types::UpdateLocationNfsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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 NFS transfer location that you want to update.

Returns:

  • (String)


5898
5899
5900
5901
5902
5903
5904
5905
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5898

class UpdateLocationNfsRequest < Struct.new(
  :location_arn,
  :subdirectory,
  :on_prem_config,
  :mount_options)
  SENSITIVE = []
  include Aws::Structure
end

#mount_optionsTypes::NfsMountOptions

Specifies how DataSync can access a location using the NFS protocol.



5898
5899
5900
5901
5902
5903
5904
5905
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5898

class UpdateLocationNfsRequest < Struct.new(
  :location_arn,
  :subdirectory,
  :on_prem_config,
  :mount_options)
  SENSITIVE = []
  include Aws::Structure
end

#on_prem_configTypes::OnPremConfig

The DataSync agents that are connecting to a Network File System (NFS) location.

Returns:



5898
5899
5900
5901
5902
5903
5904
5905
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5898

class UpdateLocationNfsRequest < Struct.new(
  :location_arn,
  :subdirectory,
  :on_prem_config,
  :mount_options)
  SENSITIVE = []
  include Aws::Structure
end

#subdirectoryString

Specifies the export path in your NFS file server that you want DataSync to mount.

This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.

Returns:

  • (String)


5898
5899
5900
5901
5902
5903
5904
5905
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5898

class UpdateLocationNfsRequest < Struct.new(
  :location_arn,
  :subdirectory,
  :on_prem_config,
  :mount_options)
  SENSITIVE = []
  include Aws::Structure
end