pulp_ansible_client 0.27.0 → 0.28.0

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.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +2 -0
  4. data/docs/AnsibleAnsibleRepositoryResponse.md +1 -1
  5. data/docs/AnsibleCollectionRemoteResponse.md +1 -1
  6. data/docs/AnsibleCollectionVersionResponse.md +10 -8
  7. data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
  8. data/docs/AnsibleGitRemote.md +28 -28
  9. data/docs/AnsibleGitRemoteResponse.md +28 -28
  10. data/docs/AnsibleRole.md +4 -4
  11. data/docs/AnsibleRoleRemoteResponse.md +1 -1
  12. data/docs/AnsibleRoleResponse.md +6 -4
  13. data/docs/CollectionMetadataResponse.md +4 -4
  14. data/docs/CollectionSummaryResponse.md +2 -2
  15. data/docs/CollectionVersionListResponse.md +1 -1
  16. data/docs/CollectionVersionResponse.md +1 -1
  17. data/docs/ContentCollectionVersionsApi.md +8 -8
  18. data/docs/PatchedansibleGitRemote.md +28 -28
  19. data/docs/RemotesGitApi.md +2 -2
  20. data/docs/RepositoriesAnsibleVersionsApi.md +2 -2
  21. data/docs/RepositoryVersionResponse.md +3 -1
  22. data/docs/UnpaginatedCollectionVersionResponse.md +1 -1
  23. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +12 -12
  24. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +3 -3
  25. data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +10 -1
  26. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +0 -15
  27. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +0 -15
  28. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +0 -33
  29. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +0 -30
  30. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +29 -35
  31. data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +10 -1
  32. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +234 -249
  33. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +150 -165
  34. data/lib/pulp_ansible_client/models/ansible_role.rb +17 -17
  35. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +0 -15
  36. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +0 -15
  37. data/lib/pulp_ansible_client/models/ansible_role_response.rb +29 -20
  38. data/lib/pulp_ansible_client/models/collection_summary_response.rb +0 -15
  39. data/lib/pulp_ansible_client/models/collection_version_list_response.rb +0 -15
  40. data/lib/pulp_ansible_client/models/collection_version_response.rb +0 -15
  41. data/lib/pulp_ansible_client/models/paginated_collection_response_list_links.rb +0 -4
  42. data/lib/pulp_ansible_client/models/paginated_galaxy_role_response_list.rb +0 -2
  43. data/lib/pulp_ansible_client/models/paginated_galaxy_role_version_response_list.rb +0 -2
  44. data/lib/pulp_ansible_client/models/paginated_repository_version_response_list.rb +0 -2
  45. data/lib/pulp_ansible_client/models/paginated_tag_response_list.rb +0 -2
  46. data/lib/pulp_ansible_client/models/paginatedansible_ansible_collection_deprecated_response_list.rb +0 -2
  47. data/lib/pulp_ansible_client/models/paginatedansible_ansible_distribution_response_list.rb +0 -2
  48. data/lib/pulp_ansible_client/models/paginatedansible_ansible_namespace_metadata_response_list.rb +0 -2
  49. data/lib/pulp_ansible_client/models/paginatedansible_ansible_repository_response_list.rb +0 -2
  50. data/lib/pulp_ansible_client/models/paginatedansible_collection_remote_response_list.rb +0 -2
  51. data/lib/pulp_ansible_client/models/paginatedansible_collection_response_list.rb +0 -2
  52. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_mark_response_list.rb +0 -2
  53. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_response_list.rb +0 -2
  54. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_signature_response_list.rb +0 -2
  55. data/lib/pulp_ansible_client/models/paginatedansible_git_remote_response_list.rb +0 -2
  56. data/lib/pulp_ansible_client/models/paginatedansible_role_remote_response_list.rb +0 -2
  57. data/lib/pulp_ansible_client/models/paginatedansible_role_response_list.rb +0 -2
  58. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +0 -15
  59. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +0 -33
  60. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +229 -244
  61. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +0 -15
  62. data/lib/pulp_ansible_client/models/repository.rb +0 -15
  63. data/lib/pulp_ansible_client/models/repository_response.rb +0 -15
  64. data/lib/pulp_ansible_client/models/repository_version_response.rb +13 -4
  65. data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +0 -15
  66. data/lib/pulp_ansible_client/version.rb +1 -1
  67. data/spec/api/content_collection_versions_api_spec.rb +4 -4
  68. data/spec/api/repositories_ansible_versions_api_spec.rb +1 -1
  69. data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
  70. data/spec/models/ansible_collection_version_response_spec.rb +10 -4
  71. data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
  72. data/spec/models/ansible_git_remote_response_spec.rb +20 -20
  73. data/spec/models/ansible_git_remote_spec.rb +20 -20
  74. data/spec/models/ansible_role_response_spec.rb +10 -4
  75. data/spec/models/ansible_role_spec.rb +2 -2
  76. data/spec/models/patchedansible_git_remote_spec.rb +20 -20
  77. data/spec/models/repository_version_response_spec.rb +6 -0
  78. metadata +123 -123
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8962e8ba5a19a8f211680d570c3097248ec4f208721236a9a8a9649c98af7392
4
- data.tar.gz: 6841748fd2109d903b2802e74b1739344ac3c62cede8fbf44df33cdbf233585a
3
+ metadata.gz: e09c2036af837e0a134d25c872b79bb33e3d5086ae11378cd0e4372c5c8444e1
4
+ data.tar.gz: ecd591db43eac22e73a29e242f61360be50e58c27112c8e6e334966d9173df16
5
5
  SHA512:
