Method: PulpcoreClient::GenericRemoteResponse#connect_timeout

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

#connect_timeoutObject

aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.



63
64
65
# File 'lib/pulpcore_client/models/generic_remote_response.rb', line 63

def connect_timeout
  @connect_timeout
end