pulp_ansible_client 0.22.1 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) 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 +2 -0
  5. data/docs/AnsibleCollectionRemoteResponse.md +2 -0
  6. data/docs/AnsibleCollectionVersion.md +7 -5
  7. data/docs/AnsibleCollectionVersionResponse.md +11 -9
  8. data/docs/AnsibleCollectionVersionSignature.md +2 -0
  9. data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
  10. data/docs/AnsibleCollectionsApi.md +4 -2
  11. data/docs/AnsibleGitRemote.md +22 -22
  12. data/docs/AnsibleGitRemoteResponse.md +28 -26
  13. data/docs/AnsibleRoleRemoteResponse.md +2 -0
  14. data/docs/AnsibleRoleResponse.md +6 -4
  15. data/docs/CollectionImportDetailResponse.md +2 -2
  16. data/docs/CollectionSummaryResponse.md +2 -2
  17. data/docs/CollectionVersionDocsResponse.md +1 -1
  18. data/docs/CollectionVersionResponse.md +2 -2
  19. data/docs/CollectionVersionSearchList.md +0 -2
  20. data/docs/ContentCollectionDeprecationsApi.md +10 -8
  21. data/docs/ContentCollectionMarksApi.md +10 -8
  22. data/docs/ContentCollectionSignaturesApi.md +13 -9
  23. data/docs/ContentCollectionVersionsApi.md +14 -10
  24. data/docs/ContentNamespacesApi.md +10 -8
  25. data/docs/ContentRolesApi.md +10 -8
  26. data/docs/Copy.md +1 -1
  27. data/docs/DistributionsAnsibleApi.md +4 -2
  28. data/docs/PatchedansibleGitRemote.md +22 -22
  29. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -2
  30. data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -2
  31. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +8 -6
  32. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -2
  33. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  37. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -2
  38. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -2
  39. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +8 -6
  40. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -2
  41. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  42. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  43. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  44. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  45. data/docs/RemotesCollectionApi.md +4 -2
  46. data/docs/RemotesGitApi.md +4 -2
  47. data/docs/RemotesRoleApi.md +4 -2
  48. data/docs/RepositoriesAnsibleApi.md +8 -6
  49. data/docs/RepositoriesAnsibleVersionsApi.md +8 -6
  50. data/docs/RepositoryResponse.md +2 -0
  51. data/docs/RepositoryVersionResponse.md +2 -0
  52. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +5 -2
  53. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +11 -8
  54. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +11 -8
  55. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +18 -8
  56. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +22 -12
  57. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +11 -8
  58. data/lib/pulp_ansible_client/api/content_roles_api.rb +11 -8
  59. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +5 -2
  60. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +5 -2
  61. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +5 -2
  62. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -6
  63. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +5 -2
  64. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  65. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  66. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  67. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  68. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +5 -2
  69. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +5 -2
  70. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -6
  71. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +5 -2
  72. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  73. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  74. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  75. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  76. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +5 -2
  77. data/lib/pulp_ansible_client/api/remotes_git_api.rb +5 -2
  78. data/lib/pulp_ansible_client/api/remotes_role_api.rb +5 -2
  79. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +9 -6
  80. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +10 -7
  81. data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +11 -1
  82. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +11 -1
  83. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +11 -1
  84. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +40 -15
  85. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +29 -19
  86. data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +26 -1
  87. data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +11 -1
  88. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +209 -209
  89. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +158 -148
  90. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +11 -1
  91. data/lib/pulp_ansible_client/models/ansible_role_response.rb +24 -14
  92. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
  93. data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
  94. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  95. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  96. data/lib/pulp_ansible_client/models/collection_version_search_list.rb +1 -16
  97. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  98. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +208 -208
  99. data/lib/pulp_ansible_client/models/repository.rb +1 -1
  100. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +1 -1
  101. data/lib/pulp_ansible_client/models/repository_response.rb +12 -2
  102. data/lib/pulp_ansible_client/models/repository_version_response.rb +12 -2
  103. data/lib/pulp_ansible_client/version.rb +1 -1
  104. data/spec/api/ansible_collections_api_spec.rb +2 -1
  105. data/spec/api/content_collection_deprecations_api_spec.rb +5 -4
  106. data/spec/api/content_collection_marks_api_spec.rb +5 -4
  107. data/spec/api/content_collection_signatures_api_spec.rb +6 -4
  108. data/spec/api/content_collection_versions_api_spec.rb +7 -5
  109. data/spec/api/content_namespaces_api_spec.rb +5 -4
  110. data/spec/api/content_roles_api_spec.rb +5 -4
  111. data/spec/api/distributions_ansible_api_spec.rb +2 -1
  112. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -1
  113. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +2 -1
  114. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -3
  115. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -1
  116. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  117. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  118. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  119. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  120. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -1
  121. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +2 -1
  122. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -3
  123. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -1
  124. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  125. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  126. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  127. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  128. data/spec/api/remotes_collection_api_spec.rb +2 -1
  129. data/spec/api/remotes_git_api_spec.rb +2 -1
  130. data/spec/api/remotes_role_api_spec.rb +2 -1
  131. data/spec/api/repositories_ansible_api_spec.rb +4 -3
  132. data/spec/api/repositories_ansible_versions_api_spec.rb +4 -3
  133. data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
  134. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  135. data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
  136. data/spec/models/ansible_collection_version_response_spec.rb +8 -2
  137. data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
  138. data/spec/models/ansible_collection_version_signature_spec.rb +6 -0
  139. data/spec/models/ansible_collection_version_spec.rb +8 -2
  140. data/spec/models/ansible_git_remote_response_spec.rb +25 -19
  141. data/spec/models/ansible_git_remote_spec.rb +19 -19
  142. data/spec/models/ansible_role_remote_response_spec.rb +6 -0
  143. data/spec/models/ansible_role_response_spec.rb +8 -2
  144. data/spec/models/collection_version_search_list_spec.rb +0 -6
  145. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  146. data/spec/models/repository_response_spec.rb +6 -0
  147. data/spec/models/repository_version_response_spec.rb +6 -0
  148. metadata +127 -127
