Sha256: 7eb38901a4f2d9add238fecd7ca093824aa97f59b0ff1aed38c8b32cfe3a4e82
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
# PulpFileClient::FilesystemExporterResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [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 'PulpFileClient' instance = PulpFileClient::FilesystemExporterResponse.new(pulp_href: null, pulp_created: null, pulp_last_updated: null, 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/FilesystemExporterResponse.md |
pulp_file_client-3.49.14 | docs/FilesystemExporterResponse.md |