pulp_rpm_client 3.32.1 → 3.32.3
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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AcsRpmApi.md +10 -10
- data/docs/ContentModulemdsApi.md +1 -1
- data/docs/Copy.md +1 -1
- data/docs/DistributionsRpmApi.md +10 -10
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/RemotesRpmApi.md +10 -10
- data/docs/RemotesUlnApi.md +10 -10
- data/docs/RepositoriesRpmApi.md +10 -10
- data/docs/RpmModulemd.md +3 -3
- data/docs/RpmModulemdDefaults.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +1 -1
- data/docs/RpmModulemdResponse.md +3 -3
- data/docs/RpmPackageCategoryResponse.md +3 -3
- data/docs/RpmPackageEnvironmentResponse.md +4 -4
- data/docs/RpmPackageGroupResponse.md +3 -3
- data/docs/RpmPackageLangpacksResponse.md +1 -1
- data/docs/RpmPackageResponse.md +10 -10
- data/docs/RpmRpmPublication.md +1 -1
- data/docs/RpmRpmPublicationResponse.md +1 -1
- data/docs/RpmRpmRemoteResponse.md +1 -1
- data/docs/RpmRpmRepository.md +1 -1
- data/docs/RpmRpmRepositoryResponse.md +1 -1
- data/docs/RpmUlnRemoteResponse.md +1 -1
- data/docs/RpmUpdateCollection.md +1 -1
- data/docs/RpmUpdateCollectionResponse.md +2 -2
- data/docs/RpmUpdateRecordResponse.md +2 -2
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +10 -10
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +10 -10
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +10 -10
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +10 -10
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +10 -10
- data/lib/pulp_rpm_client/models/copy.rb +1 -0
- data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +15 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +19 -0
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +15 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +4 -4
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +10 -0
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +15 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +15 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +19 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +20 -0
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +15 -0
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +15 -0
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +4 -4
- data/spec/api/distributions_rpm_api_spec.rb +4 -4
- data/spec/api/remotes_rpm_api_spec.rb +4 -4
- data/spec/api/remotes_uln_api_spec.rb +4 -4
- data/spec/api/repositories_rpm_api_spec.rb +4 -4
- metadata +80 -80
data/docs/RpmRpmRepository.md
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
| **package_signing_fingerprint** | **String** | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional][default to ''] |
|
16
16
|
| **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
|
17
17
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
18
|
-
| **repo_config** | **Object** |
|
18
|
+
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
19
19
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
20
20
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
21
21
|
|
@@ -26,7 +26,7 @@
|
|
26
26
|
| **gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on packages. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
27
27
|
| **repo_gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on the repodata. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
28
28
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
29
|
-
| **repo_config** | **Object** |
|
29
|
+
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
30
30
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
31
31
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
32
32
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
25
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
26
26
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
27
|
-
| **hidden_fields** | [**Array<RpmRpmRemoteResponseHiddenFieldsInner>**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
27
|
+
| **hidden_fields** | [**Array<RpmRpmRemoteResponseHiddenFieldsInner>**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
|
28
28
|
| **uln_server_base_url** | **String** | Base URL of the ULN server. If the uln_server_base_url is not provided pulp_rpm willuse the contents of the DEFAULT_ULN_SERVER_BASE_URL setting instead. | [optional] |
|
29
29
|
|
30
30
|
## Example
|
data/docs/RpmUpdateCollection.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **name** | **String** | Collection name. | |
|
8
8
|
| **shortname** | **String** | Collection short name. | |
|
9
|
-
| **_module** |
|
9
|
+
| **_module** | **Object** | Collection modular NSVCA. | |
|
10
10
|
|
11
11
|
## Example
|
12
12
|
|
@@ -6,8 +6,8 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **name** | **String** | Collection name. | |
|
8
8
|
| **shortname** | **String** | Collection short name. | |
|
9
|
-
| **_module** |
|
10
|
-
| **packages** | **Array<Object>** | List of packages | [optional] |
|
9
|
+
| **_module** | **Object** | Collection modular NSVCA. | |
|
10
|
+
| **packages** | **Array<Object>** | List of packages | [optional][readonly] |
|
11
11
|
|
12
12
|
## Example
|
13
13
|
|
@@ -25,8 +25,8 @@
|
|
25
25
|
| **release** | **String** | Update release | [optional][readonly] |
|
26
26
|
| **rights** | **String** | Copyrights | [optional][readonly] |
|
27
27
|
| **pushcount** | **String** | Push count | [optional][readonly] |
|
28
|
-
| **pkglist** | [**Array<RpmUpdateCollectionResponse>**](RpmUpdateCollectionResponse.md) | List of packages | [optional] |
|
29
|
-
| **references** | **Array<Object>** | List of references | [optional] |
|
28
|
+
| **pkglist** | [**Array<RpmUpdateCollectionResponse>**](RpmUpdateCollectionResponse.md) | List of packages | [optional][readonly] |
|
29
|
+
| **references** | **Array<Object>** | List of references | [optional][readonly] |
|
30
30
|
| **reboot_suggested** | **Boolean** | Reboot suggested | [optional][readonly] |
|
31
31
|
|
32
32
|
## Example
|
@@ -496,24 +496,24 @@ module PulpRpmClient
|
|
496
496
|
end
|
497
497
|
|
498
498
|
# Update a rpm alternate content source
|
499
|
-
#
|
499
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
500
500
|
# @param rpm_rpm_alternate_content_source_href [String]
|
501
501
|
# @param patchedrpm_rpm_alternate_content_source [PatchedrpmRpmAlternateContentSource]
|
502
502
|
# @param [Hash] opts the optional parameters
|
503
503
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
504
|
-
# @return [
|
504
|
+
# @return [RpmRpmAlternateContentSourceResponse]
|
505
505
|
def partial_update(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts = {})
|
506
506
|
data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts)
|
507
507
|
data
|
508
508
|
end
|
509
509
|
|
510
510
|
# Update a rpm alternate content source
|
511
|
-
#
|
511
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
512
512
|
# @param rpm_rpm_alternate_content_source_href [String]
|
513
513
|
# @param patchedrpm_rpm_alternate_content_source [PatchedrpmRpmAlternateContentSource]
|
514
514
|
# @param [Hash] opts the optional parameters
|
515
515
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
516
|
-
# @return [Array<(
|
516
|
+
# @return [Array<(RpmRpmAlternateContentSourceResponse, Integer, Hash)>] RpmRpmAlternateContentSourceResponse data, response status code and response headers
|
517
517
|
def partial_update_with_http_info(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts = {})
|
518
518
|
if @api_client.config.debugging
|
519
519
|
@api_client.config.logger.debug 'Calling API: AcsRpmApi.partial_update ...'
|
@@ -550,7 +550,7 @@ module PulpRpmClient
|
|
550
550
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_rpm_alternate_content_source)
|
551
551
|
|
552
552
|
# return_type
|
553
|
-
return_type = opts[:debug_return_type] || '
|
553
|
+
return_type = opts[:debug_return_type] || 'RpmRpmAlternateContentSourceResponse'
|
554
554
|
|
555
555
|
# auth_names
|
556
556
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -786,24 +786,24 @@ module PulpRpmClient
|
|
786
786
|
end
|
787
787
|
|
788
788
|
# Update a rpm alternate content source
|
789
|
-
#
|
789
|
+
# Update the entity and trigger an asynchronous task if necessary
|
790
790
|
# @param rpm_rpm_alternate_content_source_href [String]
|
791
791
|
# @param rpm_rpm_alternate_content_source [RpmRpmAlternateContentSource]
|
792
792
|
# @param [Hash] opts the optional parameters
|
793
793
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
794
|
-
# @return [
|
794
|
+
# @return [RpmRpmAlternateContentSourceResponse]
|
795
795
|
def update(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts = {})
|
796
796
|
data, _status_code, _headers = update_with_http_info(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts)
|
797
797
|
data
|
798
798
|
end
|
799
799
|
|
800
800
|
# Update a rpm alternate content source
|
801
|
-
#
|
801
|
+
# Update the entity and trigger an asynchronous task if necessary
|
802
802
|
# @param rpm_rpm_alternate_content_source_href [String]
|
803
803
|
# @param rpm_rpm_alternate_content_source [RpmRpmAlternateContentSource]
|
804
804
|
# @param [Hash] opts the optional parameters
|
805
805
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
806
|
-
# @return [Array<(
|
806
|
+
# @return [Array<(RpmRpmAlternateContentSourceResponse, Integer, Hash)>] RpmRpmAlternateContentSourceResponse data, response status code and response headers
|
807
807
|
def update_with_http_info(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts = {})
|
808
808
|
if @api_client.config.debugging
|
809
809
|
@api_client.config.logger.debug 'Calling API: AcsRpmApi.update ...'
|
@@ -840,7 +840,7 @@ module PulpRpmClient
|
|
840
840
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_rpm_alternate_content_source)
|
841
841
|
|
842
842
|
# return_type
|
843
|
-
return_type = opts[:debug_return_type] || '
|
843
|
+
return_type = opts[:debug_return_type] || 'RpmRpmAlternateContentSourceResponse'
|
844
844
|
|
845
845
|
# auth_names
|
846
846
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -523,24 +523,24 @@ module PulpRpmClient
|
|
523
523
|
end
|
524
524
|
|
525
525
|
# Update a rpm distribution
|
526
|
-
#
|
526
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
527
527
|
# @param rpm_rpm_distribution_href [String]
|
528
528
|
# @param patchedrpm_rpm_distribution [PatchedrpmRpmDistribution]
|
529
529
|
# @param [Hash] opts the optional parameters
|
530
530
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
531
|
-
# @return [
|
531
|
+
# @return [RpmRpmDistributionResponse]
|
532
532
|
def partial_update(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts = {})
|
533
533
|
data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts)
|
534
534
|
data
|
535
535
|
end
|
536
536
|
|
537
537
|
# Update a rpm distribution
|
538
|
-
#
|
538
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
539
539
|
# @param rpm_rpm_distribution_href [String]
|
540
540
|
# @param patchedrpm_rpm_distribution [PatchedrpmRpmDistribution]
|
541
541
|
# @param [Hash] opts the optional parameters
|
542
542
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
543
|
-
# @return [Array<(
|
543
|
+
# @return [Array<(RpmRpmDistributionResponse, Integer, Hash)>] RpmRpmDistributionResponse data, response status code and response headers
|
544
544
|
def partial_update_with_http_info(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts = {})
|
545
545
|
if @api_client.config.debugging
|
546
546
|
@api_client.config.logger.debug 'Calling API: DistributionsRpmApi.partial_update ...'
|
@@ -577,7 +577,7 @@ module PulpRpmClient
|
|
577
577
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_rpm_distribution)
|
578
578
|
|
579
579
|
# return_type
|
580
|
-
return_type = opts[:debug_return_type] || '
|
580
|
+
return_type = opts[:debug_return_type] || 'RpmRpmDistributionResponse'
|
581
581
|
|
582
582
|
# auth_names
|
583
583
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -903,24 +903,24 @@ module PulpRpmClient
|
|
903
903
|
end
|
904
904
|
|
905
905
|
# Update a rpm distribution
|
906
|
-
#
|
906
|
+
# Update the entity and trigger an asynchronous task if necessary
|
907
907
|
# @param rpm_rpm_distribution_href [String]
|
908
908
|
# @param rpm_rpm_distribution [RpmRpmDistribution]
|
909
909
|
# @param [Hash] opts the optional parameters
|
910
910
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
911
|
-
# @return [
|
911
|
+
# @return [RpmRpmDistributionResponse]
|
912
912
|
def update(rpm_rpm_distribution_href, rpm_rpm_distribution, opts = {})
|
913
913
|
data, _status_code, _headers = update_with_http_info(rpm_rpm_distribution_href, rpm_rpm_distribution, opts)
|
914
914
|
data
|
915
915
|
end
|
916
916
|
|
917
917
|
# Update a rpm distribution
|
918
|
-
#
|
918
|
+
# Update the entity and trigger an asynchronous task if necessary
|
919
919
|
# @param rpm_rpm_distribution_href [String]
|
920
920
|
# @param rpm_rpm_distribution [RpmRpmDistribution]
|
921
921
|
# @param [Hash] opts the optional parameters
|
922
922
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
923
|
-
# @return [Array<(
|
923
|
+
# @return [Array<(RpmRpmDistributionResponse, Integer, Hash)>] RpmRpmDistributionResponse data, response status code and response headers
|
924
924
|
def update_with_http_info(rpm_rpm_distribution_href, rpm_rpm_distribution, opts = {})
|
925
925
|
if @api_client.config.debugging
|
926
926
|
@api_client.config.logger.debug 'Calling API: DistributionsRpmApi.update ...'
|
@@ -957,7 +957,7 @@ module PulpRpmClient
|
|
957
957
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_rpm_distribution)
|
958
958
|
|
959
959
|
# return_type
|
960
|
-
return_type = opts[:debug_return_type] || '
|
960
|
+
return_type = opts[:debug_return_type] || 'RpmRpmDistributionResponse'
|
961
961
|
|
962
962
|
# auth_names
|
963
963
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -520,24 +520,24 @@ module PulpRpmClient
|
|
520
520
|
end
|
521
521
|
|
522
522
|
# Update a rpm remote
|
523
|
-
#
|
523
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
524
524
|
# @param rpm_rpm_remote_href [String]
|
525
525
|
# @param patchedrpm_rpm_remote [PatchedrpmRpmRemote]
|
526
526
|
# @param [Hash] opts the optional parameters
|
527
527
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
528
|
-
# @return [
|
528
|
+
# @return [RpmRpmRemoteResponse]
|
529
529
|
def partial_update(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts = {})
|
530
530
|
data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts)
|
531
531
|
data
|
532
532
|
end
|
533
533
|
|
534
534
|
# Update a rpm remote
|
535
|
-
#
|
535
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
536
536
|
# @param rpm_rpm_remote_href [String]
|
537
537
|
# @param patchedrpm_rpm_remote [PatchedrpmRpmRemote]
|
538
538
|
# @param [Hash] opts the optional parameters
|
539
539
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
540
|
-
# @return [Array<(
|
540
|
+
# @return [Array<(RpmRpmRemoteResponse, Integer, Hash)>] RpmRpmRemoteResponse data, response status code and response headers
|
541
541
|
def partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts = {})
|
542
542
|
if @api_client.config.debugging
|
543
543
|
@api_client.config.logger.debug 'Calling API: RemotesRpmApi.partial_update ...'
|
@@ -574,7 +574,7 @@ module PulpRpmClient
|
|
574
574
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_rpm_remote)
|
575
575
|
|
576
576
|
# return_type
|
577
|
-
return_type = opts[:debug_return_type] || '
|
577
|
+
return_type = opts[:debug_return_type] || 'RpmRpmRemoteResponse'
|
578
578
|
|
579
579
|
# auth_names
|
580
580
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -900,24 +900,24 @@ module PulpRpmClient
|
|
900
900
|
end
|
901
901
|
|
902
902
|
# Update a rpm remote
|
903
|
-
#
|
903
|
+
# Update the entity and trigger an asynchronous task if necessary
|
904
904
|
# @param rpm_rpm_remote_href [String]
|
905
905
|
# @param rpm_rpm_remote [RpmRpmRemote]
|
906
906
|
# @param [Hash] opts the optional parameters
|
907
907
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
908
|
-
# @return [
|
908
|
+
# @return [RpmRpmRemoteResponse]
|
909
909
|
def update(rpm_rpm_remote_href, rpm_rpm_remote, opts = {})
|
910
910
|
data, _status_code, _headers = update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts)
|
911
911
|
data
|
912
912
|
end
|
913
913
|
|
914
914
|
# Update a rpm remote
|
915
|
-
#
|
915
|
+
# Update the entity and trigger an asynchronous task if necessary
|
916
916
|
# @param rpm_rpm_remote_href [String]
|
917
917
|
# @param rpm_rpm_remote [RpmRpmRemote]
|
918
918
|
# @param [Hash] opts the optional parameters
|
919
919
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
920
|
-
# @return [Array<(
|
920
|
+
# @return [Array<(RpmRpmRemoteResponse, Integer, Hash)>] RpmRpmRemoteResponse data, response status code and response headers
|
921
921
|
def update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts = {})
|
922
922
|
if @api_client.config.debugging
|
923
923
|
@api_client.config.logger.debug 'Calling API: RemotesRpmApi.update ...'
|
@@ -954,7 +954,7 @@ module PulpRpmClient
|
|
954
954
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_rpm_remote)
|
955
955
|
|
956
956
|
# return_type
|
957
|
-
return_type = opts[:debug_return_type] || '
|
957
|
+
return_type = opts[:debug_return_type] || 'RpmRpmRemoteResponse'
|
958
958
|
|
959
959
|
# auth_names
|
960
960
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -520,24 +520,24 @@ module PulpRpmClient
|
|
520
520
|
end
|
521
521
|
|
522
522
|
# Update an uln remote
|
523
|
-
#
|
523
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
524
524
|
# @param rpm_uln_remote_href [String]
|
525
525
|
# @param patchedrpm_uln_remote [PatchedrpmUlnRemote]
|
526
526
|
# @param [Hash] opts the optional parameters
|
527
527
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
528
|
-
# @return [
|
528
|
+
# @return [RpmUlnRemoteResponse]
|
529
529
|
def partial_update(rpm_uln_remote_href, patchedrpm_uln_remote, opts = {})
|
530
530
|
data, _status_code, _headers = partial_update_with_http_info(rpm_uln_remote_href, patchedrpm_uln_remote, opts)
|
531
531
|
data
|
532
532
|
end
|
533
533
|
|
534
534
|
# Update an uln remote
|
535
|
-
#
|
535
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
536
536
|
# @param rpm_uln_remote_href [String]
|
537
537
|
# @param patchedrpm_uln_remote [PatchedrpmUlnRemote]
|
538
538
|
# @param [Hash] opts the optional parameters
|
539
539
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
540
|
-
# @return [Array<(
|
540
|
+
# @return [Array<(RpmUlnRemoteResponse, Integer, Hash)>] RpmUlnRemoteResponse data, response status code and response headers
|
541
541
|
def partial_update_with_http_info(rpm_uln_remote_href, patchedrpm_uln_remote, opts = {})
|
542
542
|
if @api_client.config.debugging
|
543
543
|
@api_client.config.logger.debug 'Calling API: RemotesUlnApi.partial_update ...'
|
@@ -574,7 +574,7 @@ module PulpRpmClient
|
|
574
574
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_uln_remote)
|
575
575
|
|
576
576
|
# return_type
|
577
|
-
return_type = opts[:debug_return_type] || '
|
577
|
+
return_type = opts[:debug_return_type] || 'RpmUlnRemoteResponse'
|
578
578
|
|
579
579
|
# auth_names
|
580
580
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -900,24 +900,24 @@ module PulpRpmClient
|
|
900
900
|
end
|
901
901
|
|
902
902
|
# Update an uln remote
|
903
|
-
#
|
903
|
+
# Update the entity and trigger an asynchronous task if necessary
|
904
904
|
# @param rpm_uln_remote_href [String]
|
905
905
|
# @param rpm_uln_remote [RpmUlnRemote]
|
906
906
|
# @param [Hash] opts the optional parameters
|
907
907
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
908
|
-
# @return [
|
908
|
+
# @return [RpmUlnRemoteResponse]
|
909
909
|
def update(rpm_uln_remote_href, rpm_uln_remote, opts = {})
|
910
910
|
data, _status_code, _headers = update_with_http_info(rpm_uln_remote_href, rpm_uln_remote, opts)
|
911
911
|
data
|
912
912
|
end
|
913
913
|
|
914
914
|
# Update an uln remote
|
915
|
-
#
|
915
|
+
# Update the entity and trigger an asynchronous task if necessary
|
916
916
|
# @param rpm_uln_remote_href [String]
|
917
917
|
# @param rpm_uln_remote [RpmUlnRemote]
|
918
918
|
# @param [Hash] opts the optional parameters
|
919
919
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
920
|
-
# @return [Array<(
|
920
|
+
# @return [Array<(RpmUlnRemoteResponse, Integer, Hash)>] RpmUlnRemoteResponse data, response status code and response headers
|
921
921
|
def update_with_http_info(rpm_uln_remote_href, rpm_uln_remote, opts = {})
|
922
922
|
if @api_client.config.debugging
|
923
923
|
@api_client.config.logger.debug 'Calling API: RemotesUlnApi.update ...'
|
@@ -954,7 +954,7 @@ module PulpRpmClient
|
|
954
954
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_uln_remote)
|
955
955
|
|
956
956
|
# return_type
|
957
|
-
return_type = opts[:debug_return_type] || '
|
957
|
+
return_type = opts[:debug_return_type] || 'RpmUlnRemoteResponse'
|
958
958
|
|
959
959
|
# auth_names
|
960
960
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -609,24 +609,24 @@ module PulpRpmClient
|
|
609
609
|
end
|
610
610
|
|
611
611
|
# Update a rpm repository
|
612
|
-
#
|
612
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
613
613
|
# @param rpm_rpm_repository_href [String]
|
614
614
|
# @param patchedrpm_rpm_repository [PatchedrpmRpmRepository]
|
615
615
|
# @param [Hash] opts the optional parameters
|
616
616
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
617
|
-
# @return [
|
617
|
+
# @return [RpmRpmRepositoryResponse]
|
618
618
|
def partial_update(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts = {})
|
619
619
|
data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts)
|
620
620
|
data
|
621
621
|
end
|
622
622
|
|
623
623
|
# Update a rpm repository
|
624
|
-
#
|
624
|
+
# Update the entity partially and trigger an asynchronous task if necessary
|
625
625
|
# @param rpm_rpm_repository_href [String]
|
626
626
|
# @param patchedrpm_rpm_repository [PatchedrpmRpmRepository]
|
627
627
|
# @param [Hash] opts the optional parameters
|
628
628
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
629
|
-
# @return [Array<(
|
629
|
+
# @return [Array<(RpmRpmRepositoryResponse, Integer, Hash)>] RpmRpmRepositoryResponse data, response status code and response headers
|
630
630
|
def partial_update_with_http_info(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts = {})
|
631
631
|
if @api_client.config.debugging
|
632
632
|
@api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.partial_update ...'
|
@@ -663,7 +663,7 @@ module PulpRpmClient
|
|
663
663
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_rpm_repository)
|
664
664
|
|
665
665
|
# return_type
|
666
|
-
return_type = opts[:debug_return_type] || '
|
666
|
+
return_type = opts[:debug_return_type] || 'RpmRpmRepositoryResponse'
|
667
667
|
|
668
668
|
# auth_names
|
669
669
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -1066,24 +1066,24 @@ module PulpRpmClient
|
|
1066
1066
|
end
|
1067
1067
|
|
1068
1068
|
# Update a rpm repository
|
1069
|
-
#
|
1069
|
+
# Update the entity and trigger an asynchronous task if necessary
|
1070
1070
|
# @param rpm_rpm_repository_href [String]
|
1071
1071
|
# @param rpm_rpm_repository [RpmRpmRepository]
|
1072
1072
|
# @param [Hash] opts the optional parameters
|
1073
1073
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
1074
|
-
# @return [
|
1074
|
+
# @return [RpmRpmRepositoryResponse]
|
1075
1075
|
def update(rpm_rpm_repository_href, rpm_rpm_repository, opts = {})
|
1076
1076
|
data, _status_code, _headers = update_with_http_info(rpm_rpm_repository_href, rpm_rpm_repository, opts)
|
1077
1077
|
data
|
1078
1078
|
end
|
1079
1079
|
|
1080
1080
|
# Update a rpm repository
|
1081
|
-
#
|
1081
|
+
# Update the entity and trigger an asynchronous task if necessary
|
1082
1082
|
# @param rpm_rpm_repository_href [String]
|
1083
1083
|
# @param rpm_rpm_repository [RpmRpmRepository]
|
1084
1084
|
# @param [Hash] opts the optional parameters
|
1085
1085
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
1086
|
-
# @return [Array<(
|
1086
|
+
# @return [Array<(RpmRpmRepositoryResponse, Integer, Hash)>] RpmRpmRepositoryResponse data, response status code and response headers
|
1087
1087
|
def update_with_http_info(rpm_rpm_repository_href, rpm_rpm_repository, opts = {})
|
1088
1088
|
if @api_client.config.debugging
|
1089
1089
|
@api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.update ...'
|
@@ -1120,7 +1120,7 @@ module PulpRpmClient
|
|
1120
1120
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_rpm_repository)
|
1121
1121
|
|
1122
1122
|
# return_type
|
1123
|
-
return_type = opts[:debug_return_type] || '
|
1123
|
+
return_type = opts[:debug_return_type] || 'RpmRpmRepositoryResponse'
|
1124
1124
|
|
1125
1125
|
# auth_names
|
1126
1126
|
auth_names = opts[:debug_auth_names] || ['basicAuth']
|
@@ -16,6 +16,7 @@ require 'time'
|
|
16
16
|
module PulpRpmClient
|
17
17
|
# A serializer for Content Copy API.
|
18
18
|
class Copy
|
19
|
+
# Content to be copied into the given destinations from the given sources. Its a list of dictionaries with the following available fields: ```json [ { \"source_repo_version\": <RepositoryVersion [pulp_href|prn]>, \"dest_repo\": <RpmRepository [pulp_href|prn]>, \"dest_base_version\": <int>, \"content\": [<Content [pulp_href|prn]>, ...] }, ... ] ``` If domains are enabled, the refered pulp objects must be part of the current domain. For usage examples, refer to the advanced copy guide: <https://pulpproject.org/pulp_rpm/docs/user/guides/modify/#advanced-copy-workflow>
|
19
20
|
attr_accessor :config
|
20
21
|
|
21
22
|
# Also copy dependencies of the content being copied.
|