pulp_container_client 2.22.1 → 2.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (244) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -14
  3. data/docs/AsyncOperationResponse.md +8 -7
  4. data/docs/ContainerBlobResponse.md +18 -17
  5. data/docs/ContainerContainerDistribution.md +24 -23
  6. data/docs/ContainerContainerDistributionResponse.md +40 -39
  7. data/docs/ContainerContainerNamespace.md +8 -7
  8. data/docs/ContainerContainerNamespaceResponse.md +16 -15
  9. data/docs/ContainerContainerPullThroughDistribution.md +26 -25
  10. data/docs/ContainerContainerPullThroughDistributionResponse.md +38 -37
  11. data/docs/ContainerContainerPullThroughRemote.md +52 -51
  12. data/docs/ContainerContainerPullThroughRemoteResponse.md +52 -51
  13. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md +20 -0
  14. data/docs/ContainerContainerPushRepository.md +16 -15
  15. data/docs/ContainerContainerPushRepositoryResponse.md +28 -27
  16. data/docs/ContainerContainerRemote.md +56 -55
  17. data/docs/ContainerContainerRemoteResponse.md +56 -55
  18. data/docs/ContainerContainerRepository.md +18 -17
  19. data/docs/ContainerContainerRepositoryResponse.md +30 -29
  20. data/docs/ContainerManifestResponse.md +42 -41
  21. data/docs/ContainerManifestSignatureResponse.md +28 -27
  22. data/docs/ContainerRepositorySyncURL.md +12 -11
  23. data/docs/ContainerTagResponse.md +18 -17
  24. data/docs/ContentBlobsApi.md +82 -49
  25. data/docs/ContentManifestsApi.md +86 -53
  26. data/docs/ContentSignaturesApi.md +97 -64
  27. data/docs/ContentSummaryResponse.md +12 -11
  28. data/docs/ContentTagsApi.md +86 -53
  29. data/docs/DistributionsContainerApi.md +386 -183
  30. data/docs/DistributionsPullThroughApi.md +385 -182
  31. data/docs/ManifestCopy.md +14 -13
  32. data/docs/MediaTypesEnum.md +4 -5
  33. data/docs/MyPermissionsResponse.md +8 -7
  34. data/docs/NestedRole.md +12 -11
  35. data/docs/NestedRoleResponse.md +12 -11
  36. data/docs/ObjectRolesResponse.md +8 -7
  37. data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
  38. data/docs/PaginatedcontainerBlobResponseList.md +14 -13
  39. data/docs/PaginatedcontainerContainerDistributionResponseList.md +14 -13
  40. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +14 -13
  41. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +14 -13
  42. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +14 -13
  43. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +14 -13
  44. data/docs/PaginatedcontainerContainerRemoteResponseList.md +14 -13
  45. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +14 -13
  46. data/docs/PaginatedcontainerManifestResponseList.md +14 -13
  47. data/docs/PaginatedcontainerManifestSignatureResponseList.md +14 -13
  48. data/docs/PaginatedcontainerTagResponseList.md +14 -13
  49. data/docs/PatchedcontainerContainerDistribution.md +24 -23
  50. data/docs/PatchedcontainerContainerPullThroughDistribution.md +26 -25
  51. data/docs/PatchedcontainerContainerPullThroughRemote.md +52 -51
  52. data/docs/PatchedcontainerContainerPushRepository.md +16 -15
  53. data/docs/PatchedcontainerContainerRemote.md +56 -55
  54. data/docs/PatchedcontainerContainerRepository.md +18 -17
  55. data/docs/Policy692Enum.md +4 -5
  56. data/docs/Policy7e0Enum.md +4 -5
  57. data/docs/PulpContainerNamespacesApi.md +259 -124
  58. data/docs/RecursiveManage.md +8 -7
  59. data/docs/RemotesContainerApi.md +389 -184
  60. data/docs/RemotesPullThroughApi.md +389 -184
  61. data/docs/RemoveImage.md +8 -7
  62. data/docs/RemoveSignatures.md +8 -7
  63. data/docs/RemoveSignaturesResponse.md +8 -7
  64. data/docs/Repair.md +8 -7
  65. data/docs/RepositoriesContainerApi.md +647 -291
  66. data/docs/RepositoriesContainerPushApi.md +419 -198
  67. data/docs/RepositoriesContainerPushVersionsApi.md +152 -82
  68. data/docs/RepositoriesContainerVersionsApi.md +152 -82
  69. data/docs/RepositorySign.md +12 -11
  70. data/docs/RepositoryVersionResponse.md +22 -21
  71. data/docs/SetLabel.md +10 -9
  72. data/docs/SetLabelResponse.md +10 -9
  73. data/docs/TagCopy.md +12 -11
  74. data/docs/TagImage.md +10 -9
  75. data/docs/TokenApi.md +25 -7
  76. data/docs/UnTagImage.md +8 -7
  77. data/docs/UnsetLabel.md +8 -7
  78. data/docs/UnsetLabelResponse.md +10 -9
  79. data/lib/pulp_container_client/api/content_blobs_api.rb +11 -9
  80. data/lib/pulp_container_client/api/content_manifests_api.rb +11 -9
  81. data/lib/pulp_container_client/api/content_signatures_api.rb +11 -9
  82. data/lib/pulp_container_client/api/content_tags_api.rb +11 -9
  83. data/lib/pulp_container_client/api/distributions_container_api.rb +89 -56
  84. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +89 -56
  85. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +53 -36
  86. data/lib/pulp_container_client/api/remotes_container_api.rb +104 -68
  87. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +104 -68
  88. data/lib/pulp_container_client/api/repositories_container_api.rb +171 -102
  89. data/lib/pulp_container_client/api/repositories_container_push_api.rb +102 -62
  90. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +40 -30
  91. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +40 -30
  92. data/lib/pulp_container_client/api/token_api.rb +5 -4
  93. data/lib/pulp_container_client/api_client.rb +137 -102
  94. data/lib/pulp_container_client/api_error.rb +2 -1
  95. data/lib/pulp_container_client/configuration.rb +162 -21
  96. data/lib/pulp_container_client/models/async_operation_response.rb +32 -22
  97. data/lib/pulp_container_client/models/container_blob_response.rb +37 -29
  98. data/lib/pulp_container_client/models/container_container_distribution.rb +86 -74
  99. data/lib/pulp_container_client/models/container_container_distribution_response.rb +95 -83
  100. data/lib/pulp_container_client/models/container_container_namespace.rb +32 -22
  101. data/lib/pulp_container_client/models/container_container_namespace_response.rb +34 -24
  102. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +88 -74
  103. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +97 -83
  104. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +56 -22
  105. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +59 -25
  106. data/lib/pulp_container_client/models/{container_container_pull_through_remote_response_hidden_fields.rb → container_container_pull_through_remote_response_hidden_fields_inner.rb} +37 -25
  107. data/lib/pulp_container_client/models/container_container_push_repository.rb +83 -73
  108. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +91 -81
  109. data/lib/pulp_container_client/models/container_container_remote.rb +63 -23
  110. data/lib/pulp_container_client/models/container_container_remote_response.rb +61 -25
  111. data/lib/pulp_container_client/models/container_container_repository.rb +32 -22
  112. data/lib/pulp_container_client/models/container_container_repository_response.rb +34 -24
  113. data/lib/pulp_container_client/models/container_manifest_response.rb +42 -24
  114. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +46 -24
  115. data/lib/pulp_container_client/models/container_repository_sync_url.rb +30 -22
  116. data/lib/pulp_container_client/models/container_tag_response.rb +36 -24
  117. data/lib/pulp_container_client/models/content_summary_response.rb +36 -22
  118. data/lib/pulp_container_client/models/manifest_copy.rb +31 -23
  119. data/lib/pulp_container_client/models/media_types_enum.rb +8 -4
  120. data/lib/pulp_container_client/models/my_permissions_response.rb +32 -22
  121. data/lib/pulp_container_client/models/nested_role.rb +32 -22
  122. data/lib/pulp_container_client/models/nested_role_response.rb +32 -22
  123. data/lib/pulp_container_client/models/object_roles_response.rb +32 -22
  124. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +34 -22
  125. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +34 -22
  126. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +34 -22
  127. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +34 -22
  128. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +34 -22
  129. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +34 -22
  130. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +34 -22
  131. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +34 -22
  132. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +34 -22
  133. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +34 -22
  134. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +34 -22
  135. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +34 -22
  136. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +81 -65
  137. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +81 -65
  138. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +62 -24
  139. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +77 -65
  140. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +72 -26
  141. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +35 -23
  142. data/lib/pulp_container_client/models/policy692_enum.rb +8 -4
  143. data/lib/pulp_container_client/models/policy7e0_enum.rb +8 -4
  144. data/lib/pulp_container_client/models/recursive_manage.rb +31 -23
  145. data/lib/pulp_container_client/models/remove_image.rb +32 -22
  146. data/lib/pulp_container_client/models/remove_signatures.rb +32 -22
  147. data/lib/pulp_container_client/models/remove_signatures_response.rb +32 -22
  148. data/lib/pulp_container_client/models/repair.rb +30 -22
  149. data/lib/pulp_container_client/models/repository_sign.rb +36 -24
  150. data/lib/pulp_container_client/models/repository_version_response.rb +32 -24
  151. data/lib/pulp_container_client/models/set_label.rb +34 -22
  152. data/lib/pulp_container_client/models/set_label_response.rb +34 -22
  153. data/lib/pulp_container_client/models/tag_copy.rb +31 -23
  154. data/lib/pulp_container_client/models/tag_image.rb +34 -22
  155. data/lib/pulp_container_client/models/un_tag_image.rb +32 -22
  156. data/lib/pulp_container_client/models/unset_label.rb +32 -22
  157. data/lib/pulp_container_client/models/unset_label_response.rb +32 -22
  158. data/lib/pulp_container_client/version.rb +2 -2
  159. data/lib/pulp_container_client.rb +2 -3
  160. data/pulp_container_client.gemspec +9 -6
  161. data/spec/api/content_blobs_api_spec.rb +3 -3
  162. data/spec/api/content_manifests_api_spec.rb +3 -3
  163. data/spec/api/content_signatures_api_spec.rb +3 -3
  164. data/spec/api/content_tags_api_spec.rb +3 -3
  165. data/spec/api/distributions_container_api_spec.rb +13 -13
  166. data/spec/api/distributions_pull_through_api_spec.rb +13 -13
  167. data/spec/api/pulp_container_namespaces_api_spec.rb +9 -9
  168. data/spec/api/remotes_container_api_spec.rb +20 -19
  169. data/spec/api/remotes_pull_through_api_spec.rb +20 -19
  170. data/spec/api/repositories_container_api_spec.rb +22 -22
  171. data/spec/api/repositories_container_push_api_spec.rb +14 -14
  172. data/spec/api/repositories_container_push_versions_api_spec.rb +12 -11
  173. data/spec/api/repositories_container_versions_api_spec.rb +12 -11
  174. data/spec/api/token_api_spec.rb +2 -2
  175. data/spec/models/async_operation_response_spec.rb +7 -12
  176. data/spec/models/container_blob_response_spec.rb +12 -17
  177. data/spec/models/container_container_distribution_response_spec.rb +34 -39
  178. data/spec/models/container_container_distribution_spec.rb +20 -25
  179. data/spec/models/container_container_namespace_response_spec.rb +11 -16
  180. data/spec/models/container_container_namespace_spec.rb +7 -12
  181. data/spec/models/container_container_pull_through_distribution_response_spec.rb +33 -38
  182. data/spec/models/container_container_pull_through_distribution_spec.rb +21 -26
  183. data/spec/models/{container_container_pull_through_remote_response_hidden_fields_spec.rb → container_container_pull_through_remote_response_hidden_fields_inner_spec.rb} +11 -16
  184. data/spec/models/container_container_pull_through_remote_response_spec.rb +29 -34
  185. data/spec/models/container_container_pull_through_remote_spec.rb +29 -34
  186. data/spec/models/container_container_push_repository_response_spec.rb +28 -33
  187. data/spec/models/container_container_push_repository_spec.rb +15 -20
  188. data/spec/models/container_container_remote_response_spec.rb +31 -36
  189. data/spec/models/container_container_remote_spec.rb +31 -36
  190. data/spec/models/container_container_repository_response_spec.rb +18 -23
  191. data/spec/models/container_container_repository_spec.rb +12 -17
  192. data/spec/models/container_manifest_response_spec.rb +24 -29
  193. data/spec/models/container_manifest_signature_response_spec.rb +17 -22
  194. data/spec/models/container_repository_sync_url_spec.rb +9 -14
  195. data/spec/models/container_tag_response_spec.rb +12 -17
  196. data/spec/models/content_summary_response_spec.rb +9 -14
  197. data/spec/models/manifest_copy_spec.rb +10 -15
  198. data/spec/models/media_types_enum_spec.rb +6 -11
  199. data/spec/models/my_permissions_response_spec.rb +7 -12
  200. data/spec/models/nested_role_response_spec.rb +9 -14
  201. data/spec/models/nested_role_spec.rb +9 -14
  202. data/spec/models/object_roles_response_spec.rb +7 -12
  203. data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
  204. data/spec/models/paginatedcontainer_blob_response_list_spec.rb +10 -15
  205. data/spec/models/paginatedcontainer_container_distribution_response_list_spec.rb +10 -15
  206. data/spec/models/paginatedcontainer_container_namespace_response_list_spec.rb +10 -15
  207. data/spec/models/paginatedcontainer_container_pull_through_distribution_response_list_spec.rb +10 -15
  208. data/spec/models/paginatedcontainer_container_pull_through_remote_response_list_spec.rb +10 -15
  209. data/spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb +10 -15
  210. data/spec/models/paginatedcontainer_container_remote_response_list_spec.rb +10 -15
  211. data/spec/models/paginatedcontainer_container_repository_response_list_spec.rb +10 -15
  212. data/spec/models/paginatedcontainer_manifest_response_list_spec.rb +10 -15
  213. data/spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb +10 -15
  214. data/spec/models/paginatedcontainer_tag_response_list_spec.rb +10 -15
  215. data/spec/models/patchedcontainer_container_distribution_spec.rb +20 -25
  216. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +21 -26
  217. data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +29 -34
  218. data/spec/models/patchedcontainer_container_push_repository_spec.rb +15 -20
  219. data/spec/models/patchedcontainer_container_remote_spec.rb +31 -36
  220. data/spec/models/patchedcontainer_container_repository_spec.rb +12 -17
  221. data/spec/models/policy692_enum_spec.rb +6 -11
  222. data/spec/models/policy7e0_enum_spec.rb +6 -11
  223. data/spec/models/recursive_manage_spec.rb +7 -12
  224. data/spec/models/remove_image_spec.rb +7 -12
  225. data/spec/models/remove_signatures_response_spec.rb +7 -12
  226. data/spec/models/remove_signatures_spec.rb +7 -12
  227. data/spec/models/repair_spec.rb +7 -12
  228. data/spec/models/repository_sign_spec.rb +9 -14
  229. data/spec/models/repository_version_response_spec.rb +14 -19
  230. data/spec/models/set_label_response_spec.rb +8 -13
  231. data/spec/models/set_label_spec.rb +8 -13
  232. data/spec/models/tag_copy_spec.rb +9 -14
  233. data/spec/models/tag_image_spec.rb +8 -13
  234. data/spec/models/un_tag_image_spec.rb +7 -12
  235. data/spec/models/unset_label_response_spec.rb +8 -13
  236. data/spec/models/unset_label_spec.rb +7 -12
  237. data/spec/spec_helper.rb +1 -1
  238. metadata +105 -85
  239. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +0 -19
  240. data/docs/OCIBuildImage.md +0 -23
  241. data/lib/pulp_container_client/models/oci_build_image.rb +0 -256
  242. data/spec/api_client_spec.rb +0 -188
  243. data/spec/configuration_spec.rb +0 -42
  244. data/spec/models/oci_build_image_spec.rb +0 -59
