pulp_ansible_client 0.13.6 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/AnsibleCollectionRemote.md +2 -2
  4. data/docs/AnsibleCollectionRemoteResponse.md +2 -0
  5. data/docs/AnsibleCollectionVersion.md +2 -0
  6. data/docs/AnsibleCollectionVersionResponse.md +2 -2
  7. data/docs/AnsibleCollectionsApi.md +2 -2
  8. data/docs/AnsibleGitRemote.md +24 -24
  9. data/docs/AnsibleGitRemoteResponse.md +22 -22
  10. data/docs/AnsibleRoleRemote.md +2 -2
  11. data/docs/AnsibleRoleResponse.md +2 -2
  12. data/docs/ContentCollectionDeprecationsApi.md +2 -2
  13. data/docs/ContentCollectionSignaturesApi.md +2 -2
  14. data/docs/ContentCollectionVersionsApi.md +4 -2
  15. data/docs/ContentRolesApi.md +2 -2
  16. data/docs/DistributionsAnsibleApi.md +2 -2
  17. data/docs/PatchedansibleCollectionRemote.md +2 -2
  18. data/docs/PatchedansibleGitRemote.md +24 -24
  19. data/docs/PatchedansibleRoleRemote.md +2 -2
  20. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
  21. data/docs/PulpAnsibleApiV3CollectionsApi.md +2 -0
  22. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -0
  23. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  24. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -0
  25. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -0
  26. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
  27. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +2 -0
  28. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -0
  29. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  30. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -0
  31. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -0
  32. data/docs/PulpAnsibleTagsApi.md +0 -2
  33. data/docs/RemotesCollectionApi.md +2 -2
  34. data/docs/RemotesGitApi.md +2 -2
  35. data/docs/RemotesRoleApi.md +2 -2
  36. data/docs/RepositoriesAnsibleApi.md +2 -2
  37. data/docs/RepositoriesAnsibleVersionsApi.md +2 -2
  38. data/git_push.sh +58 -0
  39. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +7 -3
  40. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +7 -3
  41. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +7 -3
  42. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +10 -3
  43. data/lib/pulp_ansible_client/api/content_roles_api.rb +7 -3
  44. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +7 -3
  45. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +7 -0
  46. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +7 -0
  47. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +7 -0
  48. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +7 -0
  49. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +7 -0
  50. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +7 -0
  51. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +7 -0
  52. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +7 -0
  53. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +7 -0
  54. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +7 -0
  55. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +7 -0
  56. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +7 -0
  57. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +0 -3
  58. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +7 -3
  59. data/lib/pulp_ansible_client/api/remotes_git_api.rb +7 -3
  60. data/lib/pulp_ansible_client/api/remotes_role_api.rb +7 -3
  61. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +7 -3
  62. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +7 -3
  63. data/lib/pulp_ansible_client/api_client.rb +1 -1
  64. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +2 -2
  65. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +27 -1
  66. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -1
  67. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +10 -10
  68. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +208 -208
  69. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +128 -128
  70. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +2 -2
  71. data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
  72. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +2 -2
  73. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +199 -199
  74. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +2 -2
  75. data/lib/pulp_ansible_client/version.rb +1 -1
  76. data/pulp_ansible_client.gemspec +3 -3
  77. data/spec/api/ansible_collections_api_spec.rb +1 -1
  78. data/spec/api/content_collection_deprecations_api_spec.rb +1 -1
  79. data/spec/api/content_collection_signatures_api_spec.rb +1 -1
  80. data/spec/api/content_collection_versions_api_spec.rb +2 -1
  81. data/spec/api/content_roles_api_spec.rb +1 -1
  82. data/spec/api/distributions_ansible_api_spec.rb +1 -1
  83. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
  84. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +1 -0
  85. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -0
  86. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  87. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -0
  88. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -0
  89. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
  90. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +1 -0
  91. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -0
  92. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  93. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -0
  94. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -0
  95. data/spec/api/pulp_ansible_tags_api_spec.rb +0 -1
  96. data/spec/api/remotes_collection_api_spec.rb +1 -1
  97. data/spec/api/remotes_git_api_spec.rb +1 -1
  98. data/spec/api/remotes_role_api_spec.rb +1 -1
  99. data/spec/api/repositories_ansible_api_spec.rb +1 -1
  100. data/spec/api/repositories_ansible_versions_api_spec.rb +1 -1
  101. data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
  102. data/spec/models/ansible_collection_version_response_spec.rb +2 -2
  103. data/spec/models/ansible_collection_version_spec.rb +6 -0
  104. data/spec/models/ansible_git_remote_response_spec.rb +16 -16
  105. data/spec/models/ansible_git_remote_spec.rb +18 -18
  106. data/spec/models/ansible_role_response_spec.rb +2 -2
  107. data/spec/models/patchedansible_git_remote_spec.rb +18 -18
  108. metadata +101 -100
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b173c2da27c52ad3b9dc4c38177fce2438355cc3f64255c345724986e0d7321
4
- data.tar.gz: cde688ebd0bb6c4ca25a3c721e70533aa07930a7aa1a944df833770d97b3c3d3
3
+ metadata.gz: a3316b46c73ccaf8650240b348692fe3e7ec2e99e3f3e0f706364ec9a3e28061
4
+ data.tar.gz: 60debf787aed3d5f524b01d49ca201c880bc54de2833fce2bf426074079fe757
5
5
  SHA512:
