pulp_container_client 2.20.4 → 2.21.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -10
- data/docs/ContainerBlobResponse.md +2 -0
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +16 -12
- data/docs/ContainerContainerNamespaceResponse.md +2 -0
- data/docs/ContainerContainerPullThroughDistribution.md +7 -7
- data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -12
- data/docs/ContainerContainerPullThroughRemote.md +6 -2
- data/docs/ContainerContainerPullThroughRemoteResponse.md +8 -2
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +15 -13
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +3 -1
- data/docs/ContainerContainerRepositoryResponse.md +2 -0
- data/docs/ContainerManifestResponse.md +2 -0
- data/docs/ContainerManifestSignatureResponse.md +2 -0
- data/docs/ContainerTagResponse.md +2 -0
- data/docs/ContentBlobsApi.md +10 -8
- data/docs/ContentManifestsApi.md +10 -8
- data/docs/ContentSignaturesApi.md +10 -8
- data/docs/ContentTagsApi.md +10 -8
- data/docs/DistributionsContainerApi.md +4 -2
- data/docs/DistributionsPullThroughApi.md +4 -2
- data/docs/OCIBuildImage.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughRemote.md +6 -2
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
- data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
- data/docs/PulpContainerNamespacesApi.md +4 -2
- data/docs/RemotesContainerApi.md +4 -2
- data/docs/RemotesPullThroughApi.md +4 -2
- data/docs/RepositoriesContainerApi.md +10 -8
- data/docs/RepositoriesContainerPushApi.md +8 -6
- data/docs/RepositoriesContainerPushVersionsApi.md +8 -6
- data/docs/RepositoriesContainerVersionsApi.md +8 -6
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_container_client/api/content_blobs_api.rb +11 -8
- data/lib/pulp_container_client/api/content_manifests_api.rb +11 -8
- data/lib/pulp_container_client/api/content_signatures_api.rb +11 -8
- data/lib/pulp_container_client/api/content_tags_api.rb +11 -8
- data/lib/pulp_container_client/api/distributions_container_api.rb +5 -2
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +5 -2
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +5 -2
- data/lib/pulp_container_client/api/remotes_container_api.rb +5 -2
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +5 -2
- data/lib/pulp_container_client/api/repositories_container_api.rb +11 -8
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +9 -6
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +10 -7
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +10 -7
- data/lib/pulp_container_client/models/container_blob_response.rb +11 -1
- data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +74 -54
- data/lib/pulp_container_client/models/container_container_namespace_response.rb +11 -1
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +53 -53
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +74 -54
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +32 -6
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +41 -5
- data/lib/pulp_container_client/models/container_container_push_repository.rb +46 -46
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +60 -50
- data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -2
- data/lib/pulp_container_client/models/container_container_repository_response.rb +11 -1
- data/lib/pulp_container_client/models/container_manifest_response.rb +11 -1
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +11 -1
- data/lib/pulp_container_client/models/container_tag_response.rb +11 -1
- data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +32 -6
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
- data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
- data/lib/pulp_container_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +2 -2
- data/spec/api/content_blobs_api_spec.rb +5 -4
- data/spec/api/content_manifests_api_spec.rb +5 -4
- data/spec/api/content_signatures_api_spec.rb +5 -4
- data/spec/api/content_tags_api_spec.rb +5 -4
- data/spec/api/distributions_container_api_spec.rb +2 -1
- data/spec/api/distributions_pull_through_api_spec.rb +2 -1
- data/spec/api/pulp_container_namespaces_api_spec.rb +2 -1
- data/spec/api/remotes_container_api_spec.rb +2 -1
- data/spec/api/remotes_pull_through_api_spec.rb +2 -1
- data/spec/api/repositories_container_api_spec.rb +5 -4
- data/spec/api/repositories_container_push_api_spec.rb +4 -3
- data/spec/api/repositories_container_push_versions_api_spec.rb +4 -3
- data/spec/api/repositories_container_versions_api_spec.rb +4 -3
- data/spec/models/container_blob_response_spec.rb +6 -0
- data/spec/models/container_container_distribution_response_spec.rb +20 -8
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_namespace_response_spec.rb +6 -0
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +20 -8
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_remote_response_spec.rb +18 -0
- data/spec/models/container_container_pull_through_remote_spec.rb +12 -0
- data/spec/models/container_container_push_repository_response_spec.rb +14 -8
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/container_container_remote_response_spec.rb +6 -0
- data/spec/models/container_container_repository_response_spec.rb +6 -0
- data/spec/models/container_manifest_response_spec.rb +6 -0
- data/spec/models/container_manifest_signature_response_spec.rb +6 -0
- data/spec/models/container_tag_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +12 -0
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
- data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +9 -9
@@ -97,7 +97,7 @@ end
|
|
97
97
|
|
98
98
|
api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
|
99
99
|
opts = {
|
100
|
-
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
100
|
+
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
|
101
101
|
limit: 56, # Integer | Number of results to return per page.
|
102
102
|
name: 'name_example', # String | Filter results where name matches value
|
103
103
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -110,10 +110,11 @@ opts = {
|
|
110
110
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
111
111
|
offset: 56, # Integer | The initial index from which to return the results.
|
112
112
|
ordering: ['ordering_example'], # Array<String> | 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)
|
113
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
113
114
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
114
115
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
115
116
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
116
|
-
q: 'q_example', # String |
|
117
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
117
118
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
118
119
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
119
120
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
@@ -123,7 +124,7 @@ opts = {
|
|
123
124
|
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
124
125
|
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
125
126
|
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
126
|
-
with_content: 'with_content_example', # String | Content Unit referenced by HREF
|
127
|
+
with_content: 'with_content_example', # String | Content Unit referenced by HREF/PRN
|
127
128
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
128
129
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
129
130
|
}
|
@@ -142,7 +143,7 @@ end
|
|
142
143
|
|
143
144
|
Name | Type | Description | Notes
|
144
145
|
------------- | ------------- | ------------- | -------------
|
145
|
-
**latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
|
146
|
+
**latest_with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
146
147
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
147
148
|
**name** | **String**| Filter results where name matches value | [optional]
|
148
149
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
@@ -155,10 +156,11 @@ Name | Type | Description | Notes
|
|
155
156
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
156
157
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
157
158
|
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
159
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
158
160
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
159
161
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
160
162
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
161
|
-
**q** | **String**|
|
163
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
162
164
|
**remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
|
163
165
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
164
166
|
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
@@ -168,7 +170,7 @@ Name | Type | Description | Notes
|
|
168
170
|
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
169
171
|
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
170
172
|
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
171
|
-
**with_content** | **String**| Content Unit referenced by HREF | [optional]
|
173
|
+
**with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
172
174
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
173
175
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
174
176
|
|
@@ -87,8 +87,8 @@ end
|
|
87
87
|
api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
|
88
88
|
container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
-
content__in: 'content__in_example', # String |
|
90
|
+
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
91
|
+
content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
93
|
number: 56, # Integer | Filter results where number matches value
|
94
94
|
number__gt: 56, # Integer | Filter results where number is greater than value
|
@@ -98,6 +98,7 @@ opts = {
|
|
98
98
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
100
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
101
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
101
102
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
102
103
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
104
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
@@ -105,7 +106,7 @@ opts = {
|
|
105
106
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
107
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
108
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
108
|
-
q: 'q_example', # String |
|
109
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
109
110
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
110
111
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
111
112
|
}
|
@@ -125,8 +126,8 @@ end
|
|
125
126
|
Name | Type | Description | Notes
|
126
127
|
------------- | ------------- | ------------- | -------------
|
127
128
|
**container_container_push_repository_href** | **String**| |
|
128
|
-
**content** | **String**| Content Unit referenced by HREF | [optional]
|
129
|
-
**content__in** | **String
|
129
|
+
**content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
130
|
+
**content__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
130
131
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
131
132
|
**number** | **Integer**| Filter results where number matches value | [optional]
|
132
133
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
@@ -136,6 +137,7 @@ Name | Type | Description | Notes
|
|
136
137
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
137
138
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
138
139
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
140
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
139
141
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
140
142
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
141
143
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
@@ -143,7 +145,7 @@ Name | Type | Description | Notes
|
|
143
145
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
144
146
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
145
147
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
146
|
-
**q** | **String**|
|
148
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
147
149
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
148
150
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
149
151
|
|
@@ -87,8 +87,8 @@ end
|
|
87
87
|
api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
|
88
88
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
-
content__in: 'content__in_example', # String |
|
90
|
+
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
91
|
+
content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
93
|
number: 56, # Integer | Filter results where number matches value
|
94
94
|
number__gt: 56, # Integer | Filter results where number is greater than value
|
@@ -98,6 +98,7 @@ opts = {
|
|
98
98
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
100
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
101
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
101
102
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
102
103
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
104
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
@@ -105,7 +106,7 @@ opts = {
|
|
105
106
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
107
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
108
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
108
|
-
q: 'q_example', # String |
|
109
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
109
110
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
110
111
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
111
112
|
}
|
@@ -125,8 +126,8 @@ end
|
|
125
126
|
Name | Type | Description | Notes
|
126
127
|
------------- | ------------- | ------------- | -------------
|
127
128
|
**container_container_repository_href** | **String**| |
|
128
|
-
**content** | **String**| Content Unit referenced by HREF | [optional]
|
129
|
-
**content__in** | **String
|
129
|
+
**content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
130
|
+
**content__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
130
131
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
131
132
|
**number** | **Integer**| Filter results where number matches value | [optional]
|
132
133
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
@@ -136,6 +137,7 @@ Name | Type | Description | Notes
|
|
136
137
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
137
138
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
138
139
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
140
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
139
141
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
140
142
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
141
143
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
@@ -143,7 +145,7 @@ Name | Type | Description | Notes
|
|
143
145
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
144
146
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
145
147
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
146
|
-
**q** | **String**|
|
148
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
147
149
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
148
150
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
149
151
|
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**number** | **Integer** | | [optional] [readonly]
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpContainerClient'
|
19
20
|
|
20
21
|
instance = PulpContainerClient::RepositoryVersionResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
number: null,
|
@@ -28,12 +28,13 @@ module PulpContainerClient
|
|
28
28
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
29
29
|
# @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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
30
30
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
31
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
31
32
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
32
33
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
33
|
-
# @option opts [String] :q
|
34
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
35
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
36
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
34
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
35
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
36
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
37
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
37
38
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
38
39
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
39
40
|
# @return [PaginatedcontainerBlobResponseList]
|
@@ -51,12 +52,13 @@ module PulpContainerClient
|
|
51
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
52
53
|
# @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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
53
54
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
55
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
54
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
55
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
56
|
-
# @option opts [String] :q
|
57
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
58
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
59
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
58
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
59
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
60
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
61
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
60
62
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
61
63
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
62
64
|
# @return [Array<(PaginatedcontainerBlobResponseList, Integer, Hash)>] PaginatedcontainerBlobResponseList data, response status code and response headers
|
@@ -79,6 +81,7 @@ module PulpContainerClient
|
|
79
81
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
80
82
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
81
83
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
84
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
82
85
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
83
86
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
84
87
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -31,12 +31,13 @@ module PulpContainerClient
|
|
31
31
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
32
32
|
# @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) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
33
33
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
34
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
34
35
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
35
36
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
36
|
-
# @option opts [String] :q
|
37
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
38
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
39
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
37
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
38
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
39
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
40
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
40
41
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
41
42
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
42
43
|
# @return [PaginatedcontainerManifestResponseList]
|
@@ -57,12 +58,13 @@ module PulpContainerClient
|
|
57
58
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
58
59
|
# @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) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
59
60
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
61
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
60
62
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
61
63
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
62
|
-
# @option opts [String] :q
|
63
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
64
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
65
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
64
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
65
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
66
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
67
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
66
68
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
67
69
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
68
70
|
# @return [Array<(PaginatedcontainerManifestResponseList, Integer, Hash)>] PaginatedcontainerManifestResponseList data, response status code and response headers
|
@@ -92,6 +94,7 @@ module PulpContainerClient
|
|
92
94
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
93
95
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
94
96
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
97
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
95
98
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
96
99
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
97
100
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -40,12 +40,13 @@ module PulpContainerClient
|
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @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) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
42
42
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
43
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
43
44
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
44
45
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
|
-
# @option opts [String] :q
|
46
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
47
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
48
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
46
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
47
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
48
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
49
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
49
50
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
50
51
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
51
52
|
# @return [PaginatedcontainerManifestSignatureResponseList]
|
@@ -75,12 +76,13 @@ module PulpContainerClient
|
|
75
76
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
76
77
|
# @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) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
77
78
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
79
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
78
80
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
79
81
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
80
|
-
# @option opts [String] :q
|
81
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
82
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
83
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
82
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
83
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
84
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
85
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
84
86
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
85
87
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
86
88
|
# @return [Array<(PaginatedcontainerManifestSignatureResponseList, Integer, Hash)>] PaginatedcontainerManifestSignatureResponseList data, response status code and response headers
|
@@ -115,6 +117,7 @@ module PulpContainerClient
|
|
115
117
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
116
118
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
117
119
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
120
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
118
121
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
119
122
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
120
123
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -30,12 +30,13 @@ module PulpContainerClient
|
|
30
30
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
31
31
|
# @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) * `pk` - Pk * `-pk` - Pk (descending)
|
32
32
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
33
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
33
34
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
34
35
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
35
|
-
# @option opts [String] :q
|
36
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
37
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
38
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
36
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
37
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
38
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
39
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
39
40
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
41
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
41
42
|
# @return [PaginatedcontainerTagResponseList]
|
@@ -55,12 +56,13 @@ module PulpContainerClient
|
|
55
56
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
56
57
|
# @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) * `pk` - Pk * `-pk` - Pk (descending)
|
57
58
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
59
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
58
60
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
59
61
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
60
|
-
# @option opts [String] :q
|
61
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
62
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
63
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
62
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
63
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
64
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
65
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
64
66
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
65
67
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
66
68
|
# @return [Array<(PaginatedcontainerTagResponseList, Integer, Hash)>] PaginatedcontainerTagResponseList data, response status code and response headers
|
@@ -89,6 +91,7 @@ module PulpContainerClient
|
|
89
91
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
90
92
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
91
93
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
94
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
92
95
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
93
96
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
94
97
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -235,10 +235,11 @@ module PulpContainerClient
|
|
235
235
|
# @option opts [String] :namespace__name
|
236
236
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
237
237
|
# @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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `private` - Private * `-private` - Private (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
238
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
238
239
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
239
240
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
240
241
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
241
|
-
# @option opts [String] :q
|
242
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
242
243
|
# @option opts [String] :repository Filter results where repository matches value
|
243
244
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
244
245
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -270,10 +271,11 @@ module PulpContainerClient
|
|
270
271
|
# @option opts [String] :namespace__name
|
271
272
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
272
273
|
# @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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `private` - Private * `-private` - Private (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
274
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
273
275
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
274
276
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
275
277
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
276
|
-
# @option opts [String] :q
|
278
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
277
279
|
# @option opts [String] :repository Filter results where repository matches value
|
278
280
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
279
281
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -310,6 +312,7 @@ module PulpContainerClient
|
|
310
312
|
query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
|
311
313
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
312
314
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
315
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
313
316
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
314
317
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
315
318
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
@@ -234,10 +234,11 @@ module PulpContainerClient
|
|
234
234
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
235
235
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
236
236
|
# @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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
237
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
237
238
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
238
239
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
239
240
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
240
|
-
# @option opts [String] :q
|
241
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
241
242
|
# @option opts [String] :repository Filter results where repository matches value
|
242
243
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
243
244
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -268,10 +269,11 @@ module PulpContainerClient
|
|
268
269
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
269
270
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
270
271
|
# @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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
272
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
271
273
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
272
274
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
273
275
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
274
|
-
# @option opts [String] :q
|
276
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
275
277
|
# @option opts [String] :repository Filter results where repository matches value
|
276
278
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
277
279
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -307,6 +309,7 @@ module PulpContainerClient
|
|
307
309
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
308
310
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
309
311
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
312
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
310
313
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
311
314
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
312
315
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
@@ -230,9 +230,10 @@ module PulpContainerClient
|
|
230
230
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
231
231
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
232
232
|
# @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) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
233
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
233
234
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
234
235
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
235
|
-
# @option opts [String] :q
|
236
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
236
237
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
237
238
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
238
239
|
# @return [PaginatedcontainerContainerNamespaceResponseList]
|
@@ -256,9 +257,10 @@ module PulpContainerClient
|
|
256
257
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
257
258
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
258
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) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
260
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
259
261
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
260
262
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
261
|
-
# @option opts [String] :q
|
263
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
262
264
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
263
265
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
264
266
|
# @return [Array<(PaginatedcontainerContainerNamespaceResponseList, Integer, Hash)>] PaginatedcontainerContainerNamespaceResponseList data, response status code and response headers
|
@@ -287,6 +289,7 @@ module PulpContainerClient
|
|
287
289
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
288
290
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
289
291
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
292
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
290
293
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
291
294
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
292
295
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -230,6 +230,7 @@ module PulpContainerClient
|
|
230
230
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
231
231
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
232
232
|
# @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)
|
233
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
233
234
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
234
235
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
235
236
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -239,7 +240,7 @@ module PulpContainerClient
|
|
239
240
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
240
241
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
241
242
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
242
|
-
# @option opts [String] :q
|
243
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
243
244
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
244
245
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
245
246
|
# @return [PaginatedcontainerContainerRemoteResponseList]
|
@@ -263,6 +264,7 @@ module PulpContainerClient
|
|
263
264
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
264
265
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
265
266
|
# @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)
|
267
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
266
268
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
267
269
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
268
270
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -272,7 +274,7 @@ module PulpContainerClient
|
|
272
274
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
273
275
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
274
276
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
275
|
-
# @option opts [String] :q
|
277
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
276
278
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
277
279
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
278
280
|
# @return [Array<(PaginatedcontainerContainerRemoteResponseList, Integer, Hash)>] PaginatedcontainerContainerRemoteResponseList data, response status code and response headers
|
@@ -301,6 +303,7 @@ module PulpContainerClient
|
|
301
303
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
302
304
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
303
305
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
306
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
304
307
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
305
308
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
306
309
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|