6
- metadata.gz: 1407c8bb68f9bd2753e3811dd1f102f034d6cd91a82779fe1aa02d8d10e0eec3d2afec314f0d34b2a1b6c2312b74112ef62950c2ec23a84ee86bdfb5f7b108a3
7
- data.tar.gz: 649dba274c558f1e5f3594dfea20aba030252cf4f488283339b4ae2467f1f1e76ab485e0e1a6772a31ca5b061e0f1d1e67f2828efcf4d52a37494a9617bf089d
6
+ metadata.gz: 4970b0abee1d34413567c12445a35db7c7d5e9dc1937dced3c6e39d788d429db2caa711fe0f2b59651c3770b12ebe2449906426bd4636b7d87626701bc4ba9d3
7
+ data.tar.gz: 181d16821c940698ef6bcb682be98c8583b3c3bca799a354f8cc4e4430e584f55be446a7a96cad99c2cba2bac77f2f0eb3a0149a13b71ab34519ba837dc5d087
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.27.0
10
+ - Package version: 0.28.0
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_ansible_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_ansible_client-0.27.0.gem
28
+ gem install ./pulp_ansible_client-0.28.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_ansible_client-0.27.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_ansible_client-0.28.0.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_ansible_client', '~> 0.27.0'
37
+ gem 'pulp_ansible_client', '~> 0.28.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **name** | **String** | The name of the Collection. | |
13
14
  | **namespace** | **String** | The namespace of the Collection. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  name: null,
27
29
  namespace: null
28
30
  )
@@ -17,7 +17,7 @@
17
17
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
18
18
  | **last_synced_metadata_time** | **Time** | Last synced metadata time. | [optional] |
19
19
  | **gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional] |
20
- | **last_sync_task** | **Object** | | [optional][readonly] |
20
+ | **last_sync_task** | **Object** | | [optional] |
21
21
  | **private** | **Boolean** | | [optional] |
22
22
 
23
23
  ## Example
@@ -24,7 +24,7 @@
24
24
  | **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] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
  | **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional] |
29
29
  | **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional] |
30
30
  | **sync_dependencies** | **Boolean** | Sync dependencies for collections specified via requirements file | [optional] |
@@ -5,11 +5,12 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
8
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
9
8
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
10
9
  | **pulp_href** | **String** | | [optional][readonly] |
11
- | **artifact** | **String** | Artifact file representing the physical content | [optional] |
12
10
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
+ | **artifact** | **String** | Artifact file representing the physical content | [optional] |
12
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
+ | **vuln_report** | **String** | | [optional][readonly] |
13
14
  | **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
