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