Sha256: d54e6e8be9dc32cf3f7d24eca390e4dd82d98891e6c42d6e07b1135a9b90b250
Contents?: true
Size: 502 Bytes
Versions: 76
Compression:
Stored size: 502 Bytes
Contents
# PulpContainerClient::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 'PulpContainerClient' instance = PulpContainerClient::Repair.new(verify_checksums: null) ```
Version data entries
76 entries across 76 versions & 1 rubygems