14
15
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
15
16
  | **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
@@ -17,8 +18,8 @@
17
18
  | **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
18
19
  | **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
19
20
  | **id** | **String** | A collection identifier. | [optional][readonly] |
20
- | **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional][readonly] |
21
- | **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional][readonly] |
21
+ | **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional] |
22
+ | **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional] |
22
23
  | **dependencies** | **Object** | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional][readonly] |
23
24
  | **description** | **String** | A short summary description of the collection. | [optional][readonly] |
24
25
  | **docs_blob** | **Object** | A JSON field holding the various documentation blobs in the collection. | [optional][readonly] |
@@ -27,11 +28,11 @@
27
28
  | **documentation** | **String** | The URL to any online docs. | [optional][readonly] |
28
29
  | **homepage** | **String** | The URL to the homepage of the collection/project. | [optional][readonly] |
29
30
  | **issues** | **String** | The URL to the collection issue tracker. | [optional][readonly] |
30
- | **license** | **Array<String>** | A list of licenses for content inside of a collection. | [optional][readonly] |
31
+ | **license** | **Array<String>** | A list of licenses for content inside of a collection. | [optional] |
31
32
  | **name** | **String** | The name of the collection. | [optional][readonly] |
32
33
  | **namespace** | **String** | The namespace of the collection. | [optional][readonly] |
33
34
  | **origin_repository** | **String** | The URL of the originating SCM repository. | [optional][readonly] |
34
- | **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional][readonly] |
35
+ | **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional] |
35
36
  | **version** | **String** | The version of the collection. | [optional][readonly] |
36
37
  | **requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional][readonly] |
37
38
 
@@ -42,11 +43,12 @@ require 'pulp_ansible_client'
42
43
 
43
44
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
44
45
  prn: null,
45
- pulp_created: null,
46
46
  pulp_last_updated: null,
47
47
  pulp_href: null,
48
- artifact: null,
49
48
  pulp_labels: null,
49
+ artifact: null,
50
+ pulp_created: null,
51
+ vuln_report: null,
50
52
  sha256: null,
51
53
  md5: null,
52
54
  sha1: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **signed_collection** | **String** | The content this signature is pointing to. | |
13
14
  | **pubkey_fingerprint** | **String** | The fingerprint of the public key. | [optional][readonly] |
14
15
  | **signing_service** | **String** | The signing service used to create the signature. | [optional][readonly] |
@@ -24,6 +25,7 @@ instance = PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse.new(
24
25
  pulp_created: null,
25
26
  pulp_last_updated: null,
26
27
  pulp_labels: null,
28
+ vuln_report: null,
27
29
  signed_collection: null,
28
30
  pubkey_fingerprint: null,
29
31
  signing_service: null
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **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] |
8
- | **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] |
9
- | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
7
+ | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
10
8
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
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
9
  | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
13
- | **client_key** | **String** | A PEM encoded private key 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] |
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
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
12
+ | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
13
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
15
14
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
15
+ | **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] |
16
+ | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
17
+ | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
16
18
  | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
17
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
18
- | **url** | **String** | The URL of an external content source. | |
19
- | **name** | **String** | A unique name for this remote. | |
20
19
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
21
- | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
22
- | **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] |
23
- | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
24
20
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
25
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
26
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
21
+ | **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
+ | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
23
+ | **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] |
24
+ | **name** | **String** | A unique name for this remote. | |
25
+ | **url** | **String** | The URL of an external content source. | |
26
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemote.new(
36
- total_timeout: null,
37
- connect_timeout: null,
38
- headers: null,
36
+ proxy_password: null,
39
37
  tls_validation: null,
40
- max_retries: null,
41
38
  password: null,
42
- client_key: null,
43
- sock_read_timeout: null,
39
+ total_timeout: null,
40
+ download_concurrency: null,
41
+ username: null,
42
+ proxy_url: null,
44
43
  client_cert: null,
44
+ sock_connect_timeout: null,
45
+ headers: null,
46
+ max_retries: null,
45
47
  proxy_username: null,
46
- ca_cert: null,
47
- url: null,
48
- name: null,
49
48
  rate_limit: null,
50
- proxy_password: null,
51
- sock_connect_timeout: null,
52
- username: null,
53
49
  pulp_labels: null,
54
- proxy_url: null,
55
- download_concurrency: null,
50
+ connect_timeout: null,
51
+ client_key: null,
52
+ sock_read_timeout: null,
53
+ name: null,
54
+ url: null,
55
+ ca_cert: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
8
+ | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
7
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] |
8
- | **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] |
10
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
11
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
12
+ | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
13
+ | **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] |
14
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
+ | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
9
16
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
10
17
  | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
