Sha256: 9ff55b30946982b3946e7fa8ad86535ed7e50693892f7636d50a297ccbeefe48

Contents?: true

Size: 703 Bytes

Versions: 2

Compression:

Stored size: 703 Bytes

Contents

# PulpFileClient::FilesystemExporter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Unique name of the file system exporter. | 
**path** | **String** | File system location to export to. | 
**method** | [**MethodEnum**](MethodEnum.md) | Method of exporting  * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking | [optional] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::FilesystemExporter.new(name: null,
                                 path: null,
                                 method: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/FilesystemExporter.md
pulp_file_client-3.49.14 docs/FilesystemExporter.md