6
- metadata.gz: 8a37f0d128bff967c3bcad4844ecdadfc377aff230107d68e9fcce7ac14e7216706ce96995989a69e3d74211dda0f1b9f5f9f9f028065e8ac6ea14c90f8a925a
7
- data.tar.gz: b26a618d150514e8222f8872c54f63c05b7ed7610a8f91e93365019ea2a4c9ea2cc8e2cb7eed7ce2c6be4ece518e17168f559af55210d667dc7146726210f18d
6
+ metadata.gz: ebfb7f6d403ea54449b0e28ec3e70039962f00235f021f294ad3525e84405e9901832455e5e4c0e9492d046bfba9dcd59fcafd80df4c4970b467ac55eb6a4ca6
7
+ data.tar.gz: 5eb1ee8e0dd129f2caf48b44f8a553094bd2ae717e084e43ac41e32eebc5e0955b4e5580da14476a8422492e154c1c4d3b44cf353a68efb1d6bba571bb675953
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.13.6
10
+ - Package version: 0.14.0
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.13.6.gem
27
+ gem install ./pulp_ansible_client-0.14.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.13.6.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.14.0.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.13.6'
36
+ gem 'pulp_ansible_client', '~> 0.14.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -70,7 +70,7 @@ opts = {
70
70
  name: 'name_example', # String |
71
71
  namespace: 'namespace_example', # String |
72
72
  offset: 56, # Integer | The initial index from which to return the results.
73
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
73
+ ordering: ['ordering_example'], # Array<String> | Ordering
74
74
  fields: 'fields_example', # String | A list of fields to include in the response.
75
75
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
76
76
  }
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
13
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
14
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
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]
@@ -25,6 +25,7 @@ Name | Type | Description | Notes
25
25
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
26
  **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
27
27
  **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
28
+ **token** | **String** | The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details | [optional]
28
29
  **sync_dependencies** | **Boolean** | Sync dependencies for collections specified via requirements file | [optional] [default to true]
29
30
  **signed_only** | **Boolean** | Sync only collections that have a signature | [optional] [default to false]
30
31
 
@@ -54,6 +55,7 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
54
55
  rate_limit: null,
55
56
  requirements_file: null,
56
57
  auth_url: null,
58
+ token: null,
57
59
  sync_dependencies: null,
58
60
  signed_only: null)
