pulp_ansible_client 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (467) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +4 -4
  4. data/docs/AnsibleCollectionVersionResponse.md +4 -4
  5. data/docs/AnsibleRoleResponse.md +4 -4
  6. data/docs/RepositoryAddRemoveContent.md +2 -2
  7. data/lib/pulp_ansible_client.rb +1 -1
  8. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +1 -1
  9. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
  10. data/lib/pulp_ansible_client/api/api_collections_api.rb +1 -1
  11. data/lib/pulp_ansible_client/api/api_roles_api.rb +1 -1
  12. data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
  13. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +1 -1
  14. data/lib/pulp_ansible_client/api/content_roles_api.rb +1 -1
  15. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +1 -1
  16. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
  17. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
  18. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +1 -1
  19. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
  20. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_all_api.rb +1 -1
  21. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
  22. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
  23. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +1 -1
  24. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_v3_api.rb +1 -1
  25. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +1 -1
  26. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +1 -1
  27. data/lib/pulp_ansible_client/api/remotes_role_api.rb +1 -1
  28. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +1 -1
  29. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +1 -1
  30. data/lib/pulp_ansible_client/api/versions_api.rb +1 -1
  31. data/lib/pulp_ansible_client/api_client.rb +12 -8
  32. data/lib/pulp_ansible_client/api_error.rb +1 -1
  33. data/lib/pulp_ansible_client/configuration.rb +8 -1
  34. data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
  35. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
  36. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
  37. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
  38. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +1 -1
  39. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +1 -1
  40. data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
  41. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +1 -1
  42. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +15 -15
  43. data/lib/pulp_ansible_client/models/ansible_repository_sync_url.rb +1 -1
  44. data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
  45. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +1 -1
  46. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +1 -1
  47. data/lib/pulp_ansible_client/models/ansible_role_response.rb +15 -15
  48. data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
  49. data/lib/pulp_ansible_client/models/artifact_ref_response.rb +1 -1
  50. data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
  51. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
  52. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
  53. data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
  54. data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
  55. data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
  56. data/lib/pulp_ansible_client/models/collection_response.rb +1 -1
  57. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  58. data/lib/pulp_ansible_client/models/collection_version_response.rb +1 -1
  59. data/lib/pulp_ansible_client/models/content_summary.rb +1 -1
  60. data/lib/pulp_ansible_client/models/content_summary_response.rb +1 -1
  61. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  62. data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
  63. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
  64. data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
  65. data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
  66. data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
  67. data/lib/pulp_ansible_client/models/paginated_collection_response_list.rb +1 -1
  68. data/lib/pulp_ansible_client/models/paginated_collection_response_list_links.rb +1 -1
  69. data/lib/pulp_ansible_client/models/paginated_collection_response_list_meta.rb +1 -1
  70. data/lib/pulp_ansible_client/models/paginated_collection_version_response_list.rb +1 -1
  71. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_response_list.rb +1 -1
  72. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_version_response_list.rb +1 -1
  73. data/lib/pulp_ansible_client/models/paginated_galaxy_role_response_list.rb +1 -1
  74. data/lib/pulp_ansible_client/models/paginated_galaxy_role_version_response_list.rb +1 -1
  75. data/lib/pulp_ansible_client/models/paginated_repository_version_response_list.rb +1 -1
  76. data/lib/pulp_ansible_client/models/paginated_tag_response_list.rb +1 -1
  77. data/lib/pulp_ansible_client/models/paginatedansible_ansible_distribution_response_list.rb +1 -1
  78. data/lib/pulp_ansible_client/models/paginatedansible_ansible_repository_response_list.rb +1 -1
  79. data/lib/pulp_ansible_client/models/paginatedansible_collection_remote_response_list.rb +1 -1
  80. data/lib/pulp_ansible_client/models/paginatedansible_collection_response_list.rb +1 -1
  81. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_response_list.rb +1 -1
  82. data/lib/pulp_ansible_client/models/paginatedansible_role_remote_response_list.rb +1 -1
  83. data/lib/pulp_ansible_client/models/paginatedansible_role_response_list.rb +1 -1
  84. data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
  85. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
  86. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +1 -1
  87. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +1 -1
  88. data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
  89. data/lib/pulp_ansible_client/models/repo_metadata_response.rb +1 -1
  90. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
  91. data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
  92. data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
  93. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  94. data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +1 -1
  95. data/lib/pulp_ansible_client/version.rb +2 -2
  96. data/pulp_ansible_client.gemspec +1 -1
  97. data/spec/api/ansible_collections_api_spec.rb +1 -1
  98. data/spec/api/ansible_copy_api_spec.rb +1 -1
  99. data/spec/api/api_collections_api_spec.rb +1 -1
  100. data/spec/api/api_roles_api_spec.rb +1 -1
  101. data/spec/api/collection_import_api_spec.rb +1 -1
  102. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  103. data/spec/api/content_roles_api_spec.rb +1 -1
  104. data/spec/api/distributions_ansible_api_spec.rb +1 -1
  105. data/spec/api/galaxy_detail_api_spec.rb +1 -1
  106. data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
  107. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +1 -1
  108. data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
  109. data/spec/api/pulp_ansible_galaxy_api_v3_all_api_spec.rb +1 -1
  110. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  111. data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
  112. data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +1 -1
  113. data/spec/api/pulp_ansible_galaxy_v3_api_spec.rb +1 -1
  114. data/spec/api/pulp_ansible_tags_api_spec.rb +1 -1
  115. data/spec/api/remotes_collection_api_spec.rb +1 -1
  116. data/spec/api/remotes_role_api_spec.rb +1 -1
  117. data/spec/api/repositories_ansible_api_spec.rb +1 -1
  118. data/spec/api/repositories_ansible_versions_api_spec.rb +1 -1
  119. data/spec/api/versions_api_spec.rb +1 -1
  120. data/spec/api_client_spec.rb +2 -2
  121. data/spec/configuration_spec.rb +1 -1
  122. data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
  123. data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
  124. data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
  125. data/spec/models/ansible_ansible_repository_spec.rb +1 -1
  126. data/spec/models/ansible_collection_remote_response_spec.rb +1 -1
  127. data/spec/models/ansible_collection_remote_spec.rb +1 -1
  128. data/spec/models/ansible_collection_response_spec.rb +1 -1
  129. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  130. data/spec/models/ansible_collection_version_spec.rb +1 -1
  131. data/spec/models/ansible_repository_sync_url_spec.rb +1 -1
  132. data/spec/models/ansible_role_remote_response_spec.rb +1 -1
  133. data/spec/models/ansible_role_remote_spec.rb +1 -1
  134. data/spec/models/ansible_role_response_spec.rb +3 -3
  135. data/spec/models/ansible_role_spec.rb +1 -1
  136. data/spec/models/ansible_tag_response_spec.rb +1 -1
  137. data/spec/models/artifact_ref_response_spec.rb +1 -1
  138. data/spec/models/async_operation_response_spec.rb +1 -1
  139. data/spec/models/collection_import_detail_response_spec.rb +1 -1
  140. data/spec/models/collection_metadata_response_spec.rb +1 -1
  141. data/spec/models/collection_namespace_response_spec.rb +1 -1
  142. data/spec/models/collection_one_shot_spec.rb +1 -1
  143. data/spec/models/collection_ref_response_spec.rb +1 -1
  144. data/spec/models/collection_response_spec.rb +1 -1
  145. data/spec/models/collection_version_docs_response_spec.rb +1 -1
  146. data/spec/models/collection_version_response_spec.rb +1 -1
  147. data/spec/models/content_summary_response_spec.rb +1 -1
  148. data/spec/models/content_summary_spec.rb +1 -1
  149. data/spec/models/copy_spec.rb +1 -1
  150. data/spec/models/galaxy_collection_response_spec.rb +1 -1
  151. data/spec/models/galaxy_collection_spec.rb +1 -1
  152. data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
  153. data/spec/models/galaxy_role_response_spec.rb +1 -1
  154. data/spec/models/galaxy_role_version_response_spec.rb +1 -1
  155. data/spec/models/paginated_collection_response_list_links_spec.rb +1 -1
  156. data/spec/models/paginated_collection_response_list_meta_spec.rb +1 -1
  157. data/spec/models/paginated_collection_response_list_spec.rb +1 -1
  158. data/spec/models/paginated_collection_version_response_list_spec.rb +1 -1
  159. data/spec/models/paginated_galaxy_collection_response_list_spec.rb +1 -1
  160. data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +1 -1
  161. data/spec/models/paginated_galaxy_role_response_list_spec.rb +1 -1
  162. data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +1 -1
  163. data/spec/models/paginated_repository_version_response_list_spec.rb +1 -1
  164. data/spec/models/paginated_tag_response_list_spec.rb +1 -1
  165. data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +1 -1
  166. data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +1 -1
  167. data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +1 -1
  168. data/spec/models/paginatedansible_collection_response_list_spec.rb +1 -1
  169. data/spec/models/paginatedansible_collection_version_response_list_spec.rb +1 -1
  170. data/spec/models/paginatedansible_role_remote_response_list_spec.rb +1 -1
  171. data/spec/models/paginatedansible_role_response_list_spec.rb +1 -1
  172. data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
  173. data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
  174. data/spec/models/patchedansible_collection_remote_spec.rb +1 -1
  175. data/spec/models/patchedansible_role_remote_spec.rb +1 -1
  176. data/spec/models/policy_enum_spec.rb +1 -1
  177. data/spec/models/repo_metadata_response_spec.rb +1 -1
  178. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  179. data/spec/models/repository_version_response_spec.rb +1 -1
  180. data/spec/models/repository_version_spec.rb +1 -1
  181. data/spec/models/tag_response_spec.rb +1 -1
  182. data/spec/models/unpaginated_collection_version_response_spec.rb +1 -1
  183. data/spec/spec_helper.rb +1 -1
  184. metadata +68 -351
  185. data/build/lib/pulpcore/__init__.py +0 -2
  186. data/build/lib/pulpcore/client/__init__.py +0 -2
  187. data/build/lib/pulpcore/client/pulp_ansible/__init__.py +0 -115
  188. data/build/lib/pulpcore/client/pulp_ansible/api/__init__.py +0 -28
  189. data/build/lib/pulpcore/client/pulp_ansible/api/ansible_collections_api.py +0 -316
  190. data/build/lib/pulpcore/client/pulp_ansible/api/ansible_copy_api.py +0 -156
  191. data/build/lib/pulpcore/client/pulp_ansible/api/api_collections_api.py +0 -294
  192. data/build/lib/pulpcore/client/pulp_ansible/api/api_roles_api.py +0 -172
  193. data/build/lib/pulpcore/client/pulp_ansible/api/collection_import_api.py +0 -167
  194. data/build/lib/pulpcore/client/pulp_ansible/api/content_collection_versions_api.py +0 -455
  195. data/build/lib/pulpcore/client/pulp_ansible/api/content_roles_api.py +0 -440
  196. data/build/lib/pulpcore/client/pulp_ansible/api/distributions_ansible_api.py +0 -830
  197. data/build/lib/pulpcore/client/pulp_ansible/api/galaxy_detail_api.py +0 -162
  198. data/build/lib/pulpcore/client/pulp_ansible/api/pulp_ansible_api_api.py +0 -158
  199. data/build/lib/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_collections_api.py +0 -474
  200. data/build/lib/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v2_versions_api.py +0 -185
  201. data/build/lib/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v3_all_api.py +0 -301
  202. data/build/lib/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v3_collections_api.py +0 -185
  203. data/build/lib/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.py +0 -189
  204. data/build/lib/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v3_versions_api.py +0 -386
  205. data/build/lib/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_v3_api.py +0 -162
  206. data/build/lib/pulpcore/client/pulp_ansible/api/pulp_ansible_tags_api.py +0 -168
  207. data/build/lib/pulpcore/client/pulp_ansible/api/remotes_collection_api.py +0 -840
  208. data/build/lib/pulpcore/client/pulp_ansible/api/remotes_role_api.py +0 -840
  209. data/build/lib/pulpcore/client/pulp_ansible/api/repositories_ansible_api.py +0 -1063
  210. data/build/lib/pulpcore/client/pulp_ansible/api/repositories_ansible_versions_api.py +0 -614
  211. data/build/lib/pulpcore/client/pulp_ansible/api/versions_api.py +0 -301
  212. data/build/lib/pulpcore/client/pulp_ansible/api_client.py +0 -667
  213. data/build/lib/pulpcore/client/pulp_ansible/configuration.py +0 -427
  214. data/build/lib/pulpcore/client/pulp_ansible/exceptions.py +0 -121
  215. data/build/lib/pulpcore/client/pulp_ansible/models/__init__.py +0 -78
  216. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution.py +0 -260
  217. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution_response.py +0 -342
  218. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_ansible_repository.py +0 -259
  219. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_ansible_repository_response.py +0 -365
  220. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_collection_remote.py +0 -771
  221. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response.py +0 -718
  222. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_collection_response.py +0 -153
  223. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_collection_version.py +0 -639
  224. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_collection_version_response.py +0 -887
  225. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_repository_sync_url.py +0 -179
  226. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_role.py +0 -205
  227. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_role_remote.py +0 -657
  228. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_role_remote_response.py +0 -604
  229. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_role_response.py +0 -259
  230. data/build/lib/pulpcore/client/pulp_ansible/models/ansible_tag_response.py +0 -123
  231. data/build/lib/pulpcore/client/pulp_ansible/models/artifact_ref_response.py +0 -176
  232. data/build/lib/pulpcore/client/pulp_ansible/models/async_operation_response.py +0 -124
  233. data/build/lib/pulpcore/client/pulp_ansible/models/collection_import_detail_response.py +0 -311
  234. data/build/lib/pulpcore/client/pulp_ansible/models/collection_metadata_response.py +0 -356
  235. data/build/lib/pulpcore/client/pulp_ansible/models/collection_namespace_response.py +0 -122
  236. data/build/lib/pulpcore/client/pulp_ansible/models/collection_one_shot.py +0 -236
  237. data/build/lib/pulpcore/client/pulp_ansible/models/collection_ref_response.py +0 -175
  238. data/build/lib/pulpcore/client/pulp_ansible/models/collection_response.py +0 -303
  239. data/build/lib/pulpcore/client/pulp_ansible/models/collection_version_docs_response.py +0 -122
  240. data/build/lib/pulpcore/client/pulp_ansible/models/collection_version_response.py +0 -441
  241. data/build/lib/pulpcore/client/pulp_ansible/models/content_summary.py +0 -176
  242. data/build/lib/pulpcore/client/pulp_ansible/models/content_summary_response.py +0 -176
  243. data/build/lib/pulpcore/client/pulp_ansible/models/copy.py +0 -124
  244. data/build/lib/pulpcore/client/pulp_ansible/models/galaxy_collection.py +0 -203
  245. data/build/lib/pulpcore/client/pulp_ansible/models/galaxy_collection_response.py +0 -307
  246. data/build/lib/pulpcore/client/pulp_ansible/models/galaxy_collection_version_response.py +0 -253
  247. data/build/lib/pulpcore/client/pulp_ansible/models/galaxy_role_response.py +0 -175
  248. data/build/lib/pulpcore/client/pulp_ansible/models/galaxy_role_version_response.py +0 -148
  249. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_collection_response_list.py +0 -173
  250. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_links.py +0 -195
  251. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_meta.py +0 -121
  252. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_collection_version_response_list.py +0 -173
  253. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_galaxy_collection_response_list.py +0 -197
  254. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_galaxy_collection_version_response_list.py +0 -197
  255. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_response_list.py +0 -197
  256. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_version_response_list.py +0 -197
  257. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_repository_version_response_list.py +0 -197
  258. data/build/lib/pulpcore/client/pulp_ansible/models/paginated_tag_response_list.py +0 -197
  259. data/build/lib/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_distribution_response_list.py +0 -197
  260. data/build/lib/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_repository_response_list.py +0 -197
  261. data/build/lib/pulpcore/client/pulp_ansible/models/paginatedansible_collection_remote_response_list.py +0 -197
  262. data/build/lib/pulpcore/client/pulp_ansible/models/paginatedansible_collection_response_list.py +0 -197
  263. data/build/lib/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_response_list.py +0 -197
  264. data/build/lib/pulpcore/client/pulp_ansible/models/paginatedansible_role_remote_response_list.py +0 -197
  265. data/build/lib/pulpcore/client/pulp_ansible/models/paginatedansible_role_response_list.py +0 -197
  266. data/build/lib/pulpcore/client/pulp_ansible/models/patchedansible_ansible_distribution.py +0 -258
  267. data/build/lib/pulpcore/client/pulp_ansible/models/patchedansible_ansible_repository.py +0 -258
  268. data/build/lib/pulpcore/client/pulp_ansible/models/patchedansible_collection_remote.py +0 -769
  269. data/build/lib/pulpcore/client/pulp_ansible/models/patchedansible_role_remote.py +0 -655
  270. data/build/lib/pulpcore/client/pulp_ansible/models/policy_enum.py +0 -101
  271. data/build/lib/pulpcore/client/pulp_ansible/models/repo_metadata_response.py +0 -122
  272. data/build/lib/pulpcore/client/pulp_ansible/models/repository_add_remove_content.py +0 -179
  273. data/build/lib/pulpcore/client/pulp_ansible/models/repository_version.py +0 -123
  274. data/build/lib/pulpcore/client/pulp_ansible/models/repository_version_response.py +0 -257
  275. data/build/lib/pulpcore/client/pulp_ansible/models/tag_response.py +0 -121
  276. data/build/lib/pulpcore/client/pulp_ansible/models/unpaginated_collection_version_response.py +0 -385
  277. data/build/lib/pulpcore/client/pulp_ansible/rest.py +0 -292
  278. data/dist/pulp_ansible-client-0.8.0.tar.gz +0 -0
  279. data/dist/pulp_ansible_client-0.8.0-py3-none-any.whl +0 -0
  280. data/pulp_ansible_client.egg-info/PKG-INFO +0 -15
  281. data/pulp_ansible_client.egg-info/SOURCES.txt +0 -185
  282. data/pulp_ansible_client.egg-info/dependency_links.txt +0 -1
  283. data/pulp_ansible_client.egg-info/requires.txt +0 -4
  284. data/pulp_ansible_client.egg-info/top_level.txt +0 -1
  285. data/pulpcore/__init__.py +0 -2
  286. data/pulpcore/client/__init__.py +0 -2
  287. data/pulpcore/client/pulp_ansible/__init__.py +0 -115
  288. data/pulpcore/client/pulp_ansible/api/__init__.py +0 -28
  289. data/pulpcore/client/pulp_ansible/api/ansible_collections_api.py +0 -316
  290. data/pulpcore/client/pulp_ansible/api/ansible_copy_api.py +0 -156
  291. data/pulpcore/client/pulp_ansible/api/api_collections_api.py +0 -294
  292. data/pulpcore/client/pulp_ansible/api/api_roles_api.py +0 -172
  293. data/pulpcore/client/pulp_ansible/api/collection_import_api.py +0 -167
  294. data/pulpcore/client/pulp_ansible/api/content_collection_versions_api.py +0 -455
  295. data/pulpcore/client/pulp_ansible/api/content_roles_api.py +0 -440
  296. data/pulpcore/client/pulp_ansible/api/distributions_ansible_api.py +0 -830
  297. data/pulpcore/client/pulp_ansible/api/galaxy_detail_api.py +0 -162
  298. data/pulpcore/client/pulp_ansible/api/pulp_ansible_api_api.py +0 -158
  299. data/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_collections_api.py +0 -474
  300. data/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v2_versions_api.py +0 -185
  301. data/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v3_all_api.py +0 -301
  302. data/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v3_collections_api.py +0 -185
  303. data/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.py +0 -189
  304. data/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_api_v3_versions_api.py +0 -386
  305. data/pulpcore/client/pulp_ansible/api/pulp_ansible_galaxy_v3_api.py +0 -162
  306. data/pulpcore/client/pulp_ansible/api/pulp_ansible_tags_api.py +0 -168
  307. data/pulpcore/client/pulp_ansible/api/remotes_collection_api.py +0 -840
  308. data/pulpcore/client/pulp_ansible/api/remotes_role_api.py +0 -840
  309. data/pulpcore/client/pulp_ansible/api/repositories_ansible_api.py +0 -1063
  310. data/pulpcore/client/pulp_ansible/api/repositories_ansible_versions_api.py +0 -614
  311. data/pulpcore/client/pulp_ansible/api/versions_api.py +0 -301
  312. data/pulpcore/client/pulp_ansible/api_client.py +0 -667
  313. data/pulpcore/client/pulp_ansible/configuration.py +0 -427
  314. data/pulpcore/client/pulp_ansible/exceptions.py +0 -121
  315. data/pulpcore/client/pulp_ansible/models/__init__.py +0 -78
  316. data/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution.py +0 -260
  317. data/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution_response.py +0 -342
  318. data/pulpcore/client/pulp_ansible/models/ansible_ansible_repository.py +0 -259
  319. data/pulpcore/client/pulp_ansible/models/ansible_ansible_repository_response.py +0 -365
  320. data/pulpcore/client/pulp_ansible/models/ansible_collection_remote.py +0 -771
  321. data/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response.py +0 -718
  322. data/pulpcore/client/pulp_ansible/models/ansible_collection_response.py +0 -153
  323. data/pulpcore/client/pulp_ansible/models/ansible_collection_version.py +0 -639
  324. data/pulpcore/client/pulp_ansible/models/ansible_collection_version_response.py +0 -887
  325. data/pulpcore/client/pulp_ansible/models/ansible_repository_sync_url.py +0 -179
  326. data/pulpcore/client/pulp_ansible/models/ansible_role.py +0 -205
  327. data/pulpcore/client/pulp_ansible/models/ansible_role_remote.py +0 -657
  328. data/pulpcore/client/pulp_ansible/models/ansible_role_remote_response.py +0 -604
  329. data/pulpcore/client/pulp_ansible/models/ansible_role_response.py +0 -259
  330. data/pulpcore/client/pulp_ansible/models/ansible_tag_response.py +0 -123
  331. data/pulpcore/client/pulp_ansible/models/artifact_ref_response.py +0 -176
  332. data/pulpcore/client/pulp_ansible/models/async_operation_response.py +0 -124
  333. data/pulpcore/client/pulp_ansible/models/collection_import_detail_response.py +0 -311
  334. data/pulpcore/client/pulp_ansible/models/collection_metadata_response.py +0 -356
  335. data/pulpcore/client/pulp_ansible/models/collection_namespace_response.py +0 -122
  336. data/pulpcore/client/pulp_ansible/models/collection_one_shot.py +0 -236
  337. data/pulpcore/client/pulp_ansible/models/collection_ref_response.py +0 -175
  338. data/pulpcore/client/pulp_ansible/models/collection_response.py +0 -303
  339. data/pulpcore/client/pulp_ansible/models/collection_version_docs_response.py +0 -122
  340. data/pulpcore/client/pulp_ansible/models/collection_version_response.py +0 -441
  341. data/pulpcore/client/pulp_ansible/models/content_summary.py +0 -176
  342. data/pulpcore/client/pulp_ansible/models/content_summary_response.py +0 -176
  343. data/pulpcore/client/pulp_ansible/models/copy.py +0 -124
  344. data/pulpcore/client/pulp_ansible/models/galaxy_collection.py +0 -203
  345. data/pulpcore/client/pulp_ansible/models/galaxy_collection_response.py +0 -307
  346. data/pulpcore/client/pulp_ansible/models/galaxy_collection_version_response.py +0 -253
  347. data/pulpcore/client/pulp_ansible/models/galaxy_role_response.py +0 -175
  348. data/pulpcore/client/pulp_ansible/models/galaxy_role_version_response.py +0 -148
  349. data/pulpcore/client/pulp_ansible/models/paginated_collection_response_list.py +0 -173
  350. data/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_links.py +0 -195
  351. data/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_meta.py +0 -121
  352. data/pulpcore/client/pulp_ansible/models/paginated_collection_version_response_list.py +0 -173
  353. data/pulpcore/client/pulp_ansible/models/paginated_galaxy_collection_response_list.py +0 -197
  354. data/pulpcore/client/pulp_ansible/models/paginated_galaxy_collection_version_response_list.py +0 -197
  355. data/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_response_list.py +0 -197
  356. data/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_version_response_list.py +0 -197
  357. data/pulpcore/client/pulp_ansible/models/paginated_repository_version_response_list.py +0 -197
  358. data/pulpcore/client/pulp_ansible/models/paginated_tag_response_list.py +0 -197
  359. data/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_distribution_response_list.py +0 -197
  360. data/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_repository_response_list.py +0 -197
  361. data/pulpcore/client/pulp_ansible/models/paginatedansible_collection_remote_response_list.py +0 -197
  362. data/pulpcore/client/pulp_ansible/models/paginatedansible_collection_response_list.py +0 -197
  363. data/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_response_list.py +0 -197
  364. data/pulpcore/client/pulp_ansible/models/paginatedansible_role_remote_response_list.py +0 -197
  365. data/pulpcore/client/pulp_ansible/models/paginatedansible_role_response_list.py +0 -197
  366. data/pulpcore/client/pulp_ansible/models/patchedansible_ansible_distribution.py +0 -258
  367. data/pulpcore/client/pulp_ansible/models/patchedansible_ansible_repository.py +0 -258
  368. data/pulpcore/client/pulp_ansible/models/patchedansible_collection_remote.py +0 -769
  369. data/pulpcore/client/pulp_ansible/models/patchedansible_role_remote.py +0 -655
  370. data/pulpcore/client/pulp_ansible/models/policy_enum.py +0 -101
  371. data/pulpcore/client/pulp_ansible/models/repo_metadata_response.py +0 -122
  372. data/pulpcore/client/pulp_ansible/models/repository_add_remove_content.py +0 -179
  373. data/pulpcore/client/pulp_ansible/models/repository_version.py +0 -123
  374. data/pulpcore/client/pulp_ansible/models/repository_version_response.py +0 -257
  375. data/pulpcore/client/pulp_ansible/models/tag_response.py +0 -121
  376. data/pulpcore/client/pulp_ansible/models/unpaginated_collection_version_response.py +0 -385
  377. data/pulpcore/client/pulp_ansible/rest.py +0 -292
  378. data/requirements.txt +0 -6
  379. data/setup.cfg +0 -2
  380. data/setup.py +0 -42
  381. data/test-requirements.txt +0 -3
  382. data/test/__init__.py +0 -0
  383. data/test/test_ansible_ansible_distribution.py +0 -60
  384. data/test/test_ansible_ansible_distribution_response.py +0 -63
  385. data/test/test_ansible_ansible_repository.py +0 -59
  386. data/test/test_ansible_ansible_repository_response.py +0 -63
  387. data/test/test_ansible_collection_remote.py +0 -80
  388. data/test/test_ansible_collection_remote_response.py +0 -78
  389. data/test/test_ansible_collection_response.py +0 -56
  390. data/test/test_ansible_collection_version.py +0 -99
  391. data/test/test_ansible_collection_version_response.py +0 -111
  392. data/test/test_ansible_collections_api.py +0 -48
  393. data/test/test_ansible_copy_api.py +0 -41
  394. data/test/test_ansible_repository_sync_url.py +0 -55
  395. data/test/test_ansible_role.py +0 -60
  396. data/test/test_ansible_role_remote.py +0 -76
  397. data/test/test_ansible_role_remote_response.py +0 -74
  398. data/test/test_ansible_role_response.py +0 -62
  399. data/test/test_ansible_tag_response.py +0 -53
  400. data/test/test_api_collections_api.py +0 -46
  401. data/test/test_api_roles_api.py +0 -40
  402. data/test/test_artifact_ref_response.py +0 -58
  403. data/test/test_async_operation_response.py +0 -54
  404. data/test/test_collection_import_api.py +0 -41
  405. data/test/test_collection_import_detail_response.py +0 -68
  406. data/test/test_collection_metadata_response.py +0 -71
  407. data/test/test_collection_namespace_response.py +0 -54
  408. data/test/test_collection_one_shot.py +0 -58
  409. data/test/test_collection_ref_response.py +0 -57
  410. data/test/test_collection_response.py +0 -60
  411. data/test/test_collection_version_docs_response.py +0 -54
  412. data/test/test_collection_version_response.py +0 -67
  413. data/test/test_content_collection_versions_api.py +0 -55
  414. data/test/test_content_roles_api.py +0 -55
  415. data/test/test_content_summary.py +0 -70
  416. data/test/test_content_summary_response.py +0 -70
  417. data/test/test_copy.py +0 -54
  418. data/test/test_distributions_ansible_api.py +0 -76
  419. data/test/test_galaxy_collection.py +0 -60
  420. data/test/test_galaxy_collection_response.py +0 -64
  421. data/test/test_galaxy_collection_version_response.py +0 -92
  422. data/test/test_galaxy_detail_api.py +0 -40
  423. data/test/test_galaxy_role_response.py +0 -57
  424. data/test/test_galaxy_role_version_response.py +0 -55
  425. data/test/test_paginated_collection_response_list.py +0 -70
  426. data/test/test_paginated_collection_response_list_links.py +0 -56
  427. data/test/test_paginated_collection_response_list_meta.py +0 -53
  428. data/test/test_paginated_collection_version_response_list.py +0 -75
  429. data/test/test_paginated_galaxy_collection_response_list.py +0 -66
  430. data/test/test_paginated_galaxy_collection_version_response_list.py +0 -80
  431. data/test/test_paginated_galaxy_role_response_list.py +0 -61
  432. data/test/test_paginated_galaxy_role_version_response_list.py +0 -60
  433. data/test/test_paginated_repository_version_response_list.py +0 -64
  434. data/test/test_paginated_tag_response_list.py +0 -59
  435. data/test/test_paginatedansible_ansible_distribution_response_list.py +0 -67
  436. data/test/test_paginatedansible_ansible_repository_response_list.py +0 -68
  437. data/test/test_paginatedansible_collection_remote_response_list.py +0 -82
  438. data/test/test_paginatedansible_collection_response_list.py +0 -60
  439. data/test/test_paginatedansible_collection_version_response_list.py +0 -94
  440. data/test/test_paginatedansible_role_remote_response_list.py +0 -78
  441. data/test/test_paginatedansible_role_response_list.py +0 -64
  442. data/test/test_patchedansible_ansible_distribution.py +0 -58
  443. data/test/test_patchedansible_ansible_repository.py +0 -58
  444. data/test/test_patchedansible_collection_remote.py +0 -78
  445. data/test/test_patchedansible_role_remote.py +0 -74
  446. data/test/test_policy_enum.py +0 -52
  447. data/test/test_pulp_ansible_api_api.py +0 -40
  448. data/test/test_pulp_ansible_galaxy_api_collections_api.py +0 -52
  449. data/test/test_pulp_ansible_galaxy_api_v2_versions_api.py +0 -40
  450. data/test/test_pulp_ansible_galaxy_api_v3_all_api.py +0 -46
  451. data/test/test_pulp_ansible_galaxy_api_v3_collections_api.py +0 -41
  452. data/test/test_pulp_ansible_galaxy_api_v3_collections_docs_blob_api.py +0 -40
  453. data/test/test_pulp_ansible_galaxy_api_v3_versions_api.py +0 -46
  454. data/test/test_pulp_ansible_galaxy_v3_api.py +0 -40
  455. data/test/test_pulp_ansible_tags_api.py +0 -41
  456. data/test/test_remotes_collection_api.py +0 -76
  457. data/test/test_remotes_role_api.py +0 -76
  458. data/test/test_repo_metadata_response.py +0 -54
  459. data/test/test_repositories_ansible_api.py +0 -89
  460. data/test/test_repositories_ansible_versions_api.py +0 -61
  461. data/test/test_repository_add_remove_content.py +0 -59
  462. data/test/test_repository_version.py +0 -53
  463. data/test/test_repository_version_response.py +0 -58
  464. data/test/test_tag_response.py +0 -53
  465. data/test/test_unpaginated_collection_version_response.py +0 -65
  466. data/test/test_versions_api.py +0 -46
  467. data/tox.ini +0 -9
