Method: PulpcoreClient::GenericRemoteResponse#max_retries

Defined in:
lib/pulpcore_client/models/generic_remote_response.rb

#max_retriesObject

Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.



54
55
56
# File 'lib/pulpcore_client/models/generic_remote_response.rb', line 54

def max_retries
  @max_retries
end