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

Version Path
pulp_python_client-3.9.0 docs/PythonBanderRemote.md
pulp_python_client-3.8.0 docs/PythonBanderRemote.md
pulp_python_client-3.7.3 docs/PythonBanderRemote.md
pulp_python_client-3.6.1 docs/PythonBanderRemote.md
pulp_python_client-3.7.2 docs/PythonBanderRemote.md
pulp_python_client-3.7.1 docs/PythonBanderRemote.md
pulp_python_client-3.7.0 docs/PythonBanderRemote.md
pulp_python_client-3.6.0 docs/PythonBanderRemote.md
pulp_python_client-3.5.2 docs/PythonBanderRemote.md
pulp_python_client-3.5.1 docs/PythonBanderRemote.md
pulp_python_client-3.5.0 docs/PythonBanderRemote.md
pulp_python_client-3.4.1 docs/PythonBanderRemote.md
pulp_python_client-3.4.0 docs/PythonBanderRemote.md