Sha256: 191150a2f0853f3b5e281fdbdfed0a7d5343a5ab0b68fd80c2a02b7bbba79773

Contents?: true

Size: 1.96 KB

Versions: 23

Compression:

Stored size: 1.96 KB

Contents

# PulpcoreClient::UpstreamPulp

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | A unique name for this Pulp server. | 
**base_url** | **String** | The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com | 
**api_root** | **String** | The API root. Defaults to '/pulp/'. | 
**domain** | **String** | The domain of the Pulp server if enabled. | [optional] 
**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] 
**username** | **String** | The username to be used for authentication when syncing. | [optional] 
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] 
**q_select** | **String** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::UpstreamPulp.new(name: null,
                                 base_url: null,
                                 api_root: null,
                                 domain: null,
                                 ca_cert: null,
                                 client_cert: null,
                                 client_key: null,
                                 tls_validation: null,
                                 username: null,
                                 password: null,
                                 q_select: null)
```


Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
pulpcore_client-3.63.9 docs/UpstreamPulp.md
pulpcore_client-3.69.2 docs/UpstreamPulp.md
pulpcore_client-3.63.8 docs/UpstreamPulp.md
pulpcore_client-3.69.1 docs/UpstreamPulp.md
pulpcore_client-3.63.7 docs/UpstreamPulp.md
pulpcore_client-3.63.6 docs/UpstreamPulp.md
pulpcore_client-3.69.0 docs/UpstreamPulp.md
pulpcore_client-3.63.5 docs/UpstreamPulp.md
pulpcore_client-3.68.2 docs/UpstreamPulp.md
pulpcore_client-3.63.4 docs/UpstreamPulp.md
pulpcore_client-3.68.1 docs/UpstreamPulp.md
pulpcore_client-3.63.3 docs/UpstreamPulp.md
pulpcore_client-3.68.0 docs/UpstreamPulp.md
pulpcore_client-3.67.1 docs/UpstreamPulp.md
pulpcore_client-3.63.2 docs/UpstreamPulp.md
pulpcore_client-3.66.1 docs/UpstreamPulp.md
pulpcore_client-3.67.0 docs/UpstreamPulp.md
pulpcore_client-3.63.1 docs/UpstreamPulp.md
pulpcore_client-3.66.0 docs/UpstreamPulp.md
pulpcore_client-3.65.0 docs/UpstreamPulp.md