11
- | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
12
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
- | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
14
18
  | **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
- | **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] |
16
- | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
17
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
18
- | **url** | **String** | The URL of an external content source. | |
19
- | **name** | **String** | A unique name for this remote. | |
20
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
21
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
22
- | **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] |
23
19
  | **pulp_href** | **String** | | [optional][readonly] |
20
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
24
21
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
25
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
26
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
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] |
23
+ | **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] |
24
+ | **name** | **String** | A unique name for this remote. | |
25
+ | **url** | **String** | The URL of an external content source. | |
26
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
36
+ prn: null,
37
+ tls_validation: null,
36
38
  total_timeout: null,
37
- connect_timeout: null,
39
+ download_concurrency: null,
40
+ proxy_url: null,
41
+ client_cert: null,
42
+ sock_connect_timeout: null,
43
+ pulp_created: null,
44
+ hidden_fields: null,
38
45
  headers: null,
39
46
  pulp_last_updated: null,
40
- hidden_fields: null,
41
- pulp_created: null,
42
- tls_validation: null,
43
47
  max_retries: null,
44
- sock_read_timeout: null,
45
- client_cert: null,
46
- ca_cert: null,
47
- url: null,
48
- name: null,
49
- prn: null,
50
- rate_limit: null,
51
- sock_connect_timeout: null,
52
48
  pulp_href: null,
49
+ rate_limit: null,
53
50
  pulp_labels: null,
54
- proxy_url: null,
55
- download_concurrency: null,
51
+ connect_timeout: null,
52
+ sock_read_timeout: null,
53
+ name: null,
54
+ url: null,
55
+ ca_cert: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
data/docs/AnsibleRole.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
- | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
9
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
9
+ | **artifact** | **String** | Artifact file representing the physical content | |
10
10
  | **version** | **String** | | |
11
11
  | **name** | **String** | | |
12
12
  | **namespace** | **String** | | |
@@ -17,9 +17,9 @@
17
17
  require 'pulp_ansible_client'
18
18
 
19
19
  instance = PulpAnsibleClient::AnsibleRole.new(
20
- artifact: null,
21
- pulp_labels: null,
22
20
  repository: null,
21
+ pulp_labels: null,
22
+ artifact: null,
23
23
  version: null,
24
24
  name: null,
25
25
  namespace: null
@@ -24,7 +24,7 @@
24
24
  | **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] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
 
29
29
  ## Example
30
30
 
@@ -5,11 +5,12 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
8
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
9
8
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
10
9
  | **pulp_href** | **String** | | [optional][readonly] |
11
- | **artifact** | **String** | Artifact file representing the physical content | |
12
10
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
+ | **artifact** | **String** | Artifact file representing the physical content | |
12
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
+ | **vuln_report** | **String** | | [optional][readonly] |
13
14
  | **version** | **String** | | |
14
15
  | **name** | **String** | | |
15
16
  | **namespace** | **String** | | |
@@ -21,11 +22,12 @@ require 'pulp_ansible_client'
21
22
 
