Sha256: 7c8d5c93e9a0d5e3fff8ebbe8ad580026118f618550adbf11c55c7f37e18b7bc
Contents?: true
Size: 703 Bytes
Versions: 163
Compression:
Stored size: 703 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::FilesystemExporter.new(name: null, path: null, method: null) ```
Version data entries
163 entries across 163 versions & 1 rubygems