Sha256: a767c96c6e98d449efe4d8b4be1100e34c89c427842c665df7d51a64f65fbef5
Contents?: true
Size: 866 Bytes
Versions: 382
Compression:
Stored size: 866 Bytes
Contents
# PulpcoreClient::PulpImportCheck ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **path** | **String** | Path to export-tar-gz that will be imported. | [optional] **toc** | **String** | Path to a table-of-contents file describing chunks to be validated, reassembled, and imported. | [optional] **repo_mapping** | **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 'PulpcoreClient' instance = PulpcoreClient::PulpImportCheck.new(path: null, toc: null, repo_mapping: null) ```
Version data entries
382 entries across 382 versions & 1 rubygems