Method: PulpFileClient::FileFileRemoteResponse#policy

Defined in:
lib/pulp_file_client/models/file_file_remote_response.rb

#policyObject

The policy to use when downloading content. The possible values include: ‘immediate’, ‘on_demand’, and ‘streamed’. ‘immediate’ is the default. * ‘immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again.



57
58
59
# File 'lib/pulp_file_client/models/file_file_remote_response.rb', line 57

def policy
  @policy
end