pulp_deb_client 2.5.0b1 → 2.6.0b1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +60 -39
- data/docs/ContentGenericContentsApi.md +26 -26
- data/docs/ContentInstallerFileIndicesApi.md +37 -37
- data/docs/ContentInstallerPackagesApi.md +56 -56
- data/docs/ContentPackageIndicesApi.md +37 -37
- data/docs/ContentPackageReleaseComponentsApi.md +33 -33
- data/docs/ContentPackagesApi.md +58 -58
- data/docs/ContentReleaseArchitecturesApi.md +33 -33
- data/docs/ContentReleaseComponentsApi.md +33 -33
- data/docs/ContentReleaseFilesApi.md +37 -37
- data/docs/ContentReleasesApi.md +35 -35
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DebAptDistribution.md +1 -7
- data/docs/DebAptDistributionResponse.md +29 -0
- data/docs/DebAptPublication.md +1 -5
- data/docs/DebAptPublicationResponse.md +29 -0
- data/docs/DebAptRemote.md +4 -10
- data/docs/DebAptRemoteResponse.md +57 -0
- data/docs/DebAptRepository.md +4 -10
- data/docs/DebAptRepositoryResponse.md +29 -0
- data/docs/DebBasePackage.md +5 -75
- data/docs/DebBasePackageResponse.md +93 -0
- data/docs/DebGenericContent.md +5 -17
- data/docs/DebGenericContentResponse.md +35 -0
- data/docs/DebInstallerFileIndex.md +2 -6
- data/docs/DebInstallerFileIndexResponse.md +29 -0
- data/docs/DebPackageIndex.md +2 -6
- data/docs/DebPackageIndexResponse.md +29 -0
- data/docs/DebPackageReleaseComponent.md +1 -5
- data/docs/DebPackageReleaseComponentResponse.md +23 -0
- data/docs/DebRelease.md +1 -5
- data/docs/DebReleaseArchitecture.md +1 -5
- data/docs/DebReleaseArchitectureResponse.md +23 -0
- data/docs/DebReleaseComponent.md +1 -5
- data/docs/DebReleaseComponentResponse.md +23 -0
- data/docs/DebReleaseFile.md +2 -6
- data/docs/DebReleaseFileResponse.md +29 -0
- data/docs/DebReleaseResponse.md +25 -0
- data/docs/DebVerbatimPublication.md +1 -5
- data/docs/DebVerbatimPublicationResponse.md +23 -0
- data/docs/DistributionsAptApi.md +110 -62
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +3 -3
- data/docs/InlineResponse20011.md +3 -3
- data/docs/InlineResponse20012.md +3 -3
- data/docs/InlineResponse20013.md +3 -3
- data/docs/InlineResponse20014.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/PatcheddebAptDistribution.md +23 -0
- data/docs/PatcheddebAptRemote.md +51 -0
- data/docs/PatcheddebAptRepository.md +21 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsAptApi.md +43 -43
- data/docs/PublicationsVerbatimApi.md +43 -43
- data/docs/RemotesAptApi.md +128 -68
- data/docs/RepositoriesAptApi.md +100 -76
- data/docs/RepositoriesDebVersionsApi.md +96 -64
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositorySyncURL.md +1 -1
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +36 -40
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +90 -82
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +50 -50
- data/lib/pulp_deb_client/api/content_packages_api.rb +92 -84
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +51 -51
- data/lib/pulp_deb_client/api/content_release_components_api.rb +51 -51
- data/lib/pulp_deb_client/api/content_release_files_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_releases_api.rb +54 -54
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +157 -94
- data/lib/pulp_deb_client/api/publications_apt_api.rb +65 -65
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +65 -65
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +187 -106
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +151 -124
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +141 -96
- data/lib/pulp_deb_client/api_client.rb +2 -2
- data/lib/pulp_deb_client/api_error.rb +2 -2
- data/lib/pulp_deb_client/configuration.rb +3 -3
- data/lib/pulp_deb_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_deb_client/models/content_summary.rb +9 -15
- data/lib/pulp_deb_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -85
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +279 -0
- data/lib/pulp_deb_client/models/deb_apt_publication.rb +4 -22
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +270 -0
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +7 -263
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +446 -0
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +18 -78
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +271 -0
- data/lib/pulp_deb_client/models/deb_base_package.rb +18 -847
- data/lib/pulp_deb_client/models/deb_base_package_response.rb +558 -0
- data/lib/pulp_deb_client/models/deb_generic_content.rb +18 -185
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +302 -0
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +6 -79
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +287 -0
- data/lib/pulp_deb_client/models/deb_package_index.rb +6 -79
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +287 -0
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +4 -22
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release.rb +4 -79
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -41
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release_component.rb +4 -41
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release_file.rb +6 -90
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +277 -0
- data/lib/pulp_deb_client/models/deb_release_response.rb +259 -0
- data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +4 -22
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +236 -0
- data/lib/pulp_deb_client/models/inline_response200.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +240 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +402 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +229 -0
- data/lib/pulp_deb_client/models/policy_enum.rb +37 -0
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_deb_client/models/repository_sync_url.rb +3 -8
- data/lib/pulp_deb_client/models/repository_version.rb +7 -43
- data/lib/pulp_deb_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_deb_client/version.rb +3 -3
- data/lib/pulp_deb_client.rb +22 -2
- data/pulp_deb_client.gemspec +4 -4
- data/spec/api/content_generic_contents_api_spec.rb +12 -12
- data/spec/api/content_installer_file_indices_api_spec.rb +17 -17
- data/spec/api/content_installer_packages_api_spec.rb +27 -27
- data/spec/api/content_package_indices_api_spec.rb +17 -17
- data/spec/api/content_package_release_components_api_spec.rb +15 -15
- data/spec/api/content_packages_api_spec.rb +28 -28
- data/spec/api/content_release_architectures_api_spec.rb +15 -15
- data/spec/api/content_release_components_api_spec.rb +15 -15
- data/spec/api/content_release_files_api_spec.rb +17 -17
- data/spec/api/content_releases_api_spec.rb +16 -16
- data/spec/api/distributions_apt_api_spec.rb +41 -20
- data/spec/api/publications_apt_api_spec.rb +17 -17
- data/spec/api/publications_verbatim_api_spec.rb +17 -17
- data/spec/api/remotes_apt_api_spec.rb +51 -24
- data/spec/api/repositories_apt_api_spec.rb +31 -22
- data/spec/api/repositories_deb_versions_api_spec.rb +40 -25
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/deb_apt_distribution_response_spec.rb +77 -0
- data/spec/models/deb_apt_distribution_spec.rb +2 -20
- data/spec/models/deb_apt_publication_response_spec.rb +77 -0
- data/spec/models/deb_apt_publication_spec.rb +2 -14
- data/spec/models/deb_apt_remote_response_spec.rb +161 -0
- data/spec/models/deb_apt_remote_spec.rb +2 -24
- data/spec/models/deb_apt_repository_response_spec.rb +77 -0
- data/spec/models/deb_apt_repository_spec.rb +5 -23
- data/spec/models/deb_base_package_response_spec.rb +269 -0
- data/spec/models/deb_base_package_spec.rb +4 -214
- data/spec/models/deb_generic_content_response_spec.rb +95 -0
- data/spec/models/deb_generic_content_spec.rb +4 -40
- data/spec/models/deb_installer_file_index_response_spec.rb +77 -0
- data/spec/models/deb_installer_file_index_spec.rb +2 -14
- data/spec/models/deb_package_index_response_spec.rb +77 -0
- data/spec/models/deb_package_index_spec.rb +2 -14
- data/spec/models/deb_package_release_component_response_spec.rb +59 -0
- data/spec/models/deb_package_release_component_spec.rb +2 -14
- data/spec/models/deb_release_architecture_response_spec.rb +59 -0
- data/spec/models/deb_release_architecture_spec.rb +2 -14
- data/spec/models/deb_release_component_response_spec.rb +59 -0
- data/spec/models/deb_release_component_spec.rb +2 -14
- data/spec/models/deb_release_file_response_spec.rb +77 -0
- data/spec/models/deb_release_file_spec.rb +2 -14
- data/spec/models/deb_release_response_spec.rb +65 -0
- data/spec/models/deb_release_spec.rb +2 -14
- data/spec/models/deb_verbatim_publication_response_spec.rb +59 -0
- data/spec/models/deb_verbatim_publication_spec.rb +2 -14
- data/spec/models/inline_response20010_spec.rb +2 -2
- data/spec/models/inline_response20011_spec.rb +2 -2
- data/spec/models/inline_response20012_spec.rb +2 -2
- data/spec/models/inline_response20013_spec.rb +2 -2
- data/spec/models/inline_response20014_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/patcheddeb_apt_distribution_spec.rb +59 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +143 -0
- data/spec/models/patcheddeb_apt_repository_spec.rb +53 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_sync_url_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/spec_helper.rb +2 -2
- metadata +120 -40
@@ -6,17 +6,17 @@ Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**create**](ContentReleaseFilesApi.md#create) | **POST** /pulp/api/v3/content/deb/release_files/ | Create a release file
|
8
8
|
[**list**](ContentReleaseFilesApi.md#list) | **GET** /pulp/api/v3/content/deb/release_files/ | List release files
|
9
|
-
[**read**](ContentReleaseFilesApi.md#read) | **GET** {
|
9
|
+
[**read**](ContentReleaseFilesApi.md#read) | **GET** {deb_release_file_href} | Inspect a release file
|
10
10
|
|
11
11
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> DebReleaseFileResponse create(deb_release_file)
|
16
16
|
|
17
17
|
Create a release file
|
18
18
|
|
19
|
-
A
|
19
|
+
A ReleaseFile represents the Release file(s) from a single APT distribution. Associated artifacts: At least one of 'Release' and 'InRelease' file. If the 'Release' file is present, then there may also be a 'Release.gpg' detached signature file for it. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Release' files it needs when creating the publication. It does not make use of ReleaseFile content.
|
20
20
|
|
21
21
|
### Example
|
22
22
|
|
@@ -25,17 +25,17 @@ A ViewSet for ReleaseFile.
|
|
25
25
|
require 'pulp_deb_client'
|
26
26
|
# setup authorization
|
27
27
|
PulpDebClient.configure do |config|
|
28
|
-
# Configure HTTP basic authorization:
|
28
|
+
# Configure HTTP basic authorization: basicAuth
|
29
29
|
config.username = 'YOUR USERNAME'
|
30
30
|
config.password = 'YOUR PASSWORD'
|
31
31
|
end
|
32
32
|
|
33
33
|
api_instance = PulpDebClient::ContentReleaseFilesApi.new
|
34
|
-
|
34
|
+
deb_release_file = PulpDebClient::DebReleaseFile.new # DebReleaseFile |
|
35
35
|
|
36
36
|
begin
|
37
37
|
#Create a release file
|
38
|
-
result = api_instance.create(
|
38
|
+
result = api_instance.create(deb_release_file)
|
39
39
|
p result
|
40
40
|
rescue PulpDebClient::ApiError => e
|
41
41
|
puts "Exception when calling ContentReleaseFilesApi->create: #{e}"
|
@@ -47,19 +47,19 @@ end
|
|
47
47
|
|
48
48
|
Name | Type | Description | Notes
|
49
49
|
------------- | ------------- | ------------- | -------------
|
50
|
-
**
|
50
|
+
**deb_release_file** | [**DebReleaseFile**](DebReleaseFile.md)| |
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**DebReleaseFileResponse**](DebReleaseFileResponse.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
58
|
-
[
|
58
|
+
[basicAuth](../README.md#basicAuth)
|
59
59
|
|
60
60
|
### HTTP request headers
|
61
61
|
|
62
|
-
- **Content-Type**: application/json
|
62
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
63
63
|
- **Accept**: application/json
|
64
64
|
|
65
65
|
|
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
|
|
69
69
|
|
70
70
|
List release files
|
71
71
|
|
72
|
-
A
|
72
|
+
A ReleaseFile represents the Release file(s) from a single APT distribution. Associated artifacts: At least one of 'Release' and 'InRelease' file. If the 'Release' file is present, then there may also be a 'Release.gpg' detached signature file for it. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Release' files it needs when creating the publication. It does not make use of ReleaseFile content.
|
73
73
|
|
74
74
|
### Example
|
75
75
|
|
@@ -78,23 +78,23 @@ A ViewSet for ReleaseFile.
|
|
78
78
|
require 'pulp_deb_client'
|
79
79
|
# setup authorization
|
80
80
|
PulpDebClient.configure do |config|
|
81
|
-
# Configure HTTP basic authorization:
|
81
|
+
# Configure HTTP basic authorization: basicAuth
|
82
82
|
config.username = 'YOUR USERNAME'
|
83
83
|
config.password = 'YOUR PASSWORD'
|
84
84
|
end
|
85
85
|
|
86
86
|
api_instance = PulpDebClient::ContentReleaseFilesApi.new
|
87
87
|
opts = {
|
88
|
-
|
89
|
-
codename: 'codename_example', # String | Filter results where codename matches value
|
90
|
-
suite: 'suite_example', # String | Filter results where suite matches value
|
91
|
-
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
92
|
-
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
93
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
88
|
+
codename: 'codename_example', # String | codename
|
96
89
|
limit: 56, # Integer | Number of results to return per page.
|
97
90
|
offset: 56, # Integer | The initial index from which to return the results.
|
91
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
92
|
+
relative_path: 'relative_path_example', # String | relative_path
|
93
|
+
repository_version: 'repository_version_example', # String | repository_version
|
94
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
95
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
96
|
+
sha256: 'sha256_example', # String | sha256
|
97
|
+
suite: 'suite_example', # String | suite
|
98
98
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
99
99
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
100
100
|
}
|
@@ -113,16 +113,16 @@ end
|
|
113
113
|
|
114
114
|
Name | Type | Description | Notes
|
115
115
|
------------- | ------------- | ------------- | -------------
|
116
|
-
**
|
117
|
-
**codename** | **String**| Filter results where codename matches value | [optional]
|
118
|
-
**suite** | **String**| Filter results where suite matches value | [optional]
|
119
|
-
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
120
|
-
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
121
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
122
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
123
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
116
|
+
**codename** | **String**| codename | [optional]
|
124
117
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
125
118
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
119
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
120
|
+
**relative_path** | **String**| relative_path | [optional]
|
121
|
+
**repository_version** | **String**| repository_version | [optional]
|
122
|
+
**repository_version_added** | **String**| repository_version_added | [optional]
|
123
|
+
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
124
|
+
**sha256** | **String**| sha256 | [optional]
|
125
|
+
**suite** | **String**| suite | [optional]
|
126
126
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
127
127
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
128
128
|
|
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
|
|
132
132
|
|
133
133
|
### Authorization
|
134
134
|
|
135
|
-
[
|
135
|
+
[basicAuth](../README.md#basicAuth)
|
136
136
|
|
137
137
|
### HTTP request headers
|
138
138
|
|
@@ -142,11 +142,11 @@ Name | Type | Description | Notes
|
|
142
142
|
|
143
143
|
## read
|
144
144
|
|
145
|
-
>
|
145
|
+
> DebReleaseFileResponse read(deb_release_file_href, opts)
|
146
146
|
|
147
147
|
Inspect a release file
|
148
148
|
|
149
|
-
A
|
149
|
+
A ReleaseFile represents the Release file(s) from a single APT distribution. Associated artifacts: At least one of 'Release' and 'InRelease' file. If the 'Release' file is present, then there may also be a 'Release.gpg' detached signature file for it. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Release' files it needs when creating the publication. It does not make use of ReleaseFile content.
|
150
150
|
|
151
151
|
### Example
|
152
152
|
|
@@ -155,13 +155,13 @@ A ViewSet for ReleaseFile.
|
|
155
155
|
require 'pulp_deb_client'
|
156
156
|
# setup authorization
|
157
157
|
PulpDebClient.configure do |config|
|
158
|
-
# Configure HTTP basic authorization:
|
158
|
+
# Configure HTTP basic authorization: basicAuth
|
159
159
|
config.username = 'YOUR USERNAME'
|
160
160
|
config.password = 'YOUR PASSWORD'
|
161
161
|
end
|
162
162
|
|
163
163
|
api_instance = PulpDebClient::ContentReleaseFilesApi.new
|
164
|
-
|
164
|
+
deb_release_file_href = 'deb_release_file_href_example' # String |
|
165
165
|
opts = {
|
166
166
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
167
167
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
@@ -169,7 +169,7 @@ opts = {
|
|
169
169
|
|
170
170
|
begin
|
171
171
|
#Inspect a release file
|
172
|
-
result = api_instance.read(
|
172
|
+
result = api_instance.read(deb_release_file_href, opts)
|
173
173
|
p result
|
174
174
|
rescue PulpDebClient::ApiError => e
|
175
175
|
puts "Exception when calling ContentReleaseFilesApi->read: #{e}"
|
@@ -181,17 +181,17 @@ end
|
|
181
181
|
|
182
182
|
Name | Type | Description | Notes
|
183
183
|
------------- | ------------- | ------------- | -------------
|
184
|
-
**
|
184
|
+
**deb_release_file_href** | **String**| |
|
185
185
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
186
186
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
187
187
|
|
188
188
|
### Return type
|
189
189
|
|
190
|
-
[**
|
190
|
+
[**DebReleaseFileResponse**](DebReleaseFileResponse.md)
|
191
191
|
|
192
192
|
### Authorization
|
193
193
|
|
194
|
-
[
|
194
|
+
[basicAuth](../README.md#basicAuth)
|
195
195
|
|
196
196
|
### HTTP request headers
|
197
197
|
|
data/docs/ContentReleasesApi.md
CHANGED
@@ -6,17 +6,17 @@ Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**create**](ContentReleasesApi.md#create) | **POST** /pulp/api/v3/content/deb/releases/ | Create a release
|
8
8
|
[**list**](ContentReleasesApi.md#list) | **GET** /pulp/api/v3/content/deb/releases/ | List releases
|
9
|
-
[**read**](ContentReleasesApi.md#read) | **GET** {
|
9
|
+
[**read**](ContentReleasesApi.md#read) | **GET** {deb_release_href} | Inspect a release
|
10
10
|
|
11
11
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> DebReleaseResponse create(deb_release)
|
16
16
|
|
17
17
|
Create a release
|
18
18
|
|
19
|
-
A
|
19
|
+
A Release represents a single APT release/distribution. Associated artifacts: None; contains only metadata. Note that in the context of the \"Release content\", the terms \"distribution\" and \"release\" are synonyms. An \"APT repository release/distribution\" is associated with a single 'Release' file below the 'dists/' folder. The \"distribution\" refers to the path between 'dists/' and the 'Release' file. The \"distribution\" could be considered the name of the \"release\". It is often (but not always) equal to the \"codename\" or \"suite\".
|
20
20
|
|
21
21
|
### Example
|
22
22
|
|
@@ -25,17 +25,17 @@ A ViewSet for Release.
|
|
25
25
|
require 'pulp_deb_client'
|
26
26
|
# setup authorization
|
27
27
|
PulpDebClient.configure do |config|
|
28
|
-
# Configure HTTP basic authorization:
|
28
|
+
# Configure HTTP basic authorization: basicAuth
|
29
29
|
config.username = 'YOUR USERNAME'
|
30
30
|
config.password = 'YOUR PASSWORD'
|
31
31
|
end
|
32
32
|
|
33
33
|
api_instance = PulpDebClient::ContentReleasesApi.new
|
34
|
-
|
34
|
+
deb_release = PulpDebClient::DebRelease.new # DebRelease |
|
35
35
|
|
36
36
|
begin
|
37
37
|
#Create a release
|
38
|
-
result = api_instance.create(
|
38
|
+
result = api_instance.create(deb_release)
|
39
39
|
p result
|
40
40
|
rescue PulpDebClient::ApiError => e
|
41
41
|
puts "Exception when calling ContentReleasesApi->create: #{e}"
|
@@ -47,19 +47,19 @@ end
|
|
47
47
|
|
48
48
|
Name | Type | Description | Notes
|
49
49
|
------------- | ------------- | ------------- | -------------
|
50
|
-
**
|
50
|
+
**deb_release** | [**DebRelease**](DebRelease.md)| |
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**DebReleaseResponse**](DebReleaseResponse.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
58
|
-
[
|
58
|
+
[basicAuth](../README.md#basicAuth)
|
59
59
|
|
60
60
|
### HTTP request headers
|
61
61
|
|
62
|
-
- **Content-Type**: application/json
|
62
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
63
63
|
- **Accept**: application/json
|
64
64
|
|
65
65
|
|
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
|
|
69
69
|
|
70
70
|
List releases
|
71
71
|
|
72
|
-
A
|
72
|
+
A Release represents a single APT release/distribution. Associated artifacts: None; contains only metadata. Note that in the context of the \"Release content\", the terms \"distribution\" and \"release\" are synonyms. An \"APT repository release/distribution\" is associated with a single 'Release' file below the 'dists/' folder. The \"distribution\" refers to the path between 'dists/' and the 'Release' file. The \"distribution\" could be considered the name of the \"release\". It is often (but not always) equal to the \"codename\" or \"suite\".
|
73
73
|
|
74
74
|
### Example
|
75
75
|
|
@@ -78,22 +78,22 @@ A ViewSet for Release.
|
|
78
78
|
require 'pulp_deb_client'
|
79
79
|
# setup authorization
|
80
80
|
PulpDebClient.configure do |config|
|
81
|
-
# Configure HTTP basic authorization:
|
81
|
+
# Configure HTTP basic authorization: basicAuth
|
82
82
|
config.username = 'YOUR USERNAME'
|
83
83
|
config.password = 'YOUR PASSWORD'
|
84
84
|
end
|
85
85
|
|
86
86
|
api_instance = PulpDebClient::ContentReleasesApi.new
|
87
87
|
opts = {
|
88
|
-
|
89
|
-
|
90
|
-
suite: 'suite_example', # String | Filter results where suite matches value
|
91
|
-
distribution: 'distribution_example', # String | Filter results where distribution matches value
|
92
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
93
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
94
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
88
|
+
codename: 'codename_example', # String | codename
|
89
|
+
distribution: 'distribution_example', # String | distribution
|
95
90
|
limit: 56, # Integer | Number of results to return per page.
|
96
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
93
|
+
repository_version: 'repository_version_example', # String | repository_version
|
94
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
95
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
96
|
+
suite: 'suite_example', # String | suite
|
97
97
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
98
98
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
99
99
|
}
|
@@ -112,15 +112,15 @@ end
|
|
112
112
|
|
113
113
|
Name | Type | Description | Notes
|
114
114
|
------------- | ------------- | ------------- | -------------
|
115
|
-
**
|
116
|
-
**
|
117
|
-
**suite** | **String**| Filter results where suite matches value | [optional]
|
118
|
-
**distribution** | **String**| Filter results where distribution matches value | [optional]
|
119
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
121
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
115
|
+
**codename** | **String**| codename | [optional]
|
116
|
+
**distribution** | **String**| distribution | [optional]
|
122
117
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
123
118
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
119
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
120
|
+
**repository_version** | **String**| repository_version | [optional]
|
121
|
+
**repository_version_added** | **String**| repository_version_added | [optional]
|
122
|
+
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
123
|
+
**suite** | **String**| suite | [optional]
|
124
124
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
125
125
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
126
126
|
|
@@ -130,7 +130,7 @@ Name | Type | Description | Notes
|
|
130
130
|
|
131
131
|
### Authorization
|
132
132
|
|
133
|
-
[
|
133
|
+
[basicAuth](../README.md#basicAuth)
|
134
134
|
|
135
135
|
### HTTP request headers
|
136
136
|
|
@@ -140,11 +140,11 @@ Name | Type | Description | Notes
|
|
140
140
|
|
141
141
|
## read
|
142
142
|
|
143
|
-
>
|
143
|
+
> DebReleaseResponse read(deb_release_href, opts)
|
144
144
|
|
145
145
|
Inspect a release
|
146
146
|
|
147
|
-
A
|
147
|
+
A Release represents a single APT release/distribution. Associated artifacts: None; contains only metadata. Note that in the context of the \"Release content\", the terms \"distribution\" and \"release\" are synonyms. An \"APT repository release/distribution\" is associated with a single 'Release' file below the 'dists/' folder. The \"distribution\" refers to the path between 'dists/' and the 'Release' file. The \"distribution\" could be considered the name of the \"release\". It is often (but not always) equal to the \"codename\" or \"suite\".
|
148
148
|
|
149
149
|
### Example
|
150
150
|
|
@@ -153,13 +153,13 @@ A ViewSet for Release.
|
|
153
153
|
require 'pulp_deb_client'
|
154
154
|
# setup authorization
|
155
155
|
PulpDebClient.configure do |config|
|
156
|
-
# Configure HTTP basic authorization:
|
156
|
+
# Configure HTTP basic authorization: basicAuth
|
157
157
|
config.username = 'YOUR USERNAME'
|
158
158
|
config.password = 'YOUR PASSWORD'
|
159
159
|
end
|
160
160
|
|
161
161
|
api_instance = PulpDebClient::ContentReleasesApi.new
|
162
|
-
|
162
|
+
deb_release_href = 'deb_release_href_example' # String |
|
163
163
|
opts = {
|
164
164
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
165
165
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
@@ -167,7 +167,7 @@ opts = {
|
|
167
167
|
|
168
168
|
begin
|
169
169
|
#Inspect a release
|
170
|
-
result = api_instance.read(
|
170
|
+
result = api_instance.read(deb_release_href, opts)
|
171
171
|
p result
|
172
172
|
rescue PulpDebClient::ApiError => e
|
173
173
|
puts "Exception when calling ContentReleasesApi->read: #{e}"
|
@@ -179,17 +179,17 @@ end
|
|
179
179
|
|
180
180
|
Name | Type | Description | Notes
|
181
181
|
------------- | ------------- | ------------- | -------------
|
182
|
-
**
|
182
|
+
**deb_release_href** | **String**| |
|
183
183
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
184
184
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
185
185
|
|
186
186
|
### Return type
|
187
187
|
|
188
|
-
[**
|
188
|
+
[**DebReleaseResponse**](DebReleaseResponse.md)
|
189
189
|
|
190
190
|
### Authorization
|
191
191
|
|
192
|
-
[
|
192
|
+
[basicAuth](../README.md#basicAuth)
|
193
193
|
|
194
194
|
### HTTP request headers
|
195
195
|
|
data/docs/ContentSummary.md
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**added** | **
|
8
|
-
**removed** | **
|
9
|
-
**present** | **
|
7
|
+
**added** | [**Object**](.md) | |
|
8
|
+
**removed** | [**Object**](.md) | |
|
9
|
+
**present** | [**Object**](.md) | |
|
10
10
|
|
11
11
|
## Code Sample
|
12
12
|
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# PulpDebClient::ContentSummaryResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**added** | [**Object**](.md) | |
|
8
|
+
**removed** | [**Object**](.md) | |
|
9
|
+
**present** | [**Object**](.md) | |
|
10
|
+
|
11
|
+
## Code Sample
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'PulpDebClient'
|
15
|
+
|
16
|
+
instance = PulpDebClient::ContentSummaryResponse.new(added: null,
|
17
|
+
removed: null,
|
18
|
+
present: null)
|
19
|
+
```
|
20
|
+
|
21
|
+
|
data/docs/DebAptDistribution.md
CHANGED
@@ -4,10 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
10
|
**publication** | **String** | Publication to be served | [optional]
|
@@ -17,10 +14,7 @@ Name | Type | Description | Notes
|
|
17
14
|
```ruby
|
18
15
|
require 'PulpDebClient'
|
19
16
|
|
20
|
-
instance = PulpDebClient::DebAptDistribution.new(
|
21
|
-
pulp_created: null,
|
22
|
-
base_path: null,
|
23
|
-
base_url: null,
|
17
|
+
instance = PulpDebClient::DebAptDistribution.new(base_path: null,
|
24
18
|
content_guard: null,
|
25
19
|
name: null,
|
26
20
|
publication: null)
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# PulpDebClient::DebAptDistributionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
|
+
**publication** | **String** | Publication to be served | [optional]
|
14
|
+
|
15
|
+
## Code Sample
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'PulpDebClient'
|
19
|
+
|
20
|
+
instance = PulpDebClient::DebAptDistributionResponse.new(pulp_href: null,
|
21
|
+
pulp_created: null,
|
22
|
+
base_path: null,
|
23
|
+
base_url: null,
|
24
|
+
content_guard: null,
|
25
|
+
name: null,
|
26
|
+
publication: null)
|
27
|
+
```
|
28
|
+
|
29
|
+
|
data/docs/DebAptPublication.md
CHANGED
@@ -4,8 +4,6 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
7
|
**repository_version** | **String** | | [optional]
|
10
8
|
**repository** | **String** | A URI of the repository to be published. | [optional]
|
11
9
|
**simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
|
@@ -17,9 +15,7 @@ Name | Type | Description | Notes
|
|
17
15
|
```ruby
|
18
16
|
require 'PulpDebClient'
|
19
17
|
|
20
|
-
instance = PulpDebClient::DebAptPublication.new(
|
21
|
-
pulp_created: null,
|
22
|
-
repository_version: null,
|
18
|
+
instance = PulpDebClient::DebAptPublication.new(repository_version: null,
|
23
19
|
repository: null,
|
24
20
|
simple: null,
|
25
21
|
structured: null,
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# PulpDebClient::DebAptPublicationResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**repository_version** | **String** | | [optional]
|
10
|
+
**repository** | **String** | A URI of the repository to be published. | [optional]
|
11
|
+
**simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
|
12
|
+
**structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
|
13
|
+
**signing_service** | **String** | Sign Release files with this signing key | [optional]
|
14
|
+
|
15
|
+
## Code Sample
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'PulpDebClient'
|
19
|
+
|
20
|
+
instance = PulpDebClient::DebAptPublicationResponse.new(pulp_href: null,
|
21
|
+
pulp_created: null,
|
22
|
+
repository_version: null,
|
23
|
+
repository: null,
|
24
|
+
simple: null,
|
25
|
+
structured: null,
|
26
|
+
signing_service: null)
|
27
|
+
```
|
28
|
+
|
29
|
+
|
data/docs/DebAptRemote.md
CHANGED
@@ -4,20 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
7
|
**name** | **String** | A unique name for this remote. |
|
10
8
|
**url** | **String** | The URL of an external content source. |
|
11
|
-
**ca_cert** | **String** | A
|
12
|
-
**client_cert** | **String** | A
|
9
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
10
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
13
|
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
16
14
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
18
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
|
-
**policy** | **
|
17
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
21
18
|
**distributions** | **String** | Whitespace separated list of distributions to sync |
|
22
19
|
**components** | **String** | Whitespace separatet list of components to sync | [optional]
|
23
20
|
**architectures** | **String** | Whitespace separated list of architectures to sync | [optional]
|
@@ -31,9 +28,7 @@ Name | Type | Description | Notes
|
|
31
28
|
```ruby
|
32
29
|
require 'PulpDebClient'
|
33
30
|
|
34
|
-
instance = PulpDebClient::DebAptRemote.new(
|
35
|
-
pulp_created: null,
|
36
|
-
name: null,
|
31
|
+
instance = PulpDebClient::DebAptRemote.new(name: null,
|
37
32
|
url: null,
|
38
33
|
ca_cert: null,
|
39
34
|
client_cert: null,
|
@@ -42,7 +37,6 @@ instance = PulpDebClient::DebAptRemote.new(pulp_href: null,
|
|
42
37
|
proxy_url: null,
|
43
38
|
username: null,
|
44
39
|
password: null,
|
45
|
-
pulp_last_updated: null,
|
46
40
|
download_concurrency: null,
|
47
41
|
policy: null,
|
48
42
|
distributions: null,
|
@@ -0,0 +1,57 @@
|
|
1
|
+
# PulpDebClient::DebAptRemoteResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**name** | **String** | A unique name for this remote. |
|
10
|
+
**url** | **String** | The URL of an external content source. |
|
11
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
16
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
|
+
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
18
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
21
|
+
**distributions** | **String** | Whitespace separated list of distributions to sync |
|
22
|
+
**components** | **String** | Whitespace separatet list of components to sync | [optional]
|
23
|
+
**architectures** | **String** | Whitespace separated list of architectures to sync | [optional]
|
24
|
+
**sync_sources** | **Boolean** | Sync source packages | [optional]
|
25
|
+
**sync_udebs** | **Boolean** | Sync installer packages | [optional]
|
26
|
+
**sync_installer** | **Boolean** | Sync installer files | [optional]
|
27
|
+
**gpgkey** | **String** | Gpg public key to verify origin releases against | [optional]
|
28
|
+
|
29
|
+
## Code Sample
|
30
|
+
|
31
|
+
```ruby
|
32
|
+
require 'PulpDebClient'
|
33
|
+
|
34
|
+
instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
|
35
|
+
pulp_created: null,
|
36
|
+
name: null,
|
37
|
+
url: null,
|
38
|
+
ca_cert: null,
|
39
|
+
client_cert: null,
|
40
|
+
client_key: null,
|
41
|
+
tls_validation: null,
|
42
|
+
proxy_url: null,
|
43
|
+
username: null,
|
44
|
+
password: null,
|
45
|
+
pulp_last_updated: null,
|
46
|
+
download_concurrency: null,
|
47
|
+
policy: null,
|
48
|
+
distributions: null,
|
49
|
+
components: null,
|
50
|
+
architectures: null,
|
51
|
+
sync_sources: null,
|
52
|
+
sync_udebs: null,
|
53
|
+
sync_installer: null,
|
54
|
+
gpgkey: null)
|
55
|
+
```
|
56
|
+
|
57
|
+
|