pulpcore_client 3.72.0 → 3.72.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ArtifactDistributionResponse.md +14 -14
  4. data/docs/FilesystemExportResponse.md +1 -1
  5. data/docs/GenericRemoteResponse.md +1 -1
  6. data/docs/GroupRoleResponse.md +1 -1
  7. data/docs/NestedOpenPGPPublicSubkeyResponse.md +1 -1
  8. data/docs/NestedOpenPGPUserAttributeResponse.md +1 -1
  9. data/docs/NestedOpenPGPUserIDResponse.md +1 -1
  10. data/docs/OpenPGPPublicKeyResponse.md +3 -3
  11. data/docs/OpenPGPPublicSubkeyResponse.md +1 -1
  12. data/docs/OpenPGPUserAttributeResponse.md +1 -1
  13. data/docs/OpenPGPUserIDResponse.md +1 -1
  14. data/docs/PulpExportResponse.md +1 -1
  15. data/docs/Purge.md +1 -1
  16. data/docs/RBACContentGuardResponse.md +2 -2
  17. data/docs/TaskGroupResponse.md +2 -2
  18. data/docs/TaskResponse.md +4 -4
  19. data/docs/UploadDetailResponse.md +1 -1
  20. data/docs/UpstreamPulpResponse.md +1 -1
  21. data/docs/UserResponse.md +2 -2
  22. data/docs/UserRoleResponse.md +1 -1
  23. data/lib/pulpcore_client/models/artifact_distribution_response.rb +68 -68
  24. data/lib/pulpcore_client/models/generic_remote_response.rb +15 -0
  25. data/lib/pulpcore_client/models/nested_open_pgp_signature.rb +9 -0
  26. data/lib/pulpcore_client/models/nested_open_pgp_signature_response.rb +15 -0
  27. data/lib/pulpcore_client/models/open_pgp_keyring.rb +15 -0
  28. data/lib/pulpcore_client/models/open_pgp_keyring_response.rb +15 -0
  29. data/lib/pulpcore_client/models/open_pgp_signature_response.rb +15 -0
  30. data/lib/pulpcore_client/models/paginated_access_policy_response_list.rb +2 -0
  31. data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +2 -0
  32. data/lib/pulpcore_client/models/paginated_artifact_response_list.rb +2 -0
  33. data/lib/pulpcore_client/models/paginated_composite_content_guard_response_list.rb +2 -0
  34. data/lib/pulpcore_client/models/paginated_content_guard_response_list.rb +2 -0
  35. data/lib/pulpcore_client/models/paginated_content_redirect_content_guard_response_list.rb +2 -0
  36. data/lib/pulpcore_client/models/paginated_distribution_response_list.rb +2 -0
  37. data/lib/pulpcore_client/models/paginated_domain_response_list.rb +2 -0
  38. data/lib/pulpcore_client/models/paginated_filesystem_export_response_list.rb +2 -0
  39. data/lib/pulpcore_client/models/paginated_filesystem_exporter_response_list.rb +2 -0
  40. data/lib/pulpcore_client/models/paginated_generic_remote_response_list.rb +2 -0
  41. data/lib/pulpcore_client/models/paginated_group_response_list.rb +2 -0
  42. data/lib/pulpcore_client/models/paginated_group_role_response_list.rb +2 -0
  43. data/lib/pulpcore_client/models/paginated_group_user_response_list.rb +2 -0
  44. data/lib/pulpcore_client/models/paginated_header_content_guard_response_list.rb +2 -0
  45. data/lib/pulpcore_client/models/paginated_import_response_list.rb +2 -0
  46. data/lib/pulpcore_client/models/paginated_multiple_artifact_content_response_list.rb +2 -0
  47. data/lib/pulpcore_client/models/paginated_open_pgp_distribution_response_list.rb +2 -0
  48. data/lib/pulpcore_client/models/paginated_open_pgp_keyring_response_list.rb +2 -0
  49. data/lib/pulpcore_client/models/paginated_open_pgp_public_key_response_list.rb +2 -0
  50. data/lib/pulpcore_client/models/paginated_open_pgp_public_subkey_response_list.rb +2 -0
  51. data/lib/pulpcore_client/models/paginated_open_pgp_signature_response_list.rb +2 -0
  52. data/lib/pulpcore_client/models/paginated_open_pgp_user_attribute_response_list.rb +2 -0
  53. data/lib/pulpcore_client/models/paginated_open_pgp_user_id_response_list.rb +2 -0
  54. data/lib/pulpcore_client/models/paginated_publication_response_list.rb +2 -0
  55. data/lib/pulpcore_client/models/paginated_pulp_export_response_list.rb +2 -0
  56. data/lib/pulpcore_client/models/paginated_pulp_exporter_response_list.rb +2 -0
  57. data/lib/pulpcore_client/models/paginated_pulp_importer_response_list.rb +2 -0
  58. data/lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb +2 -0
  59. data/lib/pulpcore_client/models/paginated_repository_response_list.rb +2 -0
  60. data/lib/pulpcore_client/models/paginated_repository_version_response_list.rb +2 -0
  61. data/lib/pulpcore_client/models/paginated_role_response_list.rb +2 -0
  62. data/lib/pulpcore_client/models/paginated_signing_service_response_list.rb +2 -0
  63. data/lib/pulpcore_client/models/paginated_task_group_response_list.rb +2 -0
  64. data/lib/pulpcore_client/models/paginated_task_response_list.rb +2 -0
  65. data/lib/pulpcore_client/models/paginated_task_schedule_response_list.rb +2 -0
  66. data/lib/pulpcore_client/models/paginated_upload_response_list.rb +2 -0
  67. data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +2 -0
  68. data/lib/pulpcore_client/models/paginated_user_response_list.rb +2 -0
  69. data/lib/pulpcore_client/models/paginated_user_role_response_list.rb +2 -0
  70. data/lib/pulpcore_client/models/paginated_worker_response_list.rb +2 -0
  71. data/lib/pulpcore_client/models/patched_open_pgp_keyring.rb +15 -0
  72. data/lib/pulpcore_client/models/purge.rb +0 -2
  73. data/lib/pulpcore_client/models/repository_response.rb +15 -0
  74. data/lib/pulpcore_client/models/storage_response.rb +45 -0
  75. data/lib/pulpcore_client/version.rb +1 -1
  76. data/spec/models/artifact_distribution_response_spec.rb +11 -11
  77. metadata +187 -187
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 707bed14b79eaf7994469c90246bc12f65672ef1a8b671f43964baff10dd3735
4
- data.tar.gz: b413697b15e7a27f593f6e232fcdb4082c4b78cacb7480794d47c5f067cb34ab
3
+ metadata.gz: c603faee8f86758f48328bd2d13b5460d089ffa318c7e6ec6b6de657b283f853
4
+ data.tar.gz: 3adf85c6a90d76a8054238a7522f4f9ddb65461ca0ccb775a24c1514b1f5b341
5
5
  SHA512:
