pulp_ansible_client 0.21.16 → 0.21.17

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 (33) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AnsibleCollectionVersion.md +2 -2
  4. data/docs/AnsibleCollectionVersionResponse.md +4 -4
  5. data/docs/AnsibleGitRemote.md +28 -28
  6. data/docs/AnsibleGitRemoteResponse.md +28 -28
  7. data/docs/AnsibleRole.md +3 -3
  8. data/docs/AnsibleRoleResponse.md +4 -4
  9. data/docs/ContentCollectionVersionsApi.md +2 -2
  10. data/docs/PatchedansibleGitRemote.md +28 -28
  11. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
  12. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +2 -2
  13. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +2 -2
  14. data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata.rb +3 -3
  15. data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata_response.rb +3 -3
  16. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
  17. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +17 -17
  18. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +251 -251
  19. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +161 -161
  20. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
  21. data/lib/pulp_ansible_client/models/ansible_role_response.rb +17 -17
  22. data/lib/pulp_ansible_client/models/patchedansible_ansible_namespace_metadata.rb +3 -3
  23. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +245 -245
  24. data/lib/pulp_ansible_client/version.rb +1 -1
  25. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  26. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  27. data/spec/models/ansible_collection_version_spec.rb +3 -3
  28. data/spec/models/ansible_git_remote_response_spec.rb +19 -19
  29. data/spec/models/ansible_git_remote_spec.rb +19 -19
  30. data/spec/models/ansible_role_response_spec.rb +3 -3
  31. data/spec/models/ansible_role_spec.rb +2 -2
  32. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  33. metadata +135 -135
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a6fdaee93e0d2347c1beb2808e6aad774b0536681fb8781578ed71240806169
4
- data.tar.gz: 4e9c0562a1246b7c380a02b23f94c1a4ff0aa1c312b6b740a47d902ddbc0bf15
3
+ metadata.gz: e915e560beb930460edfb35a69cd4c0b2c4803f9cca7333eeddb279553ee346a
4
+ data.tar.gz: 9d3bc68b01b432e905f5f977ec85c2a02a77f2e41dbe555c36de9484d1292a62
5
5
  SHA512:
6
- metadata.gz: e23559a162fd0936f3fb0f8b58d8ed162300a8beefdb18f0edea25555fa1474fdd6c21654af441096366682a912d3a0acc15419540c2446d34ccb16eed19c2dc
7
- data.tar.gz: 741a4b08ebdfb84b28bb44f10fd5f1bbfe4f33c4e7367916e9cc229c242aae33153494f3ca4ffdd12444acb094e185fcc313e35fa20157ebea9c96fb1a1c4548
6
+ metadata.gz: 1933fcc59da627f856b0b27b58cfda890098deb39bd19b4028791943e69b7d1459b8a4133fb09a9ac127a6646ca5c877c286c7cbaaa9bb40fcc60b61e1205096
7
+ data.tar.gz: 2013d15c98627b2fe5b80b61f7e8311593db3b7c52086f20a4e248efed4eaae7febfe647be7fb9468b08b08f04c109ad9be0d2b3d3df0d74918e2cd1217e6690
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: 0.21.16
10
+ - Package version: 0.21.17
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ansible_client-0.21.16.gem
27
+ gem install ./pulp_ansible_client-0.21.17.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.21.16.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.21.17.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_ansible_client', '~> 0.21.16'
36
+ gem 'pulp_ansible_client', '~> 0.21.17'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -5,9 +5,9 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
8
- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
9
8
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
9
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
10
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
11
11
  **expected_name** | **String** | The name of the collection. | [optional]
12
12
  **expected_namespace** | **String** | The namespace of the collection. | [optional]
13
13
  **expected_version** | **String** | The version of the collection. | [optional]
@@ -18,9 +18,9 @@ Name | Type | Description | Notes
18
18
  require 'PulpAnsibleClient'
19
19
 
20
20
  instance = PulpAnsibleClient::AnsibleCollectionVersion.new(upload: null,
21
- repository: null,
22
21
  artifact: null,
23
22
  file: null,
23
+ repository: null,
24
24
  expected_name: null,
25
25
  expected_namespace: null,
26
26
  expected_version: null)
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
9
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
9
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
11
  **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
