Sha256: e369081571ca9c12fd51084658224829784c76d46277dc778eaf70053fdfacc6
Contents?: true
Size: 677 Bytes
Versions: 2
Compression:
Stored size: 677 Bytes
Contents
# PulpFileClient::PulpImporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the Importer. | **repo_mapping** | **Hash<String, String>** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PulpImporter.new(name: null, repo_mapping: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PulpImporter.md |
pulp_file_client-3.49.14 | docs/PulpImporter.md |