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

Version Path
pulpcore_client-3.63.9 docs/FilesystemExporterResponse.md
pulpcore_client-3.69.2 docs/FilesystemExporterResponse.md
pulpcore_client-3.63.8 docs/FilesystemExporterResponse.md
pulpcore_client-3.69.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.63.7 docs/FilesystemExporterResponse.md
pulpcore_client-3.63.6 docs/FilesystemExporterResponse.md
pulpcore_client-3.69.0 docs/FilesystemExporterResponse.md
pulpcore_client-3.63.5 docs/FilesystemExporterResponse.md
pulpcore_client-3.68.2 docs/FilesystemExporterResponse.md
pulpcore_client-3.63.4 docs/FilesystemExporterResponse.md
pulpcore_client-3.68.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.63.3 docs/FilesystemExporterResponse.md
pulpcore_client-3.68.0 docs/FilesystemExporterResponse.md
pulpcore_client-3.67.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.63.2 docs/FilesystemExporterResponse.md
pulpcore_client-3.66.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.67.0 docs/FilesystemExporterResponse.md
pulpcore_client-3.63.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.66.0 docs/FilesystemExporterResponse.md
pulpcore_client-3.65.0 docs/FilesystemExporterResponse.md