Sha256: ef298ab3f7e86a37759912d91a59f753ce8c3e6f7934282c2edcfd64ce18505a
Contents?: true
Size: 758 Bytes
Versions: 4
Compression:
Stored size: 758 Bytes
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 'cache_only'. 'immediate' is the default. | [optional] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::PythonBanderRemote.new(config: null, name: null, policy: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems