Class: Aws::DataSync::Types::UpdateLocationFsxOpenZfsRequest

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 FSx for OpenZFS transfer location that you're updating.

Returns:

  • (String)


5859
5860
5861
5862
5863
5864
5865
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5859

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

#protocolTypes::FsxProtocol

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

Returns:



5859
5860
5861
5862
5863
5864
5865
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5859

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

#subdirectoryString

Specifies a subdirectory in the location's path that must begin with /fsx. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).

Returns:

  • (String)


5859
5860
5861
5862
5863
5864
5865
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5859

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