Sha256: 42d9ac31098197feb81d1bef1c13886b3faf3c476c246d6f1dbf72075c473e3f
Contents?: true
Size: 1.26 KB
Versions: 11
Compression:
Stored size: 1.26 KB
Contents
# PulpPythonClient::PythonBanderRemote ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **config** | **File** | A Bandersnatch config that may be used to construct a Python Remote. | **name** | **String** | A unique name for this remote | **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'on_demand' 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. | [optional] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::PythonBanderRemote.new(config: null, name: null, policy: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems