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

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 NFS transfer location that you want to update.

Returns:

  • (String)


6704
6705
6706
6707
6708
6709
6710
6711
6712
# File 'lib/aws-sdk-datasync/types.rb', line 6704

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

#mount_optionsTypes::NfsMountOptions

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



6704
6705
6706
6707
6708
6709
6710
6711
6712
# File 'lib/aws-sdk-datasync/types.rb', line 6704

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

#on_prem_configTypes::OnPremConfig

The DataSync agents that can connect to your Network File System (NFS) file server.

Returns:



6704
6705
6706
6707
6708
6709
6710
6711
6712
# File 'lib/aws-sdk-datasync/types.rb', line 6704

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

#server_hostnameString

Specifies the DNS name or IP version 4 (IPv4) address of the NFS file server that your DataSync agent connects to.

Returns:

  • (String)


6704
6705
6706
6707
6708
6709
6710
6711
6712
# File 'lib/aws-sdk-datasync/types.rb', line 6704

class UpdateLocationNfsRequest < Struct.new(
  :location_arn,
  :subdirectory,
  :server_hostname,
  :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].

[1]: docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs

Returns:

  • (String)


6704
6705
6706
6707
6708
6709
6710
6711
6712
# File 'lib/aws-sdk-datasync/types.rb', line 6704

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