12
12
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
13
13
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
@@ -38,10 +38,10 @@ Name | Type | Description | Notes
38
38
  ```ruby
39
39
  require 'PulpAnsibleClient'
40
40
 
41
- instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
41
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null,
42
42
  pulp_last_updated: null,
43
- pulp_href: null,
44
43
  artifact: null,
44
+ pulp_created: null,
45
45
  sha256: null,
46
46
  md5: null,
47
47
  sha1: null,
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **url** | **String** | The URL of an external content source. |
8
- **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]
9
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
10
- **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]
7
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
11
8
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
9
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
10
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
12
11
  **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]
13
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
14
- **name** | **String** | A unique name for this remote. |
15
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
16
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
12
  **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]
18
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
13
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
14
+ **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]
20
15
  **pulp_labels** | **Hash<String, String>** | | [optional]
21
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
- **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
23
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
16
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
25
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
17
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
+ **url** | **String** | The URL of an external content source. |
19
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
+ **name** | **String** | A unique name for this remote. |
21
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
22
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
23
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
25
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
26
+ **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]
27
27
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
28
28
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
29
29
 
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::AnsibleGitRemote.new(url: null,
36
- total_timeout: null,
37
- client_key: null,
38
- sock_read_timeout: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(proxy_url: null,
39
36
  username: null,
37
+ proxy_username: null,
38
+ max_retries: null,
40
39
  connect_timeout: null,
41
- headers: null,
42
- name: null,
43
- ca_cert: null,
44
- download_concurrency: null,
45
40
  sock_connect_timeout: null,
46
- max_retries: null,
47
- proxy_username: null,
41
+ ca_cert: null,
42
+ sock_read_timeout: null,
48
43
  pulp_labels: null,
49
- proxy_url: null,
50
- proxy_password: null,
51
- rate_limit: null,
52
44
  client_cert: null,
53
- tls_validation: null,
54
45
  password: null,
46
+ url: null,
47
+ download_concurrency: null,
48
+ name: null,
49
+ headers: null,
50
+ tls_validation: null,
51
+ rate_limit: null,
52
+ client_key: null,
53
+ proxy_password: null,
54
+ total_timeout: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -4,25 +4,25 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **url** | **String** | The URL of an external content source. |
8
- **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]
9
- **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]
10
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
- **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
7
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
8
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
12
9
  **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]
13
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
14
- **name** | **String** | A unique name for this remote. |
15
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
16
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
10
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
11
  **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]
18
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
12
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
13
+ **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]
19
14
  **pulp_labels** | **Hash<String, String>** | | [optional]
20
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
21
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
- **pulp_href** | **String** | | [optional] [readonly]
23
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
15
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
16
+ **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
17
+ **pulp_href** | **String** | | [optional] [readonly]
18
+ **url** | **String** | The URL of an external content source. |
19
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
+ **name** | **String** | A unique name for this remote. |
21
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
22
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
25
23
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
24
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
25
+ **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]
26
26
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
27
27
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
28
28
 
@@ -31,25 +31,25 @@ Name | Type | Description | Notes
31
31
  ```ruby
32
32
  require 'PulpAnsibleClient'
33
33
 