59
61
  ```
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
8
+ **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
8
9
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
9
10
  **name** | **String** | The name of the collection. |
10
11
  **namespace** | **String** | The namespace of the collection. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpAnsibleClient'
17
18
 
18
19
  instance = PulpAnsibleClient::AnsibleCollectionVersion.new(file: null,
20
+ upload: null,
19
21
  repository: null,
20
22
  name: null,
21
23
  namespace: null,
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **artifact** | **String** | Artifact file representing the physical content | [optional]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
8
  **pulp_href** | **String** | | [optional] [readonly]
9
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
11
11
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
12
12
  **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
@@ -38,8 +38,8 @@ Name | Type | Description | Notes
38
38
  require 'PulpAnsibleClient'
39
39
 
40
40
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
41
- pulp_created: null,
42
41
  pulp_href: null,
42
+ pulp_created: null,
43
43
  md5: null,
44
44
  sha1: null,
45
45
  sha224: null,
@@ -35,7 +35,7 @@ opts = {
35
35
  name: 'name_example', # String |
36
36
  namespace: 'namespace_example', # String |
37
37
  offset: 56, # Integer | The initial index from which to return the results.
38
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
38
+ ordering: ['ordering_example'], # Array<String> | Ordering
39
39
  fields: 'fields_example', # String | A list of fields to include in the response.
40
40
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
41
41
  }
@@ -58,7 +58,7 @@ Name | Type | Description | Notes
58
58
  **name** | **String**| | [optional]
59
59
  **namespace** | **String**| | [optional]
60
60
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
61
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
61
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
62
62
  **fields** | **String**| A list of fields to include in the response. | [optional]
63
63
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
64
64
 
@@ -4,25 +4,25 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **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]
8
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
9
- **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
7
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
12
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
8
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
9
+ **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
+ **name** | **String** | A unique name for this remote. |
11
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
12
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
13
+ **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
14
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
15
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
14
16
  **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]
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]
17
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
16
18
  **url** | **String** | The URL of an external content source. |
17
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
18
19
  **pulp_labels** | [**Object**](.md) | | [optional]
20
+ **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]
19
21
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
20
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
21
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
22
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
22
24
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
23
- **name** | **String** | A unique name for this remote. |
24
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
25
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
25
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
26
26
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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]
@@ -32,25 +32,25 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::AnsibleGitRemote.new(sock_read_timeout: null,
36
- client_key: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(client_cert: null,
36
+ password: null,
37
37
  connect_timeout: null,
38
- client_cert: null,
39
- proxy_password: null,
40
- username: null,
38
+ name: null,
39
+ proxy_url: null,
40
+ max_retries: null,
41
+ sock_read_timeout: null,
41
42
  headers: null,
43
+ download_concurrency: null,
42
44
  total_timeout: null,
43
- sock_connect_timeout: null,
45
+ client_key: null,
44
46
  url: null,
45
- ca_cert: null,
46
47
  pulp_labels: null,
48
+ sock_connect_timeout: null,
47
49
  proxy_username: null,
48
- proxy_url: null,
49
- password: null,
50
+ ca_cert: null,
51
+ username: null,
50
52
  tls_validation: null,
51
- name: null,
52
- max_retries: null,
53
- download_concurrency: null,
53
+ proxy_password: null,
54
54
  rate_limit: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
@@ -4,23 +4,23 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **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]
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
7
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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
+ **name** | **String** | A unique name for this remote. |
10
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [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
+ **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
13
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
14
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
11
15
  **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]
12
- **pulp_href** | **String** | | [optional] [readonly]
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
16
  **url** | **String** | The URL of an external content source. |
15
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
17
18
  **pulp_labels** | [**Object**](.md) | | [optional]
18
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [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
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
19
21
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
20
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
21
- **name** | **String** | A unique name for this remote. |
22
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
23
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
22
+ **pulp_href** | **String** | | [optional] [readonly]
23
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
24
24
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
25
25
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
26
26
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
@@ -30,23 +30,23 @@ Name | Type | Description | Notes
30
30
  ```ruby
31
31
  require 'PulpAnsibleClient'
32
32
 
33
- instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(sock_read_timeout: null,
33
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(client_cert: null,
34
34
  connect_timeout: null,
35
- client_cert: null,
35
+ name: null,
36
+ proxy_url: null,
37
+ max_retries: null,
38
+ sock_read_timeout: null,
36
39
  headers: null,
40
+ download_concurrency: null,
37
41
  total_timeout: null,
38
- pulp_href: null,
39
- sock_connect_timeout: null,
40
42
  url: null,
41
- ca_cert: null,
42
- pulp_last_updated: null,
43
+ pulp_created: null,
43
44
  pulp_labels: null,
44
- proxy_url: null,
45
+ sock_connect_timeout: null,
46
+ ca_cert: null,
45
47
  tls_validation: null,
46
- pulp_created: null,
47
- name: null,
48
- max_retries: null,
49
- download_concurrency: null,
48
+ pulp_href: null,
49
+ pulp_last_updated: null,
50
50
  rate_limit: null,
51
51
  metadata_only: null,
52
52
  git_ref: null)
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
13
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
14
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
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]
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **artifact** | **String** | Artifact file representing the physical content |
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
8
  **pulp_href** | **String** | | [optional] [readonly]
9
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
10
  **version** | **String** | |
