pulp_ansible_client 0.21.0 → 0.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleCollectionVersion.md +5 -5
- data/docs/AnsibleCollectionVersionResponse.md +3 -3
- data/docs/AnsibleGitRemote.md +27 -27
- data/docs/AnsibleGitRemoteResponse.md +25 -25
- data/docs/AnsibleRole.md +3 -3
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/ContentCollectionDeprecationsApi.md +2 -0
- data/docs/ContentCollectionMarksApi.md +2 -0
- data/docs/ContentCollectionSignaturesApi.md +2 -0
- data/docs/ContentCollectionVersionsApi.md +6 -4
- data/docs/ContentNamespacesApi.md +2 -0
- data/docs/ContentRolesApi.md +2 -0
- data/docs/PatchedansibleGitRemote.md +27 -27
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -0
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -6
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_roles_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +239 -239
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +150 -150
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +11 -11
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +230 -230
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_deprecations_api_spec.rb +1 -0
- data/spec/api/content_collection_marks_api_spec.rb +1 -0
- data/spec/api/content_collection_signatures_api_spec.rb +1 -0
- data/spec/api/content_collection_versions_api_spec.rb +3 -2
- data/spec/api/content_namespaces_api_spec.rb +1 -0
- data/spec/api/content_roles_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -0
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_collection_version_spec.rb +4 -4
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +133 -133
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: fdbf172eb141d8379ee8b4e2d2cb031e7dbce55a3e79e6e2d735400df392f53f
         | 
| 4 | 
            +
              data.tar.gz: 6bebdb6ca087a0b9ac15c1779a658c049a996c0f9677922b43f96f25cd2c12f3
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 7b96f4210e6259de32685b668dc1f553f923a356d023f98b9a6bde74dedfb54f003fe6e5651a4b85513675793aba5c081aee1cc1aedfa1d63e674d522d1a0352
         | 
| 7 | 
            +
              data.tar.gz: '084bc68c030e32b38f33e8e15db97ee7288b82a0fe0ab123a677525c933443fcf15d433eeb9b90abb41fd1f454a7fbd905ce32d71c7021061dd251166aa6d8a5'
         | 
    
        data/README.md
    CHANGED
    
    | @@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages | |
| 7 7 | 
             
            This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
         | 
| 8 8 |  | 
| 9 9 | 
             
            - API version: v3
         | 
| 10 | 
            -
            - Package version: 0.21. | 
| 10 | 
            +
            - Package version: 0.21.2
         | 
| 11 11 | 
             
            - Build package: org.openapitools.codegen.languages.RubyClientCodegen
         | 
