pulp_file_client 3.104.2 → 3.105.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +21 -5
- data/docs/FileFileGitRemote.md +58 -0
- data/docs/FileFileGitRemoteResponse.md +58 -0
- data/docs/{FileFileRemoteResponseHiddenFieldsInner.md → FileFileGitRemoteResponseHiddenFieldsInner.md} +2 -2
- data/docs/FileFileRemoteResponse.md +1 -1
- data/docs/PaginatedfileFileGitRemoteResponseList.md +24 -0
- data/docs/PatchedfileFileGitRemote.md +58 -0
- data/docs/RemotesGitApi.md +981 -0
- data/lib/pulp_file_client/api/remotes_git_api.rb +979 -0
- data/lib/pulp_file_client/models/file_file_git_remote.rb +702 -0
- data/lib/pulp_file_client/models/file_file_git_remote_response.rb +521 -0
- data/lib/pulp_file_client/models/{file_file_remote_response_hidden_fields_inner.rb → file_file_git_remote_response_hidden_fields_inner.rb} +3 -3
- data/lib/pulp_file_client/models/file_file_remote.rb +15 -0
- data/lib/pulp_file_client/models/file_file_remote_response.rb +16 -1
- data/lib/pulp_file_client/models/file_file_repository.rb +15 -0
- data/lib/pulp_file_client/models/file_file_repository_response.rb +15 -0
- data/lib/pulp_file_client/models/paginatedfile_file_git_remote_response_list.rb +257 -0
- data/lib/pulp_file_client/models/patchedfile_file_git_remote.rb +688 -0
- data/lib/pulp_file_client/models/patchedfile_file_remote.rb +15 -0
- data/lib/pulp_file_client/models/patchedfile_file_repository.rb +15 -0
- data/lib/pulp_file_client/models/remote_network_config.rb +15 -0
- data/lib/pulp_file_client/models/remote_network_config_response.rb +15 -0
- data/lib/pulp_file_client/models/set_label.rb +0 -11
- data/lib/pulp_file_client/models/set_label_response.rb +0 -21
- data/lib/pulp_file_client/models/unset_label.rb +0 -11
- data/lib/pulp_file_client/models/unset_label_response.rb +0 -21
- data/lib/pulp_file_client/version.rb +1 -1
- data/lib/pulp_file_client.rb +6 -1
- data/spec/api/remotes_git_api_spec.rb +228 -0
- data/spec/models/{file_file_remote_response_hidden_fields_inner_spec.rb → file_file_git_remote_response_hidden_fields_inner_spec.rb} +6 -6
- data/spec/models/file_file_git_remote_response_spec.rb +156 -0
- data/spec/models/file_file_git_remote_spec.rb +156 -0
- data/spec/models/paginatedfile_file_git_remote_response_list_spec.rb +54 -0
- data/spec/models/patchedfile_file_git_remote_spec.rb +156 -0
- metadata +26 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b02a1bdc7874be8a76312b751a38b5857d15b14130967bf77a77fa09201abb7
|
|
4
|
+
data.tar.gz: 61c1e91039b81d61fd89c8e5faa872f6c40a34a6a3f9dfca2217b2f03c575278
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5084ca8fe01ccce247d0b593222705dbb3afbcb5e7573f6f3646d7379571c54effa819044f05f9c2001a874863853c3b52e89e8929f1cf4d66eba3de73f78ad
|
|
7
|
+
data.tar.gz: 1ba8a8c8a1cd48b4a2d4df77e552a8fffe9adf922b88e9c510243847f5901f1dd2cdd5095632deb182a05695c8107d60e4d4ed6f7e2c57bee8e99c095d72129f
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.105.0
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_file_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_file_client-3.
|
|
28
|
+
gem install ./pulp_file_client-3.105.0.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_file_client-3.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_file_client-3.105.0.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_file_client', '~> 3.
|
|
37
|
+
gem 'pulp_file_client', '~> 3.105.0'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -139,6 +139,18 @@ Class | Method | HTTP request | Description
|
|
|
139
139
|
*PulpFileClient::RemotesFileApi* | [**set_label**](docs/RemotesFileApi.md#set_label) | **POST** {file_file_remote_href}set_label/ | Set a label
|
|
140
140
|
*PulpFileClient::RemotesFileApi* | [**unset_label**](docs/RemotesFileApi.md#unset_label) | **POST** {file_file_remote_href}unset_label/ | Unset a label
|
|
141
141
|
*PulpFileClient::RemotesFileApi* | [**update**](docs/RemotesFileApi.md#update) | **PUT** {file_file_remote_href} | Update a file remote
|
|
142
|
+
*PulpFileClient::RemotesGitApi* | [**add_role**](docs/RemotesGitApi.md#add_role) | **POST** {file_file_git_remote_href}add_role/ | Add a role
|
|
143
|
+
*PulpFileClient::RemotesGitApi* | [**create**](docs/RemotesGitApi.md#create) | **POST** /pulp/api/v3/remotes/file/git/ | Create a file git remote
|
|
144
|
+
*PulpFileClient::RemotesGitApi* | [**delete**](docs/RemotesGitApi.md#delete) | **DELETE** {file_file_git_remote_href} | Delete a file git remote
|
|
145
|
+
*PulpFileClient::RemotesGitApi* | [**list**](docs/RemotesGitApi.md#list) | **GET** /pulp/api/v3/remotes/file/git/ | List file git remotes
|
|
146
|
+
*PulpFileClient::RemotesGitApi* | [**list_roles**](docs/RemotesGitApi.md#list_roles) | **GET** {file_file_git_remote_href}list_roles/ | List roles
|
|
147
|
+
*PulpFileClient::RemotesGitApi* | [**my_permissions**](docs/RemotesGitApi.md#my_permissions) | **GET** {file_file_git_remote_href}my_permissions/ | List user permissions
|
|
148
|
+
*PulpFileClient::RemotesGitApi* | [**partial_update**](docs/RemotesGitApi.md#partial_update) | **PATCH** {file_file_git_remote_href} | Update a file git remote
|
|
149
|
+
*PulpFileClient::RemotesGitApi* | [**read**](docs/RemotesGitApi.md#read) | **GET** {file_file_git_remote_href} | Inspect a file git remote
|
|
150
|
+
*PulpFileClient::RemotesGitApi* | [**remove_role**](docs/RemotesGitApi.md#remove_role) | **POST** {file_file_git_remote_href}remove_role/ | Remove a role
|
|
151
|
+
*PulpFileClient::RemotesGitApi* | [**set_label**](docs/RemotesGitApi.md#set_label) | **POST** {file_file_git_remote_href}set_label/ | Set a label
|
|
152
|
+
*PulpFileClient::RemotesGitApi* | [**unset_label**](docs/RemotesGitApi.md#unset_label) | **POST** {file_file_git_remote_href}unset_label/ | Unset a label
|
|
153
|
+
*PulpFileClient::RemotesGitApi* | [**update**](docs/RemotesGitApi.md#update) | **PUT** {file_file_git_remote_href} | Update a file git remote
|
|
142
154
|
*PulpFileClient::RepositoriesFileApi* | [**add_role**](docs/RepositoriesFileApi.md#add_role) | **POST** {file_file_repository_href}add_role/ | Add a role
|
|
143
155
|
*PulpFileClient::RepositoriesFileApi* | [**create**](docs/RepositoriesFileApi.md#create) | **POST** /pulp/api/v3/repositories/file/file/ | Create a file repository
|
|
144
156
|
*PulpFileClient::RepositoriesFileApi* | [**delete**](docs/RepositoriesFileApi.md#delete) | **DELETE** {file_file_repository_href} | Delete a file repository
|
|
@@ -169,11 +181,13 @@ Class | Method | HTTP request | Description
|
|
|
169
181
|
- [PulpFileClient::FileFileContentResponse](docs/FileFileContentResponse.md)
|
|
170
182
|
- [PulpFileClient::FileFileDistribution](docs/FileFileDistribution.md)
|
|
171
183
|
- [PulpFileClient::FileFileDistributionResponse](docs/FileFileDistributionResponse.md)
|
|
184
|
+
- [PulpFileClient::FileFileGitRemote](docs/FileFileGitRemote.md)
|
|
185
|
+
- [PulpFileClient::FileFileGitRemoteResponse](docs/FileFileGitRemoteResponse.md)
|
|
186
|
+
- [PulpFileClient::FileFileGitRemoteResponseHiddenFieldsInner](docs/FileFileGitRemoteResponseHiddenFieldsInner.md)
|
|
172
187
|
- [PulpFileClient::FileFilePublication](docs/FileFilePublication.md)
|
|
173
188
|
- [PulpFileClient::FileFilePublicationResponse](docs/FileFilePublicationResponse.md)
|
|
174
189
|
- [PulpFileClient::FileFileRemote](docs/FileFileRemote.md)
|
|
175
190
|
- [PulpFileClient::FileFileRemoteResponse](docs/FileFileRemoteResponse.md)
|
|
176
|
-
- [PulpFileClient::FileFileRemoteResponseHiddenFieldsInner](docs/FileFileRemoteResponseHiddenFieldsInner.md)
|
|
177
191
|
- [PulpFileClient::FileFileRepository](docs/FileFileRepository.md)
|
|
178
192
|
- [PulpFileClient::FileFileRepositoryResponse](docs/FileFileRepositoryResponse.md)
|
|
179
193
|
- [PulpFileClient::MyPermissionsResponse](docs/MyPermissionsResponse.md)
|
|
@@ -184,11 +198,13 @@ Class | Method | HTTP request | Description
|
|
|
184
198
|
- [PulpFileClient::PaginatedfileFileAlternateContentSourceResponseList](docs/PaginatedfileFileAlternateContentSourceResponseList.md)
|
|
185
199
|
- [PulpFileClient::PaginatedfileFileContentResponseList](docs/PaginatedfileFileContentResponseList.md)
|
|
186
200
|
- [PulpFileClient::PaginatedfileFileDistributionResponseList](docs/PaginatedfileFileDistributionResponseList.md)
|
|
201
|
+
- [PulpFileClient::PaginatedfileFileGitRemoteResponseList](docs/PaginatedfileFileGitRemoteResponseList.md)
|
|
187
202
|
- [PulpFileClient::PaginatedfileFilePublicationResponseList](docs/PaginatedfileFilePublicationResponseList.md)
|
|
188
203
|
- [PulpFileClient::PaginatedfileFileRemoteResponseList](docs/PaginatedfileFileRemoteResponseList.md)
|
|
189
204
|
- [PulpFileClient::PaginatedfileFileRepositoryResponseList](docs/PaginatedfileFileRepositoryResponseList.md)
|
|
190
205
|
- [PulpFileClient::PatchedfileFileAlternateContentSource](docs/PatchedfileFileAlternateContentSource.md)
|
|
191
206
|
- [PulpFileClient::PatchedfileFileDistribution](docs/PatchedfileFileDistribution.md)
|
|
207
|
+
- [PulpFileClient::PatchedfileFileGitRemote](docs/PatchedfileFileGitRemote.md)
|
|
192
208
|
- [PulpFileClient::PatchedfileFileRemote](docs/PatchedfileFileRemote.md)
|
|
193
209
|
- [PulpFileClient::PatchedfileFileRepository](docs/PatchedfileFileRepository.md)
|
|
194
210
|
- [PulpFileClient::PolicyEnum](docs/PolicyEnum.md)
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# PulpFileClient::FileFileGitRemote
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
8
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
11
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
12
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
13
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
14
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
15
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
16
|
+
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
17
|
+
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
18
|
+
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
19
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
20
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
21
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
22
|
+
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
23
|
+
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
24
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
25
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
26
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
27
|
+
| **git_ref** | **String** | The git ref (branch, tag, or commit hash) to sync from. Defaults to HEAD. | [optional][default to 'HEAD'] |
|
|
28
|
+
|
|
29
|
+
## Example
|
|
30
|
+
|
|
31
|
+
```ruby
|
|
32
|
+
require 'pulp_file_client'
|
|
33
|
+
|
|
34
|
+
instance = PulpFileClient::FileFileGitRemote.new(
|
|
35
|
+
name: null,
|
|
36
|
+
url: null,
|
|
37
|
+
pulp_labels: null,
|
|
38
|
+
ca_cert: null,
|
|
39
|
+
client_cert: null,
|
|
40
|
+
client_key: null,
|
|
41
|
+
tls_validation: null,
|
|
42
|
+
proxy_url: null,
|
|
43
|
+
proxy_username: null,
|
|
44
|
+
proxy_password: null,
|
|
45
|
+
username: null,
|
|
46
|
+
password: null,
|
|
47
|
+
max_retries: null,
|
|
48
|
+
total_timeout: null,
|
|
49
|
+
connect_timeout: null,
|
|
50
|
+
sock_connect_timeout: null,
|
|
51
|
+
sock_read_timeout: null,
|
|
52
|
+
headers: null,
|
|
53
|
+
download_concurrency: null,
|
|
54
|
+
rate_limit: null,
|
|
55
|
+
git_ref: null
|
|
56
|
+
)
|
|
57
|
+
```
|
|
58
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# PulpFileClient::FileFileGitRemoteResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
10
|
+
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
11
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
12
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
13
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
14
|
+
| **hidden_fields** | [**Array<FileFileGitRemoteResponseHiddenFieldsInner>**](FileFileGitRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
15
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
16
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
17
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
18
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
19
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
20
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
21
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
22
|
+
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
23
|
+
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
24
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
25
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
26
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
27
|
+
| **git_ref** | **String** | The git ref (branch, tag, or commit hash) to sync from. Defaults to HEAD. | [optional][default to 'HEAD'] |
|
|
28
|
+
|
|
29
|
+
## Example
|
|
30
|
+
|
|
31
|
+
```ruby
|
|
32
|
+
require 'pulp_file_client'
|
|
33
|
+
|
|
34
|
+
instance = PulpFileClient::FileFileGitRemoteResponse.new(
|
|
35
|
+
pulp_href: null,
|
|
36
|
+
prn: null,
|
|
37
|
+
pulp_created: null,
|
|
38
|
+
pulp_last_updated: null,
|
|
39
|
+
name: null,
|
|
40
|
+
url: null,
|
|
41
|
+
pulp_labels: null,
|
|
42
|
+
hidden_fields: null,
|
|
43
|
+
ca_cert: null,
|
|
44
|
+
client_cert: null,
|
|
45
|
+
tls_validation: null,
|
|
46
|
+
proxy_url: null,
|
|
47
|
+
max_retries: null,
|
|
48
|
+
total_timeout: null,
|
|
49
|
+
connect_timeout: null,
|
|
50
|
+
sock_connect_timeout: null,
|
|
51
|
+
sock_read_timeout: null,
|
|
52
|
+
headers: null,
|
|
53
|
+
download_concurrency: null,
|
|
54
|
+
rate_limit: null,
|
|
55
|
+
git_ref: null
|
|
56
|
+
)
|
|
57
|
+
```
|
|
58
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpFileClient::
|
|
1
|
+
# PulpFileClient::FileFileGitRemoteResponseHiddenFieldsInner
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
```ruby
|
|
13
13
|
require 'pulp_file_client'
|
|
14
14
|
|
|
15
|
-
instance = PulpFileClient::
|
|
15
|
+
instance = PulpFileClient::FileFileGitRemoteResponseHiddenFieldsInner.new(
|
|
16
16
|
name: null,
|
|
17
17
|
is_set: null
|
|
18
18
|
)
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| **url** | **String** | The URL of an external content source. | |
|
|
13
13
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
14
14
|
| **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional] |
|
|
15
|
-
| **hidden_fields** | [**Array<
|
|
15
|
+
| **hidden_fields** | [**Array<FileFileGitRemoteResponseHiddenFieldsInner>**](FileFileGitRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
16
16
|
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
17
17
|
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
18
18
|
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# PulpFileClient::PaginatedfileFileGitRemoteResponseList
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **count** | **Integer** | | |
|
|
8
|
+
| **_next** | **String** | | [optional] |
|
|
9
|
+
| **previous** | **String** | | [optional] |
|
|
10
|
+
| **results** | [**Array<FileFileGitRemoteResponse>**](FileFileGitRemoteResponse.md) | | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'pulp_file_client'
|
|
16
|
+
|
|
17
|
+
instance = PulpFileClient::PaginatedfileFileGitRemoteResponseList.new(
|
|
18
|
+
count: 123,
|
|
19
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
20
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
21
|
+
results: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# PulpFileClient::PatchedfileFileGitRemote
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
8
|
+
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
11
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
12
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
13
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
14
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
15
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
16
|
+
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
17
|
+
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
18
|
+
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
19
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
20
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
21
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
22
|
+
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
23
|
+
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
24
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
25
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
26
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
27
|
+
| **git_ref** | **String** | The git ref (branch, tag, or commit hash) to sync from. Defaults to HEAD. | [optional][default to 'HEAD'] |
|
|
28
|
+
|
|
29
|
+
## Example
|
|
30
|
+
|
|
31
|
+
```ruby
|
|
32
|
+
require 'pulp_file_client'
|
|
33
|
+
|
|
34
|
+
instance = PulpFileClient::PatchedfileFileGitRemote.new(
|
|
35
|
+
name: null,
|
|
36
|
+
url: null,
|
|
37
|
+
pulp_labels: null,
|
|
38
|
+
ca_cert: null,
|
|
39
|
+
client_cert: null,
|
|
40
|
+
client_key: null,
|
|
41
|
+
tls_validation: null,
|
|
42
|
+
proxy_url: null,
|
|
43
|
+
proxy_username: null,
|
|
44
|
+
proxy_password: null,
|
|
45
|
+
username: null,
|
|
46
|
+
password: null,
|
|
47
|
+
max_retries: null,
|
|
48
|
+
total_timeout: null,
|
|
49
|
+
connect_timeout: null,
|
|
50
|
+
sock_connect_timeout: null,
|
|
51
|
+
sock_read_timeout: null,
|
|
52
|
+
headers: null,
|
|
53
|
+
download_concurrency: null,
|
|
54
|
+
rate_limit: null,
|
|
55
|
+
git_ref: null
|
|
56
|
+
)
|
|
57
|
+
```
|
|
58
|
+
|