11
11
  **name** | **String** | |
12
12
  **namespace** | **String** | |
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
17
17
  require 'PulpAnsibleClient'
18
18
 
19
19
  instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
20
- pulp_created: null,
21
20
  pulp_href: null,
21
+ pulp_created: null,
22
22
  version: null,
23
23
  name: null,
24
24
  namespace: null)
@@ -87,7 +87,7 @@ api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new
87
87
  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
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
90
+ ordering: ['ordering_example'], # Array<String> | Ordering
91
91
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
92
92
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
93
93
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -111,7 +111,7 @@ Name | Type | Description | Notes
111
111
  ------------- | ------------- | ------------- | -------------
112
112
  **limit** | **Integer**| Number of results to return per page. | [optional]
113
113
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
114
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
114
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
115
115
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
116
116
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
117
117
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -93,7 +93,7 @@ api_instance = PulpAnsibleClient::ContentCollectionSignaturesApi.new
93
93
  opts = {
94
94
  limit: 56, # Integer | Number of results to return per page.
95
95
  offset: 56, # Integer | The initial index from which to return the results.
96
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
96
+ ordering: ['ordering_example'], # Array<String> | Ordering
97
97
  pubkey_fingerprint: 'pubkey_fingerprint_example', # String | Filter results where pubkey_fingerprint matches value
98
98
  pubkey_fingerprint__in: ['pubkey_fingerprint__in_example'], # Array<String> | Filter results where pubkey_fingerprint is in a comma-separated list of values
99
99
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
122
  **limit** | **Integer**| Number of results to return per page. | [optional]
123
123
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
124
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
124
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
125
125
  **pubkey_fingerprint** | **String**| Filter results where pubkey_fingerprint matches value | [optional]
126
126
  **pubkey_fingerprint__in** | [**Array&lt;String&gt;**](String.md)| Filter results where pubkey_fingerprint is in a comma-separated list of values | [optional]
127
127
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
@@ -36,6 +36,7 @@ namespace = 'namespace_example' # String | The namespace of the collection.
36
36
  version = 'version_example' # String | The version of the collection.
37
37
  opts = {
38
38
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
39
+ upload: 'upload_example', # String | An uncommitted upload that may be turned into the artifact of the content unit.
39
40
  repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
40
41
  }
41
42
 
@@ -57,6 +58,7 @@ Name | Type | Description | Notes
57
58
  **namespace** | **String**| The namespace of the collection. |
58
59
  **version** | **String**| The version of the collection. |
59
60
  **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
61
+ **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
60
62
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
61
63
 
62
64
  ### Return type
@@ -100,7 +102,7 @@ opts = {
100
102
  name: 'name_example', # String |
101
103
  namespace: 'namespace_example', # String |
102
104
  offset: 56, # Integer | The initial index from which to return the results.
103
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
105
+ ordering: ['ordering_example'], # Array<String> | Ordering
104
106
  q: 'q_example', # String |
105
107
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
106
108
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -130,7 +132,7 @@ Name | Type | Description | Notes
130
132
  **name** | **String**| | [optional]
131
133
  **namespace** | **String**| | [optional]
132
134
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
133
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
135
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
134
136
  **q** | **String**| | [optional]
135
137
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
136
138
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -89,7 +89,7 @@ opts = {
89
89
  name: 'name_example', # String | Filter results where name matches value
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
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
92
+ ordering: ['ordering_example'], # Array<String> | Ordering
93
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -116,7 +116,7 @@ Name | Type | Description | Notes
116
116
  **name** | **String**| Filter results where name matches value | [optional]
117
117
  **namespace** | **String**| Filter results where namespace matches value | [optional]
118
118
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
119
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
119
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
120
120
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
121
121
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
122
122
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -152,7 +152,7 @@ opts = {
152
152
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
153
153
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
155
+ ordering: ['ordering_example'], # Array<String> | Ordering
156
156
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
157
157
  fields: 'fields_example', # String | A list of fields to include in the response.
158
158
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
184
184
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
185
185
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
186
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
186
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
187
187
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
188
188
  **fields** | **String**| A list of fields to include in the response. | [optional]
189
189
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
13
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
14
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
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]
@@ -4,25 +4,25 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **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]
8
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
9
- **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
7
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
12
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
8
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
9
+ **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
+ **name** | **String** | A unique name for this remote. | [optional]
11
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
12
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
13
+ **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
14
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
15
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
14
16
  **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]
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]
17
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
16
18
  **url** | **String** | The URL of an external content source. | [optional]