@@ -97,9 +97,10 @@ module PulpAnsibleClient
97
97
  # @option opts [String] :namespace
98
98
  # @option opts [Integer] :offset The initial index from which to return the results.
99
99
  # @option opts [Array<String>] :ordering 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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
100
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
100
101
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
101
102
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
102
- # @option opts [String] :q
103
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
103
104
  # @option opts [Array<String>] :fields A list of fields to include in the response.
104
105
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
105
106
  # @return [PaginatedansibleCollectionResponseList]
@@ -116,9 +117,10 @@ module PulpAnsibleClient
116
117
  # @option opts [String] :namespace
117
118
  # @option opts [Integer] :offset The initial index from which to return the results.
118
119
  # @option opts [Array<String>] :ordering 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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
120
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
119
121
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
120
122
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
121
- # @option opts [String] :q
123
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
122
124
  # @option opts [Array<String>] :fields A list of fields to include in the response.
123
125
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
124
126
  # @return [Array<(PaginatedansibleCollectionResponseList, Integer, Hash)>] PaginatedansibleCollectionResponseList data, response status code and response headers
@@ -140,6 +142,7 @@ module PulpAnsibleClient
140
142
  query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
141
143
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
142
144
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
145
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
143
146
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
144
147
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
145
148
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -90,12 +90,13 @@ module PulpAnsibleClient
90
90
  # @option opts [Integer] :offset The initial index from which to return the results.
91
91
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
92
92
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
93
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
93
94
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
94
95
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
95
- # @option opts [String] :q
96
- # @option opts [String] :repository_version Repository Version referenced by HREF
97
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
98
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
96
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
97
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
98
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
99
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
99
100
  # @option opts [Array<String>] :fields A list of fields to include in the response.
100
101
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
101
102
  # @return [PaginatedansibleAnsibleCollectionDeprecatedResponseList]
@@ -111,12 +112,13 @@ module PulpAnsibleClient
111
112
  # @option opts [Integer] :offset The initial index from which to return the results.
112
113
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
113
114
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
115
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
114
116
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
115
117
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
116
- # @option opts [String] :q
117
- # @option opts [String] :repository_version Repository Version referenced by HREF
118
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
119
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
118
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
119
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
120
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
121
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
120
122
  # @option opts [Array<String>] :fields A list of fields to include in the response.
121
123
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
122
124
  # @return [Array<(PaginatedansibleAnsibleCollectionDeprecatedResponseList, Integer, Hash)>] PaginatedansibleAnsibleCollectionDeprecatedResponseList data, response status code and response headers
@@ -137,6 +139,7 @@ module PulpAnsibleClient
137
139
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
138
140
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
139
141
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
142
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
140
143
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
141
144
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
142
145
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -91,12 +91,13 @@ module PulpAnsibleClient
91
91
  # @option opts [Integer] :offset The initial index from which to return the results.