22
23
  instance = PulpAnsibleClient::AnsibleRoleResponse.new(
23
24
  prn: null,
24
- pulp_created: null,
25
25
  pulp_last_updated: null,
26
26
  pulp_href: null,
27
- artifact: null,
28
27
  pulp_labels: null,
28
+ artifact: null,
29
+ pulp_created: null,
30
+ vuln_report: null,
29
31
  version: null,
30
32
  name: null,
31
33
  namespace: null
@@ -4,14 +4,14 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **authors** | **Array<String>** | | [optional][readonly] |
8
- | **contents** | **Object** | | [optional][readonly] |
9
- | **dependencies** | **Object** | | [optional][readonly] |
7
+ | **authors** | **Array<String>** | | [optional] |
8
+ | **contents** | **Object** | | [optional] |
9
+ | **dependencies** | **Object** | | [optional] |
10
10
  | **description** | **String** | | [optional][readonly] |
11
11
  | **documentation** | **String** | | [optional][readonly] |
12
12
  | **homepage** | **String** | | [optional][readonly] |
13
13
  | **issues** | **String** | | [optional][readonly] |
14
- | **license** | **Array<String>** | | [optional][readonly] |
14
+ | **license** | **Array<String>** | | [optional] |
15
15
  | **repository** | **String** | | [optional][readonly] |
16
16
  | **tags** | **Array<String>** | | [optional] |
17
17
 
@@ -10,10 +10,10 @@
10
10
  | **version** | **String** | The version of the collection. | [optional][readonly] |
11
11
  | **requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional][readonly] |
12
12
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
- | **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional][readonly] |
13
+ | **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional] |
14
14
  | **dependencies** | **Object** | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional][readonly] |
15
15
  | **description** | **String** | A short summary description of the collection. | [optional][readonly] |
16
- | **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional][readonly] |
16
+ | **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional] |
17
17
 
18
18
  ## Example
19
19
 
@@ -9,7 +9,7 @@
9
9
  | **created_at** | **Time** | | |
10
10
  | **updated_at** | **Time** | | |
11
11
  | **requires_ansible** | **String** | | [optional] |
12
- | **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional][readonly] |
12
+ | **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional] |
13
13
 
14
14
  ## Example
15
15
 
@@ -9,7 +9,7 @@
9
9
  | **created_at** | **Time** | | |
10
10
  | **updated_at** | **Time** | | |
11
11
  | **requires_ansible** | **String** | | [optional] |
12
- | **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional][readonly] |
12
+ | **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional] |
13
13
  | **artifact** | [**ArtifactRefResponse**](ArtifactRefResponse.md) | | [optional][readonly] |
14
14
  | **collection** | [**CollectionRefResponse**](CollectionRefResponse.md) | | [optional][readonly] |
15
15
  | **download_url** | **String** | Get artifact download URL. | [optional][readonly] |
@@ -34,12 +34,12 @@ end
34
34
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
35
35
  opts = {
36
36
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
37
- upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
38
- artifact: 'artifact_example', # String | Artifact file representing the physical content
39
- file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
40
- pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
41
37
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
38
+ pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
39
+ artifact: 'artifact_example', # String | Artifact file representing the physical content
40
+ upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
42
41
  file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
42
+ file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
43
43
  expected_name: 'expected_name_example', # String | The name of the collection.
44
44
  expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
45
45
  expected_version: 'expected_version_example' # String | The version of the collection.
@@ -77,12 +77,12 @@ end
77
77
  | Name | Type | Description | Notes |
78
78
  | ---- | ---- | ----------- | ----- |
79
79
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
80
- | **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
81
- | **artifact** | **String** | Artifact file representing the physical content | [optional] |
82
- | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
83
- | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
84
80
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
81
+ | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
82
+ | **artifact** | **String** | Artifact file representing the physical content | [optional] |
83
+ | **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
85
84
  | **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
85
+ | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
86
86
  | **expected_name** | **String** | The name of the collection. | [optional] |
87
87
  | **expected_namespace** | **String** | The namespace of the collection. | [optional] |
88
88
  | **expected_version** | **String** | The version of the collection. | [optional] |
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **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] |
8
- | **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] |
9
- | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
7
+ | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
10
8
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
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
9
  | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