6
- metadata.gz: ff739f1ebc49116c3698739c5a79fdbe5617b6b3a96b32c92e478244dc6c28ef73cc8f0a0cfa491dcbd5c4cc8476dc6f6756cc8ada0fa3de45a212b546975aa4
7
- data.tar.gz: 8fac8a97dbbedc7a2e9021bca597177a56481c1e4b7aa89af96ee5d6af72d46dc229d34c86cf491e8466f32c2218bab02a61d5d7f2c216b13a45bf01f521b8c2
6
+ metadata.gz: bf988292369ecfa5a14c4aa16c9ae839d3a7ea35cf1d85aeb1f8b35b306c62e9a87fcadedb2ba277b67e665c71868325ce08193d2f0634cf3f0a1cf6786ccef9
7
+ data.tar.gz: 5451d1e5234071d1ac5b085f0b480f9f364296e22edb87e60732065bfa69346327aec283b004906ea9981848af41d68479dd91cf5294e1fc0bd1e96b01f783ac
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.72.0
10
+ - Package version: 3.72.2
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulpcore_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulpcore_client-3.72.0.gem
28
+ gem install ./pulpcore_client-3.72.2.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.72.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_client-3.72.2.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulpcore_client', '~> 3.72.0'
37
+ gem 'pulpcore_client', '~> 3.72.2'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
+ | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
7
9
  | **content_guard** | **String** | An optional content-guard. | [optional] |
8
- | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
9
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
10
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
10
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
12
- | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
13
- | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
14
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
15
11
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
16
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
12
+ | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
13
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
14
+ | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
17
15
  | **pulp_href** | **String** | | [optional][readonly] |
16
+ | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
17
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulpcore_client'
23
23
 
