Sha256: 40dd5f48d94574ff1f1dcfa104cf1a4ce38a33ea4023daf799df97ac0fa19ac4
Contents?: true
Size: 714 Bytes
Versions: 2
Compression:
Stored size: 714 Bytes
Contents
# PulpFileClient::PulpImport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **path** | **String** | Path to export that will be imported. | [optional] **toc** | **String** | Path to a table-of-contents file describing chunks to be validated, reassembled, and imported. | [optional] **create_repositories** | **Boolean** | If True, missing repositories will be automatically created during the import. | [optional] [default to false] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PulpImport.new(path: null, toc: null, create_repositories: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PulpImport.md |
pulp_file_client-3.49.14 | docs/PulpImport.md |