@@ -2,35 +2,34 @@
2
2
 
3
3
  All URIs are relative to *http://localhost:24817*
4
4
 
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**add_role**](RemotesContainerApi.md#add_role) | **POST** {container_container_remote_href}add_role/ | Add a 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/ | List roles
12
- [**my_permissions**](RemotesContainerApi.md#my_permissions) | **GET** {container_container_remote_href}my_permissions/ | List user 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/ | Remove a role
16
- [**set_label**](RemotesContainerApi.md#set_label) | **POST** {container_container_remote_href}set_label/ | Set a label
17
- [**unset_label**](RemotesContainerApi.md#unset_label) | **POST** {container_container_remote_href}unset_label/ | Unset a label
18
- [**update**](RemotesContainerApi.md#update) | **PUT** {container_container_remote_href} | Update a container remote
19
-
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**add_role**](RemotesContainerApi.md#add_role) | **POST** {container_container_remote_href}add_role/ | Add a 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/ | List roles |
12
+ | [**my_permissions**](RemotesContainerApi.md#my_permissions) | **GET** {container_container_remote_href}my_permissions/ | List user 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/ | Remove a role |
16
+ | [**set_label**](RemotesContainerApi.md#set_label) | **POST** {container_container_remote_href}set_label/ | Set a label |
17
+ | [**unset_label**](RemotesContainerApi.md#unset_label) | **POST** {container_container_remote_href}unset_label/ | Unset a label |
18
+ | [**update**](RemotesContainerApi.md#update) | **PUT** {container_container_remote_href} | Update a container remote |
20
19
 
21
20
 
22
21
  ## add_role
23
22
 
24
- > NestedRoleResponse add_role(container_container_remote_href, nested_role)
23
+ > <NestedRoleResponse> add_role(container_container_remote_href, nested_role)
25
24
 
26
25
  Add a role
27
26
 
28
27
  Add a role for this object to users/groups.
29
28
 
30
- ### Example
29
+ ### Examples
31
30
 
32
31
  ```ruby
33
- # load the gem
32
+ require 'time'
34
33
  require 'pulp_container_client'
35
34
  # setup authorization
36
35
  PulpContainerClient.configure do |config|
@@ -41,24 +40,41 @@ end
41
40
 
42
41
  api_instance = PulpContainerClient::RemotesContainerApi.new
43
42
  container_container_remote_href = 'container_container_remote_href_example' # String |
44
- nested_role = PulpContainerClient::NestedRole.new # NestedRole |
43
+ nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
45
44
 
46
45
  begin
47
- #Add a role
46
+ # Add a role
48
47
  result = api_instance.add_role(container_container_remote_href, nested_role)
49
48
  p result
50
49
  rescue PulpContainerClient::ApiError => e
51
- puts "Exception when calling RemotesContainerApi->add_role: #{e}"
50
+ puts "Error when calling RemotesContainerApi->add_role: #{e}"
52
51
  end
53
52
  ```
54
53
 
55
- ### Parameters
54
+ #### Using the add_role_with_http_info variant
55
+
56
+ This returns an Array which contains the response data, status code and headers.
57
+
58
+ > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_remote_href, nested_role)
59
+
60
+ ```ruby
61
+ begin
62
+ # Add a role
63
+ data, status_code, headers = api_instance.add_role_with_http_info(container_container_remote_href, nested_role)
64
+ p status_code # => 2xx
65
+ p headers # => { ... }
66
+ p data # => <NestedRoleResponse>
67
+ rescue PulpContainerClient::ApiError => e
68
+ puts "Error when calling RemotesContainerApi->add_role_with_http_info: #{e}"
69
+ end
70
+ ```
56
71
 
72
+ ### Parameters
57
73
 
58
- Name | Type | Description | Notes
59
- ------------- | ------------- | ------------- | -------------
60
- **container_container_remote_href** | **String**| |
61
- **nested_role** | [**NestedRole**](NestedRole.md)| |
74
+ | Name | Type | Description | Notes |
75
+ | ---- | ---- | ----------- | ----- |
76
+ | **container_container_remote_href** | **String** | | |
77
+ | **nested_role** | [**NestedRole**](NestedRole.md) | | |
62
78
 
63
79
  ### Return type
64
80
 
@@ -76,16 +92,16 @@ Name | Type | Description | Notes
76
92
 
77
93
  ## create
78
94
 
79
- > ContainerContainerRemoteResponse create(container_container_remote)
95
+ > <ContainerContainerRemoteResponse> create(container_container_remote)
80
96
 
81
97
  Create a container remote
82
98
 
83
99
  Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
84
100
 
85
- ### Example
101
+ ### Examples
86
102
 
87
103
  ```ruby
88
- # load the gem
104
+ require 'time'
89
105
  require 'pulp_container_client'
90
106
  # setup authorization
91
107
  PulpContainerClient.configure do |config|
@@ -95,23 +111,40 @@ PulpContainerClient.configure do |config|
95
111
  end
96
112
 
97
113
  api_instance = PulpContainerClient::RemotesContainerApi.new
98
- container_container_remote = PulpContainerClient::ContainerContainerRemote.new # ContainerContainerRemote |
114
+ container_container_remote = PulpContainerClient::ContainerContainerRemote.new({name: 'name_example', url: 'url_example', upstream_name: 'upstream_name_example'}) # ContainerContainerRemote |
99
115
 
100
116
  begin
101
- #Create a container remote
117
+ # Create a container remote
102
118
  result = api_instance.create(container_container_remote)
103
119
  p result
104
120
  rescue PulpContainerClient::ApiError => e
105
- puts "Exception when calling RemotesContainerApi->create: #{e}"
121
+ puts "Error when calling RemotesContainerApi->create: #{e}"
106
122
  end
107
123
  ```
108
124
 
109
- ### Parameters
125
+ #### Using the create_with_http_info variant
110
126
 
127
+ This returns an Array which contains the response data, status code and headers.
111
128
 
112
- Name | Type | Description | Notes
113
- ------------- | ------------- | ------------- | -------------
114
- **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md)| |
129
+ > <Array(<ContainerContainerRemoteResponse>, Integer, Hash)> create_with_http_info(container_container_remote)
130
+
131
+ ```ruby
132
+ begin
133
+ # Create a container remote
134
+ data, status_code, headers = api_instance.create_with_http_info(container_container_remote)
135
+ p status_code # => 2xx
136
+ p headers # => { ... }
137
+ p data # => <ContainerContainerRemoteResponse>
138
+ rescue PulpContainerClient::ApiError => e
139
+ puts "Error when calling RemotesContainerApi->create_with_http_info: #{e}"
140
+ end
141
+ ```
142
+
143
+ ### Parameters
144
+
145
+ | Name | Type | Description | Notes |
146
+ | ---- | ---- | ----------- | ----- |
147
+ | **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md) | | |
115
148
 
116
149
  ### Return type
117
150
 
@@ -129,16 +162,16 @@ Name | Type | Description | Notes
129
162
 
130
163
  ## delete
131
164
 
132
- > AsyncOperationResponse delete(container_container_remote_href)
165
+ > <AsyncOperationResponse> delete(container_container_remote_href)
133
166
 
134
167
  Delete a container remote
135
168
 
136
169
  Trigger an asynchronous delete task
137
170
 
138
- ### Example
171
+ ### Examples
139
172
 
140
173
  ```ruby
141
- # load the gem
174
+ require 'time'
142
175
  require 'pulp_container_client'
143
176
  # setup authorization
144
177
  PulpContainerClient.configure do |config|
@@ -151,20 +184,37 @@ api_instance = PulpContainerClient::RemotesContainerApi.new
151
184
  container_container_remote_href = 'container_container_remote_href_example' # String |
152
185
 
153
186
  begin
154
- #Delete a container remote
187
+ # Delete a container remote
155
188
  result = api_instance.delete(container_container_remote_href)
156
189
  p result
157
190
  rescue PulpContainerClient::ApiError => e
158
- puts "Exception when calling RemotesContainerApi->delete: #{e}"
191
+ puts "Error when calling RemotesContainerApi->delete: #{e}"
159
192
  end
160
193
  ```
161
194
 
162
- ### Parameters
195
+ #### Using the delete_with_http_info variant
196
+
197
+ This returns an Array which contains the response data, status code and headers.
198
+
199
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_remote_href)
163
200
 
201
+ ```ruby
202
+ begin
203
+ # Delete a container remote
204
+ data, status_code, headers = api_instance.delete_with_http_info(container_container_remote_href)
205
+ p status_code # => 2xx
206
+ p headers # => { ... }
207
+ p data # => <AsyncOperationResponse>
208
+ rescue PulpContainerClient::ApiError => e
209
+ puts "Error when calling RemotesContainerApi->delete_with_http_info: #{e}"
210
+ end
211
+ ```
212
+
213
+ ### Parameters
164
214
 
165
- Name | Type | Description | Notes
166
- ------------- | ------------- | ------------- | -------------
167
- **container_container_remote_href** | **String**| |
215
+ | Name | Type | Description | Notes |
216
+ | ---- | ---- | ----------- | ----- |
217
+ | **container_container_remote_href** | **String** | | |
168
218
 
169
219
  ### Return type
170
220
 
@@ -182,16 +232,16 @@ Name | Type | Description | Notes
182
232
 
183
233
  ## list
184
234
 
185
- > PaginatedcontainerContainerRemoteResponseList list(opts)
235
+ > <PaginatedcontainerContainerRemoteResponseList> list(opts)
186
236
 
187
237
  List container remotes
188
238
 
189
239
  Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
190
240
 
191
- ### Example
241
+ ### Examples
192
242
 
193
243
  ```ruby
194
- # load the gem
244
+ require 'time'
195
245
  require 'pulp_container_client'
196
246
  # setup authorization
197
247
  PulpContainerClient.configure do |config|
@@ -207,67 +257,86 @@ opts = {
207
257
  name__contains: 'name__contains_example', # String | Filter results where name contains value
208
258
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
209
259
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
210
- name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
260
+ name__in: ['inner_example'], # Array<String> | Filter results where name is in a comma-separated list of values
211
261
  name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
212
262
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
213
263
  name__regex: 'name__regex_example', # String | Filter results where name matches regex value
214
264
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
215
265
  offset: 56, # Integer | The initial index from which to return the results.
216
- 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)
217
- prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
218
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
219
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
266
+ ordering: ['-ca_cert'], # 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)
267
+ prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
268
+ pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
269
+ pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
220
270
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
221
- pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
222
- pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
223
- pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
224
- pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
225
- 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
226
- 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
271
+ pulp_last_updated: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_last_updated matches value
272
+ pulp_last_updated__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_last_updated is greater than value
273
+ pulp_last_updated__gte: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_last_updated is greater than or equal to value
274
+ pulp_last_updated__isnull: true, # Boolean | Filter results where pulp_last_updated has a null value
275
+ pulp_last_updated__lt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_last_updated is less than value
276
+ pulp_last_updated__lte: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_last_updated is less than or equal to value
277
+ pulp_last_updated__range: [Time.now], # Array<Time> | Filter results where pulp_last_updated is between two comma separated values
227
278
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
228
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
229
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
279
+ fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
280
+ exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
230
281
  }
231
282
 
232
283
  begin
233
- #List container remotes
284
+ # List container remotes
234
285
  result = api_instance.list(opts)
235
286
  p result
236
287
  rescue PulpContainerClient::ApiError => e
237
- puts "Exception when calling RemotesContainerApi->list: #{e}"
288
+ puts "Error when calling RemotesContainerApi->list: #{e}"
238
289
  end
239
290
  ```
240
291
 
241
- ### Parameters
292
+ #### Using the list_with_http_info variant
293
+
294
+ This returns an Array which contains the response data, status code and headers.
242
295
 
296
+ > <Array(<PaginatedcontainerContainerRemoteResponseList>, Integer, Hash)> list_with_http_info(opts)
243
297
 
244
- Name | Type | Description | Notes
245
- ------------- | ------------- | ------------- | -------------
246
- **limit** | **Integer**| Number of results to return per page. | [optional]
247
- **name** | **String**| Filter results where name matches value | [optional]
248
- **name__contains** | **String**| Filter results where name contains value | [optional]
249
- **name__icontains** | **String**| Filter results where name contains value | [optional]
250
- **name__iexact** | **String**| Filter results where name matches value | [optional]
251
- **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
252
- **name__iregex** | **String**| Filter results where name matches regex value | [optional]
253
- **name__istartswith** | **String**| Filter results where name starts with value | [optional]
254
- **name__regex** | **String**| Filter results where name matches regex value | [optional]
255
- **name__startswith** | **String**| Filter results where name starts with value | [optional]
256
- **offset** | **Integer**| The initial index from which to return the results. | [optional]
257
- **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]
258
- **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
259
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
260
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
261
- **pulp_label_select** | **String**| Filter labels by search string | [optional]
262
- **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
263
- **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
264
- **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
265
- **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
266
- **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
267
- **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
268
- **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
269
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
270
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
298
+ ```ruby
299
+ begin
300
+ # List container remotes
301
+ data, status_code, headers = api_instance.list_with_http_info(opts)
302
+ p status_code # => 2xx
303
+ p headers # => { ... }
304
+ p data # => <PaginatedcontainerContainerRemoteResponseList>
305
+ rescue PulpContainerClient::ApiError => e
306
+ puts "Error when calling RemotesContainerApi->list_with_http_info: #{e}"
307
+ end
308
+ ```
309
+
310
+ ### Parameters
311
+
312
+ | Name | Type | Description | Notes |
313
+ | ---- | ---- | ----------- | ----- |
314
+ | **limit** | **Integer** | Number of results to return per page. | [optional] |
315
+ | **name** | **String** | Filter results where name matches value | [optional] |
316
+ | **name__contains** | **String** | Filter results where name contains value | [optional] |
317
+ | **name__icontains** | **String** | Filter results where name contains value | [optional] |
318
+ | **name__iexact** | **String** | Filter results where name matches value | [optional] |
319
+ | **name__in** | [**Array&lt;String&gt;**](String.md) | Filter results where name is in a comma-separated list of values | [optional] |
320
+ | **name__iregex** | **String** | Filter results where name matches regex value | [optional] |
321
+ | **name__istartswith** | **String** | Filter results where name starts with value | [optional] |
322
+ | **name__regex** | **String** | Filter results where name matches regex value | [optional] |
323
+ | **name__startswith** | **String** | Filter results where name starts with value | [optional] |
324
+ | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
325
+ | **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] |
326
+ | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
327
+ | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
328
+ | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
329
+ | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
330
+ | **pulp_last_updated** | **Time** | Filter results where pulp_last_updated matches value | [optional] |
331
+ | **pulp_last_updated__gt** | **Time** | Filter results where pulp_last_updated is greater than value | [optional] |
332
+ | **pulp_last_updated__gte** | **Time** | Filter results where pulp_last_updated is greater than or equal to value | [optional] |
333
+ | **pulp_last_updated__isnull** | **Boolean** | Filter results where pulp_last_updated has a null value | [optional] |
334
+ | **pulp_last_updated__lt** | **Time** | Filter results where pulp_last_updated is less than value | [optional] |
335
+ | **pulp_last_updated__lte** | **Time** | Filter results where pulp_last_updated is less than or equal to value | [optional] |
336
+ | **pulp_last_updated__range** | [**Array&lt;Time&gt;**](Time.md) | Filter results where pulp_last_updated is between two comma separated values | [optional] |
337
+ | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
338
+ | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
339
+ | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
271
340
 
272
341
  ### Return type
273
342
 
@@ -285,16 +354,16 @@ Name | Type | Description | Notes
285
354
 
286
355
  ## list_roles
287
356
 
288
- > ObjectRolesResponse list_roles(container_container_remote_href, opts)
357
+ > <ObjectRolesResponse> list_roles(container_container_remote_href, opts)
289
358
 
290
359
  List roles
291
360
 
292
361
  List roles assigned to this object.
293
362
 
294
- ### Example
363
+ ### Examples
295
364
 
296
365
  ```ruby
297
- # load the gem
366
+ require 'time'
298
367
  require 'pulp_container_client'
299
368
  # setup authorization
300
369
  PulpContainerClient.configure do |config|
@@ -306,27 +375,44 @@ end
306
375
  api_instance = PulpContainerClient::RemotesContainerApi.new
307
376
  container_container_remote_href = 'container_container_remote_href_example' # String |
308
377
  opts = {
309
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
310
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
378
+ fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
379
+ exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
311
380
  }
312
381
 
313
382
  begin
314
- #List roles
383
+ # List roles
315
384
  result = api_instance.list_roles(container_container_remote_href, opts)
316
385
  p result
317
386
  rescue PulpContainerClient::ApiError => e
318
- puts "Exception when calling RemotesContainerApi->list_roles: #{e}"
387
+ puts "Error when calling RemotesContainerApi->list_roles: #{e}"
319
388
  end
320
389
  ```
321
390
 
322
- ### Parameters
391
+ #### Using the list_roles_with_http_info variant
392
+
393
+ This returns an Array which contains the response data, status code and headers.
394
+
395
+ > <Array(<ObjectRolesResponse>, Integer, Hash)> list_roles_with_http_info(container_container_remote_href, opts)
396
+
397
+ ```ruby
398
+ begin
399
+ # List roles
400
+ data, status_code, headers = api_instance.list_roles_with_http_info(container_container_remote_href, opts)
401
+ p status_code # => 2xx
402
+ p headers # => { ... }
403
+ p data # => <ObjectRolesResponse>
404
+ rescue PulpContainerClient::ApiError => e
405
+ puts "Error when calling RemotesContainerApi->list_roles_with_http_info: #{e}"
406
+ end
407
+ ```
323
408
 
409
+ ### Parameters
324
410
 
325
- Name | Type | Description | Notes
326
- ------------- | ------------- | ------------- | -------------
327
- **container_container_remote_href** | **String**| |
328
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
329
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
411
+ | Name | Type | Description | Notes |
412
+ | ---- | ---- | ----------- | ----- |
413
+ | **container_container_remote_href** | **String** | | |
414
+ | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
415
+ | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
330
416
 
331
417
  ### Return type
332
418
 
@@ -344,16 +430,16 @@ Name | Type | Description | Notes
344
430
 
345
431
  ## my_permissions
346
432
 
347
- > MyPermissionsResponse my_permissions(container_container_remote_href, opts)
433
+ > <MyPermissionsResponse> my_permissions(container_container_remote_href, opts)
348
434
 
349
435
  List user permissions
350
436
 
351
437
  List permissions available to the current user on this object.
352
438
 
353
- ### Example
439
+ ### Examples
354
440
 
355
441
  ```ruby
356
- # load the gem
442
+ require 'time'
357
443
  require 'pulp_container_client'
358
444
  # setup authorization
359
445
  PulpContainerClient.configure do |config|
@@ -365,27 +451,44 @@ end
365
451
  api_instance = PulpContainerClient::RemotesContainerApi.new
366
452
  container_container_remote_href = 'container_container_remote_href_example' # String |
367
453
  opts = {
368
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
369
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
454
+ fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
455
+ exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
370
456
  }
371
457
 
372
458
  begin
373
- #List user permissions
459
+ # List user permissions
374
460
  result = api_instance.my_permissions(container_container_remote_href, opts)
375
461
  p result
376
462
  rescue PulpContainerClient::ApiError => e
377
- puts "Exception when calling RemotesContainerApi->my_permissions: #{e}"
463
+ puts "Error when calling RemotesContainerApi->my_permissions: #{e}"
378
464
  end
379
465
  ```
380
466
 
381
- ### Parameters
467
+ #### Using the my_permissions_with_http_info variant
468
+
469
+ This returns an Array which contains the response data, status code and headers.
470
+
471
+ > <Array(<MyPermissionsResponse>, Integer, Hash)> my_permissions_with_http_info(container_container_remote_href, opts)
382
472
 
473
+ ```ruby
474
+ begin
475
+ # List user permissions
476
+ data, status_code, headers = api_instance.my_permissions_with_http_info(container_container_remote_href, opts)
477
+ p status_code # => 2xx
478
+ p headers # => { ... }
479
+ p data # => <MyPermissionsResponse>
480
+ rescue PulpContainerClient::ApiError => e
481
+ puts "Error when calling RemotesContainerApi->my_permissions_with_http_info: #{e}"
482
+ end
483
+ ```
484
+
485
+ ### Parameters
383
486
 
384
- Name | Type | Description | Notes
385
- ------------- | ------------- | ------------- | -------------
386
- **container_container_remote_href** | **String**| |
387
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
388
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
487
+ | Name | Type | Description | Notes |
488
+ | ---- | ---- | ----------- | ----- |
489
+ | **container_container_remote_href** | **String** | | |
490
+ | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
491
+ | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
389
492
 
390
493
  ### Return type
391
494
 
@@ -403,16 +506,16 @@ Name | Type | Description | Notes
403
506
 
404
507
  ## partial_update
405
508
 
406
- > AsyncOperationResponse partial_update(container_container_remote_href, patchedcontainer_container_remote)
509
+ > <AsyncOperationResponse> partial_update(container_container_remote_href, patchedcontainer_container_remote)
407
510
 
408
511
  Update a container remote
409
512
 
410
513
  Trigger an asynchronous partial update task
411
514
 
412
- ### Example
515
+ ### Examples
413
516
 
414
517
  ```ruby
415
- # load the gem
518
+ require 'time'
416
519
  require 'pulp_container_client'
417
520
  # setup authorization
418
521
  PulpContainerClient.configure do |config|
@@ -426,21 +529,38 @@ container_container_remote_href = 'container_container_remote_href_example' # St
426
529
  patchedcontainer_container_remote = PulpContainerClient::PatchedcontainerContainerRemote.new # PatchedcontainerContainerRemote |
427
530
 
428
531
  begin
429
- #Update a container remote
532
+ # Update a container remote
430
533
  result = api_instance.partial_update(container_container_remote_href, patchedcontainer_container_remote)
431
534
  p result
432
535
  rescue PulpContainerClient::ApiError => e
433
- puts "Exception when calling RemotesContainerApi->partial_update: #{e}"
536
+ puts "Error when calling RemotesContainerApi->partial_update: #{e}"
434
537
  end
435
538
  ```
436
539
 
437
- ### Parameters
540
+ #### Using the partial_update_with_http_info variant
541
+
542
+ This returns an Array which contains the response data, status code and headers.
438
543
 
544
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote)
439
545
 
440
- Name | Type | Description | Notes
441
- ------------- | ------------- | ------------- | -------------
442
- **container_container_remote_href** | **String**| |
443
- **patchedcontainer_container_remote** | [**PatchedcontainerContainerRemote**](PatchedcontainerContainerRemote.md)| |
546
+ ```ruby
547
+ begin
548
+ # Update a container remote
549
+ data, status_code, headers = api_instance.partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote)
550
+ p status_code # => 2xx
551
+ p headers # => { ... }
552
+ p data # => <AsyncOperationResponse>
553
+ rescue PulpContainerClient::ApiError => e
554
+ puts "Error when calling RemotesContainerApi->partial_update_with_http_info: #{e}"
555
+ end
556
+ ```
557
+
558
+ ### Parameters
559
+
560
+ | Name | Type | Description | Notes |
561
+ | ---- | ---- | ----------- | ----- |
562
+ | **container_container_remote_href** | **String** | | |
563
+ | **patchedcontainer_container_remote** | [**PatchedcontainerContainerRemote**](PatchedcontainerContainerRemote.md) | | |
444
564
 
445
565
  ### Return type
446
566
 
@@ -458,16 +578,16 @@ Name | Type | Description | Notes
458
578
 
459
579
  ## read
460
580
 
461
- > ContainerContainerRemoteResponse read(container_container_remote_href, opts)
581
+ > <ContainerContainerRemoteResponse> read(container_container_remote_href, opts)
462
582
 
463
583
  Inspect a container remote
464
584
 
465
585
  Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
466
586
 
467
- ### Example
587
+ ### Examples
468
588
 
469
589
  ```ruby
470
- # load the gem
590
+ require 'time'
471
591
  require 'pulp_container_client'
472
592
  # setup authorization
473
593
  PulpContainerClient.configure do |config|
@@ -479,27 +599,44 @@ end
479
599
  api_instance = PulpContainerClient::RemotesContainerApi.new
480
600
  container_container_remote_href = 'container_container_remote_href_example' # String |
481
601
  opts = {
482
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
483
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
602
+ fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
603
+ exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
484
604
  }
485
605
 
486
606
  begin
487
- #Inspect a container remote
607
+ # Inspect a container remote
488
608
  result = api_instance.read(container_container_remote_href, opts)
489
609
  p result
490
610
  rescue PulpContainerClient::ApiError => e
491
- puts "Exception when calling RemotesContainerApi->read: #{e}"
611
+ puts "Error when calling RemotesContainerApi->read: #{e}"
492
612
  end
493
613
  ```
494
614
 
495
- ### Parameters
615
+ #### Using the read_with_http_info variant
616
+
617
+ This returns an Array which contains the response data, status code and headers.
618
+
619
+ > <Array(<ContainerContainerRemoteResponse>, Integer, Hash)> read_with_http_info(container_container_remote_href, opts)
620
+
621
+ ```ruby
622
+ begin
623
+ # Inspect a container remote
624
+ data, status_code, headers = api_instance.read_with_http_info(container_container_remote_href, opts)
625
+ p status_code # => 2xx
626
+ p headers # => { ... }
627
+ p data # => <ContainerContainerRemoteResponse>
628
+ rescue PulpContainerClient::ApiError => e
629
+ puts "Error when calling RemotesContainerApi->read_with_http_info: #{e}"
630
+ end
631
+ ```
496
632
 
633
+ ### Parameters
497
634
 
498
- Name | Type | Description | Notes
499
- ------------- | ------------- | ------------- | -------------
500
- **container_container_remote_href** | **String**| |
501
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
502
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
635
+ | Name | Type | Description | Notes |
636
+ | ---- | ---- | ----------- | ----- |
637
+ | **container_container_remote_href** | **String** | | |
638
+ | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
639
+ | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
503
640
 
504
641
  ### Return type
505
642
 
@@ -517,16 +654,16 @@ Name | Type | Description | Notes
517
654
 
518
655
  ## remove_role
519
656
 
520
- > NestedRoleResponse remove_role(container_container_remote_href, nested_role)
657
+ > <NestedRoleResponse> remove_role(container_container_remote_href, nested_role)
521
658
 
522
659
  Remove a role
523
660
 
524
661
  Remove a role for this object from users/groups.
525
662
 
526
- ### Example
663
+ ### Examples
527
664
 
528
665
  ```ruby
529
- # load the gem
666
+ require 'time'
530
667
  require 'pulp_container_client'
531
668
  # setup authorization
532
669
  PulpContainerClient.configure do |config|
@@ -537,24 +674,41 @@ end
537
674
 
538
675
  api_instance = PulpContainerClient::RemotesContainerApi.new
539
676
  container_container_remote_href = 'container_container_remote_href_example' # String |
540
- nested_role = PulpContainerClient::NestedRole.new # NestedRole |
677
+ nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
541
678
 
542
679
  begin
543
- #Remove a role
680
+ # Remove a role
544
681
  result = api_instance.remove_role(container_container_remote_href, nested_role)
545
682
  p result
546
683
  rescue PulpContainerClient::ApiError => e
547
- puts "Exception when calling RemotesContainerApi->remove_role: #{e}"
684
+ puts "Error when calling RemotesContainerApi->remove_role: #{e}"
548
685
  end
549
686
  ```
550
687
 
551
- ### Parameters
688
+ #### Using the remove_role_with_http_info variant
689
+
690
+ This returns an Array which contains the response data, status code and headers.
691
+
692
+ > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_remote_href, nested_role)
552
693
 
694
+ ```ruby
695
+ begin
696
+ # Remove a role
697
+ data, status_code, headers = api_instance.remove_role_with_http_info(container_container_remote_href, nested_role)
698
+ p status_code # => 2xx
699
+ p headers # => { ... }
700
+ p data # => <NestedRoleResponse>
701
+ rescue PulpContainerClient::ApiError => e
702
+ puts "Error when calling RemotesContainerApi->remove_role_with_http_info: #{e}"
703
+ end
704
+ ```
705
+
706
+ ### Parameters
553
707
 
554
- Name | Type | Description | Notes
555
- ------------- | ------------- | ------------- | -------------
556
- **container_container_remote_href** | **String**| |
557
- **nested_role** | [**NestedRole**](NestedRole.md)| |
708
+ | Name | Type | Description | Notes |
709
+ | ---- | ---- | ----------- | ----- |
710
+ | **container_container_remote_href** | **String** | | |
711
+ | **nested_role** | [**NestedRole**](NestedRole.md) | | |
558
712
 
559
713
  ### Return type
560
714
 
@@ -572,16 +726,16 @@ Name | Type | Description | Notes
572
726
 
573
727
  ## set_label
574
728
 
575
- > SetLabelResponse set_label(container_container_remote_href, set_label)
729
+ > <SetLabelResponse> set_label(container_container_remote_href, set_label)
576
730
 
577
731
  Set a label
578
732
 
579
733
  Set a single pulp_label on the object to a specific value or null.
580
734
 
581
- ### Example
735
+ ### Examples
582
736
 
583
737
  ```ruby
584
- # load the gem
738
+ require 'time'
585
739
  require 'pulp_container_client'
586
740
  # setup authorization
587
741
  PulpContainerClient.configure do |config|
@@ -592,24 +746,41 @@ end
592
746
 
593
747
  api_instance = PulpContainerClient::RemotesContainerApi.new
594
748
  container_container_remote_href = 'container_container_remote_href_example' # String |
595
- set_label = PulpContainerClient::SetLabel.new # SetLabel |
749
+ set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
596
750
 
597
751
  begin
598
- #Set a label
752
+ # Set a label
599
753
  result = api_instance.set_label(container_container_remote_href, set_label)
600
754
  p result
601
755
  rescue PulpContainerClient::ApiError => e
602
- puts "Exception when calling RemotesContainerApi->set_label: #{e}"
756
+ puts "Error when calling RemotesContainerApi->set_label: #{e}"
603
757
  end
604
758
  ```
605
759
 
606
- ### Parameters
760
+ #### Using the set_label_with_http_info variant
761
+
762
+ This returns an Array which contains the response data, status code and headers.
607
763
 
764
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_container_remote_href, set_label)
608
765
 