92
92
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;value&#x60; - Value * &#x60;-value&#x60; - Value (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
93
93
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
94
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
94
95
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
95
96
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
96
- # @option opts [String] :q
97
- # @option opts [String] :repository_version Repository Version referenced by HREF
98
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
99
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
97
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
98
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
99
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
100
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
100
101
  # @option opts [String] :value Filter marks by value
101
102
  # @option opts [Array<String>] :value__in Filter results where value is in a comma-separated list of values
102
103
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -115,12 +116,13 @@ module PulpAnsibleClient
115
116
  # @option opts [Integer] :offset The initial index from which to return the results.
116
117
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;value&#x60; - Value * &#x60;-value&#x60; - Value (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
117
118
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
119
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
118
120
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
119
121
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
120
- # @option opts [String] :q
121
- # @option opts [String] :repository_version Repository Version referenced by HREF
122
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
123
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
122
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
123
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
124
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
125
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
124
126
  # @option opts [String] :value Filter marks by value
125
127
  # @option opts [Array<String>] :value__in Filter results where value is in a comma-separated list of values
126
128
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -144,6 +146,7 @@ module PulpAnsibleClient
144
146
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
145
147
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
146
148
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
149
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
147
150
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
148
151
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
149
152
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -26,6 +26,7 @@ module PulpAnsibleClient
26
26
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
27
27
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
28
28
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
29
+ # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
29
30
  # @return [AsyncOperationResponse]
30
31
  def create(signed_collection, opts = {})
31
32
  data, _status_code, _headers = create_with_http_info(signed_collection, opts)
@@ -39,6 +40,7 @@ module PulpAnsibleClient
39
40
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
40
41
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
41
42
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
43
+ # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
42
44
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
43
45
  def create_with_http_info(signed_collection, opts = {})
44
46
  if @api_client.config.debugging
@@ -48,6 +50,10 @@ module PulpAnsibleClient
48
50
  if @api_client.config.client_side_validation && signed_collection.nil?
49
51
  fail ArgumentError, "Missing the required parameter 'signed_collection' when calling ContentCollectionSignaturesApi.create"
50
52
  end
53
+ if @api_client.config.client_side_validation && !opts[:'file_url'].nil? && opts[:'file_url'].to_s.length < 1
54
+ fail ArgumentError, 'invalid value for "opts[:"file_url"]" when calling ContentCollectionSignaturesApi.create, the character length must be great than or equal to 1.'
55
+ end
56
+
51
57
  # resource path
52
58
  local_var_path = '/pulp/api/v3/content/ansible/collection_signatures/'
53
59
 
@@ -67,6 +73,7 @@ module PulpAnsibleClient
67
73
  form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
68
74
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
69
75
  form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
76
+ form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
70
77
 
71
78
  # http body (model)
72
79
  post_body = opts[:body]
@@ -100,14 +107,15 @@ module PulpAnsibleClient
100
107
  # @option opts [Integer] :offset The initial index from which to return the results.
101
108
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
102
109
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
110
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
103
111
  # @option opts [String] :pubkey_fingerprint Filter results where pubkey_fingerprint matches value
104
112
  # @option opts [Array<String>] :pubkey_fingerprint__in Filter results where pubkey_fingerprint is in a comma-separated list of values
105
113
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
106
114
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
107
- # @option opts [String] :q
108
- # @option opts [String] :repository_version Repository Version referenced by HREF
109
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
110
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
115
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
116
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
117
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
118
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
111
119
  # @option opts [String] :signed_collection Filter signatures for collection version
112
120
  # @option opts [String] :signing_service Filter signatures produced by signature service
113
121
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -125,14 +133,15 @@ module PulpAnsibleClient
125
133
  # @option opts [Integer] :offset The initial index from which to return the results.
126
134
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
127
135
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
136
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
128
137
  # @option opts [String] :pubkey_fingerprint Filter results where pubkey_fingerprint matches value
129
138
  # @option opts [Array<String>] :pubkey_fingerprint__in Filter results where pubkey_fingerprint is in a comma-separated list of values
130
139
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
131
140
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
132
- # @option opts [String] :q
133
- # @option opts [String] :repository_version Repository Version referenced by HREF
134
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
135
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
141
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
142
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
143
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
144
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
136
145
  # @option opts [String] :signed_collection Filter signatures for collection version
137
146
  # @option opts [String] :signing_service Filter signatures produced by signature service
