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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -5
  3. data/docs/FileFileGitRemote.md +58 -0
  4. data/docs/FileFileGitRemoteResponse.md +58 -0
  5. data/docs/{FileFileRemoteResponseHiddenFieldsInner.md → FileFileGitRemoteResponseHiddenFieldsInner.md} +2 -2
  6. data/docs/FileFileRemoteResponse.md +1 -1
  7. data/docs/PaginatedfileFileGitRemoteResponseList.md +24 -0
  8. data/docs/PatchedfileFileGitRemote.md +58 -0
  9. data/docs/RemotesGitApi.md +981 -0
  10. data/lib/pulp_file_client/api/remotes_git_api.rb +979 -0
  11. data/lib/pulp_file_client/models/file_file_git_remote.rb +702 -0
  12. data/lib/pulp_file_client/models/file_file_git_remote_response.rb +521 -0
  13. 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
  14. data/lib/pulp_file_client/models/file_file_remote.rb +15 -0
  15. data/lib/pulp_file_client/models/file_file_remote_response.rb +16 -1
  16. data/lib/pulp_file_client/models/file_file_repository.rb +15 -0
  17. data/lib/pulp_file_client/models/file_file_repository_response.rb +15 -0
  18. data/lib/pulp_file_client/models/paginatedfile_file_git_remote_response_list.rb +257 -0
  19. data/lib/pulp_file_client/models/patchedfile_file_git_remote.rb +688 -0
  20. data/lib/pulp_file_client/models/patchedfile_file_remote.rb +15 -0
  21. data/lib/pulp_file_client/models/patchedfile_file_repository.rb +15 -0
  22. data/lib/pulp_file_client/models/remote_network_config.rb +15 -0
  23. data/lib/pulp_file_client/models/remote_network_config_response.rb +15 -0
  24. data/lib/pulp_file_client/models/set_label.rb +0 -11
  25. data/lib/pulp_file_client/models/set_label_response.rb +0 -21
  26. data/lib/pulp_file_client/models/unset_label.rb +0 -11
  27. data/lib/pulp_file_client/models/unset_label_response.rb +0 -21
  28. data/lib/pulp_file_client/version.rb +1 -1
  29. data/lib/pulp_file_client.rb +6 -1
  30. data/spec/api/remotes_git_api_spec.rb +228 -0
  31. data/spec/models/{file_file_remote_response_hidden_fields_inner_spec.rb → file_file_git_remote_response_hidden_fields_inner_spec.rb} +6 -6
  32. data/spec/models/file_file_git_remote_response_spec.rb +156 -0
  33. data/spec/models/file_file_git_remote_spec.rb +156 -0
  34. data/spec/models/paginatedfile_file_git_remote_response_list_spec.rb +54 -0
  35. data/spec/models/patchedfile_file_git_remote_spec.rb +156 -0
  36. metadata +26 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69567a189c81b8eecab36c56246927dea22b1379637a391ab38ac0169b94fe32
4
- data.tar.gz: faa64600d1c837eea99d36cdb6639a321f639064124e6dd2258da35ef190f8e0
3
+ metadata.gz: 2b02a1bdc7874be8a76312b751a38b5857d15b14130967bf77a77fa09201abb7
4
+ data.tar.gz: 61c1e91039b81d61fd89c8e5faa872f6c40a34a6a3f9dfca2217b2f03c575278
5
5
  SHA512:
6
- metadata.gz: 3868508ccdb00239fc3335aa7671a7187a08141be40efcc9c822f75d59255bfb775dd0b602343c5dd97cfbf2ca8e19646863ddb4ccaf909875db1f35471380c0
7
- data.tar.gz: 2e22841e192e78bf6c85186f1cef7d366b2204823963ba694fda66a3539c623e6f775ddcd55ea2d5fda65f1ad061272bbbf7b89fb9e2c5606a2689678c752abf
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.104.2
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.104.2.gem
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.104.2.gem` to install the development dependencies)
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.104.2'
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::FileFileRemoteResponseHiddenFieldsInner
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::FileFileRemoteResponseHiddenFieldsInner.new(
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<FileFileRemoteResponseHiddenFieldsInner>**](FileFileRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
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
+