pulp_container_client 2.14.14 → 2.14.16

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 (250) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +222 -246
  3. data/docs/AccessPoliciesApi.md +28 -32
  4. data/docs/ArtifactDistributionResponse.md +7 -7
  5. data/docs/ArtifactsApi.md +23 -27
  6. data/docs/ContainerContainerDistribution.md +5 -5
  7. data/docs/ContainerContainerDistributionResponse.md +8 -8
  8. data/docs/ContainerContainerPushRepository.md +5 -5
  9. data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
  10. data/docs/ContainerContainerRemote.md +1 -1
  11. data/docs/ContainerContainerRemoteResponse.md +1 -1
  12. data/docs/ContainerContainerRepository.md +1 -1
  13. data/docs/ContainerContainerRepositoryResponse.md +1 -1
  14. data/docs/ContentApi.md +8 -14
  15. data/docs/ContentBlobsApi.md +13 -17
  16. data/docs/ContentManifestsApi.md +15 -19
  17. data/docs/ContentSignaturesApi.md +13 -17
  18. data/docs/ContentTagsApi.md +15 -19
  19. data/docs/ContentguardsApi.md +8 -14
  20. data/docs/ContentguardsContentRedirectApi.md +53 -57
  21. data/docs/ContentguardsRbacApi.md +53 -57
  22. data/docs/DistributionsApi.md +8 -18
  23. data/docs/DistributionsArtifactsApi.md +13 -21
  24. data/docs/DistributionsContainerApi.md +53 -61
  25. data/docs/DocsApiJsonApi.md +6 -6
  26. data/docs/DocsApiYamlApi.md +6 -6
  27. data/docs/ExportersFilesystemApi.md +36 -40
  28. data/docs/ExportersFilesystemExportsApi.md +24 -24
  29. data/docs/ExportersPulpApi.md +33 -37
  30. data/docs/ExportersPulpExportsApi.md +21 -21
  31. data/docs/FilesystemExporter.md +1 -1
  32. data/docs/FilesystemExporterResponse.md +1 -1
  33. data/docs/GroupRole.md +1 -3
  34. data/docs/GroupRoleResponse.md +1 -3
  35. data/docs/GroupsApi.md +59 -63
  36. data/docs/GroupsRolesApi.md +27 -33
  37. data/docs/GroupsUsersApi.md +16 -16
  38. data/docs/ImportersPulpApi.md +33 -37
  39. data/docs/ImportersPulpImportCheckApi.md +1 -1
  40. data/docs/ImportersPulpImportsApi.md +21 -21
  41. data/docs/OrphansApi.md +6 -6
  42. data/docs/OrphansCleanupApi.md +6 -6
  43. data/docs/PatchedFilesystemExporter.md +1 -1
  44. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  45. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  46. data/docs/PatchedcontainerContainerRemote.md +1 -1
  47. data/docs/PatchedcontainerContainerRepository.md +1 -1
  48. data/docs/PublicationsApi.md +9 -15
  49. data/docs/PulpContainerNamespacesApi.md +43 -47
  50. data/docs/RemoteResponse.md +1 -1
  51. data/docs/RemoteResponseHiddenFields.md +2 -2
  52. data/docs/RemotesApi.md +8 -14
  53. data/docs/RemotesContainerApi.md +53 -57
  54. data/docs/RepairApi.md +6 -6
  55. data/docs/RepositoriesApi.md +8 -30
  56. data/docs/RepositoriesContainerApi.md +102 -122
  57. data/docs/RepositoriesContainerPushApi.md +68 -88
  58. data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
  59. data/docs/RepositoriesContainerVersionsApi.md +23 -25
  60. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  61. data/docs/RepositoryResponse.md +1 -1
  62. data/docs/RepositoryVersionsApi.md +8 -12
  63. data/docs/RolesApi.md +39 -43
  64. data/docs/SigningServicesApi.md +13 -17
  65. data/docs/StatusApi.md +1 -1
  66. data/docs/StatusResponse.md +1 -3
  67. data/docs/TaskGroupsApi.md +11 -11
  68. data/docs/TaskSchedulesApi.md +35 -39
  69. data/docs/TasksApi.md +101 -105
  70. data/docs/TokenApi.md +6 -6
  71. data/docs/UploadsApi.md +53 -57
  72. data/docs/UserRole.md +2 -4
  73. data/docs/UserRoleResponse.md +2 -4
  74. data/docs/UsersApi.md +39 -43
  75. data/docs/UsersRolesApi.md +27 -33
  76. data/docs/VersionResponse.md +1 -3
  77. data/docs/WorkersApi.md +13 -17
  78. data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
  79. data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
  80. data/lib/pulp_container_client/api/content_api.rb +7 -20
  81. data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
  82. data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
  83. data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
  84. data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
  85. data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
  86. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
  87. data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
  88. data/lib/pulp_container_client/api/distributions_api.rb +7 -26
  89. data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
  90. data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
  91. data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
  92. data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
  93. data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
  94. data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
  95. data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
  96. data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
  97. data/lib/pulp_container_client/api/groups_api.rb +77 -83
  98. data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
  99. data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
  100. data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
  101. data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
  102. data/lib/pulp_container_client/api/orphans_api.rb +5 -5
  103. data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
  104. data/lib/pulp_container_client/api/publications_api.rb +9 -18
  105. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
  106. data/lib/pulp_container_client/api/remotes_api.rb +7 -20
  107. data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
  108. data/lib/pulp_container_client/api/repair_api.rb +6 -6
  109. data/lib/pulp_container_client/api/repositories_api.rb +7 -44
  110. data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
  111. data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
  112. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
  113. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
  114. data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
  115. data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
  116. data/lib/pulp_container_client/api/roles_api.rb +51 -57
  117. data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
  118. data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
  119. data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
  120. data/lib/pulp_container_client/api/tasks_api.rb +125 -131
  121. data/lib/pulp_container_client/api/token_api.rb +5 -5
  122. data/lib/pulp_container_client/api/uploads_api.rb +67 -73
  123. data/lib/pulp_container_client/api/users_api.rb +51 -57
  124. data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
  125. data/lib/pulp_container_client/api/workers_api.rb +14 -20
  126. data/lib/pulp_container_client/configuration.rb +3 -3
  127. data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
  128. data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
  129. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
  130. data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
  131. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
  132. data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
  133. data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
  134. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  135. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  136. data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
  137. data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
  138. data/lib/pulp_container_client/models/group_role.rb +5 -16
  139. data/lib/pulp_container_client/models/group_role_response.rb +4 -15
  140. data/lib/pulp_container_client/models/nested_role.rb +0 -19
  141. data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
  142. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
  143. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
  144. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
  145. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  146. data/lib/pulp_container_client/models/remote_response.rb +21 -21
  147. data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
  148. data/lib/pulp_container_client/models/repository_response.rb +1 -1
  149. data/lib/pulp_container_client/models/status_response.rb +4 -19
  150. data/lib/pulp_container_client/models/user_role.rb +6 -17
  151. data/lib/pulp_container_client/models/user_role_response.rb +5 -16
  152. data/lib/pulp_container_client/models/version_response.rb +4 -19
  153. data/lib/pulp_container_client/version.rb +1 -1
  154. data/lib/pulp_container_client.rb +0 -11
  155. data/spec/api/access_policies_api_spec.rb +11 -13
  156. data/spec/api/artifacts_api_spec.rb +9 -11
  157. data/spec/api/content_api_spec.rb +3 -6
  158. data/spec/api/content_blobs_api_spec.rb +5 -7
  159. data/spec/api/content_manifests_api_spec.rb +6 -8
  160. data/spec/api/content_signatures_api_spec.rb +5 -7
  161. data/spec/api/content_tags_api_spec.rb +6 -8
  162. data/spec/api/contentguards_api_spec.rb +3 -6
  163. data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
  164. data/spec/api/contentguards_rbac_api_spec.rb +21 -23
  165. data/spec/api/distributions_api_spec.rb +3 -8
  166. data/spec/api/distributions_artifacts_api_spec.rb +5 -9
  167. data/spec/api/distributions_container_api_spec.rb +21 -25
  168. data/spec/api/docs_api_json_api_spec.rb +2 -2
  169. data/spec/api/docs_api_yaml_api_spec.rb +2 -2
  170. data/spec/api/exporters_filesystem_api_spec.rb +16 -18
  171. data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
  172. data/spec/api/exporters_pulp_api_spec.rb +13 -15
  173. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  174. data/spec/api/groups_api_spec.rb +27 -29
  175. data/spec/api/groups_roles_api_spec.rb +13 -16
  176. data/spec/api/groups_users_api_spec.rb +6 -6
  177. data/spec/api/importers_pulp_api_spec.rb +13 -15
  178. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  179. data/spec/api/orphans_api_spec.rb +2 -2
  180. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  181. data/spec/api/publications_api_spec.rb +4 -7
  182. data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
  183. data/spec/api/remotes_api_spec.rb +3 -6
  184. data/spec/api/remotes_container_api_spec.rb +21 -23
  185. data/spec/api/repair_api_spec.rb +2 -2
  186. data/spec/api/repositories_api_spec.rb +3 -14
  187. data/spec/api/repositories_container_api_spec.rb +39 -49
  188. data/spec/api/repositories_container_push_api_spec.rb +27 -37
  189. data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
  190. data/spec/api/repositories_container_versions_api_spec.rb +9 -10
  191. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  192. data/spec/api/repository_versions_api_spec.rb +3 -5
  193. data/spec/api/roles_api_spec.rb +19 -21
  194. data/spec/api/signing_services_api_spec.rb +5 -7
  195. data/spec/api/task_groups_api_spec.rb +4 -4
  196. data/spec/api/task_schedules_api_spec.rb +15 -17
  197. data/spec/api/tasks_api_spec.rb +32 -34
  198. data/spec/api/token_api_spec.rb +2 -2
  199. data/spec/api/uploads_api_spec.rb +21 -23
  200. data/spec/api/users_api_spec.rb +19 -21
  201. data/spec/api/users_roles_api_spec.rb +13 -16
  202. data/spec/api/workers_api_spec.rb +5 -7
  203. data/spec/configuration_spec.rb +3 -3
  204. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  205. data/spec/models/container_container_distribution_response_spec.rb +6 -6
  206. data/spec/models/container_container_distribution_spec.rb +4 -4
  207. data/spec/models/container_container_push_repository_response_spec.rb +6 -6
  208. data/spec/models/container_container_push_repository_spec.rb +4 -4
  209. data/spec/models/group_role_response_spec.rb +0 -6
  210. data/spec/models/group_role_spec.rb +0 -6
  211. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  212. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  213. data/spec/models/status_response_spec.rb +0 -6
  214. data/spec/models/user_role_response_spec.rb +0 -6
  215. data/spec/models/user_role_spec.rb +0 -6
  216. data/spec/models/version_response_spec.rb +0 -6
  217. metadata +196 -240
  218. data/docs/Domain.md +0 -27
  219. data/docs/DomainResponse.md +0 -31
  220. data/docs/DomainsApi.md +0 -366
  221. data/docs/PaginatedDomainResponseList.md +0 -23
  222. data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
  223. data/docs/PatchedDomain.md +0 -27
  224. data/docs/PatchedUpstreamPulp.md +0 -37
  225. data/docs/StorageClassEnum.md +0 -16
  226. data/docs/UpstreamPulp.md +0 -37
  227. data/docs/UpstreamPulpResponse.md +0 -39
  228. data/docs/UpstreamPulpsApi.md +0 -405
  229. data/lib/pulp_container_client/api/domains_api.rb +0 -452
  230. data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
  231. data/lib/pulp_container_client/models/domain.rb +0 -323
  232. data/lib/pulp_container_client/models/domain_response.rb +0 -318
  233. data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
  234. data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
  235. data/lib/pulp_container_client/models/patched_domain.rb +0 -304
  236. data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
  237. data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
  238. data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
  239. data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
  240. data/spec/api/domains_api_spec.rb +0 -122
  241. data/spec/api/upstream_pulps_api_spec.rb +0 -127
  242. data/spec/models/domain_response_spec.rb +0 -83
  243. data/spec/models/domain_spec.rb +0 -71
  244. data/spec/models/paginated_domain_response_list_spec.rb +0 -59
  245. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
  246. data/spec/models/patched_domain_spec.rb +0 -71
  247. data/spec/models/patched_upstream_pulp_spec.rb +0 -101
  248. data/spec/models/storage_class_enum_spec.rb +0 -35
  249. data/spec/models/upstream_pulp_response_spec.rb +0 -107
  250. data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -1,23 +1,23 @@
