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
@@ -20,27 +20,27 @@ module PulpContainerClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # Create a filesystem exporter
23
- # Endpoint for managing FilesystemExporters.
23
+ # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
24
24
  # @param filesystem_exporter [FilesystemExporter]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [FilesystemExporterResponse]
27
- def create(filesystem_exporter, opts = {})
28
- data, _status_code, _headers = create_with_http_info(filesystem_exporter, opts)
27
+ def exporters_core_filesystem_create(filesystem_exporter, opts = {})
28
+ data, _status_code, _headers = exporters_core_filesystem_create_with_http_info(filesystem_exporter, opts)
29
29
  data
30
30
  end
31
31
 
32
32
  # Create a filesystem exporter
33
- # Endpoint for managing FilesystemExporters.
33
+ # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
34
34
  # @param filesystem_exporter [FilesystemExporter]
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(FilesystemExporterResponse, Integer, Hash)>] FilesystemExporterResponse data, response status code and response headers
37
- def create_with_http_info(filesystem_exporter, opts = {})
37
+ def exporters_core_filesystem_create_with_http_info(filesystem_exporter, opts = {})
38
38
  if @api_client.config.debugging
39
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.create ...'
39
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.exporters_core_filesystem_create ...'
40
40
  end
41
41
  # verify the required parameter 'filesystem_exporter' is set
42
42
  if @api_client.config.client_side_validation && filesystem_exporter.nil?
43
- fail ArgumentError, "Missing the required parameter 'filesystem_exporter' when calling ExportersFilesystemApi.create"
43
+ fail ArgumentError, "Missing the required parameter 'filesystem_exporter' when calling ExportersFilesystemApi.exporters_core_filesystem_create"
44
44
  end
45
45
  # resource path
46
46
  local_var_path = '/pulp/api/v3/exporters/core/filesystem/'
@@ -78,7 +78,7 @@ module PulpContainerClient
78
78
 
79
79
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
80
80
  if @api_client.config.debugging
81
- @api_client.config.logger.debug "API called: ExportersFilesystemApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
81
+ @api_client.config.logger.debug "API called: ExportersFilesystemApi#exporters_core_filesystem_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
82
82
  end
83
83
  return data, status_code, headers
84
84
  end
@@ -88,8 +88,8 @@ module PulpContainerClient
88
88
  # @param filesystem_exporter_href [String]
89
89
  # @param [Hash] opts the optional parameters
90
90
  # @return [AsyncOperationResponse]
91
- def delete(filesystem_exporter_href, opts = {})
92
- data, _status_code, _headers = delete_with_http_info(filesystem_exporter_href, opts)
91
+ def exporters_core_filesystem_delete(filesystem_exporter_href, opts = {})
92
+ data, _status_code, _headers = exporters_core_filesystem_delete_with_http_info(filesystem_exporter_href, opts)
93
93
  data
94
94
  end
95
95
 
@@ -98,13 +98,13 @@ module PulpContainerClient
98
98
  # @param filesystem_exporter_href [String]
99
99
  # @param [Hash] opts the optional parameters
100
100
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
101
- def delete_with_http_info(filesystem_exporter_href, opts = {})
101
+ def exporters_core_filesystem_delete_with_http_info(filesystem_exporter_href, opts = {})
102
102
  if @api_client.config.debugging
103
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.delete ...'
103
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.exporters_core_filesystem_delete ...'
104
104
  end
105
105
  # verify the required parameter 'filesystem_exporter_href' is set
106
106
  if @api_client.config.client_side_validation && filesystem_exporter_href.nil?
107
- fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemApi.delete"
107
+ fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemApi.exporters_core_filesystem_delete"
108
108
  end
109
109
  # resource path
110
110
  local_var_path = '{filesystem_exporter_href}'.sub('{' + 'filesystem_exporter_href' + '}', CGI.escape(filesystem_exporter_href.to_s).gsub('%2F', '/'))
@@ -140,13 +140,13 @@ module PulpContainerClient
140
140
 
141
141
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
142
142
  if @api_client.config.debugging
143
- @api_client.config.logger.debug "API called: ExportersFilesystemApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
143
+ @api_client.config.logger.debug "API called: ExportersFilesystemApi#exporters_core_filesystem_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
144
144
  end
145
145
  return data, status_code, headers
146
146
  end
147
147
 
148
148
  # List filesystem exporters
