pulp_file_client 3.69.2 → 3.70.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -7
- data/docs/AcsFileApi.md +343 -157
- data/docs/AsyncOperationResponse.md +8 -7
- data/docs/ContentFilesApi.md +114 -64
- data/docs/ContentSummaryResponse.md +12 -11
- data/docs/DistributionsFileApi.md +385 -182
- data/docs/FileFileAlternateContentSource.md +14 -13
- data/docs/FileFileAlternateContentSourceResponse.md +22 -21
- data/docs/FileFileContentResponse.md +30 -29
- data/docs/FileFileDistribution.md +20 -19
- data/docs/FileFileDistributionResponse.md +32 -31
- data/docs/FileFilePublication.md +12 -11
- data/docs/FileFilePublicationResponse.md +22 -21
- data/docs/FileFileRemote.md +48 -47
- data/docs/FileFileRemoteResponse.md +48 -47
- data/docs/FileFileRemoteResponseHiddenFieldsInner.md +20 -0
- data/docs/FileFileRepository.md +20 -19
- data/docs/FileFileRepositoryResponse.md +32 -31
- data/docs/MyPermissionsResponse.md +8 -7
- data/docs/NestedRole.md +12 -11
- data/docs/NestedRoleResponse.md +12 -11
- data/docs/ObjectRolesResponse.md +8 -7
- data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
- data/docs/PaginatedfileFileAlternateContentSourceResponseList.md +14 -13
- data/docs/PaginatedfileFileContentResponseList.md +14 -13
- data/docs/PaginatedfileFileDistributionResponseList.md +14 -13
- data/docs/PaginatedfileFilePublicationResponseList.md +14 -13
- data/docs/PaginatedfileFileRemoteResponseList.md +14 -13
- data/docs/PaginatedfileFileRepositoryResponseList.md +14 -13
- data/docs/PatchedfileFileAlternateContentSource.md +14 -13
- data/docs/PatchedfileFileDistribution.md +20 -19
- data/docs/PatchedfileFileRemote.md +48 -47
- data/docs/PatchedfileFileRepository.md +20 -19
- data/docs/PolicyEnum.md +4 -5
- data/docs/PublicationsFileApi.md +267 -130
- data/docs/RemotesFileApi.md +389 -184
- data/docs/Repair.md +8 -7
- data/docs/RepositoriesFileApi.md +444 -207
- data/docs/RepositoriesFileVersionsApi.md +152 -82
- data/docs/RepositoryAddRemoveContent.md +12 -11
- data/docs/RepositorySyncURL.md +10 -9
- data/docs/RepositoryVersionResponse.md +22 -21
- data/docs/SetLabel.md +10 -9
- data/docs/SetLabelResponse.md +10 -9
- data/docs/TaskGroupOperationResponse.md +8 -7
- data/docs/UnsetLabel.md +8 -7
- data/docs/UnsetLabelResponse.md +10 -9
- data/lib/pulp_file_client/api/acs_file_api.rb +76 -50
- data/lib/pulp_file_client/api/content_files_api.rb +20 -14
- data/lib/pulp_file_client/api/distributions_file_api.rb +89 -56
- data/lib/pulp_file_client/api/publications_file_api.rb +67 -47
- data/lib/pulp_file_client/api/remotes_file_api.rb +104 -68
- data/lib/pulp_file_client/api/repositories_file_api.rb +107 -66
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +40 -30
- data/lib/pulp_file_client/api_client.rb +137 -102
- data/lib/pulp_file_client/api_error.rb +2 -1
- data/lib/pulp_file_client/configuration.rb +162 -21
- data/lib/pulp_file_client/models/async_operation_response.rb +32 -22
- data/lib/pulp_file_client/models/content_summary_response.rb +36 -22
- data/lib/pulp_file_client/models/file_file_alternate_content_source.rb +35 -23
- data/lib/pulp_file_client/models/file_file_alternate_content_source_response.rb +37 -25
- data/lib/pulp_file_client/models/file_file_content_response.rb +34 -24
- data/lib/pulp_file_client/models/file_file_distribution.rb +34 -22
- data/lib/pulp_file_client/models/file_file_distribution_response.rb +36 -24
- data/lib/pulp_file_client/models/file_file_publication.rb +30 -22
- data/lib/pulp_file_client/models/file_file_publication_response.rb +32 -24
- data/lib/pulp_file_client/models/file_file_remote.rb +56 -22
- data/lib/pulp_file_client/models/file_file_remote_response.rb +59 -25
- data/lib/pulp_file_client/models/{file_file_remote_response_hidden_fields.rb → file_file_remote_response_hidden_fields_inner.rb} +37 -25
- data/lib/pulp_file_client/models/file_file_repository.rb +32 -22
- data/lib/pulp_file_client/models/file_file_repository_response.rb +34 -24
- data/lib/pulp_file_client/models/my_permissions_response.rb +32 -22
- data/lib/pulp_file_client/models/nested_role.rb +32 -22
- data/lib/pulp_file_client/models/nested_role_response.rb +32 -22
- data/lib/pulp_file_client/models/object_roles_response.rb +32 -22
- data/lib/pulp_file_client/models/paginated_repository_version_response_list.rb +34 -22
- data/lib/pulp_file_client/models/paginatedfile_file_alternate_content_source_response_list.rb +34 -22
- data/lib/pulp_file_client/models/paginatedfile_file_content_response_list.rb +34 -22
- data/lib/pulp_file_client/models/paginatedfile_file_distribution_response_list.rb +34 -22
- data/lib/pulp_file_client/models/paginatedfile_file_publication_response_list.rb +34 -22
- data/lib/pulp_file_client/models/paginatedfile_file_remote_response_list.rb +34 -22
- data/lib/pulp_file_client/models/paginatedfile_file_repository_response_list.rb +34 -22
- data/lib/pulp_file_client/models/patchedfile_file_alternate_content_source.rb +36 -24
- data/lib/pulp_file_client/models/patchedfile_file_distribution.rb +40 -24
- data/lib/pulp_file_client/models/patchedfile_file_remote.rb +62 -24
- data/lib/pulp_file_client/models/patchedfile_file_repository.rb +35 -23
- data/lib/pulp_file_client/models/policy_enum.rb +8 -4
- data/lib/pulp_file_client/models/repair.rb +30 -22
- data/lib/pulp_file_client/models/repository_add_remove_content.rb +30 -22
- data/lib/pulp_file_client/models/repository_sync_url.rb +30 -22
- data/lib/pulp_file_client/models/repository_version_response.rb +32 -24
- data/lib/pulp_file_client/models/set_label.rb +34 -22
- data/lib/pulp_file_client/models/set_label_response.rb +34 -22
- data/lib/pulp_file_client/models/task_group_operation_response.rb +32 -22
- data/lib/pulp_file_client/models/unset_label.rb +32 -22
- data/lib/pulp_file_client/models/unset_label_response.rb +32 -22
- data/lib/pulp_file_client/version.rb +2 -2
- data/lib/pulp_file_client.rb +2 -3
- data/pulp_file_client.gemspec +9 -6
- data/spec/api/acs_file_api_spec.rb +12 -12
- data/spec/api/content_files_api_spec.rb +4 -4
- data/spec/api/distributions_file_api_spec.rb +13 -13
- data/spec/api/publications_file_api_spec.rb +16 -15
- data/spec/api/remotes_file_api_spec.rb +20 -19
- data/spec/api/repositories_file_api_spec.rb +15 -15
- data/spec/api/repositories_file_versions_api_spec.rb +12 -11
- data/spec/models/async_operation_response_spec.rb +7 -12
- data/spec/models/content_summary_response_spec.rb +9 -14
- data/spec/models/file_file_alternate_content_source_response_spec.rb +14 -19
- data/spec/models/file_file_alternate_content_source_spec.rb +10 -15
- data/spec/models/file_file_content_response_spec.rb +18 -23
- data/spec/models/file_file_distribution_response_spec.rb +19 -24
- data/spec/models/file_file_distribution_spec.rb +13 -18
- data/spec/models/file_file_publication_response_spec.rb +14 -19
- data/spec/models/file_file_publication_spec.rb +9 -14
- data/spec/models/{file_file_remote_response_hidden_fields_spec.rb → file_file_remote_response_hidden_fields_inner_spec.rb} +11 -16
- data/spec/models/file_file_remote_response_spec.rb +27 -32
- data/spec/models/file_file_remote_spec.rb +27 -32
- data/spec/models/file_file_repository_response_spec.rb +19 -24
- data/spec/models/file_file_repository_spec.rb +13 -18
- data/spec/models/my_permissions_response_spec.rb +7 -12
- data/spec/models/nested_role_response_spec.rb +9 -14
- data/spec/models/nested_role_spec.rb +9 -14
- data/spec/models/object_roles_response_spec.rb +7 -12
- data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
- data/spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb +10 -15
- data/spec/models/paginatedfile_file_content_response_list_spec.rb +10 -15
- data/spec/models/paginatedfile_file_distribution_response_list_spec.rb +10 -15
- data/spec/models/paginatedfile_file_publication_response_list_spec.rb +10 -15
- data/spec/models/paginatedfile_file_remote_response_list_spec.rb +10 -15
- data/spec/models/paginatedfile_file_repository_response_list_spec.rb +10 -15
- data/spec/models/patchedfile_file_alternate_content_source_spec.rb +10 -15
- data/spec/models/patchedfile_file_distribution_spec.rb +13 -18
- data/spec/models/patchedfile_file_remote_spec.rb +27 -32
- data/spec/models/patchedfile_file_repository_spec.rb +13 -18
- data/spec/models/policy_enum_spec.rb +6 -11
- data/spec/models/repair_spec.rb +7 -12
- data/spec/models/repository_add_remove_content_spec.rb +9 -14
- data/spec/models/repository_sync_url_spec.rb +8 -13
- data/spec/models/repository_version_response_spec.rb +14 -19
- data/spec/models/set_label_response_spec.rb +8 -13
- data/spec/models/set_label_spec.rb +8 -13
- data/spec/models/task_group_operation_response_spec.rb +7 -12
- data/spec/models/unset_label_response_spec.rb +8 -13
- data/spec/models/unset_label_spec.rb +7 -12
- data/spec/spec_helper.rb +1 -1
- metadata +45 -25
- data/docs/FileFileContent.md +0 -27
- data/docs/FileFileRemoteResponseHiddenFields.md +0 -19
- data/lib/pulp_file_client/models/file_file_content.rb +0 -297
- data/spec/api_client_spec.rb +0 -188
- data/spec/configuration_spec.rb +0 -42
- data/spec/models/file_file_content_spec.rb +0 -71
@@ -2,22 +2,23 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**name** | **String** | Name of Alternate Content Source. |
|
8
|
-
**last_refreshed** | **
|
9
|
-
**paths** | **Array<String>** | List of paths that will be appended to the Remote url when searching for content. | [optional]
|
10
|
-
**remote** | **String** | The remote to provide alternate content source. |
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | Name of Alternate Content Source. | |
|
8
|
+
| **last_refreshed** | **Time** | Date of last refresh of AlternateContentSource. | [optional] |
|
9
|
+
| **paths** | **Array<String>** | List of paths that will be appended to the Remote url when searching for content. | [optional] |
|
10
|
+
| **remote** | **String** | The remote to provide alternate content source. | |
|
11
11
|
|
12
|
-
##
|
12
|
+
## Example
|
13
13
|
|
14
14
|
```ruby
|
15
|
-
require '
|
15
|
+
require 'pulp_file_client'
|
16
16
|
|
17
|
-
instance = PulpFileClient::FileFileAlternateContentSource.new(
|
18
|
-
|
19
|
-
|
20
|
-
|
17
|
+
instance = PulpFileClient::FileFileAlternateContentSource.new(
|
18
|
+
name: null,
|
19
|
+
last_refreshed: null,
|
20
|
+
paths: null,
|
21
|
+
remote: null
|
22
|
+
)
|
21
23
|
```
|
22
24
|
|
23
|
-
|
@@ -2,30 +2,31 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**name** | **String** | Name of Alternate Content Source. |
|
12
|
-
**last_refreshed** | **
|
13
|
-
**paths** | **Array<String>** | List of paths that will be appended to the Remote url when searching for content. | [optional]
|
14
|
-
**remote** | **String** | The remote to provide alternate content source. |
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
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
|
+
| **name** | **String** | Name of Alternate Content Source. | |
|
12
|
+
| **last_refreshed** | **Time** | Date of last refresh of AlternateContentSource. | [optional] |
|
13
|
+
| **paths** | **Array<String>** | List of paths that will be appended to the Remote url when searching for content. | [optional] |
|
14
|
+
| **remote** | **String** | The remote to provide alternate content source. | |
|
15
15
|
|
16
|
-
##
|
16
|
+
## Example
|
17
17
|
|
18
18
|
```ruby
|
19
|
-
require '
|
19
|
+
require 'pulp_file_client'
|
20
20
|
|
21
|
-
instance = PulpFileClient::FileFileAlternateContentSourceResponse.new(
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
21
|
+
instance = PulpFileClient::FileFileAlternateContentSourceResponse.new(
|
22
|
+
pulp_href: null,
|
23
|
+
prn: null,
|
24
|
+
pulp_created: null,
|
25
|
+
pulp_last_updated: null,
|
26
|
+
name: null,
|
27
|
+
last_refreshed: null,
|
28
|
+
paths: null,
|
29
|
+
remote: null
|
30
|
+
)
|
29
31
|
```
|
30
32
|
|
31
|
-
|
@@ -2,38 +2,39 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
12
|
-
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
13
|
-
**md5** | **String** | The MD5 checksum if available. | [optional]
|
14
|
-
**sha1** | **String** | The SHA-1 checksum if available. | [optional]
|
15
|
-
**sha224** | **String** | The SHA-224 checksum if available. | [optional]
|
16
|
-
**sha256** | **String** | The SHA-256 checksum if available. | [optional]
|
17
|
-
**sha384** | **String** | The SHA-384 checksum if available. | [optional]
|
18
|
-
**sha512** | **String** | The SHA-512 checksum if available. | [optional]
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
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
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
12
|
+
| **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
|
13
|
+
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
14
|
+
| **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
|
15
|
+
| **sha224** | **String** | The SHA-224 checksum if available. | [optional][readonly] |
|
16
|
+
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
17
|
+
| **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
|
18
|
+
| **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
|
19
19
|
|
20
|
-
##
|
20
|
+
## Example
|
21
21
|
|
22
22
|
```ruby
|
23
|
-
require '
|
23
|
+
require 'pulp_file_client'
|
24
24
|
|
25
|
-
instance = PulpFileClient::FileFileContentResponse.new(
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
25
|
+
instance = PulpFileClient::FileFileContentResponse.new(
|
26
|
+
pulp_href: null,
|
27
|
+
prn: null,
|
28
|
+
pulp_created: null,
|
29
|
+
pulp_last_updated: null,
|
30
|
+
artifact: null,
|
31
|
+
relative_path: null,
|
32
|
+
md5: null,
|
33
|
+
sha1: null,
|
34
|
+
sha224: null,
|
35
|
+
sha256: null,
|
36
|
+
sha384: null,
|
37
|
+
sha512: null
|
38
|
+
)
|
37
39
|
```
|
38
40
|
|
39
|
-
|
@@ -2,28 +2,29 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
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\") |
|
8
|
-
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional]
|
10
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
13
|
-
**publication** | **String** | Publication to be served | [optional]
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
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\") | |
|
8
|
+
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
9
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
10
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
11
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
12
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
13
|
+
| **publication** | **String** | Publication to be served | [optional] |
|
14
14
|
|
15
|
-
##
|
15
|
+
## Example
|
16
16
|
|
17
17
|
```ruby
|
18
|
-
require '
|
18
|
+
require 'pulp_file_client'
|
19
19
|
|
20
|
-
instance = PulpFileClient::FileFileDistribution.new(
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
20
|
+
instance = PulpFileClient::FileFileDistribution.new(
|
21
|
+
base_path: null,
|
22
|
+
content_guard: null,
|
23
|
+
hidden: null,
|
24
|
+
pulp_labels: null,
|
25
|
+
name: null,
|
26
|
+
repository: null,
|
27
|
+
publication: null
|
28
|
+
)
|
27
29
|
```
|
28
30
|
|
29
|
-
|
@@ -2,40 +2,41 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**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\") |
|
12
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional]
|
13
|
-
**content_guard** | **String** | An optional content-guard. | [optional]
|
14
|
-
**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]
|
15
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional]
|
16
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
17
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
18
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
19
|
-
**publication** | **String** | Publication to be served | [optional]
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
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
|
+
| **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\") | |
|
12
|
+
| **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
|
13
|
+
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
14
|
+
| **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] |
|
15
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
16
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
17
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
18
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
19
|
+
| **publication** | **String** | Publication to be served | [optional] |
|
20
20
|
|
21
|
-
##
|
21
|
+
## Example
|
22
22
|
|
23
23
|
```ruby
|
24
|
-
require '
|
24
|
+
require 'pulp_file_client'
|
25
25
|
|
26
|
-
instance = PulpFileClient::FileFileDistributionResponse.new(
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
26
|
+
instance = PulpFileClient::FileFileDistributionResponse.new(
|
27
|
+
pulp_href: null,
|
28
|
+
prn: null,
|
29
|
+
pulp_created: null,
|
30
|
+
pulp_last_updated: null,
|
31
|
+
base_path: null,
|
32
|
+
base_url: null,
|
33
|
+
content_guard: null,
|
34
|
+
no_content_change_since: null,
|
35
|
+
hidden: null,
|
36
|
+
pulp_labels: null,
|
37
|
+
name: null,
|
38
|
+
repository: null,
|
39
|
+
publication: null
|
40
|
+
)
|
39
41
|
```
|
40
42
|
|
41
|
-
|
data/docs/FileFilePublication.md
CHANGED
@@ -2,20 +2,21 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**repository_version** | **String** | | [optional]
|
8
|
-
**repository** | **String** | A URI of the repository to be published. | [optional]
|
9
|
-
**manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional]
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **repository_version** | **String** | | [optional] |
|
8
|
+
| **repository** | **String** | A URI of the repository to be published. | [optional] |
|
9
|
+
| **manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional][default to 'PULP_MANIFEST'] |
|
10
10
|
|
11
|
-
##
|
11
|
+
## Example
|
12
12
|
|
13
13
|
```ruby
|
14
|
-
require '
|
14
|
+
require 'pulp_file_client'
|
15
15
|
|
16
|
-
instance = PulpFileClient::FileFilePublication.new(
|
17
|
-
|
18
|
-
|
16
|
+
instance = PulpFileClient::FileFilePublication.new(
|
17
|
+
repository_version: null,
|
18
|
+
repository: null,
|
19
|
+
manifest: null
|
20
|
+
)
|
19
21
|
```
|
20
22
|
|
21
|
-
|
@@ -2,30 +2,31 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**repository_version** | **String** | | [optional]
|
12
|
-
**repository** | **String** | A URI of the repository to be published. | [optional]
|
13
|
-
**distributions** | **Array<String>** | This publication is currently hosted as defined by these distributions. | [optional]
|
14
|
-
**manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional]
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
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
|
+
| **repository_version** | **String** | | [optional] |
|
12
|
+
| **repository** | **String** | A URI of the repository to be published. | [optional] |
|
13
|
+
| **distributions** | **Array<String>** | This publication is currently hosted as defined by these distributions. | [optional][readonly] |
|
14
|
+
| **manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional][default to 'PULP_MANIFEST'] |
|
15
15
|
|
16
|
-
##
|
16
|
+
## Example
|
17
17
|
|
18
18
|
```ruby
|
19
|
-
require '
|
19
|
+
require 'pulp_file_client'
|
20
20
|
|
21
|
-
instance = PulpFileClient::FileFilePublicationResponse.new(
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
21
|
+
instance = PulpFileClient::FileFilePublicationResponse.new(
|
22
|
+
pulp_href: null,
|
23
|
+
prn: null,
|
24
|
+
pulp_created: null,
|
25
|
+
pulp_last_updated: null,
|
26
|
+
repository_version: null,
|
27
|
+
repository: null,
|
28
|
+
distributions: null,
|
29
|
+
manifest: null
|
30
|
+
)
|
29
31
|
```
|
30
32
|
|
31
|
-
|
data/docs/FileFileRemote.md
CHANGED
@@ -2,56 +2,57 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**name** | **String** | A unique name for this remote. |
|
8
|
-
**url** | **String** | The URL of an external content source. |
|
9
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
10
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
-
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
16
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
18
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
|
22
|
-
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
|
-
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
|
-
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
25
|
-
**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]
|
26
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
27
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | A unique name for this remote. | |
|
8
|
+
| **url** | **String** | The URL of an external content source. | |
|
9
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
10
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
11
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
12
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
13
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
14
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
15
|
+
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
16
|
+
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
17
|
+
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
18
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
19
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
20
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
21
|
+
| **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional] |
|
22
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
23
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
24
|
+
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
25
|
+
| **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] |
|
26
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
27
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
28
28
|
|
29
|
-
##
|
29
|
+
## Example
|
30
30
|
|
31
31
|
```ruby
|
32
|
-
require '
|
32
|
+
require 'pulp_file_client'
|
33
33
|
|
34
|
-
instance = PulpFileClient::FileFileRemote.new(
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
34
|
+
instance = PulpFileClient::FileFileRemote.new(
|
35
|
+
name: null,
|
36
|
+
url: null,
|
37
|
+
ca_cert: null,
|
38
|
+
client_cert: null,
|
39
|
+
client_key: null,
|
40
|
+
tls_validation: null,
|
41
|
+
proxy_url: null,
|
42
|
+
proxy_username: null,
|
43
|
+
proxy_password: null,
|
44
|
+
username: null,
|
45
|
+
password: null,
|
46
|
+
pulp_labels: null,
|
47
|
+
download_concurrency: null,
|
48
|
+
max_retries: null,
|
49
|
+
policy: null,
|
50
|
+
total_timeout: null,
|
51
|
+
connect_timeout: null,
|
52
|
+
sock_connect_timeout: null,
|
53
|
+
sock_read_timeout: null,
|
54
|
+
headers: null,
|
55
|
+
rate_limit: null
|
56
|
+
)
|
55
57
|
```
|
56
58
|
|
57
|
-
|
@@ -2,56 +2,57 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**name** | **String** | A unique name for this remote. |
|
12
|
-
**url** | **String** | The URL of an external content source. |
|
13
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
14
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
15
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
16
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
17
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
18
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
19
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
20
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
|
21
|
-
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
22
|
-
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
|
-
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
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
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
27
|
-
**hidden_fields** | [**Array<
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
|
+
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
11
|
+
| **name** | **String** | A unique name for this remote. | |
|
12
|
+
| **url** | **String** | The URL of an external content source. | |
|
13
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
14
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
15
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
16
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
17
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
18
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
19
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
20
|
+
| **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional] |
|
21
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
22
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
23
|
+
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
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
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
26
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
27
|
+
| **hidden_fields** | [**Array<FileFileRemoteResponseHiddenFieldsInner>**](FileFileRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
|
28
28
|
|
29
|
-
##
|
29
|
+
## Example
|
30
30
|
|
31
31
|
```ruby
|
32
|
-
require '
|
32
|
+
require 'pulp_file_client'
|
33
33
|
|
34
|
-
instance = PulpFileClient::FileFileRemoteResponse.new(
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
34
|
+
instance = PulpFileClient::FileFileRemoteResponse.new(
|
35
|
+
pulp_href: null,
|
36
|
+
prn: null,
|
37
|
+
pulp_created: null,
|
38
|
+
pulp_last_updated: null,
|
39
|
+
name: null,
|
40
|
+
url: null,
|
41
|
+
ca_cert: null,
|
42
|
+
client_cert: null,
|
43
|
+
tls_validation: null,
|
44
|
+
proxy_url: null,
|
45
|
+
pulp_labels: null,
|
46
|
+
download_concurrency: null,
|
47
|
+
max_retries: null,
|
48
|
+
policy: null,
|
49
|
+
total_timeout: null,
|
50
|
+
connect_timeout: null,
|
51
|
+
sock_connect_timeout: null,
|
52
|
+
sock_read_timeout: null,
|
53
|
+
headers: null,
|
54
|
+
rate_limit: null,
|
55
|
+
hidden_fields: null
|
56
|
+
)
|
55
57
|
```
|
56
58
|
|
57
|
-
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# PulpFileClient::FileFileRemoteResponseHiddenFieldsInner
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | | |
|
8
|
+
| **is_set** | **Boolean** | | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'pulp_file_client'
|
14
|
+
|
15
|
+
instance = PulpFileClient::FileFileRemoteResponseHiddenFieldsInner.new(
|
16
|
+
name: null,
|
17
|
+
is_set: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|