Sha256: c575b243c816400e1637f6b93a65f3b78f737b26277092608757055159d2f70e
Contents?: true
Size: 1.37 KB
Versions: 22
Compression:
Stored size: 1.37 KB
Contents
# PulpcoreClient::FilesystemExporterResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **prn** | **String** | The Pulp Resource Name (PRN). | [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 'PulpcoreClient' instance = PulpcoreClient::FilesystemExporterResponse.new(pulp_href: null, prn: null, pulp_created: null, pulp_last_updated: null, name: null, path: null, method: null) ```
Version data entries
22 entries across 22 versions & 1 rubygems