138
147
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -155,6 +164,7 @@ module PulpAnsibleClient
155
164
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
156
165
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
157
166
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
167
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
158
168
  query_params[:'pubkey_fingerprint'] = opts[:'pubkey_fingerprint'] if !opts[:'pubkey_fingerprint'].nil?
159
169
  query_params[:'pubkey_fingerprint__in'] = @api_client.build_collection_param(opts[:'pubkey_fingerprint__in'], :csv) if !opts[:'pubkey_fingerprint__in'].nil?
160
170
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
@@ -22,10 +22,11 @@ module PulpAnsibleClient
22
22
  # Create a collection version
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
26
25
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
27
- # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
26
+ # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
28
27
  # @option opts [String] :artifact Artifact file representing the physical content
28
+ # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
29
+ # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
29
30
  # @option opts [String] :expected_name The name of the collection.
30
31
  # @option opts [String] :expected_namespace The namespace of the collection.
31
32
  # @option opts [String] :expected_version The version of the collection.
@@ -38,10 +39,11 @@ module PulpAnsibleClient
38
39
  # Create a collection version
39
40
  # Trigger an asynchronous task to create content,optionally create new repository version.
40
41
  # @param [Hash] opts the optional parameters
41
- # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
42
42
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
43
- # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
43
+ # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
44
44
  # @option opts [String] :artifact Artifact file representing the physical content
45
+ # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
46
+ # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
45
47
  # @option opts [String] :expected_name The name of the collection.
46
48
  # @option opts [String] :expected_namespace The namespace of the collection.
47
49
  # @option opts [String] :expected_version The version of the collection.
@@ -50,6 +52,10 @@ module PulpAnsibleClient
50
52
  if @api_client.config.debugging
51
53
  @api_client.config.logger.debug 'Calling API: ContentCollectionVersionsApi.create ...'
52
54
  end
55
+ if @api_client.config.client_side_validation && !opts[:'file_url'].nil? && opts[:'file_url'].to_s.length < 1
56
+ fail ArgumentError, 'invalid value for "opts[:"file_url"]" when calling ContentCollectionVersionsApi.create, the character length must be great than or equal to 1.'
57
+ end
58
+
53
59
  if @api_client.config.client_side_validation && !opts[:'expected_name'].nil? && opts[:'expected_name'].to_s.length > 64
54
60
  fail ArgumentError, 'invalid value for "opts[:"expected_name"]" when calling ContentCollectionVersionsApi.create, the character length must be smaller than or equal to 64.'
55
61
  end
@@ -89,10 +95,11 @@ module PulpAnsibleClient
89
95
 
90
96
  # form parameters
91
97
  form_params = opts[:form_params] || {}
92
- form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
93
98
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
94
- form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
99
+ form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
95
100
  form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
101
+ form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
102
+ form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
96
103
  form_params['expected_name'] = opts[:'expected_name'] if !opts[:'expected_name'].nil?
97
104
  form_params['expected_namespace'] = opts[:'expected_namespace'] if !opts[:'expected_namespace'].nil?
98
105
  form_params['expected_version'] = opts[:'expected_version'] if !opts[:'expected_version'].nil?
@@ -132,12 +139,13 @@ module PulpAnsibleClient
132
139
  # @option opts [Integer] :offset The initial index from which to return the results.
133
140
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;is_highest&#x60; - Is highest * &#x60;-is_highest&#x60; - Is highest (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
134
141
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
142
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
135
143
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
136
144
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
137
145
  # @option opts [String] :q
138
- # @option opts [String] :repository_version Repository Version referenced by HREF
139
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
140
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
146
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
147
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
148
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
141
149
  # @option opts [String] :tags Filter by comma separate list of tags that must all be matched
142
150
  # @option opts [String] :version Filter results where version matches value
143
151
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -158,12 +166,13 @@ module PulpAnsibleClient
158
166
  # @option opts [Integer] :offset The initial index from which to return the results.
159
167
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;is_highest&#x60; - Is highest * &#x60;-is_highest&#x60; - Is highest (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
160
168
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
169
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
161
170
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
162
171
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
163
172
  # @option opts [String] :q
164
- # @option opts [String] :repository_version Repository Version referenced by HREF
165
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
166
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
173
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
174
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
175
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
167
176
  # @option opts [String] :tags Filter by comma separate list of tags that must all be matched
168
177
  # @option opts [String] :version Filter results where version matches value