24
24
  instance = PulpcoreClient::ArtifactDistributionResponse.new(
25
+ pulp_created: null,
26
+ base_url: null,
25
27
  content_guard: null,
28
+ hidden: null,
29
+ prn: null,
26
30
  no_content_change_since: null,
31
+ name: null,
27
32
  base_path: null,
28
- pulp_labels: null,
29
- hidden: null,
33
+ pulp_href: null,
30
34
  pulp_last_updated: null,
31
- base_url: null,
32
- name: null,
33
- prn: null,
34
- pulp_created: null,
35
- pulp_href: null
35
+ pulp_labels: null
36
36
  )
37
37
  ```
38
38
 
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **task** | **String** | A URI of the task that ran the Export. | [optional] |
12
- | **exported_resources** | **Array<String>** | Resources that were exported. | [optional] |
12
+ | **exported_resources** | **Array<String>** | Resources that were exported. | [optional][readonly] |
13
13
  | **params** | **Object** | Any additional parameters that were used to create the export. | [optional][readonly] |
14
14
 
15
15
  ## Example
@@ -24,7 +24,7 @@
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
27
+ | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
28
28
 
29
29
  ## Example
30
30
 
@@ -11,7 +11,7 @@
11
11
  | **role** | **String** | | |
12
12
  | **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to 'null', permissions will act on the model-level. | |
13
13
  | **description** | **String** | | [optional][readonly] |
14
- | **permissions** | **Array<String>** | | [optional] |
14
+ | **permissions** | **Array<String>** | | [optional][readonly] |
15
15
  | **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional] |
16
16
 
17
17
  ## Example
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **fingerprint** | **String** | | |
8
8
  | **created** | **Time** | | |
9
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
9
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
10
10
 
11
11
  ## Example
12
12
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **sha256** | **String** | | |
8
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
8
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
9
9
 
10
10
  ## Example
11
11
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **user_id** | **String** | | |
8
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
8
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
9
9
 
10
10
  ## Example
11
11
 
@@ -10,9 +10,9 @@
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **fingerprint** | **String** | | [optional][readonly] |
12
12
  | **created** | **Time** | | [optional][readonly] |
13
- | **user_ids** | [**Array<NestedOpenPGPUserIDResponse>**](NestedOpenPGPUserIDResponse.md) | | [optional] |
14
- | **user_attributes** | [**Array<NestedOpenPGPUserAttributeResponse>**](NestedOpenPGPUserAttributeResponse.md) | | [optional] |
15
- | **public_subkeys** | [**Array<NestedOpenPGPPublicSubkeyResponse>**](NestedOpenPGPPublicSubkeyResponse.md) | | [optional] |
13
+ | **user_ids** | [**Array<NestedOpenPGPUserIDResponse>**](NestedOpenPGPUserIDResponse.md) | | [optional][readonly] |
14
+ | **user_attributes** | [**Array<NestedOpenPGPUserAttributeResponse>**](NestedOpenPGPUserAttributeResponse.md) | | [optional][readonly] |
15
+ | **public_subkeys** | [**Array<NestedOpenPGPPublicSubkeyResponse>**](NestedOpenPGPPublicSubkeyResponse.md) | | [optional][readonly] |
16
16
 
17
17
  ## Example
18
18
 
@@ -10,7 +10,7 @@
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **fingerprint** | **String** | | |
12
12
  | **created** | **Time** | | |
13
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
13
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
14
14
  | **public_key** | **String** | | [optional][readonly] |
15
15
 
16
16
  ## Example
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **sha256** | **String** | | |
12
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
12
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
13
13
  | **public_key** | **String** | | [optional][readonly] |
14
14
 
15
15
  ## Example
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **user_id** | **String** | | |
12
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
12
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
13
13
  | **public_key** | **String** | | [optional][readonly] |
14
14
 
15
15
  ## Example
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **task** | **String** | A URI of the task that ran the Export. | [optional] |
12
- | **exported_resources** | **Array<String>** | Resources that were exported. | [optional] |
12
+ | **exported_resources** | **Array<String>** | Resources that were exported. | [optional][readonly] |
13
13
  | **params** | **Object** | Any additional parameters that were used to create the export. | [optional][readonly] |
14
14
  | **output_file_info** | **Object** | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional][readonly] |
15
15
  | **toc_info** | **Object** | Filename and sha256-checksum of table-of-contents for this export | [optional][readonly] |
data/docs/Purge.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2025-01-26'] |
7
+ | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional] |
8
8
  | **states** | [**Array<StatesEnum>**](StatesEnum.md) | List of task-states to be purged. Only 'final' states are allowed. | [optional] |
9
9
 
10
10
  ## Example
@@ -10,8 +10,8 @@
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **name** | **String** | The unique name. | |
12
12
  | **description** | **String** | An optional description. | [optional] |
13
- | **users** | [**Array<GroupUserResponse>**](GroupUserResponse.md) | | [optional] |
14
- | **groups** | [**Array<GroupResponse>**](GroupResponse.md) | | [optional] |
13
+ | **users** | [**Array<GroupUserResponse>**](GroupUserResponse.md) | | [optional][readonly] |
14
+ | **groups** | [**Array<GroupResponse>**](GroupResponse.md) | | [optional][readonly] |
15
15
 
16
16
  ## Example
17
17
 
@@ -15,8 +15,8 @@
15
15
  | **canceled** | **Integer** | Number of tasks in the 'canceled' state | [optional][readonly] |
16
16
  | **failed** | **Integer** | Number of tasks in the 'failed' state | [optional][readonly] |
17
17
  | **canceling** | **Integer** | Number of tasks in the 'canceling' state | [optional][readonly] |
18
- | **group_progress_reports** | [**Array<GroupProgressReportResponse>**](GroupProgressReportResponse.md) | | [optional] |
19
- | **tasks** | [**Array<MinimalTaskResponse>**](MinimalTaskResponse.md) | | [optional] |
18
+ | **group_progress_reports** | [**Array<GroupProgressReportResponse>**](GroupProgressReportResponse.md) | | [optional][readonly] |
19
+ | **tasks** | [**Array<MinimalTaskResponse>**](MinimalTaskResponse.md) | | [optional][readonly] |
20
20
 
21
21
  ## Example
22
22
 
data/docs/TaskResponse.md CHANGED
@@ -18,11 +18,11 @@
18
18
  | **error** | **Object** | A JSON Object of a fatal error encountered during the execution of this task. | [optional][readonly] |
19
19
  | **worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional][readonly] |
20
20
  | **parent_task** | **String** | The parent task that spawned this task. | [optional][readonly] |
21
- | **child_tasks** | **Array<String>** | Any tasks spawned by this task. | [optional] |
21
+ | **child_tasks** | **Array<String>** | Any tasks spawned by this task. | [optional][readonly] |
22
22
  | **task_group** | **String** | The task group that this task is a member of. | [optional][readonly] |
23
- | **progress_reports** | [**Array<ProgressReportResponse>**](ProgressReportResponse.md) | | [optional] |
24
- | **created_resources** | **Array<String>** | Resources created by this task. | [optional] |
25
- | **reserved_resources_record** | **Array<String>** | A list of resources required by that task. | [optional] |
23
+ | **progress_reports** | [**Array<ProgressReportResponse>**](ProgressReportResponse.md) | | [optional][readonly] |
24
+ | **created_resources** | **Array<String>** | Resources created by this task. | [optional][readonly] |
25
+ | **reserved_resources_record** | **Array<String>** | A list of resources required by that task. | [optional][readonly] |
26
26
 
27
27
  ## Example
28
28
 
@@ -10,7 +10,7 @@
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **size** | **Integer** | The size of the upload in bytes. | |
12
12
  | **completed** | **Time** | Timestamp when upload is committed. | [optional][readonly] |
13
- | **chunks** | [**Array<UploadChunkResponse>**](UploadChunkResponse.md) | | [optional] |
13
+ | **chunks** | [**Array<UploadChunkResponse>**](UploadChunkResponse.md) | | [optional][readonly] |
14
14
 
15
15
  ## Example
16
16
 
@@ -15,7 +15,7 @@
15
15
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
16
16
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
17
17
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
18
- | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
18
+ | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
19
19
  | **q_select** | **String** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" | [optional] |
20
20
  | **last_replication** | **Time** | Timestamp of the last replication that occurred. Equals to 'null' if no replication task has been executed. | [optional][readonly] |
21
21
 
data/docs/UserResponse.md CHANGED
@@ -14,8 +14,8 @@
14
14
  | **is_staff** | **Boolean** | Designates whether the user can log into this admin site. | [optional][default to false] |
15
15
  | **is_active** | **Boolean** | Designates whether this user should be treated as active. | [optional][default to true] |
16
16
  | **date_joined** | **Time** | Date joined | [optional][readonly] |
17
- | **groups** | [**Array<UserGroupResponse>**](UserGroupResponse.md) | | [optional] |
18
- | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
17
+ | **groups** | [**Array<UserGroupResponse>**](UserGroupResponse.md) | | [optional][readonly] |
18
+ | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
19
19
 
20
20
  ## Example
21
21
 
@@ -11,7 +11,7 @@
11
11
  | **role** | **String** | | |
12
12
  | **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to 'null', permissions will act on either domain or model-level. | |
13
13
  | **description** | **String** | | [optional][readonly] |
14
- | **permissions** | **Array<String>** | | [optional] |
14
+ | **permissions** | **Array<String>** | | [optional][readonly] |
15
15
  | **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional] |
16
16
 
17
17
  ## Example
@@ -16,51 +16,51 @@ require 'time'
16
16
  module PulpcoreClient
17
17
  # A serializer for ArtifactDistribution.
18
18
  class ArtifactDistributionResponse
19
- # An optional content-guard.
20
- attr_accessor :content_guard
21
-
22
- # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
23
- attr_accessor :no_content_change_since
19
+ # Timestamp of creation.
20
+ attr_accessor :pulp_created
24
21
 
25
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
26
- attr_accessor :base_path
22
+ # The URL for accessing the publication as defined by this distribution.
23
+ attr_accessor :base_url
27
24
 
28
- attr_accessor :pulp_labels
25
+ # An optional content-guard.
26
+ attr_accessor :content_guard
29
27
 
30
28
  # Whether this distribution should be shown in the content app.
31
29
  attr_accessor :hidden
32
30
 
33
- # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
34
- attr_accessor :pulp_last_updated
31
+ # The Pulp Resource Name (PRN).
32
+ attr_accessor :prn
35
33
 
36
- # The URL for accessing the publication as defined by this distribution.
37
- attr_accessor :base_url
34
+ # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
35
+ attr_accessor :no_content_change_since
38
36
 
39
37
  # A unique name. Ex, `rawhide` and `stable`.
40
38
  attr_accessor :name
41
39
 
42
- # The Pulp Resource Name (PRN).
43
- attr_accessor :prn
44
-
45
- # Timestamp of creation.
46
- attr_accessor :pulp_created
40
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
41
+ attr_accessor :base_path
47
42
 
48
43
  attr_accessor :pulp_href
49
44
 
45
+ # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
46
+ attr_accessor :pulp_last_updated
47
+
48
+ attr_accessor :pulp_labels
49
+
50
50
  # Attribute mapping from ruby-style variable name to JSON key.
51
51
  def self.attribute_map
52
52
  {
53
+ :'pulp_created' => :'pulp_created',
54
+ :'base_url' => :'base_url',
53
55
  :'content_guard' => :'content_guard',
56
+ :'hidden' => :'hidden',
57
+ :'prn' => :'prn',
54
58
  :'no_content_change_since' => :'no_content_change_since',
59
+ :'name' => :'name',
55
60
  :'base_path' => :'base_path',
56
- :'pulp_labels' => :'pulp_labels',
57
- :'hidden' => :'hidden',
61
+ :'pulp_href' => :'pulp_href',
58
62
  :'pulp_last_updated' => :'pulp_last_updated',
59
- :'base_url' => :'base_url',
60
- :'name' => :'name',
61
- :'prn' => :'prn',
62
- :'pulp_created' => :'pulp_created',
63
- :'pulp_href' => :'pulp_href'
63
+ :'pulp_labels' => :'pulp_labels'
64
64
  }
65
65
  end
66
66
 
@@ -72,17 +72,17 @@ module PulpcoreClient
72
72
  # Attribute type mapping.
73
73
  def self.openapi_types
74
74
  {
75
+ :'pulp_created' => :'Time',
76
+ :'base_url' => :'String',
75
77
  :'content_guard' => :'String',
78
+ :'hidden' => :'Boolean',
79
+ :'prn' => :'String',
76
80
  :'no_content_change_since' => :'String',
81
+ :'name' => :'String',
77
82
  :'base_path' => :'String',
78
- :'pulp_labels' => :'Hash<String, String>',
79
- :'hidden' => :'Boolean',
83
+ :'pulp_href' => :'String',
80
84
  :'pulp_last_updated' => :'Time',
81
- :'base_url' => :'String',
82
- :'name' => :'String',
83
- :'prn' => :'String',
84
- :'pulp_created' => :'Time',
85
- :'pulp_href' => :'String'
85
+ :'pulp_labels' => :'Hash<String, String>'
86
86
  }
87
87
  end
88
88
 
@@ -108,24 +108,16 @@ module PulpcoreClient
108
108
  h[k.to_sym] = v
109
109
  }
110
110
 
111
- if attributes.key?(:'content_guard')
112
- self.content_guard = attributes[:'content_guard']
113
- end
114
-
115
- if attributes.key?(:'no_content_change_since')
116
- self.no_content_change_since = attributes[:'no_content_change_since']
111
+ if attributes.key?(:'pulp_created')
112
+ self.pulp_created = attributes[:'pulp_created']
117
113
  end
118
114
 
119
- if attributes.key?(:'base_path')
120
- self.base_path = attributes[:'base_path']
121
- else
122
- self.base_path = nil
115
+ if attributes.key?(:'base_url')
116
+ self.base_url = attributes[:'base_url']
123
117
  end
124
118
 
125
- if attributes.key?(:'pulp_labels')
126
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
127
- self.pulp_labels = value
128
- end
119
+ if attributes.key?(:'content_guard')
120
+ self.content_guard = attributes[:'content_guard']
129
121
  end
130
122
 
131
123
  if attributes.key?(:'hidden')
@@ -134,12 +126,12 @@ module PulpcoreClient
134
126
  self.hidden = false
135
127
  end
136
128
 
137
- if attributes.key?(:'pulp_last_updated')
138
- self.pulp_last_updated = attributes[:'pulp_last_updated']
129
+ if attributes.key?(:'prn')
130
+ self.prn = attributes[:'prn']
139
131
  end
140
132
 
141
- if attributes.key?(:'base_url')
142
- self.base_url = attributes[:'base_url']
133
+ if attributes.key?(:'no_content_change_since')
134
+ self.no_content_change_since = attributes[:'no_content_change_since']
143
135
  end
144
136
 
145
137
  if attributes.key?(:'name')
@@ -148,17 +140,25 @@ module PulpcoreClient
148
140
  self.name = nil
149
141
  end
150
142
 
151
- if attributes.key?(:'prn')
152
- self.prn = attributes[:'prn']
153
- end
154
-
155
- if attributes.key?(:'pulp_created')
156
- self.pulp_created = attributes[:'pulp_created']
143
+ if attributes.key?(:'base_path')
144
+ self.base_path = attributes[:'base_path']
145
+ else
146
+ self.base_path = nil
157
147
  end
158
148
 
159
149
  if attributes.key?(:'pulp_href')
160
150
  self.pulp_href = attributes[:'pulp_href']
161
151
  end
152
+
153
+ if attributes.key?(:'pulp_last_updated')
154
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
155
+ end
156
+
157
+ if attributes.key?(:'pulp_labels')
158
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
159
+ self.pulp_labels = value
160
+ end
161
+ end
162
162
  end
163
163
 
164
164
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -166,14 +166,14 @@ module PulpcoreClient
166
166
  def list_invalid_properties
167
167
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
168
168
  invalid_properties = Array.new
169
- if @base_path.nil?
170
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
171
- end
172
-
173
169
  if @name.nil?
174
170
  invalid_properties.push('invalid value for "name", name cannot be nil.')
175
171
  end
176
172
 
173
+ if @base_path.nil?
174
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
175
+ end
176
+
177
177
  invalid_properties
178
178
  end
179
179
 
@@ -181,8 +181,8 @@ module PulpcoreClient
181
181
  # @return true if the model is valid
182
182
  def valid?
183
183
  warn '[DEPRECATED] the `valid?` method is obsolete'
184
- return false if @base_path.nil?
185
184
  return false if @name.nil?
185
+ return false if @base_path.nil?
186
186
  true
187
187
  end
188
188
 
@@ -191,17 +191,17 @@ module PulpcoreClient
191
191
  def ==(o)
192
192
  return true if self.equal?(o)
193
193
  self.class == o.class &&
194
+ pulp_created == o.pulp_created &&
195
+ base_url == o.base_url &&
194
196
  content_guard == o.content_guard &&
197
+ hidden == o.hidden &&
198
+ prn == o.prn &&
195
199
  no_content_change_since == o.no_content_change_since &&
200
+ name == o.name &&
196
201
  base_path == o.base_path &&
197
- pulp_labels == o.pulp_labels &&
198
- hidden == o.hidden &&
202
+ pulp_href == o.pulp_href &&
199
203
  pulp_last_updated == o.pulp_last_updated &&
200
- base_url == o.base_url &&
201
- name == o.name &&
202
- prn == o.prn &&
203
- pulp_created == o.pulp_created &&
204
- pulp_href == o.pulp_href
204
+ pulp_labels == o.pulp_labels
205
205
  end
206
206
 
207
207
  # @see the `==` method
@@ -213,7 +213,7 @@ module PulpcoreClient
213
213
  # Calculates hash code according to all attributes.
214
214
  # @return [Integer] Hash code
215
215
  def hash
216
- [content_guard, no_content_change_since, base_path, pulp_labels, hidden, pulp_last_updated, base_url, name, prn, pulp_created, pulp_href].hash
216
+ [pulp_created, base_url, content_guard, hidden, prn, no_content_change_since, name, base_path, pulp_href, pulp_last_updated, pulp_labels].hash
217
217
  end
218
218
 
219
219
  # Builds the object from hash
@@ -297,6 +297,10 @@ module PulpcoreClient
297
297
  invalid_properties.push('invalid value for "url", url cannot be nil.')
298
298
  end
299
299
 
300
+ if !@download_concurrency.nil? && @download_concurrency < 1
301
+ invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
302
+ end
303
+
300
304
  if !@total_timeout.nil? && @total_timeout < 0.0
301
305
  invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
302
306
  end
@@ -322,6 +326,7 @@ module PulpcoreClient
322
326
  warn '[DEPRECATED] the `valid?` method is obsolete'
323
327
  return false if @name.nil?
324
328
  return false if @url.nil?
329
+ return false if !@download_concurrency.nil? && @download_concurrency < 1
325
330
  return false if !@total_timeout.nil? && @total_timeout < 0.0
326
331
  return false if !@connect_timeout.nil? && @connect_timeout < 0.0
327
332
  return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
@@ -329,6 +334,16 @@ module PulpcoreClient
329
334
  true
330
335
  end
331
336
 
337
+ # Custom attribute writer method with validation
338
+ # @param [Object] download_concurrency Value to be assigned
339
+ def download_concurrency=(download_concurrency)
340
+ if !download_concurrency.nil? && download_concurrency < 1
341
+ fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
342
+ end
343
+
344
+ @download_concurrency = download_concurrency
345
+ end
346
+
332
347
  # Custom attribute writer method with validation
333
348
  # @param [Object] total_timeout Value to be assigned
334
349
  def total_timeout=(total_timeout)
@@ -116,6 +116,10 @@ module PulpcoreClient
116
116
  def list_invalid_properties
117
117
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
118
118
  invalid_properties = Array.new
119
+ if !@issuer.nil? && @issuer.to_s.length > 16
120
+ invalid_properties.push('invalid value for "issuer", the character length must be smaller than or equal to 16.')
121
+ end
122
+
119
123
  if !@issuer.nil? && @issuer.to_s.length < 1
120
124
  invalid_properties.push('invalid value for "issuer", the character length must be great than or equal to 1.')
121
125
  end
@@ -139,6 +143,7 @@ module PulpcoreClient
139
143
  # @return true if the model is valid
140
144
  def valid?
141
145
  warn '[DEPRECATED] the `valid?` method is obsolete'
146
+ return false if !@issuer.nil? && @issuer.to_s.length > 16
142
147
  return false if !@issuer.nil? && @issuer.to_s.length < 1
143
148
  return false if @created.nil?
144
149
  return false if !@signers_user_id.nil? && @signers_user_id.to_s.length < 1
@@ -149,6 +154,10 @@ module PulpcoreClient
149
154
  # Custom attribute writer method with validation
150
155
  # @param [Object] issuer Value to be assigned
151
156
  def issuer=(issuer)
157
+ if !issuer.nil? && issuer.to_s.length > 16
158
+ fail ArgumentError, 'invalid value for "issuer", the character length must be smaller than or equal to 16.'
159
+ end
160
+
152
161
  if !issuer.nil? && issuer.to_s.length < 1
153
162
  fail ArgumentError, 'invalid value for "issuer", the character length must be great than or equal to 1.'
154
163
  end