Sha256: c5cbfe05d1874f96b069fe2d798981916e17df237e997ef451b3e5da32b862ef

Contents?: true

Size: 642 Bytes

Versions: 11

Compression:

Stored size: 642 Bytes

Contents

# PulpContainerClient::RepositorySyncURL

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**remote** | **String** | A URI of the repository to be synchronized. | 
**mirror** | **Boolean** | If ``True``, synchronization will remove all content that is not present in the remote repository. If ``False``, sync will be additive only. | [optional] [default to false]

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::RepositorySyncURL.new(remote: null,
                                 mirror: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pulp_container_client-2.0.0b3 docs/RepositorySyncURL.md
pulp_container_client-1.4.2 docs/RepositorySyncURL.md
pulp_container_client-2.0.0b2 docs/RepositorySyncURL.md
pulp_container_client-1.4.1 docs/RepositorySyncURL.md
pulp_container_client-2.0.0b1 docs/RepositorySyncURL.md
pulp_container_client-1.4.0 docs/RepositorySyncURL.md
pulp_container_client-1.3.0 docs/RepositorySyncURL.md
pulp_container_client-1.2.0 docs/RepositorySyncURL.md
pulp_container_client-1.1.0 docs/RepositorySyncURL.md
pulp_container_client-1.0.0 docs/RepositorySyncURL.md
pulp_container_client-1.0.0rc1 docs/RepositorySyncURL.md