609
- Name | Type | Description | Notes
610
- ------------- | ------------- | ------------- | -------------
611
- **container_container_remote_href** | **String**| |
612
- **set_label** | [**SetLabel**](SetLabel.md)| |
766
+ ```ruby
767
+ begin
768
+ # Set a label
769
+ data, status_code, headers = api_instance.set_label_with_http_info(container_container_remote_href, set_label)
770
+ p status_code # => 2xx
771
+ p headers # => { ... }
772
+ p data # => <SetLabelResponse>
773
+ rescue PulpContainerClient::ApiError => e
774
+ puts "Error when calling RemotesContainerApi->set_label_with_http_info: #{e}"
775
+ end
776
+ ```
777
+
778
+ ### Parameters
779
+
780
+ | Name | Type | Description | Notes |
781
+ | ---- | ---- | ----------- | ----- |
782
+ | **container_container_remote_href** | **String** | | |
783
+ | **set_label** | [**SetLabel**](SetLabel.md) | | |
613
784
 
614
785
  ### Return type
615
786
 
@@ -627,16 +798,16 @@ Name | Type | Description | Notes
627
798
 
628
799
  ## unset_label
629
800
 
630
- > UnsetLabelResponse unset_label(container_container_remote_href, unset_label)
801
+ > <UnsetLabelResponse> unset_label(container_container_remote_href, unset_label)
631
802
 
