pulpcore_client 3.72.0 → 3.72.1

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 +63 -63
  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 +10 -10
  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: b6028ed37250f6055cd210be4ba77c8d8916075650dacd9fc5dd97c9587a32fa
4
+ data.tar.gz: '096b713241c5da21f8f09cb53d3602849d4b1562047a34a48f0c041e50bfcaab'
5
5
  SHA512:
6
- metadata.gz: ff739f1ebc49116c3698739c5a79fdbe5617b6b3a96b32c92e478244dc6c28ef73cc8f0a0cfa491dcbd5c4cc8476dc6f6756cc8ada0fa3de45a212b546975aa4
7
- data.tar.gz: 8fac8a97dbbedc7a2e9021bca597177a56481c1e4b7aa89af96ee5d6af72d46dc229d34c86cf491e8466f32c2218bab02a61d5d7f2c216b13a45bf01f521b8c2
6
+ metadata.gz: 70a0a621fc5b24e774968a6ef2a0fe68ad89e1e42525987eb40055b97407eb043bd0532e2ba501acc6952958f24767fd81fb0c92efa902543eb7702068f49402
7
+ data.tar.gz: ea10cd14a160aa1757ea227f23a8e4587448abb7d9748142d53fef7e65a58da3b7cd9da0c43449d73f4bd6b4cc6c0b88a1dfb17c147bf5a10241ebdc256fd593
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.1
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.1.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.1.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.1'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **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
7
  | **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
- | **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
8
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
15
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
16
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
17
11
  | **pulp_href** | **String** | | [optional][readonly] |
12
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
+ | **content_guard** | **String** | An optional content-guard. | [optional] |
14
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
15
+ | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
16
+ | **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] |
17
+ | **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] |
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
- content_guard: null,
26
- no_content_change_since: null,
27
25
  base_path: null,
26
+ name: null,
27
+ pulp_created: null,
28
28
  pulp_labels: null,
29
+ pulp_href: null,
29
30
  hidden: null,
30
- pulp_last_updated: null,
31
- base_url: null,
32
- name: null,
31
+ content_guard: null,
33
32
  prn: null,
34
- pulp_created: null,
35
- pulp_href: null
33
+ base_url: null,
34
+ no_content_change_since: null,
35
+ pulp_last_updated: 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
24
-
25
19
  # 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
20
  attr_accessor :base_path
27
21
 
22
+ # A unique name. Ex, `rawhide` and `stable`.
23
+ attr_accessor :name
24
+
25
+ # Timestamp of creation.
26
+ attr_accessor :pulp_created
27
+
28
28
  attr_accessor :pulp_labels
29
29
 
30
+ attr_accessor :pulp_href
31
+
30
32
  # Whether this distribution should be shown in the content app.
31
33
  attr_accessor :hidden
32
34
 
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
35
-
36
- # The URL for accessing the publication as defined by this distribution.
37
- attr_accessor :base_url
38
-
39
- # A unique name. Ex, `rawhide` and `stable`.
40
- attr_accessor :name
35
+ # An optional content-guard.
36
+ attr_accessor :content_guard
41
37
 
42
38
  # The Pulp Resource Name (PRN).
43
39
  attr_accessor :prn
44
40
 
45
- # Timestamp of creation.
46
- attr_accessor :pulp_created
41
+ # The URL for accessing the publication as defined by this distribution.
42
+ attr_accessor :base_url
47
43
 
48
- attr_accessor :pulp_href
44
+ # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
45
+ attr_accessor :no_content_change_since
46
+
47
+ # 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.
48
+ attr_accessor :pulp_last_updated
49
49
 
50
50
  # Attribute mapping from ruby-style variable name to JSON key.
51
51
  def self.attribute_map
52
52
  {
53
- :'content_guard' => :'content_guard',
54
- :'no_content_change_since' => :'no_content_change_since',
55
53
  :'base_path' => :'base_path',
54
+ :'name' => :'name',
55
+ :'pulp_created' => :'pulp_created',
56
56
  :'pulp_labels' => :'pulp_labels',
57
+ :'pulp_href' => :'pulp_href',
57
58
  :'hidden' => :'hidden',
58
- :'pulp_last_updated' => :'pulp_last_updated',
59
- :'base_url' => :'base_url',
60
- :'name' => :'name',
59
+ :'content_guard' => :'content_guard',
61
60
  :'prn' => :'prn',
62
- :'pulp_created' => :'pulp_created',
63
- :'pulp_href' => :'pulp_href'
61
+ :'base_url' => :'base_url',
62
+ :'no_content_change_since' => :'no_content_change_since',
63
+ :'pulp_last_updated' => :'pulp_last_updated'
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
- :'content_guard' => :'String',
76
- :'no_content_change_since' => :'String',
77
75
  :'base_path' => :'String',
76
+ :'name' => :'String',
77
+ :'pulp_created' => :'Time',
78
78
  :'pulp_labels' => :'Hash<String, String>',
79
+ :'pulp_href' => :'String',
79
80
  :'hidden' => :'Boolean',
80
- :'pulp_last_updated' => :'Time',
81
- :'base_url' => :'String',
82
- :'name' => :'String',
81
+ :'content_guard' => :'String',
83
82
  :'prn' => :'String',
84
- :'pulp_created' => :'Time',
85
- :'pulp_href' => :'String'
83
+ :'base_url' => :'String',
84
+ :'no_content_change_since' => :'String',
85
+ :'pulp_last_updated' => :'Time'
86
86
  }
