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