Sha256: 6389516e8ef0ddf580b4997d74398e6b500ac0d3570dd96ef026431c44270c9c

Contents?: true

Size: 1.8 KB

Versions: 14

Compression:

Stored size: 1.8 KB

Contents

# PulpAnsibleClient::AnsibleRoleRemote

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | A unique name for this remote. | 
**url** | **String** | The URL of an external content source. | 
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] 
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] 
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional] 
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] 
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional] 
**username** | **String** | The username to be used for authentication when syncing. | [optional] 
**password** | **String** | The password to be used for authentication when syncing. | [optional] 
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional] 
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::AnsibleRoleRemote.new(name: null,
                                 url: null,
                                 ca_cert: null,
                                 client_cert: null,
                                 client_key: null,
                                 tls_validation: null,
                                 proxy_url: null,
                                 username: null,
                                 password: null,
                                 download_concurrency: null,
                                 policy: null)
```


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pulp_ansible_client-0.5.11 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.5.10 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.5.4 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.5.3 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.6.0 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.5.2 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.5.1 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.4.3 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.5.0 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.4.2 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.4.1 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.4.0 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.3.0 docs/AnsibleRoleRemote.md
pulp_ansible_client-0.2.0 docs/AnsibleRoleRemote.md