pulp-python-client 3.12.3__py3-none-any.whl → 3.12.5__py3-none-any.whl
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.
Potentially problematic release.
This version of pulp-python-client might be problematic. Click here for more details.
- {pulp_python_client-3.12.3.dist-info → pulp_python_client-3.12.5.dist-info}/METADATA +1 -1
- {pulp_python_client-3.12.3.dist-info → pulp_python_client-3.12.5.dist-info}/RECORD +19 -19
- pulpcore/client/pulp_python/__init__.py +1 -1
- pulpcore/client/pulp_python/api/content_packages_api.py +14 -8
- pulpcore/client/pulp_python/api/distributions_pypi_api.py +8 -2
- pulpcore/client/pulp_python/api/publications_pypi_api.py +17 -10
- pulpcore/client/pulp_python/api/remotes_python_api.py +8 -2
- pulpcore/client/pulp_python/api/repositories_python_api.py +12 -6
- pulpcore/client/pulp_python/api/repositories_python_versions_api.py +13 -6
- pulpcore/client/pulp_python/api_client.py +1 -1
- pulpcore/client/pulp_python/configuration.py +1 -1
- pulpcore/client/pulp_python/models/python_python_distribution_response.py +29 -1
- pulpcore/client/pulp_python/models/python_python_package_content_response.py +29 -1
- pulpcore/client/pulp_python/models/python_python_publication_response.py +29 -1
- pulpcore/client/pulp_python/models/python_python_remote_response.py +29 -1
- pulpcore/client/pulp_python/models/python_python_repository_response.py +29 -1
- pulpcore/client/pulp_python/models/repository_version_response.py +29 -1
- {pulp_python_client-3.12.3.dist-info → pulp_python_client-3.12.5.dist-info}/WHEEL +0 -0
- {pulp_python_client-3.12.3.dist-info → pulp_python_client-3.12.5.dist-info}/top_level.txt +0 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulp_python/__init__.py,sha256=
|
|
4
|
-
pulpcore/client/pulp_python/api_client.py,sha256=
|
|
5
|
-
pulpcore/client/pulp_python/configuration.py,sha256=
|
|
3
|
+
pulpcore/client/pulp_python/__init__.py,sha256=ASy0qrKFXRH3cw1k_ubS8FSOCKB4RXueGx9fPIciauU,5892
|
|
4
|
+
pulpcore/client/pulp_python/api_client.py,sha256=an3e6HrOO0vIPjKq6HhqKmlfwsZoogk1gYK2U2GKK8A,26290
|
|
5
|
+
pulpcore/client/pulp_python/configuration.py,sha256=5Dk16urjPN3ou7cb5oYcBij4ywmpyInb_wwiBvoKENE,13990
|
|
6
6
|
pulpcore/client/pulp_python/exceptions.py,sha256=4P8pBnEQ5hqaudJJMdmM57YfxTTRFcvkQ86GsvtKNEs,3769
|
|
7
7
|
pulpcore/client/pulp_python/rest.py,sha256=LT9W8ZNtZbFDfYEEqBWcQ70vp8XfJLiN2TtKyozgk4U,12314
|
|
8
8
|
pulpcore/client/pulp_python/api/__init__.py,sha256=Kevd065wwgBI2gr_HXjcVAcTSqLHvBS_VAYlQkbNAYU,909
|
|
9
|
-
pulpcore/client/pulp_python/api/content_packages_api.py,sha256=
|
|
10
|
-
pulpcore/client/pulp_python/api/distributions_pypi_api.py,sha256=
|
|
11
|
-
pulpcore/client/pulp_python/api/publications_pypi_api.py,sha256=
|
|
9
|
+
pulpcore/client/pulp_python/api/content_packages_api.py,sha256=mfB0jA9QtwLFHOANim2qhrD2Z3Kgn2qopOppi2Rr50w,50492
|
|
10
|
+
pulpcore/client/pulp_python/api/distributions_pypi_api.py,sha256=Tw5ofoYCi5ZKbCACyShlOKvpwSax-6Bnw2LLP8kVja4,86535
|
|
11
|
+
pulpcore/client/pulp_python/api/publications_pypi_api.py,sha256=qSHF1-fMgBYHrwG7yLX1Jzab8C7mwsrK2ykFGnU4wyE,56966
|
|
12
12
|
pulpcore/client/pulp_python/api/pypi_api.py,sha256=ce97kpSZBhTIKsQx0_k3AgA17f7QAkJ3pqoG-Y_dH-o,6640
|
|
13
13
|
pulpcore/client/pulp_python/api/pypi_legacy_api.py,sha256=RmvbEF-YqIikUksTaZ-Peao0T0-4jrvx922Wg7B8OZw,9226
|
|
14
14
|
pulpcore/client/pulp_python/api/pypi_metadata_api.py,sha256=EQlEc5dArAiWtYYrCo8veR9sQve1bkNzepcIwCXIu_g,7605
|
|
15
15
|
pulpcore/client/pulp_python/api/pypi_simple_api.py,sha256=vaMDnI3Oqi0JJCnRwuQPDYNUbKmm4ktbtTD2aPM7RVY,21506
|
|
16
|
-
pulpcore/client/pulp_python/api/remotes_python_api.py,sha256=
|
|
17
|
-
pulpcore/client/pulp_python/api/repositories_python_api.py,sha256=
|
|
18
|
-
pulpcore/client/pulp_python/api/repositories_python_versions_api.py,sha256=
|
|
16
|
+
pulpcore/client/pulp_python/api/remotes_python_api.py,sha256=1oUROFbKeHCuhNGxYEDynDbtrN8uNhLiINtptqpJdb8,96024
|
|
17
|
+
pulpcore/client/pulp_python/api/repositories_python_api.py,sha256=xs8PY1FLPo4neNESipQMh1jDZ_itVoYdm6DkDh8PmeM,101442
|
|
18
|
+
pulpcore/client/pulp_python/api/repositories_python_versions_api.py,sha256=Z_nwOghy9jqQWkEq_QN4usmui5nwrIroQQNwFuIEbuo,34775
|
|
19
19
|
pulpcore/client/pulp_python/models/__init__.py,sha256=iao4RoTwk18uJVWr-e0jd2KA4bQWnTSBcAPsFUaoWeA,4542
|
|
20
20
|
pulpcore/client/pulp_python/models/async_operation_response.py,sha256=I7rVENGhKiRyMqQ_XnGsH0gPYb2wEh1tpgQ2AxoZvgE,3575
|
|
21
21
|
pulpcore/client/pulp_python/models/content_summary_response.py,sha256=p5puVCEez70e-HkCTlUccZ7ND-UfFkcwg0cO4P1I9rQ,5302
|
|
@@ -40,26 +40,26 @@ pulpcore/client/pulp_python/models/patchedpython_python_repository.py,sha256=lai
|
|
|
40
40
|
pulpcore/client/pulp_python/models/policy_enum.py,sha256=73sYQjy3uC2cxirdImyK1VIZtivP3ZdoGjVwzlXP9vc,2862
|
|
41
41
|
pulpcore/client/pulp_python/models/python_bander_remote.py,sha256=MeYhjtFxH7ffQpv7c0_y99yofNlrNHYna_wzjJui2Mg,6771
|
|
42
42
|
pulpcore/client/pulp_python/models/python_python_distribution.py,sha256=xYjloBXTKGhXyvxh83zPkjzZb7paFEuccE9hSJyFrhQ,11347
|
|
43
|
-
pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256
|
|
43
|
+
pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256=Rj0331jI6bIlicSDv2aAcqTxyd3TcAHyVtThLvLoNzY,17104
|
|
44
44
|
pulpcore/client/pulp_python/models/python_python_package_content.py,sha256=5wr0-FGzi8as0pSVBYHIoqfBxSONPuBQUMdI5VL5paA,30771
|
|
45
|
-
pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=
|
|
45
|
+
pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=gUYNqwYASUTSmZjgYQ8Nin4KvQ82BznwDMmKuBP11wY,34688
|
|
46
46
|
pulpcore/client/pulp_python/models/python_python_publication.py,sha256=WTrDUV3q7pTf-cI7LTTrv_OQz0xuqAqSHVc8fTbnzb4,4488
|
|
47
|
-
pulpcore/client/pulp_python/models/python_python_publication_response.py,sha256=
|
|
47
|
+
pulpcore/client/pulp_python/models/python_python_publication_response.py,sha256=1LZAakOiz7vWIAYaPx2HElWlKGxpx7WdcQCEMcqpWoI,9417
|
|
48
48
|
pulpcore/client/pulp_python/models/python_python_remote.py,sha256=_gPevP9XgllZ-lHLfUpcyFQwfRfHsHXRCpBF8qTsoxA,33533
|
|
49
|
-
pulpcore/client/pulp_python/models/python_python_remote_response.py,sha256=
|
|
49
|
+
pulpcore/client/pulp_python/models/python_python_remote_response.py,sha256=csBE3OI3i9FIzPUOYU8rfgvqlD5PjSB3yn4qymrHebk,31727
|
|
50
50
|
pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields.py,sha256=FMQnJB2ReyO6XAUzui-KVDsXvh5-k_Xu5mVLfpPXmfM,4495
|
|
51
51
|
pulpcore/client/pulp_python/models/python_python_repository.py,sha256=OleE3896uKYswXkzmuNdXVQwr9f-oqNyp6YsrDC6vmo,8926
|
|
52
|
-
pulpcore/client/pulp_python/models/python_python_repository_response.py,sha256=
|
|
52
|
+
pulpcore/client/pulp_python/models/python_python_repository_response.py,sha256=9gO3vzVxZ18pLKIPThFSvY5-tkereTparsIIPAGoZZI,14191
|
|
53
53
|
pulpcore/client/pulp_python/models/repair.py,sha256=bbqKUW0PEkU439CTemJqfDGc46y6GNMSkRiUrfYZy34,3820
|
|
54
54
|
pulpcore/client/pulp_python/models/repository_add_remove_content.py,sha256=kIKRNyasPNB7OpvdgItkj4du9vWGU2xJoMeORzr_jdc,6381
|
|
55
55
|
pulpcore/client/pulp_python/models/repository_sync_url.py,sha256=kVBwS5dytzGac0I9pAHQt4s-XzNduB4wKQ8Vvp9PBk8,4484
|
|
56
|
-
pulpcore/client/pulp_python/models/repository_version_response.py,sha256=
|
|
56
|
+
pulpcore/client/pulp_python/models/repository_version_response.py,sha256=9o8tyw72NTK4TYfhES3VQfy4WlUpz-rId0GKpCLDJts,9975
|
|
57
57
|
pulpcore/client/pulp_python/models/set_label.py,sha256=YgHWKSUcjKD3F2NL5rt0QiD3ucEDCB-uyFG-hI9GOms,4427
|
|
58
58
|
pulpcore/client/pulp_python/models/set_label_response.py,sha256=n0PkgGraiIISAl2UcCTiRUu5NaiEfbPeBoMgPbD02ss,4288
|
|
59
59
|
pulpcore/client/pulp_python/models/summary_response.py,sha256=tnsbMSIsJ7Wn3TxKOFYPNgwutne1jy6Vx-aaOZejiRA,5498
|
|
60
60
|
pulpcore/client/pulp_python/models/unset_label.py,sha256=jOchl5kHsTLqXAI6TSlm3qydKvjrMLusScLEEybe-8A,3896
|
|
61
61
|
pulpcore/client/pulp_python/models/unset_label_response.py,sha256=zz9WS1LOXfadx_kZ3MEhQE0ipzN_6zSvVLIRHt3Yn1g,4346
|
|
62
|
-
pulp_python_client-3.12.
|
|
63
|
-
pulp_python_client-3.12.
|
|
64
|
-
pulp_python_client-3.12.
|
|
65
|
-
pulp_python_client-3.12.
|
|
62
|
+
pulp_python_client-3.12.5.dist-info/METADATA,sha256=aafHESyGsp7OmfglJGeD4p0rDdOmDWrolKejWL-Fwtk,419
|
|
63
|
+
pulp_python_client-3.12.5.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
64
|
+
pulp_python_client-3.12.5.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
65
|
+
pulp_python_client-3.12.5.dist-info/RECORD,,
|
|
@@ -324,12 +324,13 @@ class ContentPackagesApi(object):
|
|
|
324
324
|
:param float orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
325
325
|
:param str packagetype: Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist
|
|
326
326
|
:param list[str] packagetype__in: Filter results where packagetype is in a comma-separated list of values
|
|
327
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
327
328
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
328
329
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
329
|
-
:param str q:
|
|
330
|
-
:param str repository_version: Repository Version referenced by HREF
|
|
331
|
-
:param str repository_version_added: Repository Version referenced by HREF
|
|
332
|
-
:param str repository_version_removed: Repository Version referenced by HREF
|
|
330
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
331
|
+
:param str repository_version: Repository Version referenced by HREF/PRN
|
|
332
|
+
:param str repository_version_added: Repository Version referenced by HREF/PRN
|
|
333
|
+
:param str repository_version_removed: Repository Version referenced by HREF/PRN
|
|
333
334
|
:param str requires_python: Filter results where requires_python matches value
|
|
334
335
|
:param str requires_python__contains: Filter results where requires_python contains value
|
|
335
336
|
:param list[str] requires_python__in: Filter results where requires_python is in a comma-separated list of values
|
|
@@ -381,12 +382,13 @@ class ContentPackagesApi(object):
|
|
|
381
382
|
:param float orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
382
383
|
:param str packagetype: Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist
|
|
383
384
|
:param list[str] packagetype__in: Filter results where packagetype is in a comma-separated list of values
|
|
385
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
384
386
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
385
387
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
386
|
-
:param str q:
|
|
387
|
-
:param str repository_version: Repository Version referenced by HREF
|
|
388
|
-
:param str repository_version_added: Repository Version referenced by HREF
|
|
389
|
-
:param str repository_version_removed: Repository Version referenced by HREF
|
|
388
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
389
|
+
:param str repository_version: Repository Version referenced by HREF/PRN
|
|
390
|
+
:param str repository_version_added: Repository Version referenced by HREF/PRN
|
|
391
|
+
:param str repository_version_removed: Repository Version referenced by HREF/PRN
|
|
390
392
|
:param str requires_python: Filter results where requires_python matches value
|
|
391
393
|
:param str requires_python__contains: Filter results where requires_python contains value
|
|
392
394
|
:param list[str] requires_python__in: Filter results where requires_python is in a comma-separated list of values
|
|
@@ -431,6 +433,7 @@ class ContentPackagesApi(object):
|
|
|
431
433
|
'orphaned_for',
|
|
432
434
|
'packagetype',
|
|
433
435
|
'packagetype__in',
|
|
436
|
+
'prn__in',
|
|
434
437
|
'pulp_href__in',
|
|
435
438
|
'pulp_id__in',
|
|
436
439
|
'q',
|
|
@@ -509,6 +512,9 @@ class ContentPackagesApi(object):
|
|
|
509
512
|
if 'packagetype__in' in local_var_params and local_var_params['packagetype__in'] is not None: # noqa: E501
|
|
510
513
|
query_params.append(('packagetype__in', local_var_params['packagetype__in'])) # noqa: E501
|
|
511
514
|
collection_formats['packagetype__in'] = 'csv' # noqa: E501
|
|
515
|
+
if 'prn__in' in local_var_params and local_var_params['prn__in'] is not None: # noqa: E501
|
|
516
|
+
query_params.append(('prn__in', local_var_params['prn__in'])) # noqa: E501
|
|
517
|
+
collection_formats['prn__in'] = 'csv' # noqa: E501
|
|
512
518
|
if 'pulp_href__in' in local_var_params and local_var_params['pulp_href__in'] is not None: # noqa: E501
|
|
513
519
|
query_params.append(('pulp_href__in', local_var_params['pulp_href__in'])) # noqa: E501
|
|
514
520
|
collection_formats['pulp_href__in'] = 'csv' # noqa: E501
|
|
@@ -422,10 +422,11 @@ class DistributionsPypiApi(object):
|
|
|
422
422
|
:param str name__startswith: Filter results where name starts with value
|
|
423
423
|
:param int offset: The initial index from which to return the results.
|
|
424
424
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
425
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
425
426
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
426
427
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
427
428
|
:param str pulp_label_select: Filter labels by search string
|
|
428
|
-
:param str q:
|
|
429
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
429
430
|
:param str repository: Filter results where repository matches value
|
|
430
431
|
:param list[str] repository__in: Filter results where repository is in a comma-separated list of values
|
|
431
432
|
:param str with_content: Filter distributions based on the content served by them
|
|
@@ -471,10 +472,11 @@ class DistributionsPypiApi(object):
|
|
|
471
472
|
:param str name__startswith: Filter results where name starts with value
|
|
472
473
|
:param int offset: The initial index from which to return the results.
|
|
473
474
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
475
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
474
476
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
475
477
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
476
478
|
:param str pulp_label_select: Filter labels by search string
|
|
477
|
-
:param str q:
|
|
479
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
478
480
|
:param str repository: Filter results where repository matches value
|
|
479
481
|
:param list[str] repository__in: Filter results where repository is in a comma-separated list of values
|
|
480
482
|
:param str with_content: Filter distributions based on the content served by them
|
|
@@ -513,6 +515,7 @@ class DistributionsPypiApi(object):
|
|
|
513
515
|
'name__startswith',
|
|
514
516
|
'offset',
|
|
515
517
|
'ordering',
|
|
518
|
+
'prn__in',
|
|
516
519
|
'pulp_href__in',
|
|
517
520
|
'pulp_id__in',
|
|
518
521
|
'pulp_label_select',
|
|
@@ -581,6 +584,9 @@ class DistributionsPypiApi(object):
|
|
|
581
584
|
if 'ordering' in local_var_params and local_var_params['ordering'] is not None: # noqa: E501
|
|
582
585
|
query_params.append(('ordering', local_var_params['ordering'])) # noqa: E501
|
|
583
586
|
collection_formats['ordering'] = 'csv' # noqa: E501
|
|
587
|
+
if 'prn__in' in local_var_params and local_var_params['prn__in'] is not None: # noqa: E501
|
|
588
|
+
query_params.append(('prn__in', local_var_params['prn__in'])) # noqa: E501
|
|
589
|
+
collection_formats['prn__in'] = 'csv' # noqa: E501
|
|
584
590
|
if 'pulp_href__in' in local_var_params and local_var_params['pulp_href__in'] is not None: # noqa: E501
|
|
585
591
|
query_params.append(('pulp_href__in', local_var_params['pulp_href__in'])) # noqa: E501
|
|
586
592
|
collection_formats['pulp_href__in'] = 'csv' # noqa: E501
|
|
@@ -402,11 +402,12 @@ class PublicationsPypiApi(object):
|
|
|
402
402
|
>>> result = thread.get()
|
|
403
403
|
|
|
404
404
|
:param async_req bool: execute request asynchronously
|
|
405
|
-
:param str content: Content Unit referenced by HREF
|
|
406
|
-
:param str content__in:
|
|
405
|
+
:param str content: Content Unit referenced by HREF/PRN
|
|
406
|
+
:param list[str] content__in: Multiple values may be separated by commas.
|
|
407
407
|
:param int limit: Number of results to return per page.
|
|
408
408
|
:param int offset: The initial index from which to return the results.
|
|
409
409
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
410
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
410
411
|
:param datetime pulp_created: Filter results where pulp_created matches value
|
|
411
412
|
:param datetime pulp_created__gt: Filter results where pulp_created is greater than value
|
|
412
413
|
:param datetime pulp_created__gte: Filter results where pulp_created is greater than or equal to value
|
|
@@ -415,9 +416,9 @@ class PublicationsPypiApi(object):
|
|
|
415
416
|
:param list[datetime] pulp_created__range: Filter results where pulp_created is between two comma separated values
|
|
416
417
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
417
418
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
418
|
-
:param str q:
|
|
419
|
-
:param str repository: Repository referenced by HREF
|
|
420
|
-
:param str repository_version: Repository Version referenced by HREF
|
|
419
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
420
|
+
:param str repository: Repository referenced by HREF/PRN
|
|
421
|
+
:param str repository_version: Repository Version referenced by HREF/PRN
|
|
421
422
|
:param list[str] fields: A list of fields to include in the response.
|
|
422
423
|
:param list[str] exclude_fields: A list of fields to exclude from the response.
|
|
423
424
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -444,11 +445,12 @@ class PublicationsPypiApi(object):
|
|
|
444
445
|
>>> result = thread.get()
|
|
445
446
|
|
|
446
447
|
:param async_req bool: execute request asynchronously
|
|
447
|
-
:param str content: Content Unit referenced by HREF
|
|
448
|
-
:param str content__in:
|
|
448
|
+
:param str content: Content Unit referenced by HREF/PRN
|
|
449
|
+
:param list[str] content__in: Multiple values may be separated by commas.
|
|
449
450
|
:param int limit: Number of results to return per page.
|
|
450
451
|
:param int offset: The initial index from which to return the results.
|
|
451
452
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
453
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
452
454
|
:param datetime pulp_created: Filter results where pulp_created matches value
|
|
453
455
|
:param datetime pulp_created__gt: Filter results where pulp_created is greater than value
|
|
454
456
|
:param datetime pulp_created__gte: Filter results where pulp_created is greater than or equal to value
|
|
@@ -457,9 +459,9 @@ class PublicationsPypiApi(object):
|
|
|
457
459
|
:param list[datetime] pulp_created__range: Filter results where pulp_created is between two comma separated values
|
|
458
460
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
459
461
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
460
|
-
:param str q:
|
|
461
|
-
:param str repository: Repository referenced by HREF
|
|
462
|
-
:param str repository_version: Repository Version referenced by HREF
|
|
462
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
463
|
+
:param str repository: Repository referenced by HREF/PRN
|
|
464
|
+
:param str repository_version: Repository Version referenced by HREF/PRN
|
|
463
465
|
:param list[str] fields: A list of fields to include in the response.
|
|
464
466
|
:param list[str] exclude_fields: A list of fields to exclude from the response.
|
|
465
467
|
:param _return_http_data_only: response data without head status code
|
|
@@ -484,6 +486,7 @@ class PublicationsPypiApi(object):
|
|
|
484
486
|
'limit',
|
|
485
487
|
'offset',
|
|
486
488
|
'ordering',
|
|
489
|
+
'prn__in',
|
|
487
490
|
'pulp_created',
|
|
488
491
|
'pulp_created__gt',
|
|
489
492
|
'pulp_created__gte',
|
|
@@ -525,6 +528,7 @@ class PublicationsPypiApi(object):
|
|
|
525
528
|
query_params.append(('content', local_var_params['content'])) # noqa: E501
|
|
526
529
|
if 'content__in' in local_var_params and local_var_params['content__in'] is not None: # noqa: E501
|
|
527
530
|
query_params.append(('content__in', local_var_params['content__in'])) # noqa: E501
|
|
531
|
+
collection_formats['content__in'] = 'csv' # noqa: E501
|
|
528
532
|
if 'limit' in local_var_params and local_var_params['limit'] is not None: # noqa: E501
|
|
529
533
|
query_params.append(('limit', local_var_params['limit'])) # noqa: E501
|
|
530
534
|
if 'offset' in local_var_params and local_var_params['offset'] is not None: # noqa: E501
|
|
@@ -532,6 +536,9 @@ class PublicationsPypiApi(object):
|
|
|
532
536
|
if 'ordering' in local_var_params and local_var_params['ordering'] is not None: # noqa: E501
|
|
533
537
|
query_params.append(('ordering', local_var_params['ordering'])) # noqa: E501
|
|
534
538
|
collection_formats['ordering'] = 'csv' # noqa: E501
|
|
539
|
+
if 'prn__in' in local_var_params and local_var_params['prn__in'] is not None: # noqa: E501
|
|
540
|
+
query_params.append(('prn__in', local_var_params['prn__in'])) # noqa: E501
|
|
541
|
+
collection_formats['prn__in'] = 'csv' # noqa: E501
|
|
535
542
|
if 'pulp_created' in local_var_params and local_var_params['pulp_created'] is not None: # noqa: E501
|
|
536
543
|
query_params.append(('pulp_created', local_var_params['pulp_created'])) # noqa: E501
|
|
537
544
|
if 'pulp_created__gt' in local_var_params and local_var_params['pulp_created__gt'] is not None: # noqa: E501
|
|
@@ -553,6 +553,7 @@ class RemotesPythonApi(object):
|
|
|
553
553
|
:param str name__startswith: Filter results where name starts with value
|
|
554
554
|
:param int offset: The initial index from which to return the results.
|
|
555
555
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
556
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
556
557
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
557
558
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
558
559
|
:param str pulp_label_select: Filter labels by search string
|
|
@@ -562,7 +563,7 @@ class RemotesPythonApi(object):
|
|
|
562
563
|
:param datetime pulp_last_updated__lt: Filter results where pulp_last_updated is less than value
|
|
563
564
|
:param datetime pulp_last_updated__lte: Filter results where pulp_last_updated is less than or equal to value
|
|
564
565
|
:param list[datetime] pulp_last_updated__range: Filter results where pulp_last_updated is between two comma separated values
|
|
565
|
-
:param str q:
|
|
566
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
566
567
|
:param list[str] fields: A list of fields to include in the response.
|
|
567
568
|
:param list[str] exclude_fields: A list of fields to exclude from the response.
|
|
568
569
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -601,6 +602,7 @@ class RemotesPythonApi(object):
|
|
|
601
602
|
:param str name__startswith: Filter results where name starts with value
|
|
602
603
|
:param int offset: The initial index from which to return the results.
|
|
603
604
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
605
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
604
606
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
605
607
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
606
608
|
:param str pulp_label_select: Filter labels by search string
|
|
@@ -610,7 +612,7 @@ class RemotesPythonApi(object):
|
|
|
610
612
|
:param datetime pulp_last_updated__lt: Filter results where pulp_last_updated is less than value
|
|
611
613
|
:param datetime pulp_last_updated__lte: Filter results where pulp_last_updated is less than or equal to value
|
|
612
614
|
:param list[datetime] pulp_last_updated__range: Filter results where pulp_last_updated is between two comma separated values
|
|
613
|
-
:param str q:
|
|
615
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
614
616
|
:param list[str] fields: A list of fields to include in the response.
|
|
615
617
|
:param list[str] exclude_fields: A list of fields to exclude from the response.
|
|
616
618
|
:param _return_http_data_only: response data without head status code
|
|
@@ -642,6 +644,7 @@ class RemotesPythonApi(object):
|
|
|
642
644
|
'name__startswith',
|
|
643
645
|
'offset',
|
|
644
646
|
'ordering',
|
|
647
|
+
'prn__in',
|
|
645
648
|
'pulp_href__in',
|
|
646
649
|
'pulp_id__in',
|
|
647
650
|
'pulp_label_select',
|
|
@@ -704,6 +707,9 @@ class RemotesPythonApi(object):
|
|
|
704
707
|
if 'ordering' in local_var_params and local_var_params['ordering'] is not None: # noqa: E501
|
|
705
708
|
query_params.append(('ordering', local_var_params['ordering'])) # noqa: E501
|
|
706
709
|
collection_formats['ordering'] = 'csv' # noqa: E501
|
|
710
|
+
if 'prn__in' in local_var_params and local_var_params['prn__in'] is not None: # noqa: E501
|
|
711
|
+
query_params.append(('prn__in', local_var_params['prn__in'])) # noqa: E501
|
|
712
|
+
collection_formats['prn__in'] = 'csv' # noqa: E501
|
|
707
713
|
if 'pulp_href__in' in local_var_params and local_var_params['pulp_href__in'] is not None: # noqa: E501
|
|
708
714
|
query_params.append(('pulp_href__in', local_var_params['pulp_href__in'])) # noqa: E501
|
|
709
715
|
collection_formats['pulp_href__in'] = 'csv' # noqa: E501
|
|
@@ -406,7 +406,7 @@ class RepositoriesPythonApi(object):
|
|
|
406
406
|
>>> result = thread.get()
|
|
407
407
|
|
|
408
408
|
:param async_req bool: execute request asynchronously
|
|
409
|
-
:param str latest_with_content: Content Unit referenced by HREF
|
|
409
|
+
:param str latest_with_content: Content Unit referenced by HREF/PRN
|
|
410
410
|
:param int limit: Number of results to return per page.
|
|
411
411
|
:param str name: Filter results where name matches value
|
|
412
412
|
:param str name__contains: Filter results where name contains value
|
|
@@ -419,10 +419,11 @@ class RepositoriesPythonApi(object):
|
|
|
419
419
|
:param str name__startswith: Filter results where name starts with value
|
|
420
420
|
:param int offset: The initial index from which to return the results.
|
|
421
421
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
422
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
422
423
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
423
424
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
424
425
|
:param str pulp_label_select: Filter labels by search string
|
|
425
|
-
:param str q:
|
|
426
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
426
427
|
:param str remote: Foreign Key referenced by HREF
|
|
427
428
|
:param int retain_repo_versions: Filter results where retain_repo_versions matches value
|
|
428
429
|
:param int retain_repo_versions__gt: Filter results where retain_repo_versions is greater than value
|
|
@@ -432,7 +433,7 @@ class RepositoriesPythonApi(object):
|
|
|
432
433
|
:param int retain_repo_versions__lte: Filter results where retain_repo_versions is less than or equal to value
|
|
433
434
|
:param int retain_repo_versions__ne: Filter results where retain_repo_versions not equal to value
|
|
434
435
|
:param list[int] retain_repo_versions__range: Filter results where retain_repo_versions is between two comma separated values
|
|
435
|
-
:param str with_content: Content Unit referenced by HREF
|
|
436
|
+
:param str with_content: Content Unit referenced by HREF/PRN
|
|
436
437
|
:param list[str] fields: A list of fields to include in the response.
|
|
437
438
|
:param list[str] exclude_fields: A list of fields to exclude from the response.
|
|
438
439
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -459,7 +460,7 @@ class RepositoriesPythonApi(object):
|
|
|
459
460
|
>>> result = thread.get()
|
|
460
461
|
|
|
461
462
|
:param async_req bool: execute request asynchronously
|
|
462
|
-
:param str latest_with_content: Content Unit referenced by HREF
|
|
463
|
+
:param str latest_with_content: Content Unit referenced by HREF/PRN
|
|
463
464
|
:param int limit: Number of results to return per page.
|
|
464
465
|
:param str name: Filter results where name matches value
|
|
465
466
|
:param str name__contains: Filter results where name contains value
|
|
@@ -472,10 +473,11 @@ class RepositoriesPythonApi(object):
|
|
|
472
473
|
:param str name__startswith: Filter results where name starts with value
|
|
473
474
|
:param int offset: The initial index from which to return the results.
|
|
474
475
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
476
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
475
477
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
476
478
|
:param list[str] pulp_id__in: Multiple values may be separated by commas.
|
|
477
479
|
:param str pulp_label_select: Filter labels by search string
|
|
478
|
-
:param str q:
|
|
480
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
479
481
|
:param str remote: Foreign Key referenced by HREF
|
|
480
482
|
:param int retain_repo_versions: Filter results where retain_repo_versions matches value
|
|
481
483
|
:param int retain_repo_versions__gt: Filter results where retain_repo_versions is greater than value
|
|
@@ -485,7 +487,7 @@ class RepositoriesPythonApi(object):
|
|
|
485
487
|
:param int retain_repo_versions__lte: Filter results where retain_repo_versions is less than or equal to value
|
|
486
488
|
:param int retain_repo_versions__ne: Filter results where retain_repo_versions not equal to value
|
|
487
489
|
:param list[int] retain_repo_versions__range: Filter results where retain_repo_versions is between two comma separated values
|
|
488
|
-
:param str with_content: Content Unit referenced by HREF
|
|
490
|
+
:param str with_content: Content Unit referenced by HREF/PRN
|
|
489
491
|
:param list[str] fields: A list of fields to include in the response.
|
|
490
492
|
:param list[str] exclude_fields: A list of fields to exclude from the response.
|
|
491
493
|
:param _return_http_data_only: response data without head status code
|
|
@@ -518,6 +520,7 @@ class RepositoriesPythonApi(object):
|
|
|
518
520
|
'name__startswith',
|
|
519
521
|
'offset',
|
|
520
522
|
'ordering',
|
|
523
|
+
'prn__in',
|
|
521
524
|
'pulp_href__in',
|
|
522
525
|
'pulp_id__in',
|
|
523
526
|
'pulp_label_select',
|
|
@@ -586,6 +589,9 @@ class RepositoriesPythonApi(object):
|
|
|
586
589
|
if 'ordering' in local_var_params and local_var_params['ordering'] is not None: # noqa: E501
|
|
587
590
|
query_params.append(('ordering', local_var_params['ordering'])) # noqa: E501
|
|
588
591
|
collection_formats['ordering'] = 'csv' # noqa: E501
|
|
592
|
+
if 'prn__in' in local_var_params and local_var_params['prn__in'] is not None: # noqa: E501
|
|
593
|
+
query_params.append(('prn__in', local_var_params['prn__in'])) # noqa: E501
|
|
594
|
+
collection_formats['prn__in'] = 'csv' # noqa: E501
|
|
589
595
|
if 'pulp_href__in' in local_var_params and local_var_params['pulp_href__in'] is not None: # noqa: E501
|
|
590
596
|
query_params.append(('pulp_href__in', local_var_params['pulp_href__in'])) # noqa: E501
|
|
591
597
|
collection_formats['pulp_href__in'] = 'csv' # noqa: E501
|
|
@@ -162,8 +162,8 @@ class RepositoriesPythonVersionsApi(object):
|
|
|
162
162
|
|
|
163
163
|
:param async_req bool: execute request asynchronously
|
|
164
164
|
:param str python_python_repository_href: (required)
|
|
165
|
-
:param str content: Content Unit referenced by HREF
|
|
166
|
-
:param str content__in:
|
|
165
|
+
:param str content: Content Unit referenced by HREF/PRN
|
|
166
|
+
:param list[str] content__in: Multiple values may be separated by commas.
|
|
167
167
|
:param int limit: Number of results to return per page.
|
|
168
168
|
:param int number: Filter results where number matches value
|
|
169
169
|
:param int number__gt: Filter results where number is greater than value
|
|
@@ -173,6 +173,7 @@ class RepositoriesPythonVersionsApi(object):
|
|
|
173
173
|
:param list[int] number__range: Filter results where number is between two comma separated values
|
|
174
174
|
:param int offset: The initial index from which to return the results.
|
|
175
175
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
176
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
176
177
|
:param datetime pulp_created: Filter results where pulp_created matches value
|
|
177
178
|
:param datetime pulp_created__gt: Filter results where pulp_created is greater than value
|
|
178
179
|
:param datetime pulp_created__gte: Filter results where pulp_created is greater than or equal to value
|
|
@@ -180,7 +181,7 @@ class RepositoriesPythonVersionsApi(object):
|
|
|
180
181
|
:param datetime pulp_created__lte: Filter results where pulp_created is less than or equal to value
|
|
181
182
|
:param list[datetime] pulp_created__range: Filter results where pulp_created is between two comma separated values
|
|
182
183
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
183
|
-
:param str q:
|
|
184
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
184
185
|
:param list[str] fields: A list of fields to include in the response.
|
|
185
186
|
:param list[str] exclude_fields: A list of fields to exclude from the response.
|
|
186
187
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -208,8 +209,8 @@ class RepositoriesPythonVersionsApi(object):
|
|
|
208
209
|
|
|
209
210
|
:param async_req bool: execute request asynchronously
|
|
210
211
|
:param str python_python_repository_href: (required)
|
|
211
|
-
:param str content: Content Unit referenced by HREF
|
|
212
|
-
:param str content__in:
|
|
212
|
+
:param str content: Content Unit referenced by HREF/PRN
|
|
213
|
+
:param list[str] content__in: Multiple values may be separated by commas.
|
|
213
214
|
:param int limit: Number of results to return per page.
|
|
214
215
|
:param int number: Filter results where number matches value
|
|
215
216
|
:param int number__gt: Filter results where number is greater than value
|
|
@@ -219,6 +220,7 @@ class RepositoriesPythonVersionsApi(object):
|
|
|
219
220
|
:param list[int] number__range: Filter results where number is between two comma separated values
|
|
220
221
|
:param int offset: The initial index from which to return the results.
|
|
221
222
|
:param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
223
|
+
:param list[str] prn__in: Multiple values may be separated by commas.
|
|
222
224
|
:param datetime pulp_created: Filter results where pulp_created matches value
|
|
223
225
|
:param datetime pulp_created__gt: Filter results where pulp_created is greater than value
|
|
224
226
|
:param datetime pulp_created__gte: Filter results where pulp_created is greater than or equal to value
|
|
@@ -226,7 +228,7 @@ class RepositoriesPythonVersionsApi(object):
|
|
|
226
228
|
:param datetime pulp_created__lte: Filter results where pulp_created is less than or equal to value
|
|
227
229
|
:param list[datetime] pulp_created__range: Filter results where pulp_created is between two comma separated values
|
|
228
230
|
:param list[str] pulp_href__in: Multiple values may be separated by commas.
|
|
229
|
-
:param str q:
|
|
231
|
+
:param str q: Filter results by using NOT, AND and OR operations on other filters
|
|
230
232
|
:param list[str] fields: A list of fields to include in the response.
|
|
231
233
|
:param list[str] exclude_fields: A list of fields to exclude from the response.
|
|
232
234
|
:param _return_http_data_only: response data without head status code
|
|
@@ -258,6 +260,7 @@ class RepositoriesPythonVersionsApi(object):
|
|
|
258
260
|
'number__range',
|
|
259
261
|
'offset',
|
|
260
262
|
'ordering',
|
|
263
|
+
'prn__in',
|
|
261
264
|
'pulp_created',
|
|
262
265
|
'pulp_created__gt',
|
|
263
266
|
'pulp_created__gte',
|
|
@@ -302,6 +305,7 @@ class RepositoriesPythonVersionsApi(object):
|
|
|
302
305
|
query_params.append(('content', local_var_params['content'])) # noqa: E501
|
|
303
306
|
if 'content__in' in local_var_params and local_var_params['content__in'] is not None: # noqa: E501
|
|
304
307
|
query_params.append(('content__in', local_var_params['content__in'])) # noqa: E501
|
|
308
|
+
collection_formats['content__in'] = 'csv' # noqa: E501
|
|
305
309
|
if 'limit' in local_var_params and local_var_params['limit'] is not None: # noqa: E501
|
|
306
310
|
query_params.append(('limit', local_var_params['limit'])) # noqa: E501
|
|
307
311
|
if 'number' in local_var_params and local_var_params['number'] is not None: # noqa: E501
|
|
@@ -322,6 +326,9 @@ class RepositoriesPythonVersionsApi(object):
|
|
|
322
326
|
if 'ordering' in local_var_params and local_var_params['ordering'] is not None: # noqa: E501
|
|
323
327
|
query_params.append(('ordering', local_var_params['ordering'])) # noqa: E501
|
|
324
328
|
collection_formats['ordering'] = 'csv' # noqa: E501
|
|
329
|
+
if 'prn__in' in local_var_params and local_var_params['prn__in'] is not None: # noqa: E501
|
|
330
|
+
query_params.append(('prn__in', local_var_params['prn__in'])) # noqa: E501
|
|
331
|
+
collection_formats['prn__in'] = 'csv' # noqa: E501
|
|
325
332
|
if 'pulp_created' in local_var_params and local_var_params['pulp_created'] is not None: # noqa: E501
|
|
326
333
|
query_params.append(('pulp_created', local_var_params['pulp_created'])) # noqa: E501
|
|
327
334
|
if 'pulp_created__gt' in local_var_params and local_var_params['pulp_created__gt'] is not None: # noqa: E501
|
|
@@ -79,7 +79,7 @@ class ApiClient(object):
|
|
|
79
79
|
self.default_headers[header_name] = header_value
|
|
80
80
|
self.cookie = cookie
|
|
81
81
|
# Set default User-Agent.
|
|
82
|
-
self.user_agent = 'OpenAPI-Generator/3.12.
|
|
82
|
+
self.user_agent = 'OpenAPI-Generator/3.12.5/python'
|
|
83
83
|
self.client_side_validation = configuration.client_side_validation
|
|
84
84
|
|
|
85
85
|
def __enter__(self):
|
|
@@ -376,7 +376,7 @@ conf = pulpcore.client.pulp_python.Configuration(
|
|
|
376
376
|
"OS: {env}\n"\
|
|
377
377
|
"Python Version: {pyversion}\n"\
|
|
378
378
|
"Version of the API: v3\n"\
|
|
379
|
-
"SDK Package Version: 3.12.
|
|
379
|
+
"SDK Package Version: 3.12.5".\
|
|
380
380
|
format(env=sys.platform, pyversion=sys.version)
|
|
381
381
|
|
|
382
382
|
def get_host_settings(self):
|
|
@@ -35,6 +35,7 @@ class PythonPythonDistributionResponse(object):
|
|
|
35
35
|
"""
|
|
36
36
|
openapi_types = {
|
|
37
37
|
'pulp_href': 'str',
|
|
38
|
+
'prn': 'str',
|
|
38
39
|
'pulp_created': 'datetime',
|
|
39
40
|
'pulp_last_updated': 'datetime',
|
|
40
41
|
'base_path': 'str',
|
|
@@ -52,6 +53,7 @@ class PythonPythonDistributionResponse(object):
|
|
|
52
53
|
|
|
53
54
|
attribute_map = {
|
|
54
55
|
'pulp_href': 'pulp_href',
|
|
56
|
+
'prn': 'prn',
|
|
55
57
|
'pulp_created': 'pulp_created',
|
|
56
58
|
'pulp_last_updated': 'pulp_last_updated',
|
|
57
59
|
'base_path': 'base_path',
|
|
@@ -67,13 +69,14 @@ class PythonPythonDistributionResponse(object):
|
|
|
67
69
|
'remote': 'remote'
|
|
68
70
|
}
|
|
69
71
|
|
|
70
|
-
def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, base_path=None, base_url=None, content_guard=None, no_content_change_since=None, hidden=False, pulp_labels=None, name=None, repository=None, publication=None, allow_uploads=True, remote=None, local_vars_configuration=None): # noqa: E501
|
|
72
|
+
def __init__(self, pulp_href=None, prn=None, pulp_created=None, pulp_last_updated=None, base_path=None, base_url=None, content_guard=None, no_content_change_since=None, hidden=False, pulp_labels=None, name=None, repository=None, publication=None, allow_uploads=True, remote=None, local_vars_configuration=None): # noqa: E501
|
|
71
73
|
"""PythonPythonDistributionResponse - a model defined in OpenAPI""" # noqa: E501
|
|
72
74
|
if local_vars_configuration is None:
|
|
73
75
|
local_vars_configuration = Configuration()
|
|
74
76
|
self.local_vars_configuration = local_vars_configuration
|
|
75
77
|
|
|
76
78
|
self._pulp_href = None
|
|
79
|
+
self._prn = None
|
|
77
80
|
self._pulp_created = None
|
|
78
81
|
self._pulp_last_updated = None
|
|
79
82
|
self._base_path = None
|
|
@@ -91,6 +94,8 @@ class PythonPythonDistributionResponse(object):
|
|
|
91
94
|
|
|
92
95
|
if pulp_href is not None:
|
|
93
96
|
self.pulp_href = pulp_href
|
|
97
|
+
if prn is not None:
|
|
98
|
+
self.prn = prn
|
|
94
99
|
if pulp_created is not None:
|
|
95
100
|
self.pulp_created = pulp_created
|
|
96
101
|
if pulp_last_updated is not None:
|
|
@@ -133,6 +138,29 @@ class PythonPythonDistributionResponse(object):
|
|
|
133
138
|
|
|
134
139
|
self._pulp_href = pulp_href
|
|
135
140
|
|
|
141
|
+
@property
|
|
142
|
+
def prn(self):
|
|
143
|
+
"""Gets the prn of this PythonPythonDistributionResponse. # noqa: E501
|
|
144
|
+
|
|
145
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
146
|
+
|
|
147
|
+
:return: The prn of this PythonPythonDistributionResponse. # noqa: E501
|
|
148
|
+
:rtype: str
|
|
149
|
+
"""
|
|
150
|
+
return self._prn
|
|
151
|
+
|
|
152
|
+
@prn.setter
|
|
153
|
+
def prn(self, prn):
|
|
154
|
+
"""Sets the prn of this PythonPythonDistributionResponse.
|
|
155
|
+
|
|
156
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
157
|
+
|
|
158
|
+
:param prn: The prn of this PythonPythonDistributionResponse. # noqa: E501
|
|
159
|
+
:type: str
|
|
160
|
+
"""
|
|
161
|
+
|
|
162
|
+
self._prn = prn
|
|
163
|
+
|
|
136
164
|
@property
|
|
137
165
|
def pulp_created(self):
|
|
138
166
|
"""Gets the pulp_created of this PythonPythonDistributionResponse. # noqa: E501
|
|
@@ -35,6 +35,7 @@ class PythonPythonPackageContentResponse(object):
|
|
|
35
35
|
"""
|
|
36
36
|
openapi_types = {
|
|
37
37
|
'pulp_href': 'str',
|
|
38
|
+
'prn': 'str',
|
|
38
39
|
'pulp_created': 'datetime',
|
|
39
40
|
'pulp_last_updated': 'datetime',
|
|
40
41
|
'artifact': 'str',
|
|
@@ -69,6 +70,7 @@ class PythonPythonPackageContentResponse(object):
|
|
|
69
70
|
|
|
70
71
|
attribute_map = {
|
|
71
72
|
'pulp_href': 'pulp_href',
|
|
73
|
+
'prn': 'prn',
|
|
72
74
|
'pulp_created': 'pulp_created',
|
|
73
75
|
'pulp_last_updated': 'pulp_last_updated',
|
|
74
76
|
'artifact': 'artifact',
|
|
@@ -101,13 +103,14 @@ class PythonPythonPackageContentResponse(object):
|
|
|
101
103
|
'classifiers': 'classifiers'
|
|
102
104
|
}
|
|
103
105
|
|
|
104
|
-
def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, artifact=None, filename=None, packagetype=None, name=None, version=None, sha256='', metadata_version=None, summary=None, description=None, description_content_type=None, keywords=None, home_page=None, download_url=None, author=None, author_email=None, maintainer=None, maintainer_email=None, license=None, requires_python=None, project_url=None, project_urls=None, platform=None, supported_platform=None, requires_dist=None, provides_dist=None, obsoletes_dist=None, requires_external=None, classifiers=None, local_vars_configuration=None): # noqa: E501
|
|
106
|
+
def __init__(self, pulp_href=None, prn=None, pulp_created=None, pulp_last_updated=None, artifact=None, filename=None, packagetype=None, name=None, version=None, sha256='', metadata_version=None, summary=None, description=None, description_content_type=None, keywords=None, home_page=None, download_url=None, author=None, author_email=None, maintainer=None, maintainer_email=None, license=None, requires_python=None, project_url=None, project_urls=None, platform=None, supported_platform=None, requires_dist=None, provides_dist=None, obsoletes_dist=None, requires_external=None, classifiers=None, local_vars_configuration=None): # noqa: E501
|
|
105
107
|
"""PythonPythonPackageContentResponse - a model defined in OpenAPI""" # noqa: E501
|
|
106
108
|
if local_vars_configuration is None:
|
|
107
109
|
local_vars_configuration = Configuration()
|
|
108
110
|
self.local_vars_configuration = local_vars_configuration
|
|
109
111
|
|
|
110
112
|
self._pulp_href = None
|
|
113
|
+
self._prn = None
|
|
111
114
|
self._pulp_created = None
|
|
112
115
|
self._pulp_last_updated = None
|
|
113
116
|
self._artifact = None
|
|
@@ -142,6 +145,8 @@ class PythonPythonPackageContentResponse(object):
|
|
|
142
145
|
|
|
143
146
|
if pulp_href is not None:
|
|
144
147
|
self.pulp_href = pulp_href
|
|
148
|
+
if prn is not None:
|
|
149
|
+
self.prn = prn
|
|
145
150
|
if pulp_created is not None:
|
|
146
151
|
self.pulp_created = pulp_created
|
|
147
152
|
if pulp_last_updated is not None:
|
|
@@ -224,6 +229,29 @@ class PythonPythonPackageContentResponse(object):
|
|
|
224
229
|
|
|
225
230
|
self._pulp_href = pulp_href
|
|
226
231
|
|
|
232
|
+
@property
|
|
233
|
+
def prn(self):
|
|
234
|
+
"""Gets the prn of this PythonPythonPackageContentResponse. # noqa: E501
|
|
235
|
+
|
|
236
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
237
|
+
|
|
238
|
+
:return: The prn of this PythonPythonPackageContentResponse. # noqa: E501
|
|
239
|
+
:rtype: str
|
|
240
|
+
"""
|
|
241
|
+
return self._prn
|
|
242
|
+
|
|
243
|
+
@prn.setter
|
|
244
|
+
def prn(self, prn):
|
|
245
|
+
"""Sets the prn of this PythonPythonPackageContentResponse.
|
|
246
|
+
|
|
247
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
248
|
+
|
|
249
|
+
:param prn: The prn of this PythonPythonPackageContentResponse. # noqa: E501
|
|
250
|
+
:type: str
|
|
251
|
+
"""
|
|
252
|
+
|
|
253
|
+
self._prn = prn
|
|
254
|
+
|
|
227
255
|
@property
|
|
228
256
|
def pulp_created(self):
|
|
229
257
|
"""Gets the pulp_created of this PythonPythonPackageContentResponse. # noqa: E501
|
|
@@ -35,6 +35,7 @@ class PythonPythonPublicationResponse(object):
|
|
|
35
35
|
"""
|
|
36
36
|
openapi_types = {
|
|
37
37
|
'pulp_href': 'str',
|
|
38
|
+
'prn': 'str',
|
|
38
39
|
'pulp_created': 'datetime',
|
|
39
40
|
'pulp_last_updated': 'datetime',
|
|
40
41
|
'repository_version': 'str',
|
|
@@ -44,6 +45,7 @@ class PythonPythonPublicationResponse(object):
|
|
|
44
45
|
|
|
45
46
|
attribute_map = {
|
|
46
47
|
'pulp_href': 'pulp_href',
|
|
48
|
+
'prn': 'prn',
|
|
47
49
|
'pulp_created': 'pulp_created',
|
|
48
50
|
'pulp_last_updated': 'pulp_last_updated',
|
|
49
51
|
'repository_version': 'repository_version',
|
|
@@ -51,13 +53,14 @@ class PythonPythonPublicationResponse(object):
|
|
|
51
53
|
'distributions': 'distributions'
|
|
52
54
|
}
|
|
53
55
|
|
|
54
|
-
def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, repository_version=None, repository=None, distributions=None, local_vars_configuration=None): # noqa: E501
|
|
56
|
+
def __init__(self, pulp_href=None, prn=None, pulp_created=None, pulp_last_updated=None, repository_version=None, repository=None, distributions=None, local_vars_configuration=None): # noqa: E501
|
|
55
57
|
"""PythonPythonPublicationResponse - a model defined in OpenAPI""" # noqa: E501
|
|
56
58
|
if local_vars_configuration is None:
|
|
57
59
|
local_vars_configuration = Configuration()
|
|
58
60
|
self.local_vars_configuration = local_vars_configuration
|
|
59
61
|
|
|
60
62
|
self._pulp_href = None
|
|
63
|
+
self._prn = None
|
|
61
64
|
self._pulp_created = None
|
|
62
65
|
self._pulp_last_updated = None
|
|
63
66
|
self._repository_version = None
|
|
@@ -67,6 +70,8 @@ class PythonPythonPublicationResponse(object):
|
|
|
67
70
|
|
|
68
71
|
if pulp_href is not None:
|
|
69
72
|
self.pulp_href = pulp_href
|
|
73
|
+
if prn is not None:
|
|
74
|
+
self.prn = prn
|
|
70
75
|
if pulp_created is not None:
|
|
71
76
|
self.pulp_created = pulp_created
|
|
72
77
|
if pulp_last_updated is not None:
|
|
@@ -99,6 +104,29 @@ class PythonPythonPublicationResponse(object):
|
|
|
99
104
|
|
|
100
105
|
self._pulp_href = pulp_href
|
|
101
106
|
|
|
107
|
+
@property
|
|
108
|
+
def prn(self):
|
|
109
|
+
"""Gets the prn of this PythonPythonPublicationResponse. # noqa: E501
|
|
110
|
+
|
|
111
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
112
|
+
|
|
113
|
+
:return: The prn of this PythonPythonPublicationResponse. # noqa: E501
|
|
114
|
+
:rtype: str
|
|
115
|
+
"""
|
|
116
|
+
return self._prn
|
|
117
|
+
|
|
118
|
+
@prn.setter
|
|
119
|
+
def prn(self, prn):
|
|
120
|
+
"""Sets the prn of this PythonPythonPublicationResponse.
|
|
121
|
+
|
|
122
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
123
|
+
|
|
124
|
+
:param prn: The prn of this PythonPythonPublicationResponse. # noqa: E501
|
|
125
|
+
:type: str
|
|
126
|
+
"""
|
|
127
|
+
|
|
128
|
+
self._prn = prn
|
|
129
|
+
|
|
102
130
|
@property
|
|
103
131
|
def pulp_created(self):
|
|
104
132
|
"""Gets the pulp_created of this PythonPythonPublicationResponse. # noqa: E501
|
|
@@ -35,6 +35,7 @@ class PythonPythonRemoteResponse(object):
|
|
|
35
35
|
"""
|
|
36
36
|
openapi_types = {
|
|
37
37
|
'pulp_href': 'str',
|
|
38
|
+
'prn': 'str',
|
|
38
39
|
'pulp_created': 'datetime',
|
|
39
40
|
'pulp_last_updated': 'datetime',
|
|
40
41
|
'name': 'str',
|
|
@@ -64,6 +65,7 @@ class PythonPythonRemoteResponse(object):
|
|
|
64
65
|
|
|
65
66
|
attribute_map = {
|
|
66
67
|
'pulp_href': 'pulp_href',
|
|
68
|
+
'prn': 'prn',
|
|
67
69
|
'pulp_created': 'pulp_created',
|
|
68
70
|
'pulp_last_updated': 'pulp_last_updated',
|
|
69
71
|
'name': 'name',
|
|
@@ -91,13 +93,14 @@ class PythonPythonRemoteResponse(object):
|
|
|
91
93
|
'exclude_platforms': 'exclude_platforms'
|
|
92
94
|
}
|
|
93
95
|
|
|
94
|
-
def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, name=None, url=None, ca_cert=None, client_cert=None, tls_validation=None, proxy_url=None, pulp_labels=None, download_concurrency=None, max_retries=None, policy=None, total_timeout=None, connect_timeout=None, sock_connect_timeout=None, sock_read_timeout=None, headers=None, rate_limit=None, hidden_fields=None, includes=None, excludes=None, prereleases=None, package_types=None, keep_latest_packages=0, exclude_platforms=None, local_vars_configuration=None): # noqa: E501
|
|
96
|
+
def __init__(self, pulp_href=None, prn=None, pulp_created=None, pulp_last_updated=None, name=None, url=None, ca_cert=None, client_cert=None, tls_validation=None, proxy_url=None, pulp_labels=None, download_concurrency=None, max_retries=None, policy=None, total_timeout=None, connect_timeout=None, sock_connect_timeout=None, sock_read_timeout=None, headers=None, rate_limit=None, hidden_fields=None, includes=None, excludes=None, prereleases=None, package_types=None, keep_latest_packages=0, exclude_platforms=None, local_vars_configuration=None): # noqa: E501
|
|
95
97
|
"""PythonPythonRemoteResponse - a model defined in OpenAPI""" # noqa: E501
|
|
96
98
|
if local_vars_configuration is None:
|
|
97
99
|
local_vars_configuration = Configuration()
|
|
98
100
|
self.local_vars_configuration = local_vars_configuration
|
|
99
101
|
|
|
100
102
|
self._pulp_href = None
|
|
103
|
+
self._prn = None
|
|
101
104
|
self._pulp_created = None
|
|
102
105
|
self._pulp_last_updated = None
|
|
103
106
|
self._name = None
|
|
@@ -127,6 +130,8 @@ class PythonPythonRemoteResponse(object):
|
|
|
127
130
|
|
|
128
131
|
if pulp_href is not None:
|
|
129
132
|
self.pulp_href = pulp_href
|
|
133
|
+
if prn is not None:
|
|
134
|
+
self.prn = prn
|
|
130
135
|
if pulp_created is not None:
|
|
131
136
|
self.pulp_created = pulp_created
|
|
132
137
|
if pulp_last_updated is not None:
|
|
@@ -187,6 +192,29 @@ class PythonPythonRemoteResponse(object):
|
|
|
187
192
|
|
|
188
193
|
self._pulp_href = pulp_href
|
|
189
194
|
|
|
195
|
+
@property
|
|
196
|
+
def prn(self):
|
|
197
|
+
"""Gets the prn of this PythonPythonRemoteResponse. # noqa: E501
|
|
198
|
+
|
|
199
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
200
|
+
|
|
201
|
+
:return: The prn of this PythonPythonRemoteResponse. # noqa: E501
|
|
202
|
+
:rtype: str
|
|
203
|
+
"""
|
|
204
|
+
return self._prn
|
|
205
|
+
|
|
206
|
+
@prn.setter
|
|
207
|
+
def prn(self, prn):
|
|
208
|
+
"""Sets the prn of this PythonPythonRemoteResponse.
|
|
209
|
+
|
|
210
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
211
|
+
|
|
212
|
+
:param prn: The prn of this PythonPythonRemoteResponse. # noqa: E501
|
|
213
|
+
:type: str
|
|
214
|
+
"""
|
|
215
|
+
|
|
216
|
+
self._prn = prn
|
|
217
|
+
|
|
190
218
|
@property
|
|
191
219
|
def pulp_created(self):
|
|
192
220
|
"""Gets the pulp_created of this PythonPythonRemoteResponse. # noqa: E501
|
|
@@ -35,6 +35,7 @@ class PythonPythonRepositoryResponse(object):
|
|
|
35
35
|
"""
|
|
36
36
|
openapi_types = {
|
|
37
37
|
'pulp_href': 'str',
|
|
38
|
+
'prn': 'str',
|
|
38
39
|
'pulp_created': 'datetime',
|
|
39
40
|
'pulp_last_updated': 'datetime',
|
|
40
41
|
'versions_href': 'str',
|
|
@@ -49,6 +50,7 @@ class PythonPythonRepositoryResponse(object):
|
|
|
49
50
|
|
|
50
51
|
attribute_map = {
|
|
51
52
|
'pulp_href': 'pulp_href',
|
|
53
|
+
'prn': 'prn',
|
|
52
54
|
'pulp_created': 'pulp_created',
|
|
53
55
|
'pulp_last_updated': 'pulp_last_updated',
|
|
54
56
|
'versions_href': 'versions_href',
|
|
@@ -61,13 +63,14 @@ class PythonPythonRepositoryResponse(object):
|
|
|
61
63
|
'autopublish': 'autopublish'
|
|
62
64
|
}
|
|
63
65
|
|
|
64
|
-
def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, versions_href=None, pulp_labels=None, latest_version_href=None, name=None, description=None, retain_repo_versions=None, remote=None, autopublish=False, local_vars_configuration=None): # noqa: E501
|
|
66
|
+
def __init__(self, pulp_href=None, prn=None, pulp_created=None, pulp_last_updated=None, versions_href=None, pulp_labels=None, latest_version_href=None, name=None, description=None, retain_repo_versions=None, remote=None, autopublish=False, local_vars_configuration=None): # noqa: E501
|
|
65
67
|
"""PythonPythonRepositoryResponse - a model defined in OpenAPI""" # noqa: E501
|
|
66
68
|
if local_vars_configuration is None:
|
|
67
69
|
local_vars_configuration = Configuration()
|
|
68
70
|
self.local_vars_configuration = local_vars_configuration
|
|
69
71
|
|
|
70
72
|
self._pulp_href = None
|
|
73
|
+
self._prn = None
|
|
71
74
|
self._pulp_created = None
|
|
72
75
|
self._pulp_last_updated = None
|
|
73
76
|
self._versions_href = None
|
|
@@ -82,6 +85,8 @@ class PythonPythonRepositoryResponse(object):
|
|
|
82
85
|
|
|
83
86
|
if pulp_href is not None:
|
|
84
87
|
self.pulp_href = pulp_href
|
|
88
|
+
if prn is not None:
|
|
89
|
+
self.prn = prn
|
|
85
90
|
if pulp_created is not None:
|
|
86
91
|
self.pulp_created = pulp_created
|
|
87
92
|
if pulp_last_updated is not None:
|
|
@@ -120,6 +125,29 @@ class PythonPythonRepositoryResponse(object):
|
|
|
120
125
|
|
|
121
126
|
self._pulp_href = pulp_href
|
|
122
127
|
|
|
128
|
+
@property
|
|
129
|
+
def prn(self):
|
|
130
|
+
"""Gets the prn of this PythonPythonRepositoryResponse. # noqa: E501
|
|
131
|
+
|
|
132
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
133
|
+
|
|
134
|
+
:return: The prn of this PythonPythonRepositoryResponse. # noqa: E501
|
|
135
|
+
:rtype: str
|
|
136
|
+
"""
|
|
137
|
+
return self._prn
|
|
138
|
+
|
|
139
|
+
@prn.setter
|
|
140
|
+
def prn(self, prn):
|
|
141
|
+
"""Sets the prn of this PythonPythonRepositoryResponse.
|
|
142
|
+
|
|
143
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
144
|
+
|
|
145
|
+
:param prn: The prn of this PythonPythonRepositoryResponse. # noqa: E501
|
|
146
|
+
:type: str
|
|
147
|
+
"""
|
|
148
|
+
|
|
149
|
+
self._prn = prn
|
|
150
|
+
|
|
123
151
|
@property
|
|
124
152
|
def pulp_created(self):
|
|
125
153
|
"""Gets the pulp_created of this PythonPythonRepositoryResponse. # noqa: E501
|
|
@@ -35,6 +35,7 @@ class RepositoryVersionResponse(object):
|
|
|
35
35
|
"""
|
|
36
36
|
openapi_types = {
|
|
37
37
|
'pulp_href': 'str',
|
|
38
|
+
'prn': 'str',
|
|
38
39
|
'pulp_created': 'datetime',
|
|
39
40
|
'pulp_last_updated': 'datetime',
|
|
40
41
|
'number': 'int',
|
|
@@ -45,6 +46,7 @@ class RepositoryVersionResponse(object):
|
|
|
45
46
|
|
|
46
47
|
attribute_map = {
|
|
47
48
|
'pulp_href': 'pulp_href',
|
|
49
|
+
'prn': 'prn',
|
|
48
50
|
'pulp_created': 'pulp_created',
|
|
49
51
|
'pulp_last_updated': 'pulp_last_updated',
|
|
50
52
|
'number': 'number',
|
|
@@ -53,13 +55,14 @@ class RepositoryVersionResponse(object):
|
|
|
53
55
|
'content_summary': 'content_summary'
|
|
54
56
|
}
|
|
55
57
|
|
|
56
|
-
def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, number=None, repository=None, base_version=None, content_summary=None, local_vars_configuration=None): # noqa: E501
|
|
58
|
+
def __init__(self, pulp_href=None, prn=None, pulp_created=None, pulp_last_updated=None, number=None, repository=None, base_version=None, content_summary=None, local_vars_configuration=None): # noqa: E501
|
|
57
59
|
"""RepositoryVersionResponse - a model defined in OpenAPI""" # noqa: E501
|
|
58
60
|
if local_vars_configuration is None:
|
|
59
61
|
local_vars_configuration = Configuration()
|
|
60
62
|
self.local_vars_configuration = local_vars_configuration
|
|
61
63
|
|
|
62
64
|
self._pulp_href = None
|
|
65
|
+
self._prn = None
|
|
63
66
|
self._pulp_created = None
|
|
64
67
|
self._pulp_last_updated = None
|
|
65
68
|
self._number = None
|
|
@@ -70,6 +73,8 @@ class RepositoryVersionResponse(object):
|
|
|
70
73
|
|
|
71
74
|
if pulp_href is not None:
|
|
72
75
|
self.pulp_href = pulp_href
|
|
76
|
+
if prn is not None:
|
|
77
|
+
self.prn = prn
|
|
73
78
|
if pulp_created is not None:
|
|
74
79
|
self.pulp_created = pulp_created
|
|
75
80
|
if pulp_last_updated is not None:
|
|
@@ -104,6 +109,29 @@ class RepositoryVersionResponse(object):
|
|
|
104
109
|
|
|
105
110
|
self._pulp_href = pulp_href
|
|
106
111
|
|
|
112
|
+
@property
|
|
113
|
+
def prn(self):
|
|
114
|
+
"""Gets the prn of this RepositoryVersionResponse. # noqa: E501
|
|
115
|
+
|
|
116
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
117
|
+
|
|
118
|
+
:return: The prn of this RepositoryVersionResponse. # noqa: E501
|
|
119
|
+
:rtype: str
|
|
120
|
+
"""
|
|
121
|
+
return self._prn
|
|
122
|
+
|
|
123
|
+
@prn.setter
|
|
124
|
+
def prn(self, prn):
|
|
125
|
+
"""Sets the prn of this RepositoryVersionResponse.
|
|
126
|
+
|
|
127
|
+
The Pulp Resource Name (PRN). # noqa: E501
|
|
128
|
+
|
|
129
|
+
:param prn: The prn of this RepositoryVersionResponse. # noqa: E501
|
|
130
|
+
:type: str
|
|
131
|
+
"""
|
|
132
|
+
|
|
133
|
+
self._prn = prn
|
|
134
|
+
|
|
107
135
|
@property
|
|
108
136
|
def pulp_created(self):
|
|
109
137
|
"""Gets the pulp_created of this RepositoryVersionResponse. # noqa: E501
|
|
File without changes
|
|
File without changes
|