87
87
  end
88
88
 
@@ -108,56 +108,56 @@ 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']
117
- end
118
-
119
111
  if attributes.key?(:'base_path')
120
112
  self.base_path = attributes[:'base_path']
121
113
  else
122
114
  self.base_path = nil
123
115
  end
124
116
 
117
+ if attributes.key?(:'name')
118
+ self.name = attributes[:'name']
119
+ else
120
+ self.name = nil
121
+ end
122
+
123
+ if attributes.key?(:'pulp_created')
124
+ self.pulp_created = attributes[:'pulp_created']
125
+ end
126
+
125
127
  if attributes.key?(:'pulp_labels')
126
128
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
127
129
  self.pulp_labels = value
128
130
  end
129
131
  end
130
132
 
133
+ if attributes.key?(:'pulp_href')
134
+ self.pulp_href = attributes[:'pulp_href']
135
+ end
136
+
131
137
  if attributes.key?(:'hidden')
132
138
  self.hidden = attributes[:'hidden']
133
139
  else
134
140
  self.hidden = false
135
141
  end
136
142
 
137
- if attributes.key?(:'pulp_last_updated')
138
- self.pulp_last_updated = attributes[:'pulp_last_updated']
139
- end
140
-
141
- if attributes.key?(:'base_url')
142
- self.base_url = attributes[:'base_url']
143
- end
144
-
145
- if attributes.key?(:'name')
146
- self.name = attributes[:'name']
147
- else
148
- self.name = nil
143
+ if attributes.key?(:'content_guard')
144
+ self.content_guard = attributes[:'content_guard']
149
145
  end
150
146
 
151
147
  if attributes.key?(:'prn')
152
148
  self.prn = attributes[:'prn']
153
149
  end
154
150
 
155
- if attributes.key?(:'pulp_created')
156
- self.pulp_created = attributes[:'pulp_created']
151
+ if attributes.key?(:'base_url')
152
+ self.base_url = attributes[:'base_url']
157
153
  end
158
154
 
159
- if attributes.key?(:'pulp_href')
160
- self.pulp_href = attributes[:'pulp_href']
155
+ if attributes.key?(:'no_content_change_since')
156
+ self.no_content_change_since = attributes[:'no_content_change_since']
157
+ end
158
+
159
+ if attributes.key?(:'pulp_last_updated')
160
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
161
161
  end
162
162
  end
163
163
 
@@ -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
- content_guard == o.content_guard &&
195
- no_content_change_since == o.no_content_change_since &&
196
194
  base_path == o.base_path &&
195
+ name == o.name &&
196
+ pulp_created == o.pulp_created &&
197
197
  pulp_labels == o.pulp_labels &&
198
+ pulp_href == o.pulp_href &&
198
199
  hidden == o.hidden &&
199
- pulp_last_updated == o.pulp_last_updated &&
200
- base_url == o.base_url &&
201
- name == o.name &&
200
+ content_guard == o.content_guard &&
202
201
  prn == o.prn &&
203
- pulp_created == o.pulp_created &&
204
- pulp_href == o.pulp_href
202
+ base_url == o.base_url &&
203
+ no_content_change_since == o.no_content_change_since &&
204
+ pulp_last_updated == o.pulp_last_updated
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
+ [base_path, name, pulp_created, pulp_labels, pulp_href, hidden, content_guard, prn, base_url, no_content_change_since, pulp_last_updated].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
@@ -124,6 +124,10 @@ module PulpcoreClient
124
124
  def list_invalid_properties
125
125
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
126
126
  invalid_properties = Array.new
127
+ if !@issuer.nil? && @issuer.to_s.length > 16
128
+ invalid_properties.push('invalid value for "issuer", the character length must be smaller than or equal to 16.')
129
+ end
130
+
127
131
  if @created.nil?
128
132
  invalid_properties.push('invalid value for "created", created cannot be nil.')
129
133
  end
@@ -139,11 +143,22 @@ 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 @created.nil?
143
148
  return false if @expired.nil?
144
149
  true
145
150
  end
146
151
 
152
+ # Custom attribute writer method with validation
153
+ # @param [Object] issuer Value to be assigned
154
+ def issuer=(issuer)
155
+ if !issuer.nil? && issuer.to_s.length > 16
156
+ fail ArgumentError, 'invalid value for "issuer", the character length must be smaller than or equal to 16.'
157
+ end
158
+
159
+ @issuer = issuer
160
+ end
161
+
147
162
  # Checks equality by comparing each attribute.
148
163
  # @param [Object] Object to be compared
149
164
  def ==(o)