Sha256: 89722272ff5583375d934bea2a6b220d6bbe8cc92187459408ab35870924d026
Contents?: true
Size: 959 Bytes
Versions: 106
Compression:
Stored size: 959 Bytes
Contents
# PulpcoreClient::FilesystemExporterResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **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::FilesystemExporterResponse.new(pulp_href: null, pulp_created: null, name: null, path: null, method: null) ```
Version data entries
106 entries across 106 versions & 1 rubygems