17
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
18
19
  **pulp_labels** | [**Object**](.md) | | [optional]
20
+ **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]
19
21
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
20
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
21
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
22
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
22
24
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
23
- **name** | **String** | A unique name for this remote. | [optional]
24
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
25
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
25
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
26
26
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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]
@@ -32,25 +32,25 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::PatchedansibleGitRemote.new(sock_read_timeout: null,
36
- client_key: null,
35
+ instance = PulpAnsibleClient::PatchedansibleGitRemote.new(client_cert: null,
36
+ password: null,
37
37
  connect_timeout: null,
38
- client_cert: null,
39
- proxy_password: null,
40
- username: null,
38
+ name: null,
39
+ proxy_url: null,
40
+ max_retries: null,
41
+ sock_read_timeout: null,
41
42
  headers: null,
43
+ download_concurrency: null,
42
44
  total_timeout: null,
43
- sock_connect_timeout: null,
45
+ client_key: null,
44
46
  url: null,
45
- ca_cert: null,
46
47
  pulp_labels: null,
48
+ sock_connect_timeout: null,
47
49
  proxy_username: null,
48
- proxy_url: null,
49
- password: null,
50
+ ca_cert: null,
51
+ username: null,
50
52
  tls_validation: null,
51
- name: null,
52
- max_retries: null,
53
- download_concurrency: null,
53
+ proxy_password: null,
54
54
  rate_limit: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
13
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
14
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
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]
@@ -34,6 +34,7 @@ opts = {
34
34
  deprecated: true, # Boolean |
35
35
  name: 'name_example', # String |
36
36
  namespace: 'namespace_example', # String |
37
+ ordering: ['ordering_example'], # Array<String> | Ordering
37
38
  fields: 'fields_example', # String | A list of fields to include in the response.
38
39
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
39
40
  }
@@ -55,6 +56,7 @@ Name | Type | Description | Notes
55
56
  **deprecated** | **Boolean**| | [optional]
56
57
  **name** | **String**| | [optional]
57
58
  **namespace** | **String**| | [optional]
59
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
58
60
  **fields** | **String**| A list of fields to include in the response. | [optional]
59
61
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
60
62
 
@@ -95,6 +95,7 @@ opts = {
95
95
  name: 'name_example', # String |
96
96
  namespace: 'namespace_example', # String |
97
97
  offset: 56, # Integer | The initial index from which to return the results.
98
+ ordering: ['ordering_example'], # Array<String> | Ordering
98
99
  fields: 'fields_example', # String | A list of fields to include in the response.
99
100
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
100
101
  }
@@ -118,6 +119,7 @@ Name | Type | Description | Notes
118
119
  **name** | **String**| | [optional]
119
120
  **namespace** | **String**| | [optional]
120
121
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
122
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
121
123
  **fields** | **String**| A list of fields to include in the response. | [optional]
122
124
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
125
 
@@ -98,6 +98,7 @@ opts = {
98
98
  name2: 'name_example', # String |
99
99
  namespace2: 'namespace_example', # String |
100
100
  offset: 56, # Integer | The initial index from which to return the results.
101
+ ordering: ['ordering_example'], # Array<String> | Ordering
101
102
  q: 'q_example', # String |
102
103
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
103
104
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -129,6 +130,7 @@ Name | Type | Description | Notes
129
130
  **name2** | **String**| | [optional]
130
131
  **namespace2** | **String**| | [optional]
131
132
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
133
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
132
134
  **q** | **String**| | [optional]
133
135
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
134
136
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -35,6 +35,7 @@ opts = {
35
35
  deprecated: true, # Boolean |
36
36
  name: 'name_example', # String |
37
37
  namespace: 'namespace_example', # String |
38
+ ordering: ['ordering_example'], # Array<String> | Ordering
38
39
  fields: 'fields_example', # String | A list of fields to include in the response.
39
40
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
40
41
  }
@@ -57,6 +58,7 @@ Name | Type | Description | Notes
57
58
  **deprecated** | **Boolean**| | [optional]
58
59
  **name** | **String**| | [optional]
59
60
  **namespace** | **String**| | [optional]
61
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
60
62
  **fields** | **String**| A list of fields to include in the response. | [optional]
61
63
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
62
64