169
178
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -189,6 +198,7 @@ module PulpAnsibleClient
189
198
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
190
199
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
191
200
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
201
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
192
202
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
193
203
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
194
204
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -112,12 +112,13 @@ module PulpAnsibleClient
112
112
  # @option opts [Integer] :offset The initial index from which to return the results.
113
113
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;company&#x60; - Company * &#x60;-company&#x60; - Company (descending) * &#x60;email&#x60; - Email * &#x60;-email&#x60; - Email (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;resources&#x60; - Resources * &#x60;-resources&#x60; - Resources (descending) * &#x60;links&#x60; - Links * &#x60;-links&#x60; - Links (descending) * &#x60;avatar_sha256&#x60; - Avatar sha256 * &#x60;-avatar_sha256&#x60; - Avatar sha256 (descending) * &#x60;metadata_sha256&#x60; - Metadata sha256 * &#x60;-metadata_sha256&#x60; - Metadata sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
114
114
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
115
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
115
116
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
116
117
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
117
- # @option opts [String] :q
118
- # @option opts [String] :repository_version Repository Version referenced by HREF
119
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
120
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
118
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
119
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
120
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
121
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
121
122
  # @option opts [Array<String>] :fields A list of fields to include in the response.
122
123
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
123
124
  # @return [PaginatedansibleAnsibleNamespaceMetadataResponseList]
@@ -153,12 +154,13 @@ module PulpAnsibleClient
153
154
  # @option opts [Integer] :offset The initial index from which to return the results.
154
155
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;company&#x60; - Company * &#x60;-company&#x60; - Company (descending) * &#x60;email&#x60; - Email * &#x60;-email&#x60; - Email (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;resources&#x60; - Resources * &#x60;-resources&#x60; - Resources (descending) * &#x60;links&#x60; - Links * &#x60;-links&#x60; - Links (descending) * &#x60;avatar_sha256&#x60; - Avatar sha256 * &#x60;-avatar_sha256&#x60; - Avatar sha256 (descending) * &#x60;metadata_sha256&#x60; - Metadata sha256 * &#x60;-metadata_sha256&#x60; - Metadata sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
155
156
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
157
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
156
158
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
157
159
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
158
- # @option opts [String] :q
159
- # @option opts [String] :repository_version Repository Version referenced by HREF
160
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
161
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
160
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
161
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
162
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
163
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
162
164
  # @option opts [Array<String>] :fields A list of fields to include in the response.
163
165
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
164
166
  # @return [Array<(PaginatedansibleAnsibleNamespaceMetadataResponseList, Integer, Hash)>] PaginatedansibleAnsibleNamespaceMetadataResponseList data, response status code and response headers
@@ -199,6 +201,7 @@ module PulpAnsibleClient
199
201
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
200
202
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
201
203
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
204
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
202
205
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
203
206
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
204
207
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -92,12 +92,13 @@ module PulpAnsibleClient
92
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
93
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
94
94
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
95
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
95
96
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
96
97
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
97
- # @option opts [String] :q
98
- # @option opts [String] :repository_version Repository Version referenced by HREF
99
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
100
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
98
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
99
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
100
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
101
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
101
102
  # @option opts [String] :version Filter results where version matches value
102
103
  # @option opts [Array<String>] :fields A list of fields to include in the response.
103
104
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -116,12 +117,13 @@ module PulpAnsibleClient
116
117
  # @option opts [Integer] :offset The initial index from which to return the results.
117
118
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
118
119
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
120
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
119
121
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
120
122
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
121
- # @option opts [String] :q
122
- # @option opts [String] :repository_version Repository Version referenced by HREF
123
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
124
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
123
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
124
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
125
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
126
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
125
127
  # @option opts [String] :version Filter results where version matches value
126
128
  # @option opts [Array<String>] :fields A list of fields to include in the response.
127
129
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -145,6 +147,7 @@ module PulpAnsibleClient
145
147
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
146
148
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
147
149
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
150
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
148
151
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
149
152
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
150
153
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -234,10 +234,11 @@ module PulpAnsibleClient
234
234
  # @option opts [String] :name__startswith Filter results where name starts with value
235
235
  # @option opts [Integer] :offset The initial index from which to return the results.
236
236
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
237
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
237
238
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
238
239
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
239
240
  # @option opts [String] :pulp_label_select Filter labels by search string
240
- # @option opts [String] :q
241
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
241
242
  # @option opts [String] :repository Filter results where repository matches value