| 12 12 | 
             
            For more information, please visit [https://pulpproject.org](https://pulpproject.org)
         | 
| 13 13 |  | 
| @@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec | |
| 24 24 | 
             
            Then either install the gem locally:
         | 
| 25 25 |  | 
| 26 26 | 
             
            ```shell
         | 
| 27 | 
            -
            gem install ./pulp_ansible_client-0.21. | 
| 27 | 
            +
            gem install ./pulp_ansible_client-0.21.2.gem
         | 
| 28 28 | 
             
            ```
         | 
| 29 29 |  | 
| 30 | 
            -
            (for development, run `gem install --dev ./pulp_ansible_client-0.21. | 
| 30 | 
            +
            (for development, run `gem install --dev ./pulp_ansible_client-0.21.2.gem` to install the development dependencies)
         | 
| 31 31 |  | 
| 32 32 | 
             
            or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
         | 
| 33 33 |  | 
| 34 34 | 
             
            Finally add this to the Gemfile:
         | 
| 35 35 |  | 
| 36 | 
            -
                gem 'pulp_ansible_client', '~> 0.21. | 
| 36 | 
            +
                gem 'pulp_ansible_client', '~> 0.21.2'
         | 
| 37 37 |  | 
| 38 38 | 
             
            ### Install from Git
         | 
| 39 39 |  | 
| @@ -4,10 +4,10 @@ | |
| 4 4 |  | 
| 5 5 | 
             
            Name | Type | Description | Notes
         | 
| 6 6 | 
             
            ------------ | ------------- | ------------- | -------------
         | 
| 7 | 
            -
            **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] 
         | 
| 8 | 
            -
            **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] 
         | 
| 9 7 | 
             
            **artifact** | **String** | Artifact file representing the physical content | [optional] 
         | 
| 10 8 | 
             
            **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] 
         | 
| 9 | 
            +
            **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] 
         | 
| 10 | 
            +
            **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] 
         | 
| 11 11 | 
             
            **expected_name** | **String** | The name of the collection. | [optional] 
         | 
| 12 12 | 
             
            **expected_namespace** | **String** | The namespace of the collection. | [optional] 
         | 
| 13 13 | 
             
            **expected_version** | **String** | The version of the collection. | [optional] 
         | 
| @@ -17,10 +17,10 @@ Name | Type | Description | Notes | |
| 17 17 | 
             
            ```ruby
         | 
| 18 18 | 
             
            require 'PulpAnsibleClient'
         | 
| 19 19 |  | 
| 20 | 
            -
            instance = PulpAnsibleClient::AnsibleCollectionVersion.new( | 
| 21 | 
            -
                                             repository: null,
         | 
| 22 | 
            -
                                             artifact: null,
         | 
| 20 | 
            +
            instance = PulpAnsibleClient::AnsibleCollectionVersion.new(artifact: null,
         | 
| 23 21 | 
             
                                             file: null,
         | 
| 22 | 
            +
                                             repository: null,
         | 
| 23 | 
            +
                                             upload: null,
         | 
| 24 24 | 
             
                                             expected_name: null,
         | 
| 25 25 | 
             
                                             expected_namespace: null,
         | 
| 26 26 | 
             
                                             expected_version: null)
         | 
| @@ -4,9 +4,9 @@ | |
| 4 4 |  | 
| 5 5 | 
             
            Name | Type | Description | Notes
         | 
| 6 6 | 
             
            ------------ | ------------- | ------------- | -------------
         | 
| 7 | 
            +
            **artifact** | **String** | Artifact file representing the physical content | [optional] 
         | 
| 7 8 | 
             
            **pulp_href** | **String** |  | [optional] [readonly] 
         | 
| 8 9 | 
             
            **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
         | 
| 9 | 
            -
            **artifact** | **String** | Artifact file representing the physical content | [optional] 
         | 
| 10 10 | 
             
            **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly] 
         | 
| 11 11 | 
             
            **md5** | **String** | The MD5 checksum if available. | [optional] [readonly] 
         | 
| 12 12 | 
             
            **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly] 
         | 
| @@ -37,9 +37,9 @@ Name | Type | Description | Notes | |
| 37 37 | 
             
            ```ruby
         | 
| 38 38 | 
             
            require 'PulpAnsibleClient'
         | 
| 39 39 |  | 
| 40 | 
            -
            instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new( | 
| 40 | 
            +
            instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
         | 
| 41 | 
            +
                                             pulp_href: null,
         | 
| 41 42 | 
             
                                             pulp_created: null,
         | 
| 42 | 
            -
                                             artifact: null,
         | 
| 43 43 | 
             
                                             sha256: null,
         | 
| 44 44 | 
             
                                             md5: null,
         | 
| 45 45 | 
             
                                             sha1: null,
         | 
    
        data/docs/AnsibleGitRemote.md
    CHANGED
    
    | @@ -4,26 +4,26 @@ | |
| 4 4 |  | 
| 5 5 | 
             
            Name | Type | Description | Notes
         | 
| 6 6 | 
             
            ------------ | ------------- | ------------- | -------------
         | 
| 7 | 
            +
            **username** | **String** | The username to be used for authentication when syncing. | [optional] 
         | 
| 8 | 
            +
            **name** | **String** | A unique name for this remote. | 
         | 
| 9 | 
            +
            **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] 
         | 
| 10 | 
            +
            **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 11 | 
            +
            **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 12 | 
            +
            **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] 
         | 
| 13 | 
            +
            **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] 
         | 
| 14 | 
            +
            **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 7 15 | 
             
            **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] 
         | 
| 8 | 
            -
            ** | 
| 16 | 
            +
            **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] 
         | 
| 9 17 | 
             
            **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] 
         | 
| 10 | 
            -
            ** | 
| 11 | 
            -
            **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] 
         | 
| 12 | 
            -
            **name** | **String** | A unique name for this remote. | 
         | 
| 18 | 
            +
            **url** | **String** | The URL of an external content source. | 
         | 
| 13 19 | 
             
            **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] 
         | 
| 14 | 
            -
            ** | 
| 15 | 
            -
            **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] 
         | 
| 16 | 
            -
            **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] 
         | 
| 20 | 
            +
            **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] 
         | 
| 17 21 | 
             
            **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] 
         | 
| 18 | 
            -
            **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] 
         | 
| 19 | 
            -
            **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 20 | 
            -
            **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] 
         | 
| 21 22 | 
             
            **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 22 | 
            -
            **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 23 | 
            -
            **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] 
         | 
| 24 23 | 
             
            **pulp_labels** | **Hash<String, String>** |  | [optional] 
         | 
| 24 | 
            +
            **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] 
         | 
| 25 25 | 
             
            **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] 
         | 
| 26 | 
            -
            ** | 
| 26 | 
            +
            **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] 
         | 
| 27 27 | 
             
            **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] 
         | 
| 28 28 | 
             
            **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] 
         | 
| 29 29 |  | 
| @@ -32,26 +32,26 @@ Name | Type | Description | Notes | |
| 32 32 | 
             
            ```ruby
         | 
| 33 33 | 
             
            require 'PulpAnsibleClient'
         | 
| 34 34 |  | 
| 35 | 
            -
            instance = PulpAnsibleClient::AnsibleGitRemote.new( | 
| 36 | 
            -
                                             url: null,
         | 
| 37 | 
            -
                                             tls_validation: null,
         | 
| 38 | 
            -
                                             sock_read_timeout: null,
         | 
| 39 | 
            -
                                             max_retries: null,
         | 
| 35 | 
            +
            instance = PulpAnsibleClient::AnsibleGitRemote.new(username: null,
         | 
| 40 36 | 
             
                                             name: null,
         | 
| 41 | 
            -
                                              | 
| 42 | 
            -
                                              | 
| 43 | 
            -
                                              | 
| 37 | 
            +
                                             download_concurrency: null,
         | 
| 38 | 
            +
                                             total_timeout: null,
         | 
| 39 | 
            +
                                             sock_connect_timeout: null,
         | 
| 44 40 | 
             
                                             rate_limit: null,
         | 
| 45 | 
            -
                                             password: null,
         | 
| 46 41 | 
             
                                             client_cert: null,
         | 
| 47 | 
            -
                                              | 
| 48 | 
            -
                                              | 
| 42 | 
            +
                                             sock_read_timeout: null,
         | 
| 43 | 
            +
                                             ca_cert: null,
         | 
| 44 | 
            +
                                             proxy_password: null,
         | 
| 45 | 
            +
                                             tls_validation: null,
         | 
| 46 | 
            +
                                             url: null,
         | 
| 47 | 
            +
                                             headers: null,
         | 
| 48 | 
            +
                                             max_retries: null,
         | 
| 49 | 
            +
                                             password: null,
         | 
| 49 50 | 
             
                                             connect_timeout: null,
         | 
| 50 | 
            -
                                             total_timeout: null,
         | 
| 51 | 
            -
                                             proxy_username: null,
         | 
| 52 51 | 
             
                                             pulp_labels: null,
         | 
| 52 | 
            +
                                             client_key: null,
         | 
| 53 53 | 
             
                                             proxy_url: null,
         | 
| 54 | 
            -
                                              | 
| 54 | 
            +
                                             proxy_username: null,
         | 
| 55 55 | 
             
                                             metadata_only: null,
         | 
| 56 56 | 
             
                                             git_ref: null)
         | 
| 57 57 | 
             
            ```
         | 
| @@ -4,25 +4,25 @@ | |
| 4 4 |  | 
| 5 5 | 
             
            Name | Type | Description | Notes
         | 
| 6 6 | 
             
            ------------ | ------------- | ------------- | -------------
         | 
| 7 | 
            +
            **name** | **String** | A unique name for this remote. | 
         | 
| 8 | 
            +
            **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] 
         | 
| 9 | 
            +
            **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 10 | 
            +
            **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 11 | 
            +
            **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] 
         | 
| 12 | 
            +
            **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] 
         | 
| 13 | 
            +
            **pulp_href** | **String** |  | [optional] [readonly] 
         | 
| 14 | 
            +
            **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 7 15 | 
             
            **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] 
         | 
| 8 16 | 
             
            **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly] 
         | 
| 9 | 
            -
            **url** | **String** | The URL of an external content source. | 
         | 
| 10 17 | 
             
            **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] 
         | 
| 11 | 
            -
            ** | 
| 12 | 
            -
            **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 13 | 
            -
            **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
         | 
| 14 | 
            -
            **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] 
         | 
| 15 | 
            -
            **name** | **String** | A unique name for this remote. | 
         | 
| 18 | 
            +
            **url** | **String** | The URL of an external content source. | 
         | 
| 16 19 | 
             
            **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] 
         | 
| 17 | 
            -
            ** | 
| 18 | 
            -
            ** | 
| 19 | 
            -
            **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 20 | 
            -
            **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly] 
         | 
| 20 | 
            +
            **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] 
         | 
| 21 | 
            +
            **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
         | 
| 21 22 | 
             
            **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 22 | 
            -
            **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 23 23 | 
             
            **pulp_labels** | **Hash<String, String>** |  | [optional] 
         | 
| 24 | 
            +
            **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly] 
         | 
| 24 25 | 
             
            **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] 
         | 
| 25 | 
            -
            **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] 
         | 
| 26 26 | 
             
            **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] 
         | 
| 27 27 | 
             
            **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] 
         | 
| 28 28 |  | 
| @@ -31,25 +31,25 @@ Name | Type | Description | Notes | |
| 31 31 | 
             
            ```ruby
         | 
| 32 32 | 
             
            require 'PulpAnsibleClient'
         | 
| 33 33 |  | 
| 34 | 
            -
            instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new( | 
| 35 | 
            -
                                              | 
| 36 | 
            -
                                              | 
| 37 | 
            -
                                              | 
| 34 | 
            +
            instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(name: null,
         | 
| 35 | 
            +
                                             download_concurrency: null,
         | 
| 36 | 
            +
                                             total_timeout: null,
         | 
| 37 | 
            +
                                             sock_connect_timeout: null,
         | 
| 38 | 
            +
                                             rate_limit: null,
         | 
| 39 | 
            +
                                             client_cert: null,
         | 
| 38 40 | 
             
                                             pulp_href: null,
         | 
| 39 41 | 
             
                                             sock_read_timeout: null,
         | 
| 40 | 
            -
                                              | 
| 41 | 
            -
                                              | 
| 42 | 
            -
                                              | 
| 42 | 
            +
                                             ca_cert: null,
         | 
| 43 | 
            +
                                             pulp_last_updated: null,
         | 
| 44 | 
            +
                                             tls_validation: null,
         | 
| 45 | 
            +
                                             url: null,
         | 
| 43 46 | 
             
                                             headers: null,
         | 
| 44 | 
            -
                                              | 
| 45 | 
            -
                                              | 
| 46 | 
            -
                                             sock_connect_timeout: null,
         | 
| 47 | 
            -
                                             hidden_fields: null,
         | 
| 47 | 
            +
                                             max_retries: null,
         | 
| 48 | 
            +
                                             pulp_created: null,
         | 
| 48 49 | 
             
                                             connect_timeout: null,
         | 
| 49 | 
            -
                                             total_timeout: null,
         | 
| 50 50 | 
             
                                             pulp_labels: null,
         | 
| 51 | 
            +
                                             hidden_fields: null,
         | 
| 51 52 | 
             
                                             proxy_url: null,
         | 
| 52 | 
            -
                                             download_concurrency: null,
         | 
| 53 53 | 
             
                                             metadata_only: null,
         | 
| 54 54 | 
             
                                             git_ref: null)
         | 
| 55 55 | 
             
            ```
         | 
    
        data/docs/AnsibleRole.md
    CHANGED
    
    | @@ -4,8 +4,8 @@ | |
| 4 4 |  | 
| 5 5 | 
             
            Name | Type | Description | Notes
         | 
| 6 6 | 
             
            ------------ | ------------- | ------------- | -------------
         | 
| 7 | 
            -
            **artifact** | **String** | Artifact file representing the physical content | 
         | 
| 8 7 | 
             
            **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] 
         | 
| 8 | 
            +
            **artifact** | **String** | Artifact file representing the physical content | 
         | 
| 9 9 | 
             
            **version** | **String** |  | 
         | 
| 10 10 | 
             
            **name** | **String** |  | 
         | 
| 11 11 | 
             
            **namespace** | **String** |  | 
         | 
| @@ -15,8 +15,8 @@ Name | Type | Description | Notes | |
| 15 15 | 
             
            ```ruby
         | 
| 16 16 | 
             
            require 'PulpAnsibleClient'
         | 
| 17 17 |  | 
| 18 | 
            -
            instance = PulpAnsibleClient::AnsibleRole.new( | 
| 19 | 
            -
                                              | 
| 18 | 
            +
            instance = PulpAnsibleClient::AnsibleRole.new(repository: null,
         | 
| 19 | 
            +
                                             artifact: null,
         | 
| 20 20 | 
             
                                             version: null,
         | 
| 21 21 | 
             
                                             name: null,
         | 
| 22 22 | 
             
                                             namespace: null)
         | 
    
        data/docs/AnsibleRoleResponse.md
    CHANGED
    
    | @@ -4,9 +4,9 @@ | |
| 4 4 |  | 
| 5 5 | 
             
            Name | Type | Description | Notes
         | 
| 6 6 | 
             
            ------------ | ------------- | ------------- | -------------
         | 
| 7 | 
            -
            **artifact** | **String** | Artifact file representing the physical content | 
         | 
| 8 7 | 
             
            **pulp_href** | **String** |  | [optional] [readonly] 
         | 
| 9 8 | 
             
            **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
         | 
| 9 | 
            +
            **artifact** | **String** | Artifact file representing the physical content | 
         | 
| 10 10 | 
             
            **version** | **String** |  | 
         | 
| 11 11 | 
             
            **name** | **String** |  | 
         | 
| 12 12 | 
             
            **namespace** | **String** |  | 
         | 
| @@ -16,9 +16,9 @@ Name | Type | Description | Notes | |
| 16 16 | 
             
            ```ruby
         | 
| 17 17 | 
             
            require 'PulpAnsibleClient'
         | 
| 18 18 |  | 
| 19 | 
            -
            instance = PulpAnsibleClient::AnsibleRoleResponse.new( | 
| 20 | 
            -
                                             pulp_href: null,
         | 
| 19 | 
            +
            instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
         | 
| 21 20 | 
             
                                             pulp_created: null,
         | 
| 21 | 
            +
                                             artifact: null,
         | 
| 22 22 | 
             
                                             version: null,
         | 
| 23 23 | 
             
                                             name: null,
         | 
| 24 24 | 
             
                                             namespace: null)
         | 
| @@ -88,6 +88,7 @@ opts = { | |
| 88 88 | 
             
              limit: 56, # Integer | Number of results to return per page.
         | 
| 89 89 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 90 90 | 
             
              ordering: ['ordering_example'], # Array<String> | Ordering  * `pk` - Pk * `-pk` - Pk (descending)
         | 
| 91 | 
            +
              orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
         | 
| 91 92 | 
             
              pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 92 93 | 
             
              pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 93 94 | 
             
              q: 'q_example', # String | 
         | 
| @@ -115,6 +116,7 @@ Name | Type | Description  | Notes | |
| 115 116 | 
             
             **limit** | **Integer**| Number of results to return per page. | [optional] 
         | 
| 116 117 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 117 118 | 
             
             **ordering** | [**Array<String>**](String.md)| Ordering  * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         | 
| 119 | 
            +
             **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] 
         | 
| 118 120 | 
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 119 121 | 
             
             **pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 120 122 | 
             
             **q** | **String**|  | [optional] 
         | 
| @@ -89,6 +89,7 @@ opts = { | |
| 89 89 | 
             
              marked_collection: 'marked_collection_example', # String | Filter marks for collection version
         | 
| 90 90 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 91 91 | 
             
              ordering: ['ordering_example'], # Array<String> | Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `value` - Value * `-value` - Value (descending) * `pk` - Pk * `-pk` - Pk (descending)
         | 
| 92 | 
            +
              orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
         | 
| 92 93 | 
             
              pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 93 94 | 
             
              pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 94 95 | 
             
              q: 'q_example', # String | 
         | 
| @@ -119,6 +120,7 @@ Name | Type | Description  | Notes | |
| 119 120 | 
             
             **marked_collection** | [**String**](.md)| Filter marks for collection version | [optional] 
         | 
| 120 121 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 121 122 | 
             
             **ordering** | [**Array<String>**](String.md)| Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `value` - Value * `-value` - Value (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         | 
| 123 | 
            +
             **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] 
         | 
| 122 124 | 
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 123 125 | 
             
             **pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 124 126 | 
             
             **q** | **String**|  | [optional] 
         | 
| @@ -96,6 +96,7 @@ opts = { | |
| 96 96 | 
             
              limit: 56, # Integer | Number of results to return per page.
         | 
| 97 97 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 98 98 | 
             
              ordering: ['ordering_example'], # Array<String> | Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending)
         | 
| 99 | 
            +
              orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
         | 
| 99 100 | 
             
              pubkey_fingerprint: 'pubkey_fingerprint_example', # String | Filter results where pubkey_fingerprint matches value
         | 
| 100 101 | 
             
              pubkey_fingerprint__in: ['pubkey_fingerprint__in_example'], # Array<String> | Filter results where pubkey_fingerprint is in a comma-separated list of values
         | 
| 101 102 | 
             
              pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| @@ -127,6 +128,7 @@ Name | Type | Description  | Notes | |
| 127 128 | 
             
             **limit** | **Integer**| Number of results to return per page. | [optional] 
         | 
| 128 129 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 129 130 | 
             
             **ordering** | [**Array<String>**](String.md)| Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         | 
| 131 | 
            +
             **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] 
         | 
| 130 132 | 
             
             **pubkey_fingerprint** | **String**| Filter results where pubkey_fingerprint matches value | [optional] 
         | 
| 131 133 | 
             
             **pubkey_fingerprint__in** | [**Array<String>**](String.md)| Filter results where pubkey_fingerprint is in a comma-separated list of values | [optional] 
         | 
| 132 134 | 
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| @@ -32,10 +32,10 @@ end | |
| 32 32 |  | 
| 33 33 | 
             
            api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
         | 
| 34 34 | 
             
            opts = {
         | 
| 35 | 
            -
              upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
         | 
| 36 | 
            -
              repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
         | 
| 37 35 | 
             
              artifact: 'artifact_example', # String | Artifact file representing the physical content
         | 
| 38 36 | 
             
              file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
         | 
| 37 | 
            +
              repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
         | 
| 38 | 
            +
              upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
         | 
| 39 39 | 
             
              expected_name: 'expected_name_example', # String | The name of the collection.
         | 
| 40 40 | 
             
              expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
         | 
| 41 41 | 
             
              expected_version: 'expected_version_example' # String | The version of the collection.
         | 
| @@ -55,10 +55,10 @@ end | |
| 55 55 |  | 
| 56 56 | 
             
            Name | Type | Description  | Notes
         | 
| 57 57 | 
             
            ------------- | ------------- | ------------- | -------------
         | 
| 58 | 
            -
             **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional] 
         | 
| 59 | 
            -
             **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional] 
         | 
| 60 58 | 
             
             **artifact** | **String**| Artifact file representing the physical content | [optional] 
         | 
| 61 59 | 
             
             **file** | **File**| An uploaded file that may be turned into the content unit. | [optional] 
         | 
| 60 | 
            +
             **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional] 
         | 
| 61 | 
            +
             **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional] 
         | 
| 62 62 | 
             
             **expected_name** | **String**| The name of the collection. | [optional] 
         | 
| 63 63 | 
             
             **expected_namespace** | **String**| The namespace of the collection. | [optional] 
         | 
| 64 64 | 
             
             **expected_version** | **String**| The version of the collection. | [optional] 
         | 
| @@ -105,6 +105,7 @@ opts = { | |
| 105 105 | 
             
              namespace: 'namespace_example', # String | 
         | 
| 106 106 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 107 107 | 
             
              ordering: ['ordering_example'], # Array<String> | Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
         | 
| 108 | 
            +
              orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
         | 
| 108 109 | 
             
              pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 109 110 | 
             
              pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 110 111 | 
             
              q: 'q_example', # String | 
         | 
| @@ -137,6 +138,7 @@ Name | Type | Description  | Notes | |
| 137 138 | 
             
             **namespace** | **String**|  | [optional] 
         | 
| 138 139 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 139 140 | 
             
             **ordering** | [**Array<String>**](String.md)| Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         | 
| 141 | 
            +
             **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] 
         | 
| 140 142 | 
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 141 143 | 
             
             **pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 142 144 | 
             
             **q** | **String**|  | [optional] 
         | 
| @@ -112,6 +112,7 @@ opts = { | |
| 112 112 | 
             
              name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
         | 
| 113 113 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 114 114 | 
             
              ordering: ['ordering_example'], # Array<String> | Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `company` - Company * `-company` - Company (descending) * `email` - Email * `-email` - Email (descending) * `description` - Description * `-description` - Description (descending) * `resources` - Resources * `-resources` - Resources (descending) * `links` - Links * `-links` - Links (descending) * `avatar_sha256` - Avatar sha256 * `-avatar_sha256` - Avatar sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
         | 
| 115 | 
            +
              orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
         | 
| 115 116 | 
             
              pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 116 117 | 
             
              pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 117 118 | 
             
              q: 'q_example', # String | 
         | 
| @@ -159,6 +160,7 @@ Name | Type | Description  | Notes | |
| 159 160 | 
             
             **name__startswith** | **String**| Filter results where name starts with value | [optional] 
         | 
| 160 161 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 161 162 | 
             
             **ordering** | [**Array<String>**](String.md)| Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `company` - Company * `-company` - Company (descending) * `email` - Email * `-email` - Email (descending) * `description` - Description * `-description` - Description (descending) * `resources` - Resources * `-resources` - Resources (descending) * `links` - Links * `-links` - Links (descending) * `avatar_sha256` - Avatar sha256 * `-avatar_sha256` - Avatar sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         | 
| 163 | 
            +
             **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] 
         | 
| 162 164 | 
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 163 165 | 
             
             **pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 164 166 | 
             
             **q** | **String**|  | [optional] 
         | 
    
        data/docs/ContentRolesApi.md
    CHANGED
    
    | @@ -90,6 +90,7 @@ opts = { | |
| 90 90 | 
             
              namespace: 'namespace_example', # String | Filter results where namespace matches value
         | 
| 91 91 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 92 92 | 
             
              ordering: ['ordering_example'], # Array<String> | Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `pk` - Pk * `-pk` - Pk (descending)
         | 
| 93 | 
            +
              orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
         | 
| 93 94 | 
             
              pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 94 95 | 
             
              pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 95 96 | 
             
              q: 'q_example', # String | 
         | 
| @@ -120,6 +121,7 @@ Name | Type | Description  | Notes | |
| 120 121 | 
             
             **namespace** | **String**| Filter results where namespace matches value | [optional] 
         | 
| 121 122 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 122 123 | 
             
             **ordering** | [**Array<String>**](String.md)| Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         | 
| 124 | 
            +
             **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] 
         | 
| 123 125 | 
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 124 126 | 
             
             **pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 125 127 | 
             
             **q** | **String**|  | [optional] 
         | 
| @@ -4,26 +4,26 @@ | |
| 4 4 |  | 
| 5 5 | 
             
            Name | Type | Description | Notes
         | 
| 6 6 | 
             
            ------------ | ------------- | ------------- | -------------
         | 
| 7 | 
            +
            **username** | **String** | The username to be used for authentication when syncing. | [optional] 
         | 
| 8 | 
            +
            **name** | **String** | A unique name for this remote. | [optional] 
         | 
| 9 | 
            +
            **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] 
         | 
| 10 | 
            +
            **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 11 | 
            +
            **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 12 | 
            +
            **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] 
         | 
| 13 | 
            +
            **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] 
         | 
| 14 | 
            +
            **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 7 15 | 
             
            **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] 
         | 
| 8 | 
            -
            ** | 
| 16 | 
            +
            **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] 
         | 
| 9 17 | 
             
            **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] 
         | 
| 10 | 
            -
            ** | 
| 11 | 
            -
            **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] 
         | 
| 12 | 
            -
            **name** | **String** | A unique name for this remote. | [optional] 
         | 
| 18 | 
            +
            **url** | **String** | The URL of an external content source. | [optional] 
         | 
| 13 19 | 
             
            **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] 
         | 
| 14 | 
            -
            ** | 
| 15 | 
            -
            **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] 
         | 
| 16 | 
            -
            **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] 
         | 
| 20 | 
            +
            **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] 
         | 
| 17 21 | 
             
            **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] 
         | 
| 18 | 
            -
            **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] 
         | 
| 19 | 
            -
            **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 20 | 
            -
            **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] 
         | 
| 21 22 | 
             
            **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 22 | 
            -
            **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] 
         | 
| 23 | 
            -
            **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] 
         | 
| 24 23 | 
             
            **pulp_labels** | **Hash<String, String>** |  | [optional] 
         | 
| 24 | 
            +
            **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] 
         | 
| 25 25 | 
             
            **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] 
         | 
| 26 | 
            -
            ** | 
| 26 | 
            +
            **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] 
         | 
| 27 27 | 
             
            **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] 
         | 
| 28 28 | 
             
            **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] 
         | 
| 29 29 |  | 
| @@ -32,26 +32,26 @@ Name | Type | Description | Notes | |
| 32 32 | 
             
            ```ruby
         | 
| 33 33 | 
             
            require 'PulpAnsibleClient'
         | 
| 34 34 |  | 
| 35 | 
            -
            instance = PulpAnsibleClient::PatchedansibleGitRemote.new( | 
| 36 | 
            -
                                             url: null,
         | 
| 37 | 
            -
                                             tls_validation: null,
         | 
| 38 | 
            -
                                             sock_read_timeout: null,
         | 
| 39 | 
            -
                                             max_retries: null,
         | 
| 35 | 
            +
            instance = PulpAnsibleClient::PatchedansibleGitRemote.new(username: null,
         | 
| 40 36 | 
             
                                             name: null,
         | 
| 41 | 
            -
                                              | 
| 42 | 
            -
                                              | 
| 43 | 
            -
                                              | 
| 37 | 
            +
                                             download_concurrency: null,
         | 
| 38 | 
            +
                                             total_timeout: null,
         | 
| 39 | 
            +
                                             sock_connect_timeout: null,
         | 
| 44 40 | 
             
                                             rate_limit: null,
         | 
| 45 | 
            -
                                             password: null,
         | 
| 46 41 | 
             
                                             client_cert: null,
         | 
| 47 | 
            -
                                              | 
| 48 | 
            -
                                              | 
| 42 | 
            +
                                             sock_read_timeout: null,
         | 
| 43 | 
            +
                                             ca_cert: null,
         | 
| 44 | 
            +
                                             proxy_password: null,
         | 
| 45 | 
            +
                                             tls_validation: null,
         | 
| 46 | 
            +
                                             url: null,
         | 
| 47 | 
            +
                                             headers: null,
         | 
| 48 | 
            +
                                             max_retries: null,
         | 
| 49 | 
            +
                                             password: null,
         | 
| 49 50 | 
             
                                             connect_timeout: null,
         | 
| 50 | 
            -
                                             total_timeout: null,
         | 
| 51 | 
            -
                                             proxy_username: null,
         | 
| 52 51 | 
             
                                             pulp_labels: null,
         | 
| 52 | 
            +
                                             client_key: null,
         | 
| 53 53 | 
             
                                             proxy_url: null,
         | 
| 54 | 
            -
                                              | 
| 54 | 
            +
                                             proxy_username: null,
         | 
| 55 55 | 
             
                                             metadata_only: null,
         | 
| 56 56 | 
             
                                             git_ref: null)
         | 
| 57 57 | 
             
            ```
         | 
| @@ -99,6 +99,7 @@ opts = { | |
| 99 99 | 
             
              namespace2: 'namespace_example', # String | 
         | 
| 100 100 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 101 101 | 
             
              ordering: ['ordering_example'], # Array<String> | Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
         | 
| 102 | 
            +
              orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
         | 
| 102 103 | 
             
              pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 103 104 | 
             
              pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 104 105 | 
             
              q: 'q_example', # String | 
         | 
| @@ -133,6 +134,7 @@ Name | Type | Description  | Notes | |
| 133 134 | 
             
             **namespace2** | **String**|  | [optional] 
         | 
| 134 135 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 135 136 | 
             
             **ordering** | [**Array<String>**](String.md)| Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         | 
| 137 | 
            +
             **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] 
         | 
| 136 138 | 
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 137 139 | 
             
             **pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 138 140 | 
             
             **q** | **String**|  | [optional] 
         | 
| @@ -102,6 +102,7 @@ opts = { | |
| 102 102 | 
             
              namespace2: 'namespace_example', # String | 
         | 
| 103 103 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 104 104 | 
             
              ordering: ['ordering_example'], # Array<String> | Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
         | 
| 105 | 
            +
              orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
         | 
| 105 106 | 
             
              pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 106 107 | 
             
              pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| 107 108 | 
             
              q: 'q_example', # String | 
         | 
| @@ -137,6 +138,7 @@ Name | Type | Description  | Notes | |
| 137 138 | 
             
             **namespace2** | **String**|  | [optional] 
         | 
| 138 139 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 139 140 | 
             
             **ordering** | [**Array<String>**](String.md)| Ordering  * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         | 
| 141 | 
            +
             **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] 
         | 
| 140 142 | 
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 141 143 | 
             
             **pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         | 
| 142 144 | 
             
             **q** | **String**|  | [optional] 
         |