pulp_python_client 3.12.5 → 3.13.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 +17 -16
- data/docs/AsyncOperationResponse.md +8 -7
- data/docs/ContentPackagesApi.md +170 -120
- data/docs/ContentSummaryResponse.md +12 -11
- data/docs/DistributionsPypiApi.md +385 -182
- data/docs/ExcludePlatformsEnum.md +4 -5
- 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/PackageMetadataResponse.md +14 -13
- data/docs/PackageTypesEnum.md +4 -5
- data/docs/PackageUploadTaskResponse.md +12 -11
- data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
- data/docs/PaginatedpythonPythonDistributionResponseList.md +14 -13
- data/docs/PaginatedpythonPythonPackageContentResponseList.md +14 -13
- data/docs/PaginatedpythonPythonPublicationResponseList.md +14 -13
- data/docs/PaginatedpythonPythonRemoteResponseList.md +14 -13
- data/docs/PaginatedpythonPythonRepositoryResponseList.md +14 -13
- data/docs/PatchedpythonPythonDistribution.md +24 -23
- data/docs/PatchedpythonPythonRemote.md +60 -59
- data/docs/PatchedpythonPythonRepository.md +18 -17
- data/docs/PolicyEnum.md +4 -5
- data/docs/PublicationsPypiApi.md +267 -130
- data/docs/PypiApi.md +33 -17
- data/docs/PypiLegacyApi.md +34 -18
- data/docs/PypiMetadataApi.md +34 -18
- data/docs/PypiSimpleApi.md +95 -45
- data/docs/PythonPythonDistribution.md +24 -23
- data/docs/PythonPythonDistributionResponse.md +36 -35
- data/docs/PythonPythonPackageContentResponse.md +70 -69
- data/docs/PythonPythonPublication.md +10 -9
- data/docs/PythonPythonPublicationResponse.md +20 -19
- data/docs/PythonPythonRemote.md +60 -59
- data/docs/PythonPythonRemoteResponse.md +60 -59
- data/docs/PythonPythonRemoteResponseHiddenFieldsInner.md +20 -0
- data/docs/PythonPythonRepository.md +18 -17
- data/docs/PythonPythonRepositoryResponse.md +30 -29
- data/docs/RemotesPythonApi.md +420 -198
- data/docs/Repair.md +8 -7
- data/docs/RepositoriesPythonApi.md +444 -207
- data/docs/RepositoriesPythonVersionsApi.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/SummaryResponse.md +12 -11
- data/docs/UnsetLabel.md +8 -7
- data/docs/UnsetLabelResponse.md +10 -9
- data/lib/pulp_python_client/api/content_packages_api.rb +21 -15
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +89 -56
- data/lib/pulp_python_client/api/publications_pypi_api.rb +67 -47
- data/lib/pulp_python_client/api/pypi_api.rb +6 -5
- data/lib/pulp_python_client/api/pypi_legacy_api.rb +11 -7
- data/lib/pulp_python_client/api/pypi_metadata_api.rb +6 -5
- data/lib/pulp_python_client/api/pypi_simple_api.rb +19 -13
- data/lib/pulp_python_client/api/remotes_python_api.rb +113 -73
- data/lib/pulp_python_client/api/repositories_python_api.rb +107 -66
- data/lib/pulp_python_client/api/repositories_python_versions_api.rb +40 -30
- data/lib/pulp_python_client/api_client.rb +137 -102
- data/lib/pulp_python_client/api_error.rb +2 -1
- data/lib/pulp_python_client/configuration.rb +162 -21
- data/lib/pulp_python_client/models/async_operation_response.rb +32 -22
- data/lib/pulp_python_client/models/content_summary_response.rb +36 -22
- data/lib/pulp_python_client/models/exclude_platforms_enum.rb +8 -4
- data/lib/pulp_python_client/models/my_permissions_response.rb +32 -22
- data/lib/pulp_python_client/models/nested_role.rb +32 -22
- data/lib/pulp_python_client/models/nested_role_response.rb +32 -22
- data/lib/pulp_python_client/models/object_roles_response.rb +32 -22
- data/lib/pulp_python_client/models/package_metadata_response.rb +41 -37
- data/lib/pulp_python_client/models/package_types_enum.rb +8 -4
- data/lib/pulp_python_client/models/package_upload_task_response.rb +37 -23
- data/lib/pulp_python_client/models/paginated_repository_version_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_distribution_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_package_content_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_publication_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_remote_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_repository_response_list.rb +34 -22
- data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +40 -24
- data/lib/pulp_python_client/models/patchedpython_python_remote.rb +82 -44
- data/lib/pulp_python_client/models/patchedpython_python_repository.rb +35 -23
- data/lib/pulp_python_client/models/policy_enum.rb +8 -4
- data/lib/pulp_python_client/models/python_python_distribution.rb +34 -22
- data/lib/pulp_python_client/models/python_python_distribution_response.rb +36 -24
- data/lib/pulp_python_client/models/python_python_package_content_response.rb +38 -24
- data/lib/pulp_python_client/models/python_python_publication.rb +30 -22
- data/lib/pulp_python_client/models/python_python_publication_response.rb +32 -24
- data/lib/pulp_python_client/models/python_python_remote.rb +76 -42
- data/lib/pulp_python_client/models/python_python_remote_response.rb +79 -45
- data/lib/pulp_python_client/models/{python_python_remote_response_hidden_fields.rb → python_python_remote_response_hidden_fields_inner.rb} +37 -25
- data/lib/pulp_python_client/models/python_python_repository.rb +32 -22
- data/lib/pulp_python_client/models/python_python_repository_response.rb +34 -24
- data/lib/pulp_python_client/models/repair.rb +30 -22
- data/lib/pulp_python_client/models/repository_add_remove_content.rb +30 -22
- data/lib/pulp_python_client/models/repository_sync_url.rb +30 -22
- data/lib/pulp_python_client/models/repository_version_response.rb +32 -24
- data/lib/pulp_python_client/models/set_label.rb +34 -22
- data/lib/pulp_python_client/models/set_label_response.rb +34 -22
- data/lib/pulp_python_client/models/summary_response.rb +36 -22
- data/lib/pulp_python_client/models/unset_label.rb +32 -22
- data/lib/pulp_python_client/models/unset_label_response.rb +32 -22
- data/lib/pulp_python_client/version.rb +2 -2
- data/lib/pulp_python_client.rb +2 -5
- data/pulp_python_client.gemspec +9 -6
- data/spec/api/content_packages_api_spec.rb +4 -4
- data/spec/api/distributions_pypi_api_spec.rb +13 -13
- data/spec/api/publications_pypi_api_spec.rb +16 -15
- data/spec/api/pypi_api_spec.rb +2 -2
- data/spec/api/pypi_legacy_api_spec.rb +2 -2
- data/spec/api/pypi_metadata_api_spec.rb +2 -2
- data/spec/api/pypi_simple_api_spec.rb +4 -4
- data/spec/api/remotes_python_api_spec.rb +21 -20
- data/spec/api/repositories_python_api_spec.rb +15 -15
- data/spec/api/repositories_python_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/exclude_platforms_enum_spec.rb +6 -11
- 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/package_metadata_response_spec.rb +10 -15
- data/spec/models/package_types_enum_spec.rb +6 -11
- data/spec/models/package_upload_task_response_spec.rb +9 -14
- data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_distribution_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_package_content_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_publication_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_remote_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_repository_response_list_spec.rb +10 -15
- data/spec/models/patchedpython_python_distribution_spec.rb +15 -20
- data/spec/models/patchedpython_python_remote_spec.rb +33 -38
- data/spec/models/patchedpython_python_repository_spec.rb +12 -17
- data/spec/models/policy_enum_spec.rb +6 -11
- data/spec/models/python_python_distribution_response_spec.rb +21 -26
- data/spec/models/python_python_distribution_spec.rb +15 -20
- data/spec/models/python_python_package_content_response_spec.rb +38 -43
- data/spec/models/python_python_publication_response_spec.rb +13 -18
- data/spec/models/python_python_publication_spec.rb +8 -13
- data/spec/models/{python_python_remote_response_hidden_fields_spec.rb → python_python_remote_response_hidden_fields_inner_spec.rb} +11 -16
- data/spec/models/python_python_remote_response_spec.rb +33 -38
- data/spec/models/python_python_remote_spec.rb +33 -38
- data/spec/models/python_python_repository_response_spec.rb +18 -23
- data/spec/models/python_python_repository_spec.rb +12 -17
- 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/summary_response_spec.rb +9 -14
- 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 +81 -69
- data/docs/PackageUpload.md +0 -21
- data/docs/PythonBanderRemote.md +0 -21
- data/docs/PythonPythonPackageContent.md +0 -71
- data/docs/PythonPythonRemoteResponseHiddenFields.md +0 -19
- data/lib/pulp_python_client/models/package_upload.rb +0 -283
- data/lib/pulp_python_client/models/python_bander_remote.rb +0 -257
- data/lib/pulp_python_client/models/python_python_package_content.rb +0 -534
- data/spec/api_client_spec.rb +0 -188
- data/spec/configuration_spec.rb +0 -42
- data/spec/models/package_upload_spec.rb +0 -53
- data/spec/models/python_bander_remote_spec.rb +0 -53
- data/spec/models/python_python_package_content_spec.rb +0 -203
@@ -2,78 +2,79 @@
|
|
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
|
-
**filename** | **String** | The name of the distribution package, usually of the format: {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.{packagetype} | [optional]
|
13
|
-
**packagetype** | **String** | The type of the distribution package (e.g. sdist, bdist_wheel, bdist_egg, etc) | [optional]
|
14
|
-
**name** | **String** | The name of the python project. | [optional]
|
15
|
-
**version** | **String** | The packages version number. | [optional]
|
16
|
-
**sha256** | **String** | The SHA256 digest of this package. | [optional]
|
17
|
-
**metadata_version** | **String** | Version of the file format | [optional]
|
18
|
-
**summary** | **String** | A one-line summary of what the package does. | [optional]
|
19
|
-
**description** | **String** | A longer description of the package that can run to several paragraphs. | [optional]
|
20
|
-
**description_content_type** | **String** | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description. | [optional]
|
21
|
-
**keywords** | **String** | Additional keywords to be used to assist searching for the package in a larger catalog. | [optional]
|
22
|
-
**home_page** | **String** | The URL for the package's home page. | [optional]
|
23
|
-
**download_url** | **String** | Legacy field denoting the URL from which this package can be downloaded. | [optional]
|
24
|
-
**author** | **String** | Text containing the author's name. Contact information can also be added, separated with newlines. | [optional]
|
25
|
-
**author_email** | **String** | The author's e-mail address. | [optional]
|
26
|
-
**maintainer** | **String** | The maintainer's name at a minimum; additional contact information may be provided. | [optional]
|
27
|
-
**maintainer_email** | **String** | The maintainer's e-mail address. | [optional]
|
28
|
-
**license** | **String** | Text indicating the license covering the distribution | [optional]
|
29
|
-
**requires_python** | **String** | The Python version(s) that the distribution is guaranteed to be compatible with. | [optional]
|
30
|
-
**project_url** | **String** | A browsable URL for the project and a label for it, separated by a comma. | [optional]
|
31
|
-
**project_urls** |
|
32
|
-
**platform** | **String** | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional]
|
33
|
-
**supported_platform** | **String** | Field to specify the OS and CPU for which the binary package was compiled. | [optional]
|
34
|
-
**requires_dist** |
|
35
|
-
**provides_dist** |
|
36
|
-
**obsoletes_dist** |
|
37
|
-
**requires_external** |
|
38
|
-
**classifiers** |
|
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
|
+
| **filename** | **String** | The name of the distribution package, usually of the format: {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.{packagetype} | [optional][readonly] |
|
13
|
+
| **packagetype** | **String** | The type of the distribution package (e.g. sdist, bdist_wheel, bdist_egg, etc) | [optional][readonly] |
|
14
|
+
| **name** | **String** | The name of the python project. | [optional][readonly] |
|
15
|
+
| **version** | **String** | The packages version number. | [optional][readonly] |
|
16
|
+
| **sha256** | **String** | The SHA256 digest of this package. | [optional][default to ''] |
|
17
|
+
| **metadata_version** | **String** | Version of the file format | [optional][readonly] |
|
18
|
+
| **summary** | **String** | A one-line summary of what the package does. | [optional] |
|
19
|
+
| **description** | **String** | A longer description of the package that can run to several paragraphs. | [optional] |
|
20
|
+
| **description_content_type** | **String** | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description. | [optional] |
|
21
|
+
| **keywords** | **String** | Additional keywords to be used to assist searching for the package in a larger catalog. | [optional] |
|
22
|
+
| **home_page** | **String** | The URL for the package's home page. | [optional] |
|
23
|
+
| **download_url** | **String** | Legacy field denoting the URL from which this package can be downloaded. | [optional] |
|
24
|
+
| **author** | **String** | Text containing the author's name. Contact information can also be added, separated with newlines. | [optional] |
|
25
|
+
| **author_email** | **String** | The author's e-mail address. | [optional] |
|
26
|
+
| **maintainer** | **String** | The maintainer's name at a minimum; additional contact information may be provided. | [optional] |
|
27
|
+
| **maintainer_email** | **String** | The maintainer's e-mail address. | [optional] |
|
28
|
+
| **license** | **String** | Text indicating the license covering the distribution | [optional] |
|
29
|
+
| **requires_python** | **String** | The Python version(s) that the distribution is guaranteed to be compatible with. | [optional] |
|
30
|
+
| **project_url** | **String** | A browsable URL for the project and a label for it, separated by a comma. | [optional] |
|
31
|
+
| **project_urls** | **Object** | A dictionary of labels and URLs for the project. | [optional] |
|
32
|
+
| **platform** | **String** | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional] |
|
33
|
+
| **supported_platform** | **String** | Field to specify the OS and CPU for which the binary package was compiled. | [optional] |
|
34
|
+
| **requires_dist** | **Object** | A JSON list containing names of some other distutils project required by this distribution. | [optional] |
|
35
|
+
| **provides_dist** | **Object** | A JSON list containing names of a Distutils project which is contained within this distribution. | [optional] |
|
36
|
+
| **obsoletes_dist** | **Object** | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time. | [optional] |
|
37
|
+
| **requires_external** | **Object** | A JSON list containing some dependency in the system that the distribution is to be used. | [optional] |
|
38
|
+
| **classifiers** | **Object** | A JSON list containing classification values for a Python package. | [optional] |
|
39
39
|
|
40
|
-
##
|
40
|
+
## Example
|
41
41
|
|
42
42
|
```ruby
|
43
|
-
require '
|
43
|
+
require 'pulp_python_client'
|
44
44
|
|
45
|
-
instance = PulpPythonClient::PythonPythonPackageContentResponse.new(
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
45
|
+
instance = PulpPythonClient::PythonPythonPackageContentResponse.new(
|
46
|
+
pulp_href: null,
|
47
|
+
prn: null,
|
48
|
+
pulp_created: null,
|
49
|
+
pulp_last_updated: null,
|
50
|
+
artifact: null,
|
51
|
+
filename: null,
|
52
|
+
packagetype: null,
|
53
|
+
name: null,
|
54
|
+
version: null,
|
55
|
+
sha256: null,
|
56
|
+
metadata_version: null,
|
57
|
+
summary: null,
|
58
|
+
description: null,
|
59
|
+
description_content_type: null,
|
60
|
+
keywords: null,
|
61
|
+
home_page: null,
|
62
|
+
download_url: null,
|
63
|
+
author: null,
|
64
|
+
author_email: null,
|
65
|
+
maintainer: null,
|
66
|
+
maintainer_email: null,
|
67
|
+
license: null,
|
68
|
+
requires_python: null,
|
69
|
+
project_url: null,
|
70
|
+
project_urls: null,
|
71
|
+
platform: null,
|
72
|
+
supported_platform: null,
|
73
|
+
requires_dist: null,
|
74
|
+
provides_dist: null,
|
75
|
+
obsoletes_dist: null,
|
76
|
+
requires_external: null,
|
77
|
+
classifiers: null
|
78
|
+
)
|
77
79
|
```
|
78
80
|
|
79
|
-
|
@@ -2,18 +2,19 @@
|
|
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]
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **repository_version** | **String** | | [optional] |
|
8
|
+
| **repository** | **String** | A URI of the repository to be published. | [optional] |
|
9
9
|
|
10
|
-
##
|
10
|
+
## Example
|
11
11
|
|
12
12
|
```ruby
|
13
|
-
require '
|
13
|
+
require 'pulp_python_client'
|
14
14
|
|
15
|
-
instance = PulpPythonClient::PythonPythonPublication.new(
|
16
|
-
|
15
|
+
instance = PulpPythonClient::PythonPythonPublication.new(
|
16
|
+
repository_version: null,
|
17
|
+
repository: null
|
18
|
+
)
|
17
19
|
```
|
18
20
|
|
19
|
-
|
@@ -2,28 +2,29 @@
|
|
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 being hosted as configured by these distributions. | [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 being hosted as configured by these distributions. | [optional][readonly] |
|
14
14
|
|
15
|
-
##
|
15
|
+
## Example
|
16
16
|
|
17
17
|
```ruby
|
18
|
-
require '
|
18
|
+
require 'pulp_python_client'
|
19
19
|
|
20
|
-
instance = PulpPythonClient::PythonPythonPublicationResponse.new(
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
20
|
+
instance = PulpPythonClient::PythonPythonPublicationResponse.new(
|
21
|
+
pulp_href: null,
|
22
|
+
prn: null,
|
23
|
+
pulp_created: null,
|
24
|
+
pulp_last_updated: null,
|
25
|
+
repository_version: null,
|
26
|
+
repository: null,
|
27
|
+
distributions: null
|
28
|
+
)
|
27
29
|
```
|
28
30
|
|
29
|
-
|
data/docs/PythonPythonRemote.md
CHANGED
@@ -2,68 +2,69 @@
|
|
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'. 'on_demand' 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
|
-
**includes** | **Array<String>** | A list containing project specifiers for Python packages to include. | [optional]
|
29
|
-
**excludes** | **Array<String>** | A list containing project specifiers for Python packages to exclude. | [optional]
|
30
|
-
**prereleases** | **Boolean** | Whether or not to include pre-release packages in the sync. | [optional]
|
31
|
-
**package_types** | [**Array<PackageTypesEnum>**](PackageTypesEnum.md) | The package types to sync for Python content. Leave blank to get everypackage type. | [optional]
|
32
|
-
**keep_latest_packages** | **Integer** | The amount of latest versions of a package to keep on sync, includespre-releases if synced. Default 0 keeps all versions. | [optional]
|
33
|
-
**exclude_platforms** | [**Array<ExcludePlatformsEnum>**](ExcludePlatformsEnum.md) | List of platforms to exclude syncing Python packages for. Possible valuesinclude: windows, macos, freebsd, and linux. | [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'. 'on_demand' 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
|
+
| **includes** | **Array<String>** | A list containing project specifiers for Python packages to include. | [optional] |
|
29
|
+
| **excludes** | **Array<String>** | A list containing project specifiers for Python packages to exclude. | [optional] |
|
30
|
+
| **prereleases** | **Boolean** | Whether or not to include pre-release packages in the sync. | [optional] |
|
31
|
+
| **package_types** | [**Array<PackageTypesEnum>**](PackageTypesEnum.md) | The package types to sync for Python content. Leave blank to get everypackage type. | [optional] |
|
32
|
+
| **keep_latest_packages** | **Integer** | The amount of latest versions of a package to keep on sync, includespre-releases if synced. Default 0 keeps all versions. | [optional][default to 0] |
|
33
|
+
| **exclude_platforms** | [**Array<ExcludePlatformsEnum>**](ExcludePlatformsEnum.md) | List of platforms to exclude syncing Python packages for. Possible valuesinclude: windows, macos, freebsd, and linux. | [optional] |
|
34
34
|
|
35
|
-
##
|
35
|
+
## Example
|
36
36
|
|
37
37
|
```ruby
|
38
|
-
require '
|
38
|
+
require 'pulp_python_client'
|
39
39
|
|
40
|
-
instance = PulpPythonClient::PythonPythonRemote.new(
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
40
|
+
instance = PulpPythonClient::PythonPythonRemote.new(
|
41
|
+
name: null,
|
42
|
+
url: null,
|
43
|
+
ca_cert: null,
|
44
|
+
client_cert: null,
|
45
|
+
client_key: null,
|
46
|
+
tls_validation: null,
|
47
|
+
proxy_url: null,
|
48
|
+
proxy_username: null,
|
49
|
+
proxy_password: null,
|
50
|
+
username: null,
|
51
|
+
password: null,
|
52
|
+
pulp_labels: null,
|
53
|
+
download_concurrency: null,
|
54
|
+
max_retries: null,
|
55
|
+
policy: null,
|
56
|
+
total_timeout: null,
|
57
|
+
connect_timeout: null,
|
58
|
+
sock_connect_timeout: null,
|
59
|
+
sock_read_timeout: null,
|
60
|
+
headers: null,
|
61
|
+
rate_limit: null,
|
62
|
+
includes: null,
|
63
|
+
excludes: null,
|
64
|
+
prereleases: null,
|
65
|
+
package_types: null,
|
66
|
+
keep_latest_packages: null,
|
67
|
+
exclude_platforms: null
|
68
|
+
)
|
67
69
|
```
|
68
70
|
|
69
|
-
|
@@ -2,68 +2,69 @@
|
|
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'. 'on_demand' 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<
|
28
|
-
**includes** | **Array<String>** | A list containing project specifiers for Python packages to include. | [optional]
|
29
|
-
**excludes** | **Array<String>** | A list containing project specifiers for Python packages to exclude. | [optional]
|
30
|
-
**prereleases** | **Boolean** | Whether or not to include pre-release packages in the sync. | [optional]
|
31
|
-
**package_types** | [**Array<PackageTypesEnum>**](PackageTypesEnum.md) | The package types to sync for Python content. Leave blank to get everypackage type. | [optional]
|
32
|
-
**keep_latest_packages** | **Integer** | The amount of latest versions of a package to keep on sync, includespre-releases if synced. Default 0 keeps all versions. | [optional]
|
33
|
-
**exclude_platforms** | [**Array<ExcludePlatformsEnum>**](ExcludePlatformsEnum.md) | List of platforms to exclude syncing Python packages for. Possible valuesinclude: windows, macos, freebsd, and linux. | [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 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'. 'on_demand' 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<PythonPythonRemoteResponseHiddenFieldsInner>**](PythonPythonRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
|
28
|
+
| **includes** | **Array<String>** | A list containing project specifiers for Python packages to include. | [optional] |
|
29
|
+
| **excludes** | **Array<String>** | A list containing project specifiers for Python packages to exclude. | [optional] |
|
30
|
+
| **prereleases** | **Boolean** | Whether or not to include pre-release packages in the sync. | [optional] |
|
31
|
+
| **package_types** | [**Array<PackageTypesEnum>**](PackageTypesEnum.md) | The package types to sync for Python content. Leave blank to get everypackage type. | [optional] |
|
32
|
+
| **keep_latest_packages** | **Integer** | The amount of latest versions of a package to keep on sync, includespre-releases if synced. Default 0 keeps all versions. | [optional][default to 0] |
|
33
|
+
| **exclude_platforms** | [**Array<ExcludePlatformsEnum>**](ExcludePlatformsEnum.md) | List of platforms to exclude syncing Python packages for. Possible valuesinclude: windows, macos, freebsd, and linux. | [optional] |
|
34
34
|
|
35
|
-
##
|
35
|
+
## Example
|
36
36
|
|
37
37
|
```ruby
|
38
|
-
require '
|
38
|
+
require 'pulp_python_client'
|
39
39
|
|
40
|
-
instance = PulpPythonClient::PythonPythonRemoteResponse.new(
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
40
|
+
instance = PulpPythonClient::PythonPythonRemoteResponse.new(
|
41
|
+
pulp_href: null,
|
42
|
+
prn: null,
|
43
|
+
pulp_created: null,
|
44
|
+
pulp_last_updated: null,
|
45
|
+
name: null,
|
46
|
+
url: null,
|
47
|
+
ca_cert: null,
|
48
|
+
client_cert: null,
|
49
|
+
tls_validation: null,
|
50
|
+
proxy_url: null,
|
51
|
+
pulp_labels: null,
|
52
|
+
download_concurrency: null,
|
53
|
+
max_retries: null,
|
54
|
+
policy: null,
|
55
|
+
total_timeout: null,
|
56
|
+
connect_timeout: null,
|
57
|
+
sock_connect_timeout: null,
|
58
|
+
sock_read_timeout: null,
|
59
|
+
headers: null,
|
60
|
+
rate_limit: null,
|
61
|
+
hidden_fields: null,
|
62
|
+
includes: null,
|
63
|
+
excludes: null,
|
64
|
+
prereleases: null,
|
65
|
+
package_types: null,
|
66
|
+
keep_latest_packages: null,
|
67
|
+
exclude_platforms: null
|
68
|
+
)
|
67
69
|
```
|
68
70
|
|
69
|
-
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# PulpPythonClient::PythonPythonRemoteResponseHiddenFieldsInner
|
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_python_client'
|
14
|
+
|
15
|
+
instance = PulpPythonClient::PythonPythonRemoteResponseHiddenFieldsInner.new(
|
16
|
+
name: null,
|
17
|
+
is_set: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -2,26 +2,27 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
-
**name** | **String** | A unique name for this repository. |
|
9
|
-
**description** | **String** | An optional description. | [optional]
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
|
-
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
12
|
-
**autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional]
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
8
|
+
| **name** | **String** | A unique name for this repository. | |
|
9
|
+
| **description** | **String** | An optional description. | [optional] |
|
10
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
11
|
+
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
12
|
+
| **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional][default to false] |
|
13
13
|
|
14
|
-
##
|
14
|
+
## Example
|
15
15
|
|
16
16
|
```ruby
|
17
|
-
require '
|
17
|
+
require 'pulp_python_client'
|
18
18
|
|
19
|
-
instance = PulpPythonClient::PythonPythonRepository.new(
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
19
|
+
instance = PulpPythonClient::PythonPythonRepository.new(
|
20
|
+
pulp_labels: null,
|
21
|
+
name: null,
|
22
|
+
description: null,
|
23
|
+
retain_repo_versions: null,
|
24
|
+
remote: null,
|
25
|
+
autopublish: null
|
26
|
+
)
|
25
27
|
```
|
26
28
|
|
27
|
-
|