Sha256: c3d57dc71a80583e0be8782e26a6c5973541a2072118163c732e159e595c262a
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
# PulpFileClient::PulpExport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **task** | **String** | A URI of the task that ran the Export. | [optional] **full** | **Boolean** | Do a Full (true) or Incremental (false) export. | [optional] [default to true] **dry_run** | **Boolean** | Generate report on what would be exported and disk-space required. | [optional] [default to false] **versions** | **Array<String>** | List of explicit repo-version hrefs to export (replaces current_version). | [optional] **chunk_size** | **String** | Chunk export-tarfile into pieces of chunk_size bytes. Recognizes units of B/KB/MB/GB/TB. A chunk has a maximum size of 1TB. | [optional] **start_versions** | **Array<String>** | List of explicit last-exported-repo-version hrefs (replaces last_export). | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PulpExport.new(task: null, full: null, dry_run: null, versions: null, chunk_size: null, start_versions: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PulpExport.md |
pulp_file_client-3.49.14 | docs/PulpExport.md |