34
- instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(url: null,
35
- total_timeout: null,
36
- sock_read_timeout: null,
37
- pulp_created: null,
38
- hidden_fields: null,
34
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(proxy_url: null,
35
+ max_retries: null,
39
36
  connect_timeout: null,
40
- headers: null,
41
- name: null,
42
- ca_cert: null,
43
- download_concurrency: null,
37
+ pulp_last_updated: null,
44
38
  sock_connect_timeout: null,
45
- max_retries: null,
39
+ ca_cert: null,
40
+ sock_read_timeout: null,
46
41
  pulp_labels: null,
47
- pulp_last_updated: null,
48
- proxy_url: null,
49
- pulp_href: null,
50
- rate_limit: null,
51
42
  client_cert: null,
43
+ hidden_fields: null,
44
+ pulp_href: null,
45
+ url: null,
46
+ download_concurrency: null,
47
+ name: null,
48
+ headers: null,
49
+ pulp_created: null,
52
50
  tls_validation: null,
51
+ rate_limit: null,
52
+ total_timeout: null,
53
53
  metadata_only: null,
54
54
  git_ref: null)
55
55
  ```
data/docs/AnsibleRole.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
7
  **artifact** | **String** | Artifact file representing the physical content |
8
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
9
9
  **version** | **String** | |
10
10
  **name** | **String** | |
11
11
  **namespace** | **String** | |
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  ```ruby
16
16
  require 'PulpAnsibleClient'
17
17
 
18
- instance = PulpAnsibleClient::AnsibleRole.new(repository: null,
19
- artifact: null,
18
+ instance = PulpAnsibleClient::AnsibleRole.new(artifact: null,
19
+ repository: null,
20
20
  version: null,
21
21
  name: null,
22
22
  namespace: null)
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
9
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
9
  **artifact** | **String** | Artifact file representing the physical content |
10
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
11
  **version** | **String** | |
12
12
  **name** | **String** | |
13
13
  **namespace** | **String** | |
@@ -17,10 +17,10 @@ Name | Type | Description | Notes
17
17
  ```ruby
18
18
  require 'PulpAnsibleClient'
19
19
 
20
- instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
20
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
21
21
  pulp_last_updated: null,
22
- pulp_href: null,
23
22
  artifact: null,
23
+ pulp_created: null,
24
24
  version: null,
25
25
  name: null,
26
26
  namespace: null)
@@ -34,9 +34,9 @@ api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
34
34
  opts = {
35
35
  x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
36
36
  upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
37
- repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
38
37
  artifact: 'artifact_example', # String | Artifact file representing the physical content
39
38
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
39
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
40
40
  expected_name: 'expected_name_example', # String | The name of the collection.
41
41
  expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
42
42
  expected_version: 'expected_version_example' # String | The version of the collection.
@@ -58,9 +58,9 @@ Name | Type | Description | Notes
58
58
  ------------- | ------------- | ------------- | -------------
59
59
  **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
60
60
  **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
61
- **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
62
61
  **artifact** | **String**| Artifact file representing the physical content | [optional]
63
62
  **file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
63
+ **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
64
64
  **expected_name** | **String**| The name of the collection. | [optional]
65
65
  **expected_namespace** | **String**| The namespace of the collection. | [optional]
66
66
  **expected_version** | **String**| The version of the collection. | [optional]
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **url** | **String** | The URL of an external content source. | [optional]
8
- **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]
9
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
10
- **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]
7
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
11
8
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
9
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
10
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
12
11
  **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]
13
- **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
14
- **name** | **String** | A unique name for this remote. | [optional]
15
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
16
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
12
  **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]
18
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
13
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
14
+ **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]
20
15
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
21
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
- **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
23
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
16
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
25
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
17
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
+ **url** | **String** | The URL of an external content source. | [optional]
19
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
+ **name** | **String** | A unique name for this remote. | [optional]
21
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
22
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
23
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
25
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
26
+ **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]
27
27
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
28
28
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
29
29
 
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::PatchedansibleGitRemote.new(url: null,
36
- total_timeout: null,
37
- client_key: null,
38
- sock_read_timeout: null,
35
+ instance = PulpAnsibleClient::PatchedansibleGitRemote.new(proxy_url: null,
39
36
  username: null,
37
+ proxy_username: null,
38
+ max_retries: null,
40
39
  connect_timeout: null,
41
- headers: null,
42
- name: null,
43
- ca_cert: null,
44
- download_concurrency: null,
45
40
  sock_connect_timeout: null,
46
- max_retries: null,
47
- proxy_username: null,
41
+ ca_cert: null,
42
+ sock_read_timeout: null,
48
43
  pulp_labels: null,
49
- proxy_url: null,
50
- proxy_password: null,
51
- rate_limit: null,
52
44
  client_cert: null,
53
- tls_validation: null,
54
45
  password: null,
46
+ url: null,
47
+ download_concurrency: null,
48
+ name: null,
49
+ headers: null,
50
+ tls_validation: null,
51
+ rate_limit: null,
52
+ client_key: null,
53
+ proxy_password: null,
54
+ total_timeout: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -24,9 +24,9 @@ module PulpAnsibleClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
26
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
27
- # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
28
27
  # @option opts [String] :artifact Artifact file representing the physical content
29
28
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
29
+ # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
30
30
  # @option opts [String] :expected_name The name of the collection.
31
31
  # @option opts [String] :expected_namespace The namespace of the collection.
32
32
  # @option opts [String] :expected_version The version of the collection.
@@ -41,9 +41,9 @@ module PulpAnsibleClient
41
41
  # @param [Hash] opts the optional parameters
42
42
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
43
43
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
44
- # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
45
44
  # @option opts [String] :artifact Artifact file representing the physical content
46
45
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
46
+ # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
47
47
  # @option opts [String] :expected_name The name of the collection.
48
48
  # @option opts [String] :expected_namespace The namespace of the collection.
49
49
  # @option opts [String] :expected_version The version of the collection.
@@ -93,9 +93,9 @@ module PulpAnsibleClient
93
93
  # form parameters
94
94
  form_params = opts[:form_params] || {}
95
95
  form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
96
- form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
97
96
  form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
98
97
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
98
+ form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
99
99
  form_params['expected_name'] = opts[:'expected_name'] if !opts[:'expected_name'].nil?
100
100
  form_params['expected_namespace'] = opts[:'expected_namespace'] if !opts[:'expected_namespace'].nil?
101
101
  form_params['expected_version'] = opts[:'expected_version'] if !opts[:'expected_version'].nil?
@@ -74,7 +74,7 @@ module PulpAnsibleClient
74
74
  fail ArgumentError, 'invalid value for "name" when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.create, the character length must be great than or equal to 3.'
75
75
  end
76
76
 
77
- pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
77
+ pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
78
78
  if @api_client.config.client_side_validation && name !~ pattern
79
79
  fail ArgumentError, "invalid value for 'name' when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.create, must conform to the pattern #{pattern}."
80
80
  end
@@ -429,7 +429,7 @@ module PulpAnsibleClient
429
429
  fail ArgumentError, 'invalid value for "opts[:"name"]" when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be great than or equal to 3.'
430
430
  end
431
431
 
432
- pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
432
+ pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
433
433
  if @api_client.config.client_side_validation && !opts[:'name'].nil? && opts[:'name'] !~ pattern
434
434
  fail ArgumentError, "invalid value for 'opts[:\"name\"]' when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.partial_update, must conform to the pattern #{pattern}."
435
435
  end
@@ -68,7 +68,7 @@ module PulpAnsibleClient
68
68
  fail ArgumentError, 'invalid value for "name" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, the character length must be great than or equal to 3.'
69
69
  end
70
70
 
71
- pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
71
+ pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
72
72
  if @api_client.config.client_side_validation && name !~ pattern
73
73
  fail ArgumentError, "invalid value for 'name' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, must conform to the pattern #{pattern}."
74
74
  end
@@ -405,7 +405,7 @@ module PulpAnsibleClient
405
405
  fail ArgumentError, 'invalid value for "opts[:"name"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be great than or equal to 3.'
406
406
  end
407
407
 
408
- pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
408
+ pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
409
409
  if @api_client.config.client_side_validation && !opts[:'name'].nil? && opts[:'name'] !~ pattern
410
410
  fail ArgumentError, "invalid value for 'opts[:\"name\"]' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, must conform to the pattern #{pattern}."
411
411
  end
@@ -130,7 +130,7 @@ module PulpAnsibleClient
130
130
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 3.')
131
131
  end
132
132
 
133
- pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
133
+ pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
134
134
  if @name !~ pattern
135
135
  invalid_properties.push("invalid value for \"name\", must conform to the pattern #{pattern}.")
136
136
  end
@@ -156,7 +156,7 @@ module PulpAnsibleClient
156
156
  return false if @name.nil?
157
157
  return false if @name.to_s.length > 64
158
158
  return false if @name.to_s.length < 3
159
- return false if @name !~ Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
159
+ return false if @name !~ Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
160
160
  return false if !@company.nil? && @company.to_s.length > 64
161
161
  return false if !@email.nil? && @email.to_s.length > 256
162
162
  return false if !@description.nil? && @description.to_s.length > 256
@@ -178,7 +178,7 @@ module PulpAnsibleClient
178
178
  fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 3.'
179
179
  end
180
180
 
181
- pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
181
+ pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
182
182
  if name !~ pattern
183
183
  fail ArgumentError, "invalid value for \"name\", must conform to the pattern #{pattern}."
184
184
  end
@@ -155,7 +155,7 @@ module PulpAnsibleClient
155
155
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 3.')
156
156
  end
157
157
 
158
- pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
158
+ pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
159
159
  if @name !~ pattern
160
160
  invalid_properties.push("invalid value for \"name\", must conform to the pattern #{pattern}.")
161
161
  end
@@ -185,7 +185,7 @@ module PulpAnsibleClient
185
185
  return false if @name.nil?
186
186
  return false if @name.to_s.length > 64
187
187
  return false if @name.to_s.length < 3
188
- return false if @name !~ Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
188
+ return false if @name !~ Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
189
189
  return false if !@company.nil? && @company.to_s.length > 64
190
190
  return false if !@email.nil? && @email.to_s.length > 256
191
191
  return false if !@description.nil? && @description.to_s.length > 256
@@ -208,7 +208,7 @@ module PulpAnsibleClient
208
208
  fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 3.'
209
209
  end
210
210
 
211
- pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
211
+ pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
212
212
  if name !~ pattern
213
213
  fail ArgumentError, "invalid value for \"name\", must conform to the pattern #{pattern}."
214
214
  end
@@ -18,15 +18,15 @@ module PulpAnsibleClient
18
18
  # An uncommitted upload that may be turned into the content unit.
19
19
  attr_accessor :upload
20
20
 
21
- # A URI of a repository the new content unit should be associated with.
22
- attr_accessor :repository
23
-
24
21
  # Artifact file representing the physical content
25
22
  attr_accessor :artifact
26
23
 
27
24
  # An uploaded file that may be turned into the content unit.
28
25
  attr_accessor :file
29
26
 
27
+ # A URI of a repository the new content unit should be associated with.
28
+ attr_accessor :repository
29
+
30
30
  # The name of the collection.
31
31
  attr_accessor :expected_name
32
32
 
@@ -40,9 +40,9 @@ module PulpAnsibleClient
40
40
  def self.attribute_map
41
41
  {
42
42
  :'upload' => :'upload',
43
- :'repository' => :'repository',
44
43
  :'artifact' => :'artifact',
45
44
  :'file' => :'file',
45
+ :'repository' => :'repository',
46
46
  :'expected_name' => :'expected_name',
47
47
  :'expected_namespace' => :'expected_namespace',
48
48
  :'expected_version' => :'expected_version'
@@ -53,9 +53,9 @@ module PulpAnsibleClient
53
53
  def self.openapi_types
54
54
  {
55
55
  :'upload' => :'String',
56
- :'repository' => :'String',
57
56
  :'artifact' => :'String',
58
57
  :'file' => :'File',
58
+ :'repository' => :'String',
59
59
  :'expected_name' => :'String',
60
60
  :'expected_namespace' => :'String',
61
61
  :'expected_version' => :'String'
@@ -87,10 +87,6 @@ module PulpAnsibleClient
87
87
  self.upload = attributes[:'upload']
88
88
  end
89
89
 
90
- if attributes.key?(:'repository')
91
- self.repository = attributes[:'repository']
92
- end
93
-
94
90
  if attributes.key?(:'artifact')
95
91
  self.artifact = attributes[:'artifact']
96
92
  end
@@ -99,6 +95,10 @@ module PulpAnsibleClient
99
95
  self.file = attributes[:'file']
100
96
  end
101
97
 
98
+ if attributes.key?(:'repository')
99
+ self.repository = attributes[:'repository']
100
+ end
101
+
102
102
  if attributes.key?(:'expected_name')
103
103
  self.expected_name = attributes[:'expected_name']
104
104
  end
@@ -203,9 +203,9 @@ module PulpAnsibleClient
203
203
  return true if self.equal?(o)
204
204
  self.class == o.class &&
205
205
  upload == o.upload &&
206
- repository == o.repository &&
207
206
  artifact == o.artifact &&
208
207
  file == o.file &&
208
+ repository == o.repository &&
209
209
  expected_name == o.expected_name &&
210
210
  expected_namespace == o.expected_namespace &&
211
211
  expected_version == o.expected_version
@@ -220,7 +220,7 @@ module PulpAnsibleClient
220
220
  # Calculates hash code according to all attributes.
221
221
  # @return [Integer] Hash code
222
222
  def hash
223
- [upload, repository, artifact, file, expected_name, expected_namespace, expected_version].hash
223
+ [upload, artifact, file, repository, expected_name, expected_namespace, expected_version].hash
224
224
  end
225
225
 
226
226
  # Builds the object from hash