Sha256: 7fe2fdd94eb63a5faa8b83cbb5a8288959f653c4d452cb2895145ce0f03bc846
Contents?: true
Size: 714 Bytes
Versions: 251
Compression:
Stored size: 714 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::PulpImport.new(path: null, toc: null, create_repositories: null) ```
Version data entries
251 entries across 251 versions & 1 rubygems