@@ -1,78 +0,0 @@
1
- # coding: utf-8
2
-
3
- # flake8: noqa
4
- """
5
- Pulp 3 API
6
-
7
- Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
8
-
9
- The version of the OpenAPI document: v3
10
- Contact: pulp-list@redhat.com
11
- Generated by: https://openapi-generator.tech
12
- """
13
-
14
-
15
- from __future__ import absolute_import
16
-
17
- # import models into model package
18
- from pulpcore.client.pulp_ansible.models.ansible_ansible_distribution import AnsibleAnsibleDistribution
19
- from pulpcore.client.pulp_ansible.models.ansible_ansible_distribution_response import AnsibleAnsibleDistributionResponse
20
- from pulpcore.client.pulp_ansible.models.ansible_ansible_repository import AnsibleAnsibleRepository
21
- from pulpcore.client.pulp_ansible.models.ansible_ansible_repository_response import AnsibleAnsibleRepositoryResponse
22
- from pulpcore.client.pulp_ansible.models.ansible_collection_remote import AnsibleCollectionRemote
23
- from pulpcore.client.pulp_ansible.models.ansible_collection_remote_response import AnsibleCollectionRemoteResponse
24
- from pulpcore.client.pulp_ansible.models.ansible_collection_response import AnsibleCollectionResponse
25
- from pulpcore.client.pulp_ansible.models.ansible_collection_version import AnsibleCollectionVersion
26
- from pulpcore.client.pulp_ansible.models.ansible_collection_version_response import AnsibleCollectionVersionResponse
27
- from pulpcore.client.pulp_ansible.models.ansible_repository_sync_url import AnsibleRepositorySyncURL
28
- from pulpcore.client.pulp_ansible.models.ansible_role import AnsibleRole
29
- from pulpcore.client.pulp_ansible.models.ansible_role_remote import AnsibleRoleRemote
30
- from pulpcore.client.pulp_ansible.models.ansible_role_remote_response import AnsibleRoleRemoteResponse
31
- from pulpcore.client.pulp_ansible.models.ansible_role_response import AnsibleRoleResponse
32
- from pulpcore.client.pulp_ansible.models.ansible_tag_response import AnsibleTagResponse
33
- from pulpcore.client.pulp_ansible.models.artifact_ref_response import ArtifactRefResponse
34
- from pulpcore.client.pulp_ansible.models.async_operation_response import AsyncOperationResponse
35
- from pulpcore.client.pulp_ansible.models.collection_import_detail_response import CollectionImportDetailResponse
36
- from pulpcore.client.pulp_ansible.models.collection_metadata_response import CollectionMetadataResponse
37
- from pulpcore.client.pulp_ansible.models.collection_namespace_response import CollectionNamespaceResponse
38
- from pulpcore.client.pulp_ansible.models.collection_one_shot import CollectionOneShot
39
- from pulpcore.client.pulp_ansible.models.collection_ref_response import CollectionRefResponse
40
- from pulpcore.client.pulp_ansible.models.collection_response import CollectionResponse
41
- from pulpcore.client.pulp_ansible.models.collection_version_docs_response import CollectionVersionDocsResponse
42
- from pulpcore.client.pulp_ansible.models.collection_version_response import CollectionVersionResponse
43
- from pulpcore.client.pulp_ansible.models.content_summary import ContentSummary
44
- from pulpcore.client.pulp_ansible.models.content_summary_response import ContentSummaryResponse
45
- from pulpcore.client.pulp_ansible.models.copy import Copy
46
- from pulpcore.client.pulp_ansible.models.galaxy_collection import GalaxyCollection
47
- from pulpcore.client.pulp_ansible.models.galaxy_collection_response import GalaxyCollectionResponse
48
- from pulpcore.client.pulp_ansible.models.galaxy_collection_version_response import GalaxyCollectionVersionResponse
49
- from pulpcore.client.pulp_ansible.models.galaxy_role_response import GalaxyRoleResponse
50
- from pulpcore.client.pulp_ansible.models.galaxy_role_version_response import GalaxyRoleVersionResponse
51
- from pulpcore.client.pulp_ansible.models.paginated_collection_response_list import PaginatedCollectionResponseList
52
- from pulpcore.client.pulp_ansible.models.paginated_collection_response_list_links import PaginatedCollectionResponseListLinks
53
- from pulpcore.client.pulp_ansible.models.paginated_collection_response_list_meta import PaginatedCollectionResponseListMeta
54
- from pulpcore.client.pulp_ansible.models.paginated_collection_version_response_list import PaginatedCollectionVersionResponseList
55
- from pulpcore.client.pulp_ansible.models.paginated_galaxy_collection_response_list import PaginatedGalaxyCollectionResponseList
56
- from pulpcore.client.pulp_ansible.models.paginated_galaxy_collection_version_response_list import PaginatedGalaxyCollectionVersionResponseList
57
- from pulpcore.client.pulp_ansible.models.paginated_galaxy_role_response_list import PaginatedGalaxyRoleResponseList
58
- from pulpcore.client.pulp_ansible.models.paginated_galaxy_role_version_response_list import PaginatedGalaxyRoleVersionResponseList
59
- from pulpcore.client.pulp_ansible.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
60
- from pulpcore.client.pulp_ansible.models.paginated_tag_response_list import PaginatedTagResponseList
61
- from pulpcore.client.pulp_ansible.models.paginatedansible_ansible_distribution_response_list import PaginatedansibleAnsibleDistributionResponseList
62
- from pulpcore.client.pulp_ansible.models.paginatedansible_ansible_repository_response_list import PaginatedansibleAnsibleRepositoryResponseList
63
- from pulpcore.client.pulp_ansible.models.paginatedansible_collection_remote_response_list import PaginatedansibleCollectionRemoteResponseList
64
- from pulpcore.client.pulp_ansible.models.paginatedansible_collection_response_list import PaginatedansibleCollectionResponseList
65
- from pulpcore.client.pulp_ansible.models.paginatedansible_collection_version_response_list import PaginatedansibleCollectionVersionResponseList
66
- from pulpcore.client.pulp_ansible.models.paginatedansible_role_remote_response_list import PaginatedansibleRoleRemoteResponseList
67
- from pulpcore.client.pulp_ansible.models.paginatedansible_role_response_list import PaginatedansibleRoleResponseList
68
- from pulpcore.client.pulp_ansible.models.patchedansible_ansible_distribution import PatchedansibleAnsibleDistribution
69
- from pulpcore.client.pulp_ansible.models.patchedansible_ansible_repository import PatchedansibleAnsibleRepository
70
- from pulpcore.client.pulp_ansible.models.patchedansible_collection_remote import PatchedansibleCollectionRemote
71
- from pulpcore.client.pulp_ansible.models.patchedansible_role_remote import PatchedansibleRoleRemote
72
- from pulpcore.client.pulp_ansible.models.policy_enum import PolicyEnum
73
- from pulpcore.client.pulp_ansible.models.repo_metadata_response import RepoMetadataResponse
74
- from pulpcore.client.pulp_ansible.models.repository_add_remove_content import RepositoryAddRemoveContent
75
- from pulpcore.client.pulp_ansible.models.repository_version import RepositoryVersion
76
- from pulpcore.client.pulp_ansible.models.repository_version_response import RepositoryVersionResponse
77
- from pulpcore.client.pulp_ansible.models.tag_response import TagResponse
78
- from pulpcore.client.pulp_ansible.models.unpaginated_collection_version_response import UnpaginatedCollectionVersionResponse
@@ -1,260 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Pulp 3 API
5
-
6
- Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
7
-
8
- The version of the OpenAPI document: v3
9
- Contact: pulp-list@redhat.com
10
- Generated by: https://openapi-generator.tech
11
- """
12
-
13
-
14
- import pprint
15
- import re # noqa: F401
16
-
17
- import six
18
-
19
- from pulpcore.client.pulp_ansible.configuration import Configuration
20
-
21
-
22
- class AnsibleAnsibleDistribution(object):
23
- """NOTE: This class is auto generated by OpenAPI Generator.
24
- Ref: https://openapi-generator.tech
25
-
26
- Do not edit the class manually.
27
- """
28
-
29
- """
30
- Attributes:
31
- openapi_types (dict): The key is attribute name
32
- and the value is attribute type.
33
- attribute_map (dict): The key is attribute name
34
- and the value is json key in definition.
35
- """
36
- openapi_types = {
37
- 'base_path': 'str',
38
- 'content_guard': 'str',
39
- 'name': 'str',
40
- 'repository': 'str',
41
- 'repository_version': 'str',
42
- 'pulp_labels': 'object'
43
- }
44
-
45
- attribute_map = {
46
- 'base_path': 'base_path',
47
- 'content_guard': 'content_guard',
48
- 'name': 'name',
49
- 'repository': 'repository',
50
- 'repository_version': 'repository_version',
51
- 'pulp_labels': 'pulp_labels'
52
- }
53
-
54
- def __init__(self, base_path=None, content_guard=None, name=None, repository=None, repository_version=None, pulp_labels=None, local_vars_configuration=None): # noqa: E501
55
- """AnsibleAnsibleDistribution - a model defined in OpenAPI""" # noqa: E501
56
- if local_vars_configuration is None:
57
- local_vars_configuration = Configuration()
58
- self.local_vars_configuration = local_vars_configuration
59
-
60
- self._base_path = None
61
- self._content_guard = None
62
- self._name = None
63
- self._repository = None
64
- self._repository_version = None
65
- self._pulp_labels = None
66
- self.discriminator = None
67
-
68
- self.base_path = base_path
69
- self.content_guard = content_guard
70
- self.name = name
71
- self.repository = repository
72
- self.repository_version = repository_version
73
- if pulp_labels is not None:
74
- self.pulp_labels = pulp_labels
75
-
76
- @property
77
- def base_path(self):
78
- """Gets the base_path of this AnsibleAnsibleDistribution. # noqa: E501
79
-
80
- The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") # noqa: E501
81
-
82
- :return: The base_path of this AnsibleAnsibleDistribution. # noqa: E501
83
- :rtype: str
84
- """
85
- return self._base_path
86
-
87
- @base_path.setter
88
- def base_path(self, base_path):
89
- """Sets the base_path of this AnsibleAnsibleDistribution.
90
-
91
- The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") # noqa: E501
92
-
93
- :param base_path: The base_path of this AnsibleAnsibleDistribution. # noqa: E501
94
- :type: str
95
- """
96
- if self.local_vars_configuration.client_side_validation and base_path is None: # noqa: E501
97
- raise ValueError("Invalid value for `base_path`, must not be `None`") # noqa: E501
98
-
99
- self._base_path = base_path
100
-
101
- @property
102
- def content_guard(self):
103
- """Gets the content_guard of this AnsibleAnsibleDistribution. # noqa: E501
104
-
105
- An optional content-guard. # noqa: E501
106
-
107
- :return: The content_guard of this AnsibleAnsibleDistribution. # noqa: E501
108
- :rtype: str
109
- """
110
- return self._content_guard
111
-
112
- @content_guard.setter
113
- def content_guard(self, content_guard):
114
- """Sets the content_guard of this AnsibleAnsibleDistribution.
115
-
116
- An optional content-guard. # noqa: E501
117
-
118
- :param content_guard: The content_guard of this AnsibleAnsibleDistribution. # noqa: E501
119
- :type: str
120
- """
121
-
122
- self._content_guard = content_guard
123
-
124
- @property
125
- def name(self):
126
- """Gets the name of this AnsibleAnsibleDistribution. # noqa: E501
127
-
128
- A unique name. Ex, `rawhide` and `stable`. # noqa: E501
129
-
130
- :return: The name of this AnsibleAnsibleDistribution. # noqa: E501
131
- :rtype: str
132
- """
133
- return self._name
134
-
135
- @name.setter
136
- def name(self, name):
137
- """Sets the name of this AnsibleAnsibleDistribution.
138
-
139
- A unique name. Ex, `rawhide` and `stable`. # noqa: E501
140
-
141
- :param name: The name of this AnsibleAnsibleDistribution. # noqa: E501
142
- :type: str
143
- """
144
- if self.local_vars_configuration.client_side_validation and name is None: # noqa: E501
145
- raise ValueError("Invalid value for `name`, must not be `None`") # noqa: E501
146
-
147
- self._name = name
148
-
149
- @property
150
- def repository(self):
151
- """Gets the repository of this AnsibleAnsibleDistribution. # noqa: E501
152
-
153
- The latest RepositoryVersion for this Repository will be served. # noqa: E501
154
-
155
- :return: The repository of this AnsibleAnsibleDistribution. # noqa: E501
156
- :rtype: str
157
- """
158
- return self._repository
159
-
160
- @repository.setter
161
- def repository(self, repository):
162
- """Sets the repository of this AnsibleAnsibleDistribution.
163
-
164
- The latest RepositoryVersion for this Repository will be served. # noqa: E501
165
-
166
- :param repository: The repository of this AnsibleAnsibleDistribution. # noqa: E501
167
- :type: str
168
- """
169
-
170
- self._repository = repository
171
-
172
- @property
173
- def repository_version(self):
174
- """Gets the repository_version of this AnsibleAnsibleDistribution. # noqa: E501
175
-
176
- RepositoryVersion to be served # noqa: E501
177
-
178
- :return: The repository_version of this AnsibleAnsibleDistribution. # noqa: E501
179
- :rtype: str
180
- """
181
- return self._repository_version
182
-
183
- @repository_version.setter
184
- def repository_version(self, repository_version):
185
- """Sets the repository_version of this AnsibleAnsibleDistribution.
186
-
187
- RepositoryVersion to be served # noqa: E501
188
-
189
- :param repository_version: The repository_version of this AnsibleAnsibleDistribution. # noqa: E501
190
- :type: str
191
- """
192
-
193
- self._repository_version = repository_version
194
-
195
- @property
196
- def pulp_labels(self):
197
- """Gets the pulp_labels of this AnsibleAnsibleDistribution. # noqa: E501
198
-
199
-
200
- :return: The pulp_labels of this AnsibleAnsibleDistribution. # noqa: E501
201
- :rtype: object
202
- """
203
- return self._pulp_labels
204
-
205
- @pulp_labels.setter
206
- def pulp_labels(self, pulp_labels):
207
- """Sets the pulp_labels of this AnsibleAnsibleDistribution.
208
-
209
-
210
- :param pulp_labels: The pulp_labels of this AnsibleAnsibleDistribution. # noqa: E501
211
- :type: object
212
- """
213
-
214
- self._pulp_labels = pulp_labels
215
-
216
- def to_dict(self):
217
- """Returns the model properties as a dict"""
218
- result = {}
219
-
220
- for attr, _ in six.iteritems(self.openapi_types):
221
- value = getattr(self, attr)
222
- if isinstance(value, list):
223
- result[attr] = list(map(
224
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
225
- value
226
- ))
227
- elif hasattr(value, "to_dict"):
228
- result[attr] = value.to_dict()
229
- elif isinstance(value, dict):
230
- result[attr] = dict(map(
231
- lambda item: (item[0], item[1].to_dict())
232
- if hasattr(item[1], "to_dict") else item,
233
- value.items()
234
- ))
235
- else:
236
- result[attr] = value
237
-
238
- return result
239
-
240
- def to_str(self):
241
- """Returns the string representation of the model"""
242
- return pprint.pformat(self.to_dict())
243
-
244
- def __repr__(self):
245
- """For `print` and `pprint`"""
246
- return self.to_str()
247
-
248
- def __eq__(self, other):
249
- """Returns true if both objects are equal"""
250
- if not isinstance(other, AnsibleAnsibleDistribution):
251
- return False
252
-
253
- return self.to_dict() == other.to_dict()
254
-
255
- def __ne__(self, other):
256
- """Returns true if both objects are not equal"""
257
- if not isinstance(other, AnsibleAnsibleDistribution):
258
- return True
259
-
260
- return self.to_dict() != other.to_dict()
@@ -1,342 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Pulp 3 API
5
-
6
- Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
7
-
8
- The version of the OpenAPI document: v3
9
- Contact: pulp-list@redhat.com
10
- Generated by: https://openapi-generator.tech
11
- """
12
-
13
-
14
- import pprint
15
- import re # noqa: F401
16
-
17
- import six
18
-
19
- from pulpcore.client.pulp_ansible.configuration import Configuration
20
-
21
-
22
- class AnsibleAnsibleDistributionResponse(object):
23
- """NOTE: This class is auto generated by OpenAPI Generator.
24
- Ref: https://openapi-generator.tech
25
-
26
- Do not edit the class manually.
27
- """
28
-
29
- """
30
- Attributes:
31
- openapi_types (dict): The key is attribute name
32
- and the value is attribute type.
33
- attribute_map (dict): The key is attribute name
34
- and the value is json key in definition.
35
- """
36
- openapi_types = {
37
- 'pulp_href': 'str',
38
- 'pulp_created': 'datetime',
39
- 'base_path': 'str',
40
- 'content_guard': 'str',
41
- 'name': 'str',
42
- 'repository': 'str',
43
- 'repository_version': 'str',
44
- 'client_url': 'str',
45
- 'pulp_labels': 'object'
46
- }
47
-
48
- attribute_map = {
49
- 'pulp_href': 'pulp_href',
50
- 'pulp_created': 'pulp_created',
51
- 'base_path': 'base_path',
52
- 'content_guard': 'content_guard',
53
- 'name': 'name',
54
- 'repository': 'repository',
55
- 'repository_version': 'repository_version',
56
- 'client_url': 'client_url',
57
- 'pulp_labels': 'pulp_labels'
58
- }
59
-
60
- def __init__(self, pulp_href=None, pulp_created=None, base_path=None, content_guard=None, name=None, repository=None, repository_version=None, client_url=None, pulp_labels=None, local_vars_configuration=None): # noqa: E501
61
- """AnsibleAnsibleDistributionResponse - a model defined in OpenAPI""" # noqa: E501
62
- if local_vars_configuration is None:
63
- local_vars_configuration = Configuration()
64
- self.local_vars_configuration = local_vars_configuration
65
-
66
- self._pulp_href = None
67
- self._pulp_created = None
68
- self._base_path = None
69
- self._content_guard = None
70
- self._name = None
71
- self._repository = None
72
- self._repository_version = None
73
- self._client_url = None
74
- self._pulp_labels = None
75
- self.discriminator = None
76
-
77
- if pulp_href is not None:
78
- self.pulp_href = pulp_href
79
- if pulp_created is not None:
80
- self.pulp_created = pulp_created
81
- self.base_path = base_path
82
- self.content_guard = content_guard
83
- self.name = name
84
- self.repository = repository
85
- self.repository_version = repository_version
86
- if client_url is not None:
87
- self.client_url = client_url
88
- if pulp_labels is not None:
89
- self.pulp_labels = pulp_labels
90
-
91
- @property
92
- def pulp_href(self):
93
- """Gets the pulp_href of this AnsibleAnsibleDistributionResponse. # noqa: E501
94
-
95
-
96
- :return: The pulp_href of this AnsibleAnsibleDistributionResponse. # noqa: E501
97
- :rtype: str
98
- """
99
- return self._pulp_href
100
-
101
- @pulp_href.setter
102
- def pulp_href(self, pulp_href):
103
- """Sets the pulp_href of this AnsibleAnsibleDistributionResponse.
104
-
105
-
106
- :param pulp_href: The pulp_href of this AnsibleAnsibleDistributionResponse. # noqa: E501
107
- :type: str
108
- """
109
-
110
- self._pulp_href = pulp_href
111
-
112
- @property
113
- def pulp_created(self):
114
- """Gets the pulp_created of this AnsibleAnsibleDistributionResponse. # noqa: E501
115
-
116
- Timestamp of creation. # noqa: E501
117
-
118
- :return: The pulp_created of this AnsibleAnsibleDistributionResponse. # noqa: E501
119
- :rtype: datetime
120
- """
121
- return self._pulp_created
122
-
123
- @pulp_created.setter
124
- def pulp_created(self, pulp_created):
125
- """Sets the pulp_created of this AnsibleAnsibleDistributionResponse.
126
-
127
- Timestamp of creation. # noqa: E501
128
-
129
- :param pulp_created: The pulp_created of this AnsibleAnsibleDistributionResponse. # noqa: E501
130
- :type: datetime
131
- """
132
-
133
- self._pulp_created = pulp_created
134
-
135
- @property
136
- def base_path(self):
137
- """Gets the base_path of this AnsibleAnsibleDistributionResponse. # noqa: E501
138
-
139
- The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") # noqa: E501
140
-
141
- :return: The base_path of this AnsibleAnsibleDistributionResponse. # noqa: E501
142
- :rtype: str
143
- """
144
- return self._base_path
145
-
146
- @base_path.setter
147
- def base_path(self, base_path):
148
- """Sets the base_path of this AnsibleAnsibleDistributionResponse.
149
-
150
- The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") # noqa: E501
151
-
152
- :param base_path: The base_path of this AnsibleAnsibleDistributionResponse. # noqa: E501
153
- :type: str
154
- """
155
- if self.local_vars_configuration.client_side_validation and base_path is None: # noqa: E501
156
- raise ValueError("Invalid value for `base_path`, must not be `None`") # noqa: E501
157
-
158
- self._base_path = base_path
159
-
160
- @property
161
- def content_guard(self):
162
- """Gets the content_guard of this AnsibleAnsibleDistributionResponse. # noqa: E501
163
-
164
- An optional content-guard. # noqa: E501
165
-
166
- :return: The content_guard of this AnsibleAnsibleDistributionResponse. # noqa: E501
167
- :rtype: str
168
- """
169
- return self._content_guard
170
-
171
- @content_guard.setter
172
- def content_guard(self, content_guard):
173
- """Sets the content_guard of this AnsibleAnsibleDistributionResponse.
174
-
175
- An optional content-guard. # noqa: E501
176
-
177
- :param content_guard: The content_guard of this AnsibleAnsibleDistributionResponse. # noqa: E501
178
- :type: str
179
- """
180
-
181
- self._content_guard = content_guard
182
-
183
- @property
184
- def name(self):
185
- """Gets the name of this AnsibleAnsibleDistributionResponse. # noqa: E501
186
-
187
- A unique name. Ex, `rawhide` and `stable`. # noqa: E501
188
-
189
- :return: The name of this AnsibleAnsibleDistributionResponse. # noqa: E501
190
- :rtype: str
191
- """
192
- return self._name
193
-
194
- @name.setter
195
- def name(self, name):
196
- """Sets the name of this AnsibleAnsibleDistributionResponse.
197
-
198
- A unique name. Ex, `rawhide` and `stable`. # noqa: E501
199
-
200
- :param name: The name of this AnsibleAnsibleDistributionResponse. # noqa: E501
201
- :type: str
202
- """
203
- if self.local_vars_configuration.client_side_validation and name is None: # noqa: E501
204
- raise ValueError("Invalid value for `name`, must not be `None`") # noqa: E501
205
-
206
- self._name = name
207
-
208
- @property
209
- def repository(self):
210
- """Gets the repository of this AnsibleAnsibleDistributionResponse. # noqa: E501
211
-
212
- The latest RepositoryVersion for this Repository will be served. # noqa: E501
213
-
214
- :return: The repository of this AnsibleAnsibleDistributionResponse. # noqa: E501
215
- :rtype: str
216
- """
217
- return self._repository
218
-
219
- @repository.setter
220
- def repository(self, repository):
221
- """Sets the repository of this AnsibleAnsibleDistributionResponse.
222
-
223
- The latest RepositoryVersion for this Repository will be served. # noqa: E501
224
-
225
- :param repository: The repository of this AnsibleAnsibleDistributionResponse. # noqa: E501
226
- :type: str
227
- """
228
-
229
- self._repository = repository
230
-
231
- @property
232
- def repository_version(self):
233
- """Gets the repository_version of this AnsibleAnsibleDistributionResponse. # noqa: E501
234
-
235
- RepositoryVersion to be served # noqa: E501
236
-
237
- :return: The repository_version of this AnsibleAnsibleDistributionResponse. # noqa: E501
238
- :rtype: str
239
- """
240
- return self._repository_version
241
-
242
- @repository_version.setter
243
- def repository_version(self, repository_version):
244
- """Sets the repository_version of this AnsibleAnsibleDistributionResponse.
245
-
246
- RepositoryVersion to be served # noqa: E501
247
-
248
- :param repository_version: The repository_version of this AnsibleAnsibleDistributionResponse. # noqa: E501
249
- :type: str
250
- """
251
-
252
- self._repository_version = repository_version
253
-
254
- @property
255
- def client_url(self):
256
- """Gets the client_url of this AnsibleAnsibleDistributionResponse. # noqa: E501
257
-
258
- The URL of a Collection content source. # noqa: E501
259
-
260
- :return: The client_url of this AnsibleAnsibleDistributionResponse. # noqa: E501
261
- :rtype: str
262
- """
263
- return self._client_url
264
-
265
- @client_url.setter
266
- def client_url(self, client_url):
267
- """Sets the client_url of this AnsibleAnsibleDistributionResponse.
268
-
269
- The URL of a Collection content source. # noqa: E501
270
-
271
- :param client_url: The client_url of this AnsibleAnsibleDistributionResponse. # noqa: E501
272
- :type: str
273
- """
274
-
275
- self._client_url = client_url
276
-
277
- @property
278
- def pulp_labels(self):
279
- """Gets the pulp_labels of this AnsibleAnsibleDistributionResponse. # noqa: E501
280
-
281
-
282
- :return: The pulp_labels of this AnsibleAnsibleDistributionResponse. # noqa: E501
283
- :rtype: object
284
- """
285
- return self._pulp_labels
286
-
287
- @pulp_labels.setter
288
- def pulp_labels(self, pulp_labels):
289
- """Sets the pulp_labels of this AnsibleAnsibleDistributionResponse.
290
-
291
-
292
- :param pulp_labels: The pulp_labels of this AnsibleAnsibleDistributionResponse. # noqa: E501
293
- :type: object
294
- """
295
-
296
- self._pulp_labels = pulp_labels
297
-
298
- def to_dict(self):
299
- """Returns the model properties as a dict"""
300
- result = {}
301
-
302
- for attr, _ in six.iteritems(self.openapi_types):
303
- value = getattr(self, attr)
304
- if isinstance(value, list):
305
- result[attr] = list(map(
306
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
307
- value
308
- ))
309
- elif hasattr(value, "to_dict"):
310
- result[attr] = value.to_dict()
311
- elif isinstance(value, dict):
312
- result[attr] = dict(map(
313
- lambda item: (item[0], item[1].to_dict())
314
- if hasattr(item[1], "to_dict") else item,
315
- value.items()
316
- ))
317
- else:
318
- result[attr] = value
319
-
320
- return result
321
-
322
- def to_str(self):
323
- """Returns the string representation of the model"""
324
- return pprint.pformat(self.to_dict())
325
-
326
- def __repr__(self):
327
- """For `print` and `pprint`"""
328
- return self.to_str()
329
-
330
- def __eq__(self, other):
331
- """Returns true if both objects are equal"""
332
- if not isinstance(other, AnsibleAnsibleDistributionResponse):
333
- return False
334
-
335
- return self.to_dict() == other.to_dict()
336
-
337
- def __ne__(self, other):
338
- """Returns true if both objects are not equal"""
339
- if not isinstance(other, AnsibleAnsibleDistributionResponse):
340
- return True
341
-
342
- return self.to_dict() != other.to_dict()