632
803
  Unset a label
633
804
 
634
805
  Unset a single pulp_label on the object.
635
806
 
636
- ### Example
807
+ ### Examples
637
808
 
638
809
  ```ruby
639
- # load the gem
810
+ require 'time'
640
811
  require 'pulp_container_client'
641
812
  # setup authorization
642
813
  PulpContainerClient.configure do |config|
@@ -647,24 +818,41 @@ end
647
818
 
648
819
  api_instance = PulpContainerClient::RemotesContainerApi.new
649
820
  container_container_remote_href = 'container_container_remote_href_example' # String |
650
- unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
821
+ unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
651
822
 
652
823
  begin
653
- #Unset a label
824
+ # Unset a label
654
825
  result = api_instance.unset_label(container_container_remote_href, unset_label)
655
826
  p result
656
827
  rescue PulpContainerClient::ApiError => e
657
- puts "Exception when calling RemotesContainerApi->unset_label: #{e}"
828
+ puts "Error when calling RemotesContainerApi->unset_label: #{e}"
658
829
  end
659
830
  ```
660
831
 
661
- ### Parameters
832
+ #### Using the unset_label_with_http_info variant
833
+
834
+ This returns an Array which contains the response data, status code and headers.
835
+
836
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_container_remote_href, unset_label)
837
+
838
+ ```ruby
839
+ begin
840
+ # Unset a label
841
+ data, status_code, headers = api_instance.unset_label_with_http_info(container_container_remote_href, unset_label)
842
+ p status_code # => 2xx
843
+ p headers # => { ... }
844
+ p data # => <UnsetLabelResponse>
845
+ rescue PulpContainerClient::ApiError => e
846
+ puts "Error when calling RemotesContainerApi->unset_label_with_http_info: #{e}"
847
+ end
848
+ ```
662
849
 
