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