13
- | **client_key** | **String** | A PEM encoded private key 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] |
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
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
12
+ | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
13
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
15
14
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
15
+ | **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] |
16
+ | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
17
+ | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
16
18
  | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
17
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
18
- | **url** | **String** | The URL of an external content source. | [optional] |
19
- | **name** | **String** | A unique name for this remote. | [optional] |
20
19
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
21
- | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
22
- | **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] |
23
- | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
24
20
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
25
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
26
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
21
+ | **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
+ | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
23
+ | **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] |
24
+ | **name** | **String** | A unique name for this remote. | [optional] |
25
+ | **url** | **String** | The URL of an external content source. | [optional] |
26
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
36
- total_timeout: null,
37
- connect_timeout: null,
38
- headers: null,
36
+ proxy_password: null,
39
37
  tls_validation: null,
40
- max_retries: null,
41
38
  password: null,
42
- client_key: null,
43
- sock_read_timeout: null,
39
+ total_timeout: null,
40
+ download_concurrency: null,
41
+ username: null,
42
+ proxy_url: null,
44
43
  client_cert: null,
44
+ sock_connect_timeout: null,
45
+ headers: null,
46
+ max_retries: null,
45
47
  proxy_username: null,
46
- ca_cert: null,
47
- url: null,
48
- name: null,
49
48
  rate_limit: null,
50
- proxy_password: null,
51
- sock_connect_timeout: null,
52
- username: null,
53
49
  pulp_labels: null,
54
- proxy_url: null,
55
- download_concurrency: null,
50
+ connect_timeout: null,
51
+ client_key: null,
52
+ sock_read_timeout: null,
53
+ name: null,
54
+ url: null,
55
+ ca_cert: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
@@ -115,7 +115,7 @@ PulpAnsibleClient.configure do |config|
115
115
  end
116
116
 
117
117
  api_instance = PulpAnsibleClient::RemotesGitApi.new
118
- ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
118
+ ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({name: 'name_example', url: 'url_example'}) # AnsibleGitRemote |
119
119
  opts = {
120
120
  x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
121
121
  }
@@ -926,7 +926,7 @@ end
926
926
 
927
927
  api_instance = PulpAnsibleClient::RemotesGitApi.new
928
928
  ansible_git_remote_href = 'ansible_git_remote_href_example' # String |
929
- ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
929
+ ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({name: 'name_example', url: 'url_example'}) # AnsibleGitRemote |
930
930
  opts = {
931
931
  x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
932
932
  }
@@ -119,7 +119,7 @@ opts = {
119
119
  number__lte: 56, # Integer | Filter results where number is less than or equal to value
120
120
  number__range: [37], # Array<Integer> | Filter results where number is between two comma separated values
121
121
  offset: 56, # Integer | The initial index from which to return the results.
122
- ordering: ['-complete'], # 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
122
+ ordering: ['-complete'], # 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
123
123
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
124
124
  pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
125
125
  pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
@@ -177,7 +177,7 @@ end
177
177
  | **number__lte** | **Integer** | Filter results where number is less than or equal to value | [optional] |
178
178
  | **number__range** | [**Array&lt;Integer&gt;**](Integer.md) | Filter results where number is between two comma separated values | [optional] |
179
179
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
180
- | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
180
+ | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;content_ids&#x60; - Content ids * &#x60;-content_ids&#x60; - Content ids (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
181
181
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
182
182
  | **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
183
183
  | **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
@@ -12,6 +12,7 @@
12
12
  | **repository** | **String** | | [optional][readonly] |
13
13
  | **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] |
14
14
  | **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional][readonly] |
15
+ | **vuln_report** | **String** | | [optional][readonly] |
15
16
 
16
17
  ## Example
17
18
 
@@ -26,7 +27,8 @@ instance = PulpAnsibleClient::RepositoryVersionResponse.new(
26
27
  number: null,
27
28
  repository: null,
28
29
  base_version: null,
29
- content_summary: null
30
+ content_summary: null,
31
+ vuln_report: null
30
32
  )
31
33
  ```
32
34