Sha256: e9e758eb667764c7f1de2d2d356ebb6c940eed3f9f516ff48065ab18f149a95f
Contents?: true
Size: 739 Bytes
Versions: 2
Compression:
Stored size: 739 Bytes
Contents
# PulpFileClient::PatchedFilesystemExporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the file system exporter. | [optional] **path** | **String** | File system location to export to. | [optional] **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::PatchedFilesystemExporter.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/PatchedFilesystemExporter.md |
pulp_file_client-3.49.14 | docs/PatchedFilesystemExporter.md |