1
1
  # PulpContainerClient::PulpContainerNamespacesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**add_role**](PulpContainerNamespacesApi.md#add_role) | **POST** {container_container_namespace_href}add_role/ |
8
- [**create**](PulpContainerNamespacesApi.md#create) | **POST** /pulp/api/v3/pulp_container/namespaces/ | Create a container namespace
9
- [**delete**](PulpContainerNamespacesApi.md#delete) | **DELETE** {container_container_namespace_href} | Delete a container namespace
10
- [**list**](PulpContainerNamespacesApi.md#list) | **GET** /pulp/api/v3/pulp_container/namespaces/ | List container namespaces
11
- [**list_roles**](PulpContainerNamespacesApi.md#list_roles) | **GET** {container_container_namespace_href}list_roles/ |
12
- [**my_permissions**](PulpContainerNamespacesApi.md#my_permissions) | **GET** {container_container_namespace_href}my_permissions/ |
13
- [**read**](PulpContainerNamespacesApi.md#read) | **GET** {container_container_namespace_href} | Inspect a container namespace
14
- [**remove_role**](PulpContainerNamespacesApi.md#remove_role) | **POST** {container_container_namespace_href}remove_role/ |
7
+ [**pulp_container_namespaces_add_role**](PulpContainerNamespacesApi.md#pulp_container_namespaces_add_role) | **POST** {container_container_namespace_href}add_role/ |
8
+ [**pulp_container_namespaces_create**](PulpContainerNamespacesApi.md#pulp_container_namespaces_create) | **POST** /pulp/api/v3/pulp_container/namespaces/ | Create a container namespace
9
+ [**pulp_container_namespaces_delete**](PulpContainerNamespacesApi.md#pulp_container_namespaces_delete) | **DELETE** {container_container_namespace_href} | Delete a container namespace
10
+ [**pulp_container_namespaces_list**](PulpContainerNamespacesApi.md#pulp_container_namespaces_list) | **GET** /pulp/api/v3/pulp_container/namespaces/ | List container namespaces
11
+ [**pulp_container_namespaces_list_roles**](PulpContainerNamespacesApi.md#pulp_container_namespaces_list_roles) | **GET** {container_container_namespace_href}list_roles/ |
12
+ [**pulp_container_namespaces_my_permissions**](PulpContainerNamespacesApi.md#pulp_container_namespaces_my_permissions) | **GET** {container_container_namespace_href}my_permissions/ |
13
+ [**pulp_container_namespaces_read**](PulpContainerNamespacesApi.md#pulp_container_namespaces_read) | **GET** {container_container_namespace_href} | Inspect a container namespace
14
+ [**pulp_container_namespaces_remove_role**](PulpContainerNamespacesApi.md#pulp_container_namespaces_remove_role) | **POST** {container_container_namespace_href}remove_role/ |
15
15
 
16
16
 
17
17
 
18
- ## add_role
18
+ ## pulp_container_namespaces_add_role
19
19
 
20
- > NestedRoleResponse add_role(container_container_namespace_href, nested_role)
20
+ > NestedRoleResponse pulp_container_namespaces_add_role(container_container_namespace_href, nested_role)
21
21
 
22
22
 
23
23
 
@@ -40,10 +40,10 @@ container_container_namespace_href = 'container_container_namespace_href_example
40
40
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
41
41
 
42
42
  begin
43
- result = api_instance.add_role(container_container_namespace_href, nested_role)
43
+ result = api_instance.pulp_container_namespaces_add_role(container_container_namespace_href, nested_role)
44
44
  p result
45
45
  rescue PulpContainerClient::ApiError => e
46
- puts "Exception when calling PulpContainerNamespacesApi->add_role: #{e}"
46
+ puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_add_role: #{e}"
47
47
  end
48
48
  ```
49
49
 
@@ -69,9 +69,9 @@ Name | Type | Description | Notes
69
69
  - **Accept**: application/json
70
70
 
71
71
 
72
- ## create
72
+ ## pulp_container_namespaces_create
73
73
 
74
- > ContainerContainerNamespaceResponse create(container_container_namespace)
74
+ > ContainerContainerNamespaceResponse pulp_container_namespaces_create(container_container_namespace)
75
75
 
76
76
  Create a container namespace
77
77
 
@@ -94,10 +94,10 @@ container_container_namespace = PulpContainerClient::ContainerContainerNamespace
94
94
 
95
95
  begin
96
96
  #Create a container namespace
97
- result = api_instance.create(container_container_namespace)
97
+ result = api_instance.pulp_container_namespaces_create(container_container_namespace)
98
98
  p result
99
99
  rescue PulpContainerClient::ApiError => e
100
- puts "Exception when calling PulpContainerNamespacesApi->create: #{e}"
100
+ puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_create: #{e}"
101
101
  end
102
102
  ```
103
103
 
@@ -122,9 +122,9 @@ Name | Type | Description | Notes
122
122
  - **Accept**: application/json
123
123
 
124
124
 
125
- ## delete
125
+ ## pulp_container_namespaces_delete
126
126
 
127
- > AsyncOperationResponse delete(container_container_namespace_href)
127
+ > AsyncOperationResponse pulp_container_namespaces_delete(container_container_namespace_href)
128
128
 
129
129
  Delete a container namespace
130
130
 
@@ -147,10 +147,10 @@ container_container_namespace_href = 'container_container_namespace_href_example
147
147
 
148
148
  begin
149
149
  #Delete a container namespace
150
- result = api_instance.delete(container_container_namespace_href)
150
+ result = api_instance.pulp_container_namespaces_delete(container_container_namespace_href)
151
151
  p result
152
152
  rescue PulpContainerClient::ApiError => e
153
- puts "Exception when calling PulpContainerNamespacesApi->delete: #{e}"
153
+ puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_delete: #{e}"
154
154
  end
155
155
  ```
156
156
 
@@ -175,9 +175,9 @@ Name | Type | Description | Notes
175
175
  - **Accept**: application/json
176
176
 
177
177
 
178
- ## list
178
+ ## pulp_container_namespaces_list
179
179
 
180
- > PaginatedcontainerContainerNamespaceResponseList list(opts)
180
+ > PaginatedcontainerContainerNamespaceResponseList pulp_container_namespaces_list(opts)
181
181
 
182
182
  List container namespaces
183
183
 
@@ -204,19 +204,17 @@ opts = {
204
204
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
205
205
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
206
206
  offset: 56, # Integer | The initial index from which to return the results.
207
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
208
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
209
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
207
+ ordering: ['ordering_example'], # Array<String> | Ordering
210
208
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
211
209
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
212
210
  }
213
211
 
214
212
  begin
215
213
  #List container namespaces
216
- result = api_instance.list(opts)
214
+ result = api_instance.pulp_container_namespaces_list(opts)
217
215
  p result
218
216
  rescue PulpContainerClient::ApiError => e
219
- puts "Exception when calling PulpContainerNamespacesApi->list: #{e}"
217
+ puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_list: #{e}"
220
218
  end
221
219
  ```
222
220
 
@@ -232,9 +230,7 @@ Name | Type | Description | Notes
232
230
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
233
231
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
234
232
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
235
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
236
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
237
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
233
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
238
234
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
239
235
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
240
236
 
@@ -252,9 +248,9 @@ Name | Type | Description | Notes
252
248
  - **Accept**: application/json
253
249
 
254
250
 
255
- ## list_roles
251
+ ## pulp_container_namespaces_list_roles
256
252
 
257
- > ObjectRolesResponse list_roles(container_container_namespace_href, opts)
253
+ > ObjectRolesResponse pulp_container_namespaces_list_roles(container_container_namespace_href, opts)
258
254
 
259
255
 
260
256
 
@@ -280,10 +276,10 @@ opts = {
280
276
  }
281
277
 
282
278
  begin
283
- result = api_instance.list_roles(container_container_namespace_href, opts)
279
+ result = api_instance.pulp_container_namespaces_list_roles(container_container_namespace_href, opts)
284
280
  p result
285
281
  rescue PulpContainerClient::ApiError => e
286
- puts "Exception when calling PulpContainerNamespacesApi->list_roles: #{e}"
282
+ puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_list_roles: #{e}"
287
283
  end
288
284
  ```
289
285
 
@@ -310,9 +306,9 @@ Name | Type | Description | Notes
310
306
  - **Accept**: application/json
311
307
 
312
308
 
313
- ## my_permissions
309
+ ## pulp_container_namespaces_my_permissions
314
310
 
315
- > MyPermissionsResponse my_permissions(container_container_namespace_href, opts)
311
+ > MyPermissionsResponse pulp_container_namespaces_my_permissions(container_container_namespace_href, opts)
316
312
 
317
313
 
318
314
 
@@ -338,10 +334,10 @@ opts = {
338
334
  }
339
335
 
340
336
  begin
341
- result = api_instance.my_permissions(container_container_namespace_href, opts)
337
+ result = api_instance.pulp_container_namespaces_my_permissions(container_container_namespace_href, opts)
342
338
  p result
343
339
  rescue PulpContainerClient::ApiError => e
344
- puts "Exception when calling PulpContainerNamespacesApi->my_permissions: #{e}"
340
+ puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_my_permissions: #{e}"
345
341
  end
346
342
  ```
347
343
 
@@ -368,9 +364,9 @@ Name | Type | Description | Notes
368
364
  - **Accept**: application/json
369
365
 
370
366
 
371
- ## read
367
+ ## pulp_container_namespaces_read
372
368
 
373
- > ContainerContainerNamespaceResponse read(container_container_namespace_href, opts)
369
+ > ContainerContainerNamespaceResponse pulp_container_namespaces_read(container_container_namespace_href, opts)
374
370
 
375
371
  Inspect a container namespace
376
372
 
@@ -397,10 +393,10 @@ opts = {
397
393
 
398
394
  begin
399
395
  #Inspect a container namespace
400
- result = api_instance.read(container_container_namespace_href, opts)
396
+ result = api_instance.pulp_container_namespaces_read(container_container_namespace_href, opts)
401
397
  p result
402
398
  rescue PulpContainerClient::ApiError => e
403
- puts "Exception when calling PulpContainerNamespacesApi->read: #{e}"
399
+ puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_read: #{e}"
404
400
  end
405
401
  ```
406
402
 
@@ -427,9 +423,9 @@ Name | Type | Description | Notes
427
423
  - **Accept**: application/json
428
424
 
429
425
 
430
- ## remove_role
426
+ ## pulp_container_namespaces_remove_role
431
427
 
432
- > NestedRoleResponse remove_role(container_container_namespace_href, nested_role)
428
+ > NestedRoleResponse pulp_container_namespaces_remove_role(container_container_namespace_href, nested_role)
433
429
 
434
430
 
435
431
 
@@ -452,10 +448,10 @@ container_container_namespace_href = 'container_container_namespace_href_example
452
448
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
453
449
 
454
450
  begin
455
- result = api_instance.remove_role(container_container_namespace_href, nested_role)
451
+ result = api_instance.pulp_container_namespaces_remove_role(container_container_namespace_href, nested_role)
456
452
  p result
457
453
  rescue PulpContainerClient::ApiError => e
458
- puts "Exception when calling PulpContainerNamespacesApi->remove_role: #{e}"
454
+ puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_remove_role: #{e}"
459
455
  end
460
456
  ```
461
457
 
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
- **policy** | [**RemoteResponsePolicyEnum**](RemoteResponsePolicyEnum.md) | The policy to use when downloading content. * &#x60;immediate&#x60; - immediate * &#x60;When syncing, download all metadata and content now.&#x60; - When syncing, download all metadata and content now. | [optional]
19
+ **policy** | [**RemoteResponsePolicyEnum**](RemoteResponsePolicyEnum.md) | The policy to use when downloading content. | [optional]
20
20
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
21
21
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
22
22
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | | [optional]
8
- **is_set** | **Boolean** | | [optional]
7
+ **name** | **String** | |
8
+ **is_set** | **Boolean** | |
9
9
 
10
10
  ## Code Sample
11
11
 
data/docs/RemotesApi.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # PulpContainerClient::RemotesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**list**](RemotesApi.md#list) | **GET** /pulp/api/v3/remotes/ | List remotes
7
+ [**remotes_list**](RemotesApi.md#remotes_list) | **GET** /pulp/api/v3/remotes/ | List remotes
8
8
 
9
9
 
10
10
 
11
- ## list
11
+ ## remotes_list
12
12
 
13
- > PaginatedRemoteResponseList list(opts)
13
+ > PaginatedRemoteResponseList remotes_list(opts)
14
14
 
15
15
  List remotes
16
16
 
@@ -37,9 +37,7 @@ opts = {
37
37
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
38
38
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
41
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
42
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
40
+ ordering: ['ordering_example'], # Array<String> | Ordering
43
41
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
44
42
  pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
45
43
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
@@ -47,17 +45,16 @@ opts = {
47
45
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
48
46
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
49
47
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
50
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `container.container` - container.container
51
48
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
52
49
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
53
50
  }
54
51
 
55
52
  begin
56
53
  #List remotes
57
- result = api_instance.list(opts)
54
+ result = api_instance.remotes_list(opts)
58
55
  p result
59
56
  rescue PulpContainerClient::ApiError => e
60
- puts "Exception when calling RemotesApi->list: #{e}"
57
+ puts "Exception when calling RemotesApi->remotes_list: #{e}"
61
58
  end
62
59
  ```
63
60
 
@@ -73,9 +70,7 @@ Name | Type | Description | Notes
73
70
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
74
71
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
75
72
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
76
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
77
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
78
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
73
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
79
74
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
80
75
  **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
81
76
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
@@ -83,7 +78,6 @@ Name | Type | Description | Notes
83
78
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
84
79
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
85
80
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
86
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;container.container&#x60; - container.container | [optional]
87
81
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
88
82
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
89
83
 
@@ -1,25 +1,25 @@
1
1
  # PulpContainerClient::RemotesContainerApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**add_role**](RemotesContainerApi.md#add_role) | **POST** {container_container_remote_href}add_role/ |
8
- [**create**](RemotesContainerApi.md#create) | **POST** /pulp/api/v3/remotes/container/container/ | Create a container remote
9
- [**delete**](RemotesContainerApi.md#delete) | **DELETE** {container_container_remote_href} | Delete a container remote
10
- [**list**](RemotesContainerApi.md#list) | **GET** /pulp/api/v3/remotes/container/container/ | List container remotes
11
- [**list_roles**](RemotesContainerApi.md#list_roles) | **GET** {container_container_remote_href}list_roles/ |
12
- [**my_permissions**](RemotesContainerApi.md#my_permissions) | **GET** {container_container_remote_href}my_permissions/ |
13
- [**partial_update**](RemotesContainerApi.md#partial_update) | **PATCH** {container_container_remote_href} | Update a container remote
14
- [**read**](RemotesContainerApi.md#read) | **GET** {container_container_remote_href} | Inspect a container remote
15
- [**remove_role**](RemotesContainerApi.md#remove_role) | **POST** {container_container_remote_href}remove_role/ |
16
- [**update**](RemotesContainerApi.md#update) | **PUT** {container_container_remote_href} | Update a container remote
7
+ [**remotes_container_container_add_role**](RemotesContainerApi.md#remotes_container_container_add_role) | **POST** {container_container_remote_href}add_role/ |
8
+ [**remotes_container_container_create**](RemotesContainerApi.md#remotes_container_container_create) | **POST** /pulp/api/v3/remotes/container/container/ | Create a container remote
9
+ [**remotes_container_container_delete**](RemotesContainerApi.md#remotes_container_container_delete) | **DELETE** {container_container_remote_href} | Delete a container remote
10
+ [**remotes_container_container_list**](RemotesContainerApi.md#remotes_container_container_list) | **GET** /pulp/api/v3/remotes/container/container/ | List container remotes
11
+ [**remotes_container_container_list_roles**](RemotesContainerApi.md#remotes_container_container_list_roles) | **GET** {container_container_remote_href}list_roles/ |
12
+ [**remotes_container_container_my_permissions**](RemotesContainerApi.md#remotes_container_container_my_permissions) | **GET** {container_container_remote_href}my_permissions/ |
13
+ [**remotes_container_container_partial_update**](RemotesContainerApi.md#remotes_container_container_partial_update) | **PATCH** {container_container_remote_href} | Update a container remote
14
+ [**remotes_container_container_read**](RemotesContainerApi.md#remotes_container_container_read) | **GET** {container_container_remote_href} | Inspect a container remote
15
+ [**remotes_container_container_remove_role**](RemotesContainerApi.md#remotes_container_container_remove_role) | **POST** {container_container_remote_href}remove_role/ |
16
+ [**remotes_container_container_update**](RemotesContainerApi.md#remotes_container_container_update) | **PUT** {container_container_remote_href} | Update a container remote
17
17
 
18
18
 
19
19
 
20
- ## add_role
20
+ ## remotes_container_container_add_role
21
21
 
22
- > NestedRoleResponse add_role(container_container_remote_href, nested_role)
22
+ > NestedRoleResponse remotes_container_container_add_role(container_container_remote_href, nested_role)
23
23
 
24
24
 
25
25
 
@@ -42,10 +42,10 @@ container_container_remote_href = 'container_container_remote_href_example' # St
42
42
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
43
43
 
44
44
  begin
45
- result = api_instance.add_role(container_container_remote_href, nested_role)
45
+ result = api_instance.remotes_container_container_add_role(container_container_remote_href, nested_role)
46
46
  p result
47
47
  rescue PulpContainerClient::ApiError => e
48
- puts "Exception when calling RemotesContainerApi->add_role: #{e}"
48
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_add_role: #{e}"
49
49
  end
50
50
  ```
51
51
 
@@ -71,9 +71,9 @@ Name | Type | Description | Notes
71
71
  - **Accept**: application/json
72
72
 
73
73
 
74
- ## create
74
+ ## remotes_container_container_create
75
75
 
76
- > ContainerContainerRemoteResponse create(container_container_remote)
76
+ > ContainerContainerRemoteResponse remotes_container_container_create(container_container_remote)
77
77
 
78
78
  Create a container remote
79
79
 
@@ -96,10 +96,10 @@ container_container_remote = PulpContainerClient::ContainerContainerRemote.new #
96
96
 
97
97
  begin
98
98
  #Create a container remote
99
- result = api_instance.create(container_container_remote)
99
+ result = api_instance.remotes_container_container_create(container_container_remote)
100
100
  p result
101
101
  rescue PulpContainerClient::ApiError => e
102
- puts "Exception when calling RemotesContainerApi->create: #{e}"
102
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_create: #{e}"
103
103
  end
104
104
  ```
105
105
 
@@ -124,9 +124,9 @@ Name | Type | Description | Notes
124
124
  - **Accept**: application/json
125
125
 
126
126
 
127
- ## delete
127
+ ## remotes_container_container_delete
128
128
 
129
- > AsyncOperationResponse delete(container_container_remote_href)
129
+ > AsyncOperationResponse remotes_container_container_delete(container_container_remote_href)
130
130
 
131
131
  Delete a container remote
132
132
 
@@ -149,10 +149,10 @@ container_container_remote_href = 'container_container_remote_href_example' # St
149
149
 
150
150
  begin
151
151
  #Delete a container remote
152
- result = api_instance.delete(container_container_remote_href)
152
+ result = api_instance.remotes_container_container_delete(container_container_remote_href)
153
153
  p result
154
154
  rescue PulpContainerClient::ApiError => e
155
- puts "Exception when calling RemotesContainerApi->delete: #{e}"
155
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_delete: #{e}"
156
156
  end
157
157
  ```
158
158
 
@@ -177,9 +177,9 @@ Name | Type | Description | Notes
177
177
  - **Accept**: application/json
178
178
 
179
179
 
180
- ## list
180
+ ## remotes_container_container_list
181
181
 
182
- > PaginatedcontainerContainerRemoteResponseList list(opts)
182
+ > PaginatedcontainerContainerRemoteResponseList remotes_container_container_list(opts)
183
183
 
184
184
  List container remotes
185
185
 
@@ -206,9 +206,7 @@ opts = {
206
206
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
207
207
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
208
208
  offset: 56, # Integer | The initial index from which to return the results.
209
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
210
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
211
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
209
+ ordering: ['ordering_example'], # Array<String> | Ordering
212
210
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
213
211
  pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
214
212
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
@@ -222,10 +220,10 @@ opts = {
222
220
 
223
221
  begin
224
222
  #List container remotes
225
- result = api_instance.list(opts)
223
+ result = api_instance.remotes_container_container_list(opts)
226
224
  p result
227
225
  rescue PulpContainerClient::ApiError => e
228
- puts "Exception when calling RemotesContainerApi->list: #{e}"
226
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_list: #{e}"
229
227
  end
230
228
  ```
231
229
 
@@ -241,9 +239,7 @@ Name | Type | Description | Notes
241
239
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
242
240
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
243
241
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
244
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
245
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
246
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
242
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
247
243
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
248
244
  **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
249
245
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
@@ -268,9 +264,9 @@ Name | Type | Description | Notes
268
264
  - **Accept**: application/json
269
265
 
270
266
 
271
- ## list_roles
267
+ ## remotes_container_container_list_roles
272
268
 
273
- > ObjectRolesResponse list_roles(container_container_remote_href, opts)
269
+ > ObjectRolesResponse remotes_container_container_list_roles(container_container_remote_href, opts)
274
270
 
275
271
 
276
272
 
@@ -296,10 +292,10 @@ opts = {
296
292
  }
297
293
 
298
294
  begin
299
- result = api_instance.list_roles(container_container_remote_href, opts)
295
+ result = api_instance.remotes_container_container_list_roles(container_container_remote_href, opts)
300
296
  p result
301
297
  rescue PulpContainerClient::ApiError => e
302
- puts "Exception when calling RemotesContainerApi->list_roles: #{e}"
298
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_list_roles: #{e}"
303
299
  end
304
300
  ```
305
301
 
@@ -326,9 +322,9 @@ Name | Type | Description | Notes
326
322
  - **Accept**: application/json
327
323
 
328
324
 
329
- ## my_permissions
325
+ ## remotes_container_container_my_permissions
330
326
 
331
- > MyPermissionsResponse my_permissions(container_container_remote_href, opts)
327
+ > MyPermissionsResponse remotes_container_container_my_permissions(container_container_remote_href, opts)
332
328
 
333
329
 
334
330
 
@@ -354,10 +350,10 @@ opts = {
354
350
  }
355
351
 
356
352
  begin
357
- result = api_instance.my_permissions(container_container_remote_href, opts)
353
+ result = api_instance.remotes_container_container_my_permissions(container_container_remote_href, opts)
358
354
  p result
359
355
  rescue PulpContainerClient::ApiError => e
360
- puts "Exception when calling RemotesContainerApi->my_permissions: #{e}"
356
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_my_permissions: #{e}"
361
357
  end
362
358
  ```
363
359
 
@@ -384,9 +380,9 @@ Name | Type | Description | Notes
384
380
  - **Accept**: application/json
385
381
 
386
382
 
387
- ## partial_update
383
+ ## remotes_container_container_partial_update
388
384
 
389
- > AsyncOperationResponse partial_update(container_container_remote_href, patchedcontainer_container_remote)
385
+ > AsyncOperationResponse remotes_container_container_partial_update(container_container_remote_href, patchedcontainer_container_remote)
390
386
 
391
387
  Update a container remote
392
388
 
@@ -410,10 +406,10 @@ patchedcontainer_container_remote = PulpContainerClient::PatchedcontainerContain
410
406
 
411
407
  begin
412
408
  #Update a container remote
413
- result = api_instance.partial_update(container_container_remote_href, patchedcontainer_container_remote)
409
+ result = api_instance.remotes_container_container_partial_update(container_container_remote_href, patchedcontainer_container_remote)
414
410
  p result
415
411
  rescue PulpContainerClient::ApiError => e
416
- puts "Exception when calling RemotesContainerApi->partial_update: #{e}"
412
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_partial_update: #{e}"
417
413
  end
418
414
  ```
419
415
 
@@ -439,9 +435,9 @@ Name | Type | Description | Notes
439
435
  - **Accept**: application/json
440
436
 
441
437
 
442
- ## read
438
+ ## remotes_container_container_read
443
439
 
444
- > ContainerContainerRemoteResponse read(container_container_remote_href, opts)
440
+ > ContainerContainerRemoteResponse remotes_container_container_read(container_container_remote_href, opts)
445
441
 
446
442
  Inspect a container remote
447
443
 
@@ -468,10 +464,10 @@ opts = {
468
464
 
469
465
  begin
470
466
  #Inspect a container remote
471
- result = api_instance.read(container_container_remote_href, opts)
467
+ result = api_instance.remotes_container_container_read(container_container_remote_href, opts)
472
468
  p result
473
469
  rescue PulpContainerClient::ApiError => e
474
- puts "Exception when calling RemotesContainerApi->read: #{e}"
470
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_read: #{e}"
475
471
  end
476
472
  ```
477
473
 
@@ -498,9 +494,9 @@ Name | Type | Description | Notes
498
494
  - **Accept**: application/json
499
495
 
500
496
 
501
- ## remove_role
497
+ ## remotes_container_container_remove_role
502
498
 
503
- > NestedRoleResponse remove_role(container_container_remote_href, nested_role)
499
+ > NestedRoleResponse remotes_container_container_remove_role(container_container_remote_href, nested_role)
504
500
 
505
501
 
506
502
 
@@ -523,10 +519,10 @@ container_container_remote_href = 'container_container_remote_href_example' # St
523
519
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
524
520
 
525
521
  begin
526
- result = api_instance.remove_role(container_container_remote_href, nested_role)
522
+ result = api_instance.remotes_container_container_remove_role(container_container_remote_href, nested_role)
527
523
  p result
528
524
  rescue PulpContainerClient::ApiError => e
529
- puts "Exception when calling RemotesContainerApi->remove_role: #{e}"
525
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_remove_role: #{e}"
530
526
  end
531
527
  ```
532
528
 
@@ -552,9 +548,9 @@ Name | Type | Description | Notes
552
548
  - **Accept**: application/json
553
549
 
554
550
 
555
- ## update
551
+ ## remotes_container_container_update
556
552
 
557
- > AsyncOperationResponse update(container_container_remote_href, container_container_remote)
553
+ > AsyncOperationResponse remotes_container_container_update(container_container_remote_href, container_container_remote)
558
554
 
559
555
  Update a container remote
560
556
 
@@ -578,10 +574,10 @@ container_container_remote = PulpContainerClient::ContainerContainerRemote.new #
578
574
 
579
575
  begin
580
576
  #Update a container remote
581
- result = api_instance.update(container_container_remote_href, container_container_remote)
577
+ result = api_instance.remotes_container_container_update(container_container_remote_href, container_container_remote)
582
578
  p result
583
579
  rescue PulpContainerClient::ApiError => e
584
- puts "Exception when calling RemotesContainerApi->update: #{e}"
580
+ puts "Exception when calling RemotesContainerApi->remotes_container_container_update: #{e}"
585
581
  end
586
582
  ```
587
583