pulp_rpm_client 3.19.13 → 3.20.0
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 +5 -5
- data/docs/AcsRpmApi.md +7 -3
- data/docs/ContentAdvisoriesApi.md +7 -3
- data/docs/ContentDistributionTreesApi.md +7 -3
- data/docs/ContentModulemdDefaultsApi.md +7 -3
- data/docs/ContentModulemdObsoletesApi.md +7 -3
- data/docs/ContentModulemdsApi.md +7 -3
- data/docs/ContentPackagecategoriesApi.md +7 -3
- data/docs/ContentPackageenvironmentsApi.md +7 -3
- data/docs/ContentPackagegroupsApi.md +7 -3
- data/docs/ContentPackagelangpacksApi.md +7 -3
- data/docs/ContentPackagesApi.md +21 -5
- data/docs/ContentRepoMetadataFilesApi.md +7 -3
- data/docs/DistributionsRpmApi.md +11 -3
- data/docs/PatchedrpmRpmRemote.md +1 -1
- data/docs/PatchedrpmRpmRepository.md +3 -3
- data/docs/PatchedrpmUlnRemote.md +1 -1
- data/docs/PublicationsRpmApi.md +7 -3
- data/docs/RemotesRpmApi.md +7 -3
- data/docs/RemotesUlnApi.md +7 -3
- data/docs/RepositoriesRpmApi.md +23 -3
- data/docs/RepositoriesRpmVersionsApi.md +5 -3
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RpmCompsApi.md +1 -1
- data/docs/RpmCopyApi.md +1 -1
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmPublication.md +2 -2
- data/docs/RpmRpmPublicationResponse.md +2 -2
- data/docs/RpmRpmRemote.md +1 -1
- data/docs/RpmRpmRemoteResponse.md +1 -1
- data/docs/RpmRpmRemoteResponseHiddenFields.md +2 -2
- data/docs/RpmRpmRepository.md +3 -3
- data/docs/RpmRpmRepositoryResponse.md +3 -3
- data/docs/RpmUlnRemote.md +1 -1
- data/docs/RpmUlnRemoteResponse.md +1 -1
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packages_api.rb +28 -4
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -2
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +14 -2
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +8 -2
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +8 -2
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +8 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +32 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +5 -2
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/nested_role.rb +19 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +3 -3
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +0 -10
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +3 -1
- data/spec/api/content_advisories_api_spec.rb +3 -1
- data/spec/api/content_distribution_trees_api_spec.rb +3 -1
- data/spec/api/content_modulemd_defaults_api_spec.rb +3 -1
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +3 -1
- data/spec/api/content_modulemds_api_spec.rb +3 -1
- data/spec/api/content_packagecategories_api_spec.rb +3 -1
- data/spec/api/content_packageenvironments_api_spec.rb +3 -1
- data/spec/api/content_packagegroups_api_spec.rb +3 -1
- data/spec/api/content_packagelangpacks_api_spec.rb +3 -1
- data/spec/api/content_packages_api_spec.rb +10 -2
- data/spec/api/content_repo_metadata_files_api_spec.rb +3 -1
- data/spec/api/distributions_rpm_api_spec.rb +5 -1
- data/spec/api/publications_rpm_api_spec.rb +3 -1
- data/spec/api/remotes_rpm_api_spec.rb +3 -1
- data/spec/api/remotes_uln_api_spec.rb +3 -1
- data/spec/api/repositories_rpm_api_spec.rb +11 -1
- data/spec/api/repositories_rpm_versions_api_spec.rb +2 -1
- data/spec/configuration_spec.rb +3 -3
- metadata +95 -95
@@ -94,7 +94,9 @@ module PulpRpmClient
|
|
94
94
|
# @option opts [String] :name Filter results where name matches value
|
95
95
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
96
96
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
97
|
-
# @option opts [Array<String>] :ordering Ordering
|
97
|
+
# @option opts [Array<String>] :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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
98
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
99
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
98
100
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
99
101
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
100
102
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -122,7 +124,9 @@ module PulpRpmClient
|
|
122
124
|
# @option opts [String] :name Filter results where name matches value
|
123
125
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
124
126
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
125
|
-
# @option opts [Array<String>] :ordering Ordering
|
127
|
+
# @option opts [Array<String>] :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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
128
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
129
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
126
130
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
127
131
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
128
132
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -156,6 +160,8 @@ module PulpRpmClient
|
|
156
160
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
157
161
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
158
162
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
163
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
164
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
159
165
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
160
166
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
161
167
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -24,7 +24,9 @@ module PulpRpmClient
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
|
-
# @option opts [Array<String>] :ordering Ordering
|
27
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
29
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
28
30
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
31
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
32
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -41,7 +43,9 @@ module PulpRpmClient
|
|
41
43
|
# @param [Hash] opts the optional parameters
|
42
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
|
-
# @option opts [Array<String>] :ordering Ordering
|
46
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
47
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
49
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
50
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
51
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -64,6 +68,8 @@ module PulpRpmClient
|
|
64
68
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
65
69
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
66
70
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
71
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
72
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
67
73
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
68
74
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
69
75
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -24,7 +24,9 @@ module PulpRpmClient
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
|
-
# @option opts [Array<String>] :ordering Ordering
|
27
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
29
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
28
30
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
31
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
32
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -41,7 +43,9 @@ module PulpRpmClient
|
|
41
43
|
# @param [Hash] opts the optional parameters
|
42
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
|
-
# @option opts [Array<String>] :ordering Ordering
|
46
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
47
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
49
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
50
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
51
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -64,6 +68,8 @@ module PulpRpmClient
|
|
64
68
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
65
69
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
66
70
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
71
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
72
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
67
73
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
68
74
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
69
75
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -24,7 +24,9 @@ module PulpRpmClient
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
|
-
# @option opts [Array<String>] :ordering Ordering
|
27
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
29
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
28
30
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
31
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
32
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -41,7 +43,9 @@ module PulpRpmClient
|
|
41
43
|
# @param [Hash] opts the optional parameters
|
42
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
|
-
# @option opts [Array<String>] :ordering Ordering
|
46
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
47
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
49
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
50
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
51
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -64,6 +68,8 @@ module PulpRpmClient
|
|
64
68
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
65
69
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
66
70
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
71
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
72
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
67
73
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
68
74
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
69
75
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -24,7 +24,9 @@ module PulpRpmClient
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
|
-
# @option opts [Array<String>] :ordering Ordering
|
27
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
29
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
28
30
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
31
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
32
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -41,7 +43,9 @@ module PulpRpmClient
|
|
41
43
|
# @param [Hash] opts the optional parameters
|
42
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
|
-
# @option opts [Array<String>] :ordering Ordering
|
46
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
47
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
49
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
50
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
51
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -64,6 +68,8 @@ module PulpRpmClient
|
|
64
68
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
65
69
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
66
70
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
71
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
72
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
67
73
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
68
74
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
69
75
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -100,9 +100,11 @@ module PulpRpmClient
|
|
100
100
|
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
101
101
|
# @param [Hash] opts the optional parameters
|
102
102
|
# @option opts [String] :arch Filter results where arch matches value
|
103
|
+
# @option opts [String] :arch__contains Filter results where arch contains value
|
103
104
|
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
104
105
|
# @option opts [String] :arch__ne Filter results where arch not equal to value
|
105
|
-
# @option opts [String] :
|
106
|
+
# @option opts [String] :arch__startswith Filter results where arch starts with value
|
107
|
+
# @option opts [String] :checksum_type Filter results where checksum_type matches value * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512
|
106
108
|
# @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
|
107
109
|
# @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
|
108
110
|
# @option opts [String] :epoch Filter results where epoch matches value
|
@@ -110,15 +112,21 @@ module PulpRpmClient
|
|
110
112
|
# @option opts [String] :epoch__ne Filter results where epoch not equal to value
|
111
113
|
# @option opts [Integer] :limit Number of results to return per page.
|
112
114
|
# @option opts [String] :name Filter results where name matches value
|
115
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
113
116
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
114
117
|
# @option opts [String] :name__ne Filter results where name not equal to value
|
118
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
115
119
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
116
|
-
# @option opts [Array<String>] :ordering Ordering
|
120
|
+
# @option opts [Array<String>] :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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
117
121
|
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
118
122
|
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
123
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
124
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
119
125
|
# @option opts [String] :release Filter results where release matches value
|
126
|
+
# @option opts [String] :release__contains Filter results where release contains value
|
120
127
|
# @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
|
121
128
|
# @option opts [String] :release__ne Filter results where release not equal to value
|
129
|
+
# @option opts [String] :release__startswith Filter results where release starts with value
|
122
130
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
123
131
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
124
132
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -138,9 +146,11 @@ module PulpRpmClient
|
|
138
146
|
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
139
147
|
# @param [Hash] opts the optional parameters
|
140
148
|
# @option opts [String] :arch Filter results where arch matches value
|
149
|
+
# @option opts [String] :arch__contains Filter results where arch contains value
|
141
150
|
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
142
151
|
# @option opts [String] :arch__ne Filter results where arch not equal to value
|
143
|
-
# @option opts [String] :
|
152
|
+
# @option opts [String] :arch__startswith Filter results where arch starts with value
|
153
|
+
# @option opts [String] :checksum_type Filter results where checksum_type matches value * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512
|
144
154
|
# @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
|
145
155
|
# @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
|
146
156
|
# @option opts [String] :epoch Filter results where epoch matches value
|
@@ -148,15 +158,21 @@ module PulpRpmClient
|
|
148
158
|
# @option opts [String] :epoch__ne Filter results where epoch not equal to value
|
149
159
|
# @option opts [Integer] :limit Number of results to return per page.
|
150
160
|
# @option opts [String] :name Filter results where name matches value
|
161
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
151
162
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
152
163
|
# @option opts [String] :name__ne Filter results where name not equal to value
|
164
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
153
165
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
154
|
-
# @option opts [Array<String>] :ordering Ordering
|
166
|
+
# @option opts [Array<String>] :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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
155
167
|
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
156
168
|
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
169
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
170
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
157
171
|
# @option opts [String] :release Filter results where release matches value
|
172
|
+
# @option opts [String] :release__contains Filter results where release contains value
|
158
173
|
# @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
|
159
174
|
# @option opts [String] :release__ne Filter results where release not equal to value
|
175
|
+
# @option opts [String] :release__startswith Filter results where release starts with value
|
160
176
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
161
177
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
162
178
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -185,8 +201,10 @@ module PulpRpmClient
|
|
185
201
|
# query parameters
|
186
202
|
query_params = opts[:query_params] || {}
|
187
203
|
query_params[:'arch'] = opts[:'arch'] if !opts[:'arch'].nil?
|
204
|
+
query_params[:'arch__contains'] = opts[:'arch__contains'] if !opts[:'arch__contains'].nil?
|
188
205
|
query_params[:'arch__in'] = @api_client.build_collection_param(opts[:'arch__in'], :csv) if !opts[:'arch__in'].nil?
|
189
206
|
query_params[:'arch__ne'] = opts[:'arch__ne'] if !opts[:'arch__ne'].nil?
|
207
|
+
query_params[:'arch__startswith'] = opts[:'arch__startswith'] if !opts[:'arch__startswith'].nil?
|
190
208
|
query_params[:'checksum_type'] = opts[:'checksum_type'] if !opts[:'checksum_type'].nil?
|
191
209
|
query_params[:'checksum_type__in'] = @api_client.build_collection_param(opts[:'checksum_type__in'], :csv) if !opts[:'checksum_type__in'].nil?
|
192
210
|
query_params[:'checksum_type__ne'] = opts[:'checksum_type__ne'] if !opts[:'checksum_type__ne'].nil?
|
@@ -195,15 +213,21 @@ module PulpRpmClient
|
|
195
213
|
query_params[:'epoch__ne'] = opts[:'epoch__ne'] if !opts[:'epoch__ne'].nil?
|
196
214
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
197
215
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
216
|
+
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
198
217
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
199
218
|
query_params[:'name__ne'] = opts[:'name__ne'] if !opts[:'name__ne'].nil?
|
219
|
+
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
200
220
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
201
221
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
202
222
|
query_params[:'pkgId'] = opts[:'pkg_id'] if !opts[:'pkg_id'].nil?
|
203
223
|
query_params[:'pkgId__in'] = @api_client.build_collection_param(opts[:'pkg_id__in'], :csv) if !opts[:'pkg_id__in'].nil?
|
224
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
225
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
204
226
|
query_params[:'release'] = opts[:'release'] if !opts[:'release'].nil?
|
227
|
+
query_params[:'release__contains'] = opts[:'release__contains'] if !opts[:'release__contains'].nil?
|
205
228
|
query_params[:'release__in'] = @api_client.build_collection_param(opts[:'release__in'], :csv) if !opts[:'release__in'].nil?
|
206
229
|
query_params[:'release__ne'] = opts[:'release__ne'] if !opts[:'release__ne'].nil?
|
230
|
+
query_params[:'release__startswith'] = opts[:'release__startswith'] if !opts[:'release__startswith'].nil?
|
207
231
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
208
232
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
209
233
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -24,7 +24,9 @@ module PulpRpmClient
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
|
-
# @option opts [Array<String>] :ordering Ordering
|
27
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
29
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
28
30
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
31
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
32
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -41,7 +43,9 @@ module PulpRpmClient
|
|
41
43
|
# @param [Hash] opts the optional parameters
|
42
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
|
-
# @option opts [Array<String>] :ordering Ordering
|
46
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
47
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
49
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
50
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
51
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -64,6 +68,8 @@ module PulpRpmClient
|
|
64
68
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
65
69
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
66
70
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
71
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
72
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
67
73
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
68
74
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
69
75
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -227,8 +227,12 @@ module PulpRpmClient
|
|
227
227
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
228
228
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
229
229
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
230
|
-
# @option opts [Array<String>] :ordering Ordering
|
230
|
+
# @option opts [Array<String>] :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) * `pk` - Pk * `-pk` - Pk (descending)
|
231
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
232
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
231
233
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
234
|
+
# @option opts [String] :repository Filter results where repository matches value
|
235
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
232
236
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
233
237
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
234
238
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -252,8 +256,12 @@ module PulpRpmClient
|
|
252
256
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
253
257
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
254
258
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
255
|
-
# @option opts [Array<String>] :ordering Ordering
|
259
|
+
# @option opts [Array<String>] :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) * `pk` - Pk * `-pk` - Pk (descending)
|
260
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
261
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
256
262
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
263
|
+
# @option opts [String] :repository Filter results where repository matches value
|
264
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
257
265
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
258
266
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
259
267
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -283,7 +291,11 @@ module PulpRpmClient
|
|
283
291
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
284
292
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
285
293
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
294
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
295
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
286
296
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
297
|
+
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
298
|
+
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
|
287
299
|
query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
|
288
300
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
289
301
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
@@ -218,13 +218,15 @@ module PulpRpmClient
|
|
218
218
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
219
219
|
# @option opts [Integer] :limit Number of results to return per page.
|
220
220
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
221
|
-
# @option opts [Array<String>] :ordering Ordering
|
221
|
+
# @option opts [Array<String>] :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)
|
222
222
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
223
223
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
224
224
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
225
225
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
226
226
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
227
227
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
228
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
229
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
228
230
|
# @option opts [String] :repository Repository referenced by HREF
|
229
231
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
230
232
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -242,13 +244,15 @@ module PulpRpmClient
|
|
242
244
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
243
245
|
# @option opts [Integer] :limit Number of results to return per page.
|
244
246
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
245
|
-
# @option opts [Array<String>] :ordering Ordering
|
247
|
+
# @option opts [Array<String>] :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)
|
246
248
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
247
249
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
248
250
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
249
251
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
250
252
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
251
253
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
254
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
255
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
252
256
|
# @option opts [String] :repository Repository referenced by HREF
|
253
257
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
254
258
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -278,6 +282,8 @@ module PulpRpmClient
|
|
278
282
|
query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
|
279
283
|
query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
|
280
284
|
query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
|
285
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
286
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
281
287
|
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
282
288
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
283
289
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
@@ -223,7 +223,9 @@ module PulpRpmClient
|
|
223
223
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
224
224
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
225
225
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
226
|
-
# @option opts [Array<String>] :ordering Ordering
|
226
|
+
# @option opts [Array<String>] :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)
|
227
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
228
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
227
229
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
228
230
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
229
231
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -249,7 +251,9 @@ module PulpRpmClient
|
|
249
251
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
250
252
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
251
253
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
252
|
-
# @option opts [Array<String>] :ordering Ordering
|
254
|
+
# @option opts [Array<String>] :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)
|
255
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
256
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
253
257
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
254
258
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
255
259
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -281,6 +285,8 @@ module PulpRpmClient
|
|
281
285
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
282
286
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
283
287
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
288
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
289
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
284
290
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
285
291
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
286
292
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
@@ -223,7 +223,9 @@ module PulpRpmClient
|
|
223
223
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
224
224
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
225
225
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
226
|
-
# @option opts [Array<String>] :ordering Ordering
|
226
|
+
# @option opts [Array<String>] :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)
|
227
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
228
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
227
229
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
228
230
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
229
231
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -249,7 +251,9 @@ module PulpRpmClient
|
|
249
251
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
250
252
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
251
253
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
252
|
-
# @option opts [Array<String>] :ordering Ordering
|
254
|
+
# @option opts [Array<String>] :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)
|
255
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
256
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
253
257
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
254
258
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
255
259
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -281,6 +285,8 @@ module PulpRpmClient
|
|
281
285
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
282
286
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
283
287
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
288
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
289
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
284
290
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
285
291
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
286
292
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
@@ -223,9 +223,19 @@ module PulpRpmClient
|
|
223
223
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
224
224
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
225
225
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
226
|
-
# @option opts [Array<String>] :ordering Ordering
|
226
|
+
# @option opts [Array<String>] :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)
|
227
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
228
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
227
229
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
228
230
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
231
|
+
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
232
|
+
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
233
|
+
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
234
|
+
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
235
|
+
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
236
|
+
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
237
|
+
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
238
|
+
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
229
239
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
230
240
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
231
241
|
# @return [PaginatedrpmRpmRepositoryResponseList]
|
@@ -244,9 +254,19 @@ module PulpRpmClient
|
|
244
254
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
245
255
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
246
256
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
247
|
-
# @option opts [Array<String>] :ordering Ordering
|
257
|
+
# @option opts [Array<String>] :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)
|
258
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
259
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
248
260
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
249
261
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
262
|
+
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
263
|
+
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
264
|
+
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
265
|
+
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
266
|
+
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
267
|
+
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
268
|
+
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
269
|
+
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
250
270
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
251
271
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
252
272
|
# @return [Array<(PaginatedrpmRpmRepositoryResponseList, Integer, Hash)>] PaginatedrpmRpmRepositoryResponseList data, response status code and response headers
|
@@ -271,8 +291,18 @@ module PulpRpmClient
|
|
271
291
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
272
292
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
273
293
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
294
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
295
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
274
296
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
275
297
|
query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
|
298
|
+
query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
|
299
|
+
query_params[:'retain_repo_versions__gt'] = opts[:'retain_repo_versions__gt'] if !opts[:'retain_repo_versions__gt'].nil?
|
300
|
+
query_params[:'retain_repo_versions__gte'] = opts[:'retain_repo_versions__gte'] if !opts[:'retain_repo_versions__gte'].nil?
|
301
|
+
query_params[:'retain_repo_versions__isnull'] = opts[:'retain_repo_versions__isnull'] if !opts[:'retain_repo_versions__isnull'].nil?
|
302
|
+
query_params[:'retain_repo_versions__lt'] = opts[:'retain_repo_versions__lt'] if !opts[:'retain_repo_versions__lt'].nil?
|
303
|
+
query_params[:'retain_repo_versions__lte'] = opts[:'retain_repo_versions__lte'] if !opts[:'retain_repo_versions__lte'].nil?
|
304
|
+
query_params[:'retain_repo_versions__ne'] = opts[:'retain_repo_versions__ne'] if !opts[:'retain_repo_versions__ne'].nil?
|
305
|
+
query_params[:'retain_repo_versions__range'] = @api_client.build_collection_param(opts[:'retain_repo_versions__range'], :csv) if !opts[:'retain_repo_versions__range'].nil?
|
276
306
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
277
307
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
278
308
|
|