Sha256: 7bb1a5b58be7600b1f36c64092415a399edeee6487581156311d10754a9f7b64
Contents?: true
Size: 487 Bytes
Versions: 373
Compression:
Stored size: 487 Bytes
Contents
# PulpcoreClient::Repair ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **verify_checksums** | **Boolean** | Will verify that the checksum of all stored files matches what saved in the database. Otherwise only the existence of the files will be checked. Enabled by default | [optional] [default to true] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::Repair.new(verify_checksums: null) ```
Version data entries
373 entries across 373 versions & 1 rubygems