Sha256: 89722272ff5583375d934bea2a6b220d6bbe8cc92187459408ab35870924d026

Contents?: true

Size: 959 Bytes

Versions: 110

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

110 entries across 110 versions & 1 rubygems

Version Path
pulpcore_client-3.28.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.28.0 docs/FilesystemExporterResponse.md
pulpcore_client-3.27.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.27.0 docs/FilesystemExporterResponse.md
pulpcore_client-3.26.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.25.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.26.0 docs/FilesystemExporterResponse.md
pulpcore_client-3.25.0 docs/FilesystemExporterResponse.md
pulpcore_client-3.24.1 docs/FilesystemExporterResponse.md
pulpcore_client-3.24.0 docs/FilesystemExporterResponse.md