149
- # Endpoint for managing FilesystemExporters.
149
+ # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
152
  # @option opts [String] :name Filter results where name matches value
@@ -155,19 +155,17 @@ module PulpContainerClient
155
155
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
156
  # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
158
+ # @option opts [Array<String>] :ordering Ordering
161
159
  # @option opts [Array<String>] :fields A list of fields to include in the response.
162
160
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
163
161
  # @return [PaginatedFilesystemExporterResponseList]
164
- def list(opts = {})
165
- data, _status_code, _headers = list_with_http_info(opts)
162
+ def exporters_core_filesystem_list(opts = {})
163
+ data, _status_code, _headers = exporters_core_filesystem_list_with_http_info(opts)
166
164
  data
167
165
  end
168
166
 
169
167
  # List filesystem exporters
170
- # Endpoint for managing FilesystemExporters.
168
+ # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
171
169
  # @param [Hash] opts the optional parameters
172
170
  # @option opts [Integer] :limit Number of results to return per page.
173
171
  # @option opts [String] :name Filter results where name matches value
@@ -176,15 +174,13 @@ module PulpContainerClient
176
174
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
177
175
  # @option opts [String] :name__startswith Filter results where name starts with value
178
176
  # @option opts [Integer] :offset The initial index from which to return the results.
179
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
180
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
181
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
177
+ # @option opts [Array<String>] :ordering Ordering
182
178
  # @option opts [Array<String>] :fields A list of fields to include in the response.
183
179
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
184
180
  # @return [Array<(PaginatedFilesystemExporterResponseList, Integer, Hash)>] PaginatedFilesystemExporterResponseList data, response status code and response headers
185
- def list_with_http_info(opts = {})
181
+ def exporters_core_filesystem_list_with_http_info(opts = {})
186
182
  if @api_client.config.debugging
187
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.list ...'
183
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.exporters_core_filesystem_list ...'
188
184
  end