242
243
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
243
244
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -268,10 +269,11 @@ module PulpAnsibleClient
268
269
  # @option opts [String] :name__startswith Filter results where name starts with value
269
270
  # @option opts [Integer] :offset The initial index from which to return the results.
270
271
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
272
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
271
273
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
272
274
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
273
275
  # @option opts [String] :pulp_label_select Filter labels by search string
274
- # @option opts [String] :q
276
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
275
277
  # @option opts [String] :repository Filter results where repository matches value
276
278
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
277
279
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -307,6 +309,7 @@ module PulpAnsibleClient
307
309
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
308
310
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
309
311
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
312
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
310
313
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
311
314
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
312
315
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
@@ -26,9 +26,10 @@ module PulpAnsibleClient
26
26
  # @option opts [String] :name
27
27
  # @option opts [String] :namespace
28
28
  # @option opts [Array<String>] :ordering 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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
29
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
29
30
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
30
31
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
31
- # @option opts [String] :q
32
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
32
33
  # @option opts [Array<String>] :fields A list of fields to include in the response.
33
34
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
34
35
  # @return [Array<CollectionResponse>]
@@ -44,9 +45,10 @@ module PulpAnsibleClient
44
45
  # @option opts [String] :name
45
46
  # @option opts [String] :namespace
46
47
  # @option opts [Array<String>] :ordering 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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
48
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
47
49
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
50
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
49
- # @option opts [String] :q
51
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
50
52
  # @option opts [Array<String>] :fields A list of fields to include in the response.
51
53
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
52
54
  # @return [Array<(Array<CollectionResponse>, Integer, Hash)>] Array<CollectionResponse> data, response status code and response headers
@@ -71,6 +73,7 @@ module PulpAnsibleClient
71
73
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
72
74
  query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
73
75
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
76
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
74
77
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
75
78
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
76
79
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -100,9 +100,10 @@ module PulpAnsibleClient
100
100
  # @option opts [String] :namespace
101
101
  # @option opts [Integer] :offset The initial index from which to return the results.
102
102
  # @option opts [Array<String>] :ordering 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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
103
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
103
104
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
104
105
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
105
- # @option opts [String] :q
106
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
106
107
  # @option opts [Array<String>] :fields A list of fields to include in the response.
107
108
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
108
109
  # @return [PaginatedCollectionResponseList]
@@ -120,9 +121,10 @@ module PulpAnsibleClient
120
121
  # @option opts [String] :namespace
121
122
  # @option opts [Integer] :offset The initial index from which to return the results.
122
123
  # @option opts [Array<String>] :ordering 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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
124
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
123
125
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
124
126
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
125
- # @option opts [String] :q
127
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
126
128
  # @option opts [Array<String>] :fields A list of fields to include in the response.
127
129
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
128
130
  # @return [Array<(PaginatedCollectionResponseList, Integer, Hash)>] PaginatedCollectionResponseList data, response status code and response headers
@@ -149,6 +151,7 @@ module PulpAnsibleClient
149
151
  query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
150
152
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
151
153
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
154
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
152
155
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
153
156
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
154
157
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -109,12 +109,13 @@ module PulpAnsibleClient
109
109
  # @option opts [Integer] :offset The initial index from which to return the results.
110
110
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;is_highest&#x60; - Is highest * &#x60;-is_highest&#x60; - Is highest (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
111
111
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
112
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
112
113
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
113
114
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
114
115
  # @option opts [String] :q
115
- # @option opts [String] :repository_version Repository Version referenced by HREF
116
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
117
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
116
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
117
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
118
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
118
119
  # @option opts [String] :tags Filter by comma separate list of tags that must all be matched
119
120
  # @option opts [String] :version Filter results where version matches value
120
121
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -137,12 +138,13 @@ module PulpAnsibleClient
137
138
  # @option opts [Integer] :offset The initial index from which to return the results.
138
139
  # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;is_highest&#x60; - Is highest * &#x60;-is_highest&#x60; - Is highest (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
139
140
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
141
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
140
142
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
141
143
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
142
144
  # @option opts [String] :q
143
- # @option opts [String] :repository_version Repository Version referenced by HREF
144
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
145
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
145
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
146
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
147
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
146
148
  # @option opts [String] :tags Filter by comma separate list of tags that must all be matched
147
149
  # @option opts [String] :version Filter results where version matches value
148
150
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -180,6 +182,7 @@ module PulpAnsibleClient
180
182
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
181
183
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
182
184
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
185
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
183
186
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
184
187
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
185
188
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?