850
+ ### Parameters
663
851
 
664
- Name | Type | Description | Notes
665
- ------------- | ------------- | ------------- | -------------
666
- **container_container_remote_href** | **String**| |
667
- **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
852
+ | Name | Type | Description | Notes |
853
+ | ---- | ---- | ----------- | ----- |
854
+ | **container_container_remote_href** | **String** | | |
855
+ | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
668
856
 
669
857
  ### Return type
670
858
 
@@ -682,16 +870,16 @@ Name | Type | Description | Notes
682
870
 
683
871
  ## update
684
872
 
685
- > AsyncOperationResponse update(container_container_remote_href, container_container_remote)
873
+ > <AsyncOperationResponse> update(container_container_remote_href, container_container_remote)
686
874
 
687
875
  Update a container remote
688
876
 
689
877
  Trigger an asynchronous update task
690
878
 
691
- ### Example
879
+ ### Examples
692
880
 
693
881
  ```ruby
694
- # load the gem
882
+ require 'time'
695
883
  require 'pulp_container_client'
696
884
  # setup authorization
697
885
  PulpContainerClient.configure do |config|
@@ -702,24 +890,41 @@ end
702
890
 
703
891
  api_instance = PulpContainerClient::RemotesContainerApi.new
704
892
  container_container_remote_href = 'container_container_remote_href_example' # String |
705
- container_container_remote = PulpContainerClient::ContainerContainerRemote.new # ContainerContainerRemote |
893
+ container_container_remote = PulpContainerClient::ContainerContainerRemote.new({name: 'name_example', url: 'url_example', upstream_name: 'upstream_name_example'}) # ContainerContainerRemote |
706
894
 
707
895
  begin
708
- #Update a container remote
896
+ # Update a container remote
709
897
  result = api_instance.update(container_container_remote_href, container_container_remote)
710
898
  p result
711
899
  rescue PulpContainerClient::ApiError => e
712
- puts "Exception when calling RemotesContainerApi->update: #{e}"
900
+ puts "Error when calling RemotesContainerApi->update: #{e}"
713
901
  end
714
902
  ```
715
903
 
716
- ### Parameters
904
+ #### Using the update_with_http_info variant
905
+
906
+ This returns an Array which contains the response data, status code and headers.
907
+
908
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_remote_href, container_container_remote)
717
909
 
910
+ ```ruby
911
+ begin
912
+ # Update a container remote
913
+ data, status_code, headers = api_instance.update_with_http_info(container_container_remote_href, container_container_remote)
914
+ p status_code # => 2xx
915
+ p headers # => { ... }
916
+ p data # => <AsyncOperationResponse>
917
+ rescue PulpContainerClient::ApiError => e
918
+ puts "Error when calling RemotesContainerApi->update_with_http_info: #{e}"
919
+ end
920
+ ```
921
+
922
+ ### Parameters
718
923
 
719
- Name | Type | Description | Notes
720
- ------------- | ------------- | ------------- | -------------
721
- **container_container_remote_href** | **String**| |
722
- **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md)| |
924
+ | Name | Type | Description | Notes |
925
+ | ---- | ---- | ----------- | ----- |
926
+ | **container_container_remote_href** | **String** | | |
927
+ | **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md) | | |
723
928
 
724
929
  ### Return type
725
930