189
185
  allowable_values = ["-method", "-name", "-path", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "method", "name", "path", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
190
186
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
@@ -203,8 +199,6 @@ module PulpContainerClient
203
199
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
204
200
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
205
201
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
206
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
207
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
208
202
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
209
203
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
210
204
 
@@ -236,7 +230,7 @@ module PulpContainerClient
236
230
 
237
231
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
238
232
  if @api_client.config.debugging
239
- @api_client.config.logger.debug "API called: ExportersFilesystemApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
233
+ @api_client.config.logger.debug "API called: ExportersFilesystemApi#exporters_core_filesystem_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
240
234
  end
241
235
  return data, status_code, headers
242
236
  end
@@ -247,8 +241,8 @@ module PulpContainerClient
247
241
  # @param patched_filesystem_exporter [PatchedFilesystemExporter]
248
242
  # @param [Hash] opts the optional parameters
249
243
  # @return [AsyncOperationResponse]
250
- def partial_update(filesystem_exporter_href, patched_filesystem_exporter, opts = {})
251
- data, _status_code, _headers = partial_update_with_http_info(filesystem_exporter_href, patched_filesystem_exporter, opts)
244
+ def exporters_core_filesystem_partial_update(filesystem_exporter_href, patched_filesystem_exporter, opts = {})
245
+ data, _status_code, _headers = exporters_core_filesystem_partial_update_with_http_info(filesystem_exporter_href, patched_filesystem_exporter, opts)
252
246
  data
253
247
  end
254
248
 
@@ -258,17 +252,17 @@ module PulpContainerClient
258
252
  # @param patched_filesystem_exporter [PatchedFilesystemExporter]
259
253
  # @param [Hash] opts the optional parameters
260
254
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
261
- def partial_update_with_http_info(filesystem_exporter_href, patched_filesystem_exporter, opts = {})
255
+ def exporters_core_filesystem_partial_update_with_http_info(filesystem_exporter_href, patched_filesystem_exporter, opts = {})
262
256
  if @api_client.config.debugging
263
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.partial_update ...'
257
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.exporters_core_filesystem_partial_update ...'
264
258
  end
265
259
  # verify the required parameter 'filesystem_exporter_href' is set
266
260
  if @api_client.config.client_side_validation && filesystem_exporter_href.nil?
267
- fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemApi.partial_update"
261
+ fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemApi.exporters_core_filesystem_partial_update"
268
262
  end
269
263
  # verify the required parameter 'patched_filesystem_exporter' is set
270
264
  if @api_client.config.client_side_validation && patched_filesystem_exporter.nil?
271
- fail ArgumentError, "Missing the required parameter 'patched_filesystem_exporter' when calling ExportersFilesystemApi.partial_update"
265
+ fail ArgumentError, "Missing the required parameter 'patched_filesystem_exporter' when calling ExportersFilesystemApi.exporters_core_filesystem_partial_update"
272
266
  end
273
267
  # resource path
274
268
  local_var_path = '{filesystem_exporter_href}'.sub('{' + 'filesystem_exporter_href' + '}', CGI.escape(filesystem_exporter_href.to_s).gsub('%2F', '/'))
@@ -306,37 +300,37 @@ module PulpContainerClient
306
300
 
307
301
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
308
302
  if @api_client.config.debugging
309
- @api_client.config.logger.debug "API called: ExportersFilesystemApi#partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
303
+ @api_client.config.logger.debug "API called: ExportersFilesystemApi#exporters_core_filesystem_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
310
304
  end
311
305
  return data, status_code, headers
312
306
  end
313
307
 
314
308
  # Inspect a filesystem exporter
315
- # Endpoint for managing FilesystemExporters.
309
+ # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
316
310
  # @param filesystem_exporter_href [String]
317
311
  # @param [Hash] opts the optional parameters
318
312
  # @option opts [Array<String>] :fields A list of fields to include in the response.
319
313
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
320
314
  # @return [FilesystemExporterResponse]
321
- def read(filesystem_exporter_href, opts = {})
322
- data, _status_code, _headers = read_with_http_info(filesystem_exporter_href, opts)
315
+ def exporters_core_filesystem_read(filesystem_exporter_href, opts = {})
316
+ data, _status_code, _headers = exporters_core_filesystem_read_with_http_info(filesystem_exporter_href, opts)
323
317
  data
324
318
  end
325
319
 
326
320
  # Inspect a filesystem exporter
327
- # Endpoint for managing FilesystemExporters.
321
+ # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
328
322
  # @param filesystem_exporter_href [String]
329
323
  # @param [Hash] opts the optional parameters
330
324
  # @option opts [Array<String>] :fields A list of fields to include in the response.
331
325
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
332
326
  # @return [Array<(FilesystemExporterResponse, Integer, Hash)>] FilesystemExporterResponse data, response status code and response headers
333
- def read_with_http_info(filesystem_exporter_href, opts = {})
327
+ def exporters_core_filesystem_read_with_http_info(filesystem_exporter_href, opts = {})
334
328
  if @api_client.config.debugging
335
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.read ...'
329
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.exporters_core_filesystem_read ...'
336
330
  end
337
331
  # verify the required parameter 'filesystem_exporter_href' is set
338
332
  if @api_client.config.client_side_validation && filesystem_exporter_href.nil?
339
- fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemApi.read"
333
+ fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemApi.exporters_core_filesystem_read"
340
334
  end
341
335
  # resource path
342
336
  local_var_path = '{filesystem_exporter_href}'.sub('{' + 'filesystem_exporter_href' + '}', CGI.escape(filesystem_exporter_href.to_s).gsub('%2F', '/'))
@@ -374,7 +368,7 @@ module PulpContainerClient
374
368
 
375
369
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
376
370
  if @api_client.config.debugging
377
- @api_client.config.logger.debug "API called: ExportersFilesystemApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
371
+ @api_client.config.logger.debug "API called: ExportersFilesystemApi#exporters_core_filesystem_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
378
372
  end
379
373
  return data, status_code, headers
380
374
  end
@@ -385,8 +379,8 @@ module PulpContainerClient
385
379
  # @param filesystem_exporter [FilesystemExporter]
386
380
  # @param [Hash] opts the optional parameters
387
381
  # @return [AsyncOperationResponse]
388
- def update(filesystem_exporter_href, filesystem_exporter, opts = {})
389
- data, _status_code, _headers = update_with_http_info(filesystem_exporter_href, filesystem_exporter, opts)
382
+ def exporters_core_filesystem_update(filesystem_exporter_href, filesystem_exporter, opts = {})
383
+ data, _status_code, _headers = exporters_core_filesystem_update_with_http_info(filesystem_exporter_href, filesystem_exporter, opts)
390
384
  data
391
385
  end
392
386
 
@@ -396,17 +390,17 @@ module PulpContainerClient
396
390
  # @param filesystem_exporter [FilesystemExporter]
397
391
  # @param [Hash] opts the optional parameters
398
392
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
399
- def update_with_http_info(filesystem_exporter_href, filesystem_exporter, opts = {})
393
+ def exporters_core_filesystem_update_with_http_info(filesystem_exporter_href, filesystem_exporter, opts = {})
400
394
  if @api_client.config.debugging
401
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.update ...'
395
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.exporters_core_filesystem_update ...'
402
396
  end
403
397
  # verify the required parameter 'filesystem_exporter_href' is set
404
398
  if @api_client.config.client_side_validation && filesystem_exporter_href.nil?
405
- fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemApi.update"
399
+ fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemApi.exporters_core_filesystem_update"
406
400
  end
407
401
  # verify the required parameter 'filesystem_exporter' is set
408
402
  if @api_client.config.client_side_validation && filesystem_exporter.nil?
409
- fail ArgumentError, "Missing the required parameter 'filesystem_exporter' when calling ExportersFilesystemApi.update"
403
+ fail ArgumentError, "Missing the required parameter 'filesystem_exporter' when calling ExportersFilesystemApi.exporters_core_filesystem_update"
410
404
  end
411
405
  # resource path
412
406
  local_var_path = '{filesystem_exporter_href}'.sub('{' + 'filesystem_exporter_href' + '}', CGI.escape(filesystem_exporter_href.to_s).gsub('%2F', '/'))
@@ -444,7 +438,7 @@ module PulpContainerClient
444
438
 
445
439
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
446
440
  if @api_client.config.debugging
447
- @api_client.config.logger.debug "API called: ExportersFilesystemApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
441
+ @api_client.config.logger.debug "API called: ExportersFilesystemApi#exporters_core_filesystem_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
448
442
  end
449
443
  return data, status_code, headers
450
444
  end
@@ -25,8 +25,8 @@ module PulpContainerClient
25
25
  # @param filesystem_export [FilesystemExport]
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @return [AsyncOperationResponse]
28
- def create(filesystem_exporter_href, filesystem_export, opts = {})
29
- data, _status_code, _headers = create_with_http_info(filesystem_exporter_href, filesystem_export, opts)
28
+ def exporters_core_filesystem_exports_create(filesystem_exporter_href, filesystem_export, opts = {})
29
+ data, _status_code, _headers = exporters_core_filesystem_exports_create_with_http_info(filesystem_exporter_href, filesystem_export, opts)
30
30
  data
31
31
  end
32
32
 
@@ -36,17 +36,17 @@ module PulpContainerClient
36
36
  # @param filesystem_export [FilesystemExport]
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
39
- def create_with_http_info(filesystem_exporter_href, filesystem_export, opts = {})
39
+ def exporters_core_filesystem_exports_create_with_http_info(filesystem_exporter_href, filesystem_export, opts = {})
40
40
  if @api_client.config.debugging
41
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemExportsApi.create ...'
41
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemExportsApi.exporters_core_filesystem_exports_create ...'
42
42
  end
43
43
  # verify the required parameter 'filesystem_exporter_href' is set
44
44
  if @api_client.config.client_side_validation && filesystem_exporter_href.nil?
45
- fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemExportsApi.create"
45
+ fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemExportsApi.exporters_core_filesystem_exports_create"
46
46
  end
47
47
  # verify the required parameter 'filesystem_export' is set
48
48
  if @api_client.config.client_side_validation && filesystem_export.nil?
49
- fail ArgumentError, "Missing the required parameter 'filesystem_export' when calling ExportersFilesystemExportsApi.create"
49
+ fail ArgumentError, "Missing the required parameter 'filesystem_export' when calling ExportersFilesystemExportsApi.exporters_core_filesystem_exports_create"
50
50
  end
51
51
  # resource path
52
52
  local_var_path = '{filesystem_exporter_href}exports/'.sub('{' + 'filesystem_exporter_href' + '}', CGI.escape(filesystem_exporter_href.to_s).gsub('%2F', '/'))
@@ -84,33 +84,33 @@ module PulpContainerClient
84
84
 
85
85
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
86
86
  if @api_client.config.debugging
87
- @api_client.config.logger.debug "API called: ExportersFilesystemExportsApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
87
+ @api_client.config.logger.debug "API called: ExportersFilesystemExportsApi#exporters_core_filesystem_exports_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
88
88
  end
89
89
  return data, status_code, headers
90
90
  end
91
91
 
92
92
  # Delete a filesystem export
93
- # Endpoint for managing FilesystemExports.
93
+ # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
94
94
  # @param filesystem_filesystem_export_href [String]
95
95
  # @param [Hash] opts the optional parameters
96
96
  # @return [nil]
97
- def delete(filesystem_filesystem_export_href, opts = {})
98
- delete_with_http_info(filesystem_filesystem_export_href, opts)
97
+ def exporters_core_filesystem_exports_delete(filesystem_filesystem_export_href, opts = {})
98
+ exporters_core_filesystem_exports_delete_with_http_info(filesystem_filesystem_export_href, opts)
99
99
  nil
100
100
  end
101
101
 
102
102
  # Delete a filesystem export
103
- # Endpoint for managing FilesystemExports.
103
+ # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
104
104
  # @param filesystem_filesystem_export_href [String]
105
105
  # @param [Hash] opts the optional parameters
106
106
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
107
- def delete_with_http_info(filesystem_filesystem_export_href, opts = {})
107
+ def exporters_core_filesystem_exports_delete_with_http_info(filesystem_filesystem_export_href, opts = {})
108
108
  if @api_client.config.debugging
109
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemExportsApi.delete ...'
109
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemExportsApi.exporters_core_filesystem_exports_delete ...'
110
110
  end
111
111
  # verify the required parameter 'filesystem_filesystem_export_href' is set
112
112
  if @api_client.config.client_side_validation && filesystem_filesystem_export_href.nil?
113
- fail ArgumentError, "Missing the required parameter 'filesystem_filesystem_export_href' when calling ExportersFilesystemExportsApi.delete"
113
+ fail ArgumentError, "Missing the required parameter 'filesystem_filesystem_export_href' when calling ExportersFilesystemExportsApi.exporters_core_filesystem_exports_delete"
114
114
  end
115
115
  # resource path
116
116
  local_var_path = '{filesystem_filesystem_export_href}'.sub('{' + 'filesystem_filesystem_export_href' + '}', CGI.escape(filesystem_filesystem_export_href.to_s).gsub('%2F', '/'))
@@ -144,13 +144,13 @@ module PulpContainerClient
144
144
 
145
145
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
146
146
  if @api_client.config.debugging
147
- @api_client.config.logger.debug "API called: ExportersFilesystemExportsApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
147
+ @api_client.config.logger.debug "API called: ExportersFilesystemExportsApi#exporters_core_filesystem_exports_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
148
148
  end
149
149
  return data, status_code, headers
150
150
  end
151
151
 
152
152
  # List filesystem exports
153
- # Endpoint for managing FilesystemExports.
153
+ # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
154
154
  # @param filesystem_exporter_href [String]
155
155
  # @param [Hash] opts the optional parameters
156
156
  # @option opts [Integer] :limit Number of results to return per page.
@@ -158,13 +158,13 @@ module PulpContainerClient
158
158
  # @option opts [Array<String>] :fields A list of fields to include in the response.
159
159
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
160
160
  # @return [PaginatedFilesystemExportResponseList]
161
- def list(filesystem_exporter_href, opts = {})
162
- data, _status_code, _headers = list_with_http_info(filesystem_exporter_href, opts)
161
+ def exporters_core_filesystem_exports_list(filesystem_exporter_href, opts = {})
162
+ data, _status_code, _headers = exporters_core_filesystem_exports_list_with_http_info(filesystem_exporter_href, opts)
163
163
  data
164
164
  end
165
165
 
166
166
  # List filesystem exports
167
- # Endpoint for managing FilesystemExports.
167
+ # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
168
168
  # @param filesystem_exporter_href [String]
169
169
  # @param [Hash] opts the optional parameters
170
170
  # @option opts [Integer] :limit Number of results to return per page.
@@ -172,13 +172,13 @@ module PulpContainerClient
172
172
  # @option opts [Array<String>] :fields A list of fields to include in the response.
173
173
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
174
174
  # @return [Array<(PaginatedFilesystemExportResponseList, Integer, Hash)>] PaginatedFilesystemExportResponseList data, response status code and response headers
175
- def list_with_http_info(filesystem_exporter_href, opts = {})
175
+ def exporters_core_filesystem_exports_list_with_http_info(filesystem_exporter_href, opts = {})
176
176
  if @api_client.config.debugging
177
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemExportsApi.list ...'
177
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemExportsApi.exporters_core_filesystem_exports_list ...'
178
178
  end
179
179
  # verify the required parameter 'filesystem_exporter_href' is set
180
180
  if @api_client.config.client_side_validation && filesystem_exporter_href.nil?
181
- fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemExportsApi.list"
181
+ fail ArgumentError, "Missing the required parameter 'filesystem_exporter_href' when calling ExportersFilesystemExportsApi.exporters_core_filesystem_exports_list"
182
182
  end
183
183
  # resource path
184
184
  local_var_path = '{filesystem_exporter_href}exports/'.sub('{' + 'filesystem_exporter_href' + '}', CGI.escape(filesystem_exporter_href.to_s).gsub('%2F', '/'))
@@ -218,37 +218,37 @@ module PulpContainerClient
218
218
 
219
219
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
220
220
  if @api_client.config.debugging
221
- @api_client.config.logger.debug "API called: ExportersFilesystemExportsApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
221
+ @api_client.config.logger.debug "API called: ExportersFilesystemExportsApi#exporters_core_filesystem_exports_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
222
222
  end
223
223
  return data, status_code, headers
224
224
  end
225
225
 
226
226
  # Inspect a filesystem export
227
- # Endpoint for managing FilesystemExports.
227
+ # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
228
228
  # @param filesystem_filesystem_export_href [String]
229
229
  # @param [Hash] opts the optional parameters
230
230
  # @option opts [Array<String>] :fields A list of fields to include in the response.
231
231
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
232
232
  # @return [FilesystemExportResponse]
233
- def read(filesystem_filesystem_export_href, opts = {})
234
- data, _status_code, _headers = read_with_http_info(filesystem_filesystem_export_href, opts)
233
+ def exporters_core_filesystem_exports_read(filesystem_filesystem_export_href, opts = {})
234
+ data, _status_code, _headers = exporters_core_filesystem_exports_read_with_http_info(filesystem_filesystem_export_href, opts)
235
235
  data
236
236
  end
237
237
 
238
238
  # Inspect a filesystem export
239
- # Endpoint for managing FilesystemExports.
239
+ # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
240
240
  # @param filesystem_filesystem_export_href [String]
241
241
  # @param [Hash] opts the optional parameters
242
242
  # @option opts [Array<String>] :fields A list of fields to include in the response.
243
243
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
244
244
  # @return [Array<(FilesystemExportResponse, Integer, Hash)>] FilesystemExportResponse data, response status code and response headers
245
- def read_with_http_info(filesystem_filesystem_export_href, opts = {})
245
+ def exporters_core_filesystem_exports_read_with_http_info(filesystem_filesystem_export_href, opts = {})
246
246
  if @api_client.config.debugging
247
- @api_client.config.logger.debug 'Calling API: ExportersFilesystemExportsApi.read ...'
247
+ @api_client.config.logger.debug 'Calling API: ExportersFilesystemExportsApi.exporters_core_filesystem_exports_read ...'
248
248
  end
249
249
  # verify the required parameter 'filesystem_filesystem_export_href' is set
250
250
  if @api_client.config.client_side_validation && filesystem_filesystem_export_href.nil?
251
- fail ArgumentError, "Missing the required parameter 'filesystem_filesystem_export_href' when calling ExportersFilesystemExportsApi.read"
251
+ fail ArgumentError, "Missing the required parameter 'filesystem_filesystem_export_href' when calling ExportersFilesystemExportsApi.exporters_core_filesystem_exports_read"
252
252
  end
253
253
  # resource path
254
254
  local_var_path = '{filesystem_filesystem_export_href}'.sub('{' + 'filesystem_filesystem_export_href' + '}', CGI.escape(filesystem_filesystem_export_href.to_s).gsub('%2F', '/'))
@@ -286,7 +286,7 @@ module PulpContainerClient
286
286
 
287
287
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
288
288
  if @api_client.config.debugging
289
- @api_client.config.logger.debug "API called: ExportersFilesystemExportsApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
289
+ @api_client.config.logger.debug "API called: ExportersFilesystemExportsApi#exporters_core_filesystem_exports_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
290
290
  end
291